STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228089
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/50011740?noj=FRM50011740-4DC" width="1" height="1"></div>

Shuttle Bound Meadowed Isle.swf

This is the info page for
Flash #84448

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
frame 1 { function deadClick() {} function gotoMySite() { getURL('http://www.lawlolawl.com', '_top'); } function gotoHisSite() { getURL('http://rig.newgrounds.com/audio/', '_top'); } mochi.as2.MochiServices.connect('beaa2572feeff1c9'); mochi.as2.MochiAd.showInterLevelAd({'id': 'beaa2572feeff1c9', 'res': '600x350', 'background': 15202559, 'color': 12249774, 'outline': 11855028, 'no_bg': true}); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); var copyrightNotice = new ContextMenuItem('©2010 E19 Industries LLC', deadClick); var mySiteLink = new ContextMenuItem('Lawlolawl Studios!', gotoMySite); var hisSiteLink = new ContextMenuItem('Music by RigAudio', gotoHisSite); myMenu.customItems.push(mySiteLink, hisSiteLink, copyrightNotice); _root.menu = myMenu; } movieClip 2 { } movieClip 4 { } movieClip 5 { } movieClip 7 { } movieClip 10 { } // unknown tag 88 length 51 movieClip 268 __Packages.mochi.as2.MochiAd { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiAd) { var v1 = function () {}; mochi.as2.MochiAd = v1; var v2 = v1.prototype; v1.getVersion = function () { return mochi.as2.MochiServices.getVersion(); }; v1.showPreGameAd = function (options) { var v26 = {'clip': _root, 'ad_timeout': 3000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showPreloaderAd', 'color': 16747008, 'background': 16777161, 'outline': 13994812, 'no_progress_bar': false, 'ad_started': function () { this.clip.stop(); }, 'ad_finished': function () { this.clip.play(); }, 'ad_failed': function () { trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software'); }, 'ad_loaded': function (width, height) {}, 'ad_skipped': function () {}, 'ad_progress': function (percent) {}}; options = mochi.as2.MochiAd._parseOptions(options, v26); if ('c862232051e0a94e1c3609b3916ddb17'.substr(0) == 'dfeada81ac97cde83665f81c12da7def') { options.ad_started(); options.ad_finished(); return undefined; } var clip = options.clip; var v23 = 11000; var v19 = options.ad_timeout; if (options.skip) { v19 = 0; } delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!mochi.as2.MochiAd.load(options)) { options.ad_failed(); options.ad_finished(); return undefined; } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var v14 = mochi.as2.MochiAd._getRes(options); var v4 = v14[0]; var v13 = v14[1]; mc._x = v4 * 0.5; mc._y = v13 * 0.5; var chk = mc.createEmptyMovieClip('_mochiad_wait', 3); chk._x = v4 * -0.5; chk._y = v13 * -0.5; var v6 = chk.createEmptyMovieClip('_mochiad_bar', 4); if (options.no_progress_bar) { v6._visible = false; delete options.no_progress_bar; } else { v6._x = 10; v6._y = v13 - 20; } var v22 = options.color; delete options.color; var v20 = options.background; delete options.background; var v24 = options.outline; delete options.outline; var v5 = v6.createEmptyMovieClip('_outline', 1); v5.beginFill(v20); v5.moveTo(0, 0); v5.lineTo(v4 - 20, 0); v5.lineTo(v4 - 20, 10); v5.lineTo(0, 10); v5.lineTo(0, 0); v5.endFill(); var v3 = v6.createEmptyMovieClip('_inside', 2); v3.beginFill(v22); v3.moveTo(0, 0); v3.lineTo(v4 - 20, 0); v3.lineTo(v4 - 20, 10); v3.lineTo(0, 10); v3.lineTo(0, 0); v3.endFill(); v3._xscale = 0; var v7 = v6.createEmptyMovieClip('_outline', 3); v7.lineStyle(0, v24, 100); v7.moveTo(0, 0); v7.lineTo(v4 - 20, 0); v7.lineTo(v4 - 20, 10); v7.lineTo(0, 10); v7.lineTo(0, 0); chk.ad_msec = v23; chk.ad_timeout = v19; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var v2 = 100 * (1 - (getTimer() - this.fadeout_start) / this.fadeout_time); if (v2 > 0) { this._parent._alpha = v2; } else { var v3 = this._parent._parent; mochi.as2.MochiAd.unload(v3); delete this.onEnterFrame; } }; var sendHostProgress = false; mc.lc.sendHostLoadProgress = function (lc_name) { sendHostProgress = true; }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var v2 = this.mc._mochiad_wait; v2.server_control = true; v2.started = getTimer(); v2.ad_msec = msec; }; mc.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace('[MOCHIAD rpcTestFn] ' + s); return s; }; chk.onEnterFrame = function () { var v6 = this._parent._parent; var v11 = this._parent._mochiad_ctr; var v5 = getTimer() - this.started; var v3 = false; var v4 = v6.getBytesTotal(); var v8 = v6.getBytesLoaded(); var v2 = 100 * v8 / v4; var v10 = 100 * v5 / chk.ad_msec; var v9 = this._mochiad_bar._inside; var v13 = Math.min(100, Math.min(v2 || 0, v10)); v13 = Math.max(this.last_pcnt, v13); this.last_pcnt = v13; v9._xscale = v13; options.ad_progress(v13); if (sendHostProgress) { mochi.as2.MochiAd.containerNotify(clip, {'id': 'hostLoadPcnt', 'pcnt': v2}, clip._mochiad._containerLCName); if (v2 == 100) { sendHostProgress = false; } } if (!chk.showing) { var v7 = v11.getBytesTotal(); if (v7 > 0 || typeof v7 == 'undefined') { chk.showing = true; chk.started = getTimer(); } else { if (v5 > chk.ad_timeout && v2 == 100) { options.ad_failed(); v3 = true; } } } if (v5 > chk.ad_msec) { v3 = true; } if (v4 > 0 && v8 >= v4 && v3) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; }; v1.showClickAwayAd = function (options) { var v10 = {'clip': _root, 'ad_timeout': 2000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showClickAwayAd', 'res': '300x250', 'no_bg': true, 'ad_started': function () {}, 'ad_finished': function () {}, 'ad_loaded': function (width, height) {}, 'ad_failed': function () { trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software'); }, 'ad_skipped': function () {}}; options = mochi.as2.MochiAd._parseOptions(options, v10); var clip = options.clip; var v9 = options.ad_timeout; delete options.ad_timeout; if (!mochi.as2.MochiAd.load(options)) { options.ad_failed(); options.ad_finished(); return undefined; } options.ad_started(); var v3 = clip._mochiad; v3.onUnload = function () { options.ad_finished(); }; var v5 = mochi.as2.MochiAd._getRes(options); var v11 = v5[0]; var v8 = v5[1]; v3._x = v11 * 0.5; v3._y = v8 * 0.5; var chk = v3.createEmptyMovieClip('_mochiad_wait', 3); chk.ad_timeout = v9; chk.started = getTimer(); chk.showing = false; v3.lc.adLoaded = options.ad_loaded; v3.lc.adSkipped = options.ad_skipped; v3.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; v3.rpcTestFn = function (s) { trace('[MOCHIAD rpcTestFn] ' + s); return s; }; var v21 = false; chk.onEnterFrame = function () { var v5 = this._parent._mochiad_ctr; var v4 = getTimer() - this.started; var v2 = false; if (!chk.showing) { var v3 = v5.getBytesTotal(); if (v3 > 0 || typeof v3 == 'undefined') { v2 = true; chk.showing = true; chk.started = getTimer(); } else { if (v4 > chk.ad_timeout) { options.ad_failed(); v2 = true; } } } if (v2) { delete this.onEnterFrame; } }; }; v1.showInterLevelAd = function (options) { var v13 = {'clip': _root, 'ad_timeout': 2000, 'fadeout_time': 250, 'regpt': 'o', 'method': 'showTimedAd', 'ad_started': function () { this.clip.stop(); }, 'ad_finished': function () { this.clip.play(); }, 'ad_failed': function () { trace('[MochiAd] Couldn\'t load an ad, make sure that your game\'s local security sandbox is configured for Access Network Only and that you are not using ad blocking software'); }, 'ad_loaded': function (width, height) {}, 'ad_skipped': function () {}}; options = mochi.as2.MochiAd._parseOptions(options, v13); var clip = options.clip; var v10 = 11000; var v12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!mochi.as2.MochiAd.load(options)) { options.ad_failed(); options.ad_finished(); return undefined; } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var v5 = mochi.as2.MochiAd._getRes(options); var v14 = v5[0]; var v11 = v5[1]; mc._x = v14 * 0.5; mc._y = v11 * 0.5; var chk = mc.createEmptyMovieClip('_mochiad_wait', 3); chk.ad_msec = v10; chk.ad_timeout = v12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var v2 = 100 * (1 - (getTimer() - this.fadeout_start) / this.fadeout_time); if (v2 > 0) { this._parent._alpha = v2; } else { var v3 = this._parent._parent; mochi.as2.MochiAd.unload(v3); delete this.onEnterFrame; } }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var v2 = this.mc._mochiad_wait; v2.server_control = true; v2.started = getTimer(); v2.ad_msec = msec - 250; }; mc.lc.rpc = function (callbackID, arg) { mochi.as2.MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace('[MOCHIAD rpcTestFn] ' + s); return s; }; chk.onEnterFrame = function () { var v5 = this._parent._mochiad_ctr; var v4 = getTimer() - this.started; var v2 = false; if (!chk.showing) { var v3 = v5.getBytesTotal(); if (v3 > 0 || typeof v3 == 'undefined') { chk.showing = true; chk.started = getTimer(); } else { if (v4 > chk.ad_timeout) { options.ad_failed(); v2 = true; } } } if (v4 > chk.ad_msec) { v2 = true; } if (v2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; }; v1.showPreloaderAd = function (options) { trace('[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0'); mochi.as2.MochiAd.showPreGameAd(options); }; v1.showTimedAd = function (options) { trace('[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0'); mochi.as2.MochiAd.showInterLevelAd(options); }; v1._allowDomains = function (server) { var v1 = ((server.split('/'))[2].split(':'))[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain('*'); System.security.allowDomain(v1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain('*'); System.security.allowInsecureDomain(v1); } } return v1; }; v1.load = function (options) { var v12 = {'clip': _root, 'server': 'http://x.mochiads.com/srv/1/', 'method': 'load', 'depth': 10333, 'id': '_UNKNOWN_'}; options = mochi.as2.MochiAd._parseOptions(options, v12); options.swfv = options.clip.getSWFVersion() || 6; options.mav = mochi.as2.MochiAd.getVersion(); var v6 = options.clip; if (!mochi.as2.MochiAd._isNetworkAvailable()) { return null; } if (v6._mochiad_loaded) { return null; } var v11 = options.depth; delete options.depth; var mc = v6.createEmptyMovieClip('_mochiad', v11); var v10 = mochi.as2.MochiAd._getRes(options); options.res = v10[0] + 'x' + v10[1]; options.server += options.id; delete options.id; v6._mochiad_loaded = true; if (v6._url.indexOf('http') != 0) { trace('[MochiAd] NOTE: Security Sandbox Violation errors below are normal'); } var v4 = mc.createEmptyMovieClip('_mochiad_ctr', 1); for (var v7 in options) { v4[v7] = options[v7]; } var v9 = v4.server; delete v4.server; var v13 = mochi.as2.MochiAd._allowDomains(v9); mc.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; mochi.as2.MochiAd.unload(this._parent); } }; } }; var v5 = new Object(); var v8 = ['', Math.floor((new Date()).getTime()), random(999999)].join('_'); v5.mc = mc; v5.name = v8; v5.hostname = v13; v5.allowDomain = function (d) { return true; }; v5.allowInsecureDomain = v5.allowDomain; v5.connect(v8); mc.lc = v5; mc.lc.regContLC = function (lc_name) { mc._containerLCName = lc_name; }; v4.lc = v8; v4.st = getTimer(); if (!options.skip) { v4.loadMovie(v9 + '.swf', 'POST'); } return mc; }; v1.unload = function (clip) { if (typeof clip == 'undefined') { clip = _root; } if (clip.clip && clip.clip._mochiad) { clip = clip.clip; } if (!clip._mochiad) { return false; } mochi.as2.MochiAd.containerNotify(clip, {'id': 'unload'}, clip._mochiad._containerLCName); clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return true; }; v1._isNetworkAvailable = function () { if (System.security) { var v1 = System.security; if (v1.sandboxType == 'localWithFile') { return false; } } return true; }; v1._getRes = function (options) { var v3 = options.clip.getBounds(); var v2 = 0; var v1 = 0; if (typeof options.res != 'undefined') { var v4 = options.res.split('x'); v2 = parseFloat(v4[0]); v1 = parseFloat(v4[1]); } else { v2 = v3.xMax - v3.xMin; v1 = v3.yMax - v3.yMin; } if (v2 == 0 || v1 == 0) { v2 = Stage.width; v1 = Stage.height; } return [v2, v1]; }; v1._parseOptions = function (options, defaults) { var v4 = {}; for (var v8 in defaults) { v4[v8] = defaults[v8]; } if (options) { for (v8 in options) { v4[v8] = options[v8]; } } if (_root.mochiad_options) { var v5 = _root.mochiad_options.split('&'); var v2 = 0; while (v2 < v5.length) { var v3 = v5[v2].split('='); v4[unescape(v3[0])] = unescape(v3[1]); ++v2; } } if (v4.id == 'test') { trace('[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!'); } return v4; }; v1.rpc = function (clip, callbackID, arg) { switch (arg.id) { case 'setValue': mochi.as2.MochiAd.setValue(clip, arg.objectName, arg.value); break; case 'getValue': var v4 = mochi.as2.MochiAd.getValue(clip, arg.objectName); mochi.as2.MochiAd.containerRpcResult(clip, callbackID, v4, clip._mochiad._containerLCName); break; case 'runMethod': var v3 = mochi.as2.MochiAd.runMethod(clip, arg.method, arg.args); mochi.as2.MochiAd.containerRpcResult(clip, callbackID, v3, clip._mochiad._containerLCName); break; default: trace('[mochiads rpc] unknown rpc id: ' + arg.id); } }; v1.setValue = function (base, objectName, value) { var v2 = objectName.split('.'); var v1; v1 = 0; while (v1 < v2.length - 1) { if (base[v2[v1]] == undefined || base[v2[v1]] == null) { return undefined; } base = base[v2[v1]]; ++v1; } base[v2[v1]] = value; }; v1.getValue = function (base, objectName) { var v2 = objectName.split('.'); var v1; v1 = 0; while (v1 < v2.length - 1) { if (base[v2[v1]] == undefined || base[v2[v1]] == null) { return undefined; } base = base[v2[v1]]; ++v1; } return base[v2[v1]]; }; v1.runMethod = function (base, methodName, argsArray) { var v2 = methodName.split('.'); var v1; v1 = 0; while (v1 < v2.length - 1) { if (base[v2[v1]] == undefined || base[v2[v1]] == null) { return undefined; } base = base[v2[v1]]; ++v1; } if (typeof base[v2[v1]] == 'function') { return base[v2[v1]].apply(base, argsArray); } else { return undefined; } }; v1.containerNotify = function (clip, args, lcName) { var v1 = clip._mochiad._mochiad_ctr.ad.app; if (v1.notify) { v1.notify(args); } else { (new LocalConnection()).send(lcName, 'notify', args); } }; v1.containerRpcResult = function (clip, callbackID, val, lcName) { var v1 = clip._mochiad._mochiad_ctr.ad.app; if (v1.rpcResult) { v1.rpcResult(callbackID, val); } else { (new LocalConnection()).send(lcName, 'rpcResult', callbackID, val); } }; ASSetPropFlags(mochi.as2.MochiAd.prototype, null, 1); } #endinitclip } movieClip 269 __Packages.mochi.as2.MochiSync { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiSync) { var v1 = function () { this._syncContainer = {}; }; mochi.as2.MochiSync = v1; var v2 = v1.prototype; v2.getProp = function (name) { return this._syncContainer[name]; }; v2.setProp = function (name, value) { if (this._syncContainer[name] == value) { return undefined; } this._syncContainer[name] = value; mochi.as2.MochiServices.send('sync_propUpdate', {'name': name, 'value': value}); }; v2.triggerEvent = function (eventType, args) { switch (eventType) { case mochi.as2.MochiSync.SYNC_REQUEST: mochi.as2.MochiServices.send('sync_syncronize', this._syncContainer); break; case mochi.as2.MochiSync.SYNC_PROPERTY: this._syncContainer[args.name] = args.value; } }; v1.SYNC_REQUEST = 'SyncRequest'; v1.SYNC_PROPERTY = 'UpdateProperty'; ASSetPropFlags(mochi.as2.MochiSync.prototype, null, 1); } #endinitclip } movieClip 270 __Packages.mochi.as2.MochiServices { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiServices) { var v1 = function () {}; mochi.as2.MochiServices = v1; var v2 = v1.prototype; v1.__get__id = function () { return mochi.as2.MochiServices._id; }; v1.__get__clip = function () { return mochi.as2.MochiServices._container; }; v1.__get__childClip = function () { return mochi.as2.MochiServices._clip; }; v1.getVersion = function () { return '3.8 as2'; }; v1.allowDomains = function (server) { var v1 = ((server.split('/'))[2].split(':'))[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain('*'); System.security.allowDomain(v1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain('*'); System.security.allowInsecureDomain(v1); } } return v1; }; v1.__get__isNetworkAvailable = function () { if (System.security) { var v1 = System.security; if (v1.sandboxType == 'localWithFile') { return false; } } return true; }; v1.__set__comChannelName = function (val) { if (val != undefined) { if (val.length > 3) { mochi.as2.MochiServices._sendChannelName = val + '_fromgame'; mochi.as2.MochiServices.initComChannels(); } } return mochi.as2.MochiServices.__get__comChannelName(); }; v1.__get__connected = function () { return mochi.as2.MochiServices._connected; }; v1.connect = function (id, clip, onError) { mochi.as2.MochiServices.warnID(id, false); if (!mochi.as2.MochiServices._connected && mochi.as2.MochiServices._clip == undefined) { trace('MochiServices Connecting...'); mochi.as2.MochiServices._connecting = true; mochi.as2.MochiServices.init(id, clip); } if (onError != undefined) { mochi.as2.MochiServices.onError = onError; } else { if (mochi.as2.MochiServices.onError == undefined) { mochi.as2.MochiServices.onError = function (errorCode) { trace(errorCode); }; } } }; v1.disconnect = function () { if (mochi.as2.MochiServices._connected || mochi.as2.MochiServices._connecting) { mochi.as2.MochiServices._connected = false; mochi.as2.MochiServices._connecting = mochi.as2.MochiServices._connected; mochi.as2.MochiServices.flush(true); if (mochi.as2.MochiServices._clip != undefined) { mochi.as2.MochiServices._clip.removeMovieClip(); delete mochi.as2.MochiServices._clip; } mochi.as2.MochiServices._listenChannel.close(); } }; v1.init = function (id, clip) { mochi.as2.MochiServices._id = id; if (clip != undefined) { mochi.as2.MochiServices._container = clip; } else { mochi.as2.MochiServices._container = _root; } mochi.as2.MochiServices.loadCommunicator(id, mochi.as2.MochiServices._container); }; v1.loadCommunicator = function (id, clip) { var v6 = '_mochiservices_com_' + id; var v5 = new MovieClipLoader(); var v3 = {}; if (mochi.as2.MochiServices._clip != null) { return mochi.as2.MochiServices._clip; } if (!mochi.as2.MochiServices.__get__isNetworkAvailable()) { return null; } if ((mochi.as2.MochiServices.urlOptions()).servURL) { mochi.as2.MochiServices._servURL = (mochi.as2.MochiServices.urlOptions()).servURL; } var v4 = mochi.as2.MochiServices._servURL + mochi.as2.MochiServices._services; if ((mochi.as2.MochiServices.urlOptions()).servicesURL) { v4 = (mochi.as2.MochiServices.urlOptions()).servicesURL; } mochi.as2.MochiServices.allowDomains(v4); mochi.as2.MochiServices._clip = clip.createEmptyMovieClip(v6, 10336, false); mochi.as2.MochiServices._listenChannelName += Math.floor((new Date()).getTime()) + '_' + Math.floor(Math.random() * 99999); mochi.as2.MochiServices.listen(); if (v3.waitInterval != null) { clearInterval(v3.waitInterval); } v3.onLoadError = mochi.as2.MochiServices.loadError; v3.onLoadStart = function (target_mc) { this.isLoading = true; }; v3.onLoadComplete = function (target_mc) { target_mc.MochiServices = mochi.as2.MochiServices; }; v3.startTime = getTimer(); v3.wait = function () { if (getTimer() - this.startTime > 10000) { if (!this.isLoading) { mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.onError.apply(null, ['IOError']); } clearInterval(this.waitInterval); } }; v3.waitInterval = setInterval(v3, 'wait', 1000); v5.addListener(v3); v5.loadClip(v4 + '?listenLC=' + mochi.as2.MochiServices._listenChannelName + '&mochiad_options=' + escape(_root.mochiad_options) + '&api_version=' + mochi.as2.MochiServices.getVersion(), mochi.as2.MochiServices._clip); mochi.as2.MochiServices._sendChannel = new LocalConnection(); mochi.as2.MochiServices._sendChannel._queue = []; return mochi.as2.MochiServices._clip; }; v1.loadError = function (target_mc, errorCode, httpStatus) { trace('MochiServices could not load.'); mochi.as2.MochiServices.disconnect(); mochi.as2.MochiServices.onError.apply(null, [errorCode]); }; v1.onStatus = function (infoObject) { if (infoObject.level !== 'error') { } else { mochi.as2.MochiServices._connected = false; mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName); } }; v1.listen = function () { mochi.as2.MochiServices._listenChannel = new LocalConnection(); mochi.as2.MochiServices._listenChannel.handshake = function (args) { mochi.as2.MochiServices.__set__comChannelName(args.newChannel); }; mochi.as2.MochiServices._listenChannel.allowDomain = function (d) { return true; }; mochi.as2.MochiServices._listenChannel.allowInsecureDomain = mochi.as2.MochiServices._listenChannel.allowDomain; mochi.as2.MochiServices._listenChannel._nextcallbackID = 0; mochi.as2.MochiServices._listenChannel._callbacks = {}; mochi.as2.MochiServices._listenChannel.connect(mochi.as2.MochiServices._listenChannelName); trace('Waiting for MochiAds services to connect...'); }; v1.initComChannels = function () { if (!mochi.as2.MochiServices._connected) { mochi.as2.MochiServices._sendChannel.onStatus = function (infoObject) { mochi.as2.MochiServices.onStatus(infoObject); }; mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'handshakeDone'}); mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': 'registerGame', 'id': mochi.as2.MochiServices._id, 'version': mochi.as2.MochiServices.getVersion()}); mochi.as2.MochiServices._listenChannel.onStatus = function (infoObject) { mochi.as2.MochiServices.onStatus(infoObject); }; mochi.as2.MochiServices._listenChannel.onReceive = function (pkg) { var v5 = pkg.callbackID; var v4 = this._callbacks[v5]; if (!v4) { return undefined; } var v2 = v4.callbackMethod; var v3 = v4.callbackObject; if (v3 && typeof v2 == 'string') { v2 = v3[v2]; } if (v2 != undefined) { v2.apply(v3, pkg.args); } delete this._callbacks[v5]; }; mochi.as2.MochiServices._listenChannel.onEvent = function (pkg) { switch (pkg.target) { case 'events': mochi.as2.MochiEvents.triggerEvent(pkg.event, pkg.args); break; case 'coins': mochi.as2.MochiSocial.triggerEvent(pkg.event, pkg.args); break; case 'sync': mochi.as2.MochiServices.servicesSync.triggerEvent(pkg.event, pkg.args); } }; mochi.as2.MochiServices._listenChannel.onError = function () { mochi.as2.MochiServices.onError.apply(null, ['IOError']); }; trace('[SERVICES_API] connected!'); mochi.as2.MochiServices._connecting = false; mochi.as2.MochiServices._connected = true; while (mochi.as2.MochiServices._sendChannel._queue.length > 0) { mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', mochi.as2.MochiServices._sendChannel._queue.shift()); } } }; v1.updateCopy = function (args) { mochi.as2.MochiServices.send('coins_updateCopy', args, null, null); }; v1.flush = function (error) { var v1; var v2; while (mochi.as2.MochiServices._sendChannel._queue.length > 0) { v1 = mochi.as2.MochiServices._sendChannel._queue.shift(); false; if (v1.callbackID != null) { v2 = mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID]; } delete mochi.as2.MochiServices._listenChannel._callbacks[v1.callbackID]; if (error) { mochi.as2.MochiServices.handleError(v1.args, v2.callbackObject, v2.callbackMethod); } } }; v1.handleError = function (args, callbackObject, callbackMethod) { if (args != null) { if (args.onError != null) { args.onError.apply(null, ['NotConnected']); } if (args.options != null && args.options.onError != null) { args.options.onError.apply(null, ['NotConnected']); } } if (callbackMethod != null) { args = {}; args.error = true; args.errorCode = 'NotConnected'; if (callbackObject != null && typeof callbackMethod == 'string') { callbackObject[callbackMethod](args); } else { if (callbackMethod != null) { callbackMethod.apply(args); } } } }; v1.send = function (methodName, args, callbackObject, callbackMethod) { if (mochi.as2.MochiServices._connected) { mochi.as2.MochiServices._sendChannel.send(mochi.as2.MochiServices._sendChannelName, 'onReceive', {'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID}); } else { if (mochi.as2.MochiServices._clip == undefined || !mochi.as2.MochiServices._connecting) { trace('Error: MochiServices not connected. Please call MochiServices.connect(). Function: ' + methodName); mochi.as2.MochiServices.handleError(args, callbackObject, callbackMethod); mochi.as2.MochiServices.flush(true); return undefined; } else { mochi.as2.MochiServices._sendChannel._queue.push({'methodName': methodName, 'args': args, 'callbackID': mochi.as2.MochiServices._listenChannel._nextcallbackID}); } } mochi.as2.MochiServices._listenChannel._callbacks[mochi.as2.MochiServices._listenChannel._nextcallbackID] = {'callbackObject': callbackObject, 'callbackMethod': callbackMethod}; ++mochi.as2.MochiServices._listenChannel._nextcallbackID; }; v1.urlOptions = function () { var v5 = {}; var v6; if (_root._url.indexOf('mochiad_options') != -1) { var v2 = _root._url.indexOf('mochiad_options') + 'mochiad_options'.length + 1; v6 = _root._url.substr(v2, _root._url.length); } else { if (_root.mochiad_options) { v6 = _root.mochiad_options; } } if (v6) { var v4 = _root.mochiad_options.split('&'); var v2 = 0; while (v2 < v4.length) { var v3 = v4[v2].split('='); v5[unescape(v3[0])] = unescape(v3[1]); ++v2; } } return v5; }; v1.warnID = function (bid, leaderboard) { bid = bid.toLowerCase(); if (bid.length != 16) { trace('WARNING: ' + (leaderboard ? 'board' : 'game') + ' ID is not the appropriate length'); return undefined; } else { if (bid == '1e113c7239048b3f') { if (leaderboard) { trace('WARNING: Using testing board ID'); } else { trace('WARNING: Using testing board ID as game ID'); } return undefined; } else { if (bid == '84993a1de4031cd8') { if (leaderboard) { trace('WARNING: Using testing game ID as board ID'); } else { trace('WARNING: Using testing game ID'); } return undefined; } } } var v1 = 0; while (v1 < bid.length) { switch (bid.charAt(v1)) { if (bid.charAt(v1) !== 'f') { } else { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': case 'a': case 'b': case 'c': break; case 'd': case 'e': } default: trace('WARNING: Board ID contains illegal characters: ' + bid); return undefined; } ++v1; } }; v1.addLinkEvent = function (url, burl, btn, onClick) { var timeout = 1500; var t0 = getTimer(); var v2 = new Object(); v2.mav = mochi.as2.MochiServices.getVersion(); v2.swfv = btn.getSWFVersion() || 6; v2.swfurl = btn._url; v2.fv = System.capabilities.version; v2.os = System.capabilities.os; v2.lang = System.capabilities.language; v2.scres = System.capabilities.screenResolutionX + 'x' + System.capabilities.screenResolutionY; var s = '?'; var v3 = 0; for (var v6 in v2) { if (v3 != 0) { s += '&'; } ++v3; s = s + v6 + '=' + escape(v2[v6]); } if (!(mochi.as2.MochiServices.netupAttempted || mochi.as2.MochiServices._connected)) { var ping = btn.createEmptyMovieClip('ping', 777); var v7 = btn.createEmptyMovieClip('nettest', 778); mochi.as2.MochiServices.netupAttempted = true; ping.loadMovie('http://x.mochiads.com/linkping.swf?t=' + getTimer()); v7.onEnterFrame = function () { if (ping._totalframes > 0 && ping._totalframes == ping._framesloaded) { delete this.onEnterFrame; } else { if (getTimer() - t0 > timeout) { delete this.onEnterFrame; mochi.as2.MochiServices.netup = false; } } }; } var v4 = btn.createEmptyMovieClip('clk', 1001); v4._alpha = 0; v4.beginFill(1044735); v4.moveTo(0, 0); v4.lineTo(0, btn._height); v4.lineTo(btn._width, btn._height); v4.lineTo(btn._width, 0); v4.lineTo(0, 0); v4.endFill(); v4.onRelease = function () { if (mochi.as2.MochiServices.netup) { getURL(url + s, '_blank'); } else { getURL(burl, '_blank'); } if (onClick != undefined) { onClick(); } }; }; v1.setContainer = function (clip) {}; v1.stayOnTop = function (clip) {}; v1._servURL = 'http://www.mochiads.com/static/lib/services/'; v1._services = 'services.swf'; v1._mochiLC = 'MochiLC.swf'; v1._listenChannelName = '__ms_'; v1._connecting = false; v1._connected = false; v1.netup = true; v1.netupAttempted = false; v1.servicesSync = new mochi.as2.MochiSync(); v1.addProperty('childClip', v1.__get__childClip, function () {}); v1.addProperty('clip', v1.__get__clip, function () {}); v1.addProperty('comChannelName', function () {}, v1.__set__comChannelName); v1.addProperty('connected', v1.__get__connected, function () {}); v1.addProperty('id', v1.__get__id, function () {}); v1.addProperty('isNetworkAvailable', v1.__get__isNetworkAvailable, function () {}); ASSetPropFlags(mochi.as2.MochiServices.prototype, null, 1); } #endinitclip } movieClip 271 __Packages.mochi.as2.MochiEventDispatcher { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiEventDispatcher) { var v1 = function () { this.eventTable = {}; }; mochi.as2.MochiEventDispatcher = v1; var v2 = v1.prototype; v2.buildDelegate = function (thisObject, thatObject) { var v2 = {'thisObject': thisObject, 'thatObject': thatObject}; if (thatObject != undefined) { var funct = (typeof thatObject == 'string') ? thisObject[thatObject] : thatObject; v2.delegate = function (args) { funct.call(thisObject, args); }; return v2; } v2.delegate = thisObject; return v2; }; v2.compareDelegate = function (d_A, d_B) { if (d_A.thisObject != d_B.thisObject || d_A.thatObject != d_B.thatObject) { return false; } return true; }; v2.addEventListener = function (event, thisObject, thatObject) { this.removeEventListener(event, thisObject, thatObject); this.eventTable[event].push(this.buildDelegate(thisObject, thatObject)); }; v2.removeEventListener = function (event, thisObject, thatObject) { var v3 = this.buildDelegate(thisObject, thatObject); if (this.eventTable[event] == undefined) { this.eventTable[event] = []; return undefined; } for (var v4 in this.eventTable[event]) { if (!this.compareDelegate(this.eventTable[event][v4], v3)) { continue; } this.eventTable[event].splice(Number(v4), 1); } }; v2.triggerEvent = function (event, args) { if (this.eventTable[event] == undefined) { return undefined; } for (var v4 in this.eventTable[event]) { this.eventTable[event][v4].delegate(args); } }; ASSetPropFlags(mochi.as2.MochiEventDispatcher.prototype, null, 1); } #endinitclip } movieClip 272 __Packages.mochi.as2.MochiEvents { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiEvents) { var v1 = function () {}; mochi.as2.MochiEvents = v1; var v2 = v1.prototype; v1.getVersion = function () { return mochi.as2.MochiServices.getVersion(); }; v1.startSession = function (achievementID) { mochi.as2.MochiServices.send('events_beginSession', {'achievementID': achievementID}, null, null); }; v1.setNotifications = function (clip, style) { var v2 = {}; for (var v3 in style) { v2[v3] = style[v3]; } v2.clip = clip; mochi.as2.MochiServices.send('events_setNotifications', v2, null, null); }; v1.addEventListener = function (eventType, thisObject, thatObject) { mochi.as2.MochiEvents._dispatcher.addEventListener(eventType, thisObject, thatObject); }; v1.triggerEvent = function (eventType, args) { mochi.as2.MochiEvents._dispatcher.triggerEvent(eventType, args); }; v1.removeEventListener = function (eventType, thisObject, thatObject) { mochi.as2.MochiEvents._dispatcher.removeEventListener(eventType, thisObject, thatObject); }; v1.startPlay = function (tag) { if (tag == undefined) { tag = 'gameplay'; } mochi.as2.MochiServices.send('events_setRoundID', {'tag': String(tag)}, null, null); }; v1.endPlay = function () { mochi.as2.MochiServices.send('events_clearRoundID', null, null, null); }; v1.trackEvent = function (tag, value) { mochi.as2.MochiServices.send('events_trackEvent', {'tag': tag, 'value': value}, null, null); }; v1.ACHIEVEMENT_RECEIVED = 'AchievementReceived'; v1.ALIGN_TOP_LEFT = 'ALIGN_TL'; v1.ALIGN_TOP = 'ALIGN_T'; v1.ALIGN_TOP_RIGHT = 'ALIGN_TR'; v1.ALIGN_LEFT = 'ALIGN_L'; v1.ALIGN_CENTER = 'ALIGN_C'; v1.ALIGN_RIGHT = 'ALIGN_R'; v1.ALIGN_BOTTOM_LEFT = 'ALIGN_BL'; v1.ALIGN_BOTTOM = 'ALIGN_B'; v1.ALIGN_BOTTOM_RIGHT = 'ALIGN_BR'; v1.FORMAT_SHORT = 'ShortForm'; v1.FORMAT_LONG = 'LongForm'; v1._dispatcher = new mochi.as2.MochiEventDispatcher(); ASSetPropFlags(mochi.as2.MochiEvents.prototype, null, 1); } #endinitclip } movieClip 273 __Packages.mochi.as2.MochiSocial { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiSocial) { var v1 = function () {}; mochi.as2.MochiSocial = v1; var v2 = v1.prototype; v1.getVersion = function () { return mochi.as2.MochiServices.getVersion(); }; v1.showLoginWidget = function (options) { mochi.as2.MochiServices.setContainer(); mochi.as2.MochiServices.stayOnTop(); mochi.as2.MochiServices.send('coins_showLoginWidget', {'options': options}); }; v1.hideLoginWidget = function () { mochi.as2.MochiServices.send('coins_hideLoginWidget'); }; v1.requestLogin = function () { mochi.as2.MochiServices.send('coins_requestLogin'); }; v1.getUserInfo = function () { mochi.as2.MochiServices.send('coins_getUserInfo'); }; v1.saveUserProperties = function (properties) { mochi.as2.MochiServices.send('coins_saveUserProperties', properties); }; v1.addEventListener = function (eventType, delegate) { mochi.as2.MochiSocial._dispatcher.addEventListener(eventType, delegate); }; v1.triggerEvent = function (eventType, args) { mochi.as2.MochiSocial._dispatcher.triggerEvent(eventType, args); }; v1.removeEventListener = function (eventType, delegate) { mochi.as2.MochiSocial._dispatcher.removeEventListener(eventType, delegate); }; v1.LOGGED_IN = 'LoggedIn'; v1.LOGGED_OUT = 'LoggedOut'; v1.LOGIN_SHOW = 'LoginShow'; v1.LOGIN_HIDE = 'LoginHide'; v1.LOGIN_SHOWN = 'LoginShown'; v1.PROFILE_SHOW = 'ProfileShow'; v1.PROFILE_HIDE = 'ProfileHide'; v1.PROPERTIES_SAVED = 'PropertySaved'; v1.WIDGET_LOADED = 'WidgetLoaded'; v1.USER_INFO = 'UserInfo'; v1.ERROR = 'Error'; v1.IO_ERROR = 'IOError'; v1.NO_USER = 'NoUser'; v1.PROPERTIES_SIZE = 'PropertiesSize'; v1._dispatcher = new mochi.as2.MochiEventDispatcher(); ASSetPropFlags(mochi.as2.MochiSocial.prototype, null, 1); } #endinitclip } movieClip 274 __Packages.mochi.as2.MochiScores { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiScores) { var v1 = function () {}; mochi.as2.MochiScores = v1; var v2 = v1.prototype; v1.setBoardID = function (boardID) { mochi.as2.MochiServices.warnID(boardID, true); mochi.as2.MochiScores.boardID = boardID; mochi.as2.MochiServices.send('scores_setBoardID', {'boardID': boardID}); }; v1.showLeaderboard = function (options) { options.clip = mochi.as2.MochiServices.clip; if (options.clip != mochi.as2.MochiServices.__get__clip() || (mochi.as2.MochiServices.__get__childClip())._target == undefined) { mochi.as2.MochiServices.disconnect(); trace('WARNING! This application is attempting to connect to MochiServices inside a showLeaderboard call!'); trace('make sure MochiServices.connect is called as early in the application runtime as possible.'); mochi.as2.MochiServices.connect(mochi.as2.MochiServices.__get__id(), options.clip); } delete options.clip; if (options.name != null) { if (typeof options.name == 'object') { if (options.name.text != undefined) { options.name = options.name.text; } } } if (options.score != null) { if (options.score instanceof TextField) { if (options.score.text != undefined) { options.score = options.score.text; } } else { if (options.score instanceof mochi.as2.MochiDigits) { options.score = options.score.value; } } var v1 = Number(options.score); if (isNaN(v1)) { trace('ERROR: Submitted score \'' + options.score + '\' will be rejected, score is \'Not a Number\''); } else { if (v1 == Number.NEGATIVE_INFINITY || v1 == Number.POSITIVE_INFINITY) { trace('ERROR: Submitted score \'' + options.score + '\' will be rejected, score is an infinite'); } else { if (Math.floor(v1) != v1) { trace('WARNING: Submitted score \'' + options.score + '\' will be truncated'); } options.score = v1; } } } if (options.onDisplay != null) { options.onDisplay(); } else { (mochi.as2.MochiServices.__get__clip()).stop(); } if (options.onClose != null) { mochi.as2.MochiScores.onClose = options.onClose; } else { mochi.as2.MochiScores.onClose = function () { (mochi.as2.MochiServices.__get__clip()).play(); }; } if (options.onError != null) { mochi.as2.MochiScores.onError = options.onError; } else { mochi.as2.MochiScores.onError = mochi.as2.MochiScores.onClose; } if (options.boardID == null) { if (mochi.as2.MochiScores.boardID != null) { options.boardID = mochi.as2.MochiScores.boardID; } } mochi.as2.MochiServices.warnID(options.boardID, true); trace('[MochiScores] NOTE: Security Sandbox Violation errors below are normal'); mochi.as2.MochiServices.send('scores_showLeaderboard', {'options': options}, null, mochi.as2.MochiScores.doClose); }; v1.closeLeaderboard = function () { mochi.as2.MochiServices.send('scores_closeLeaderboard'); }; v1.getPlayerInfo = function (callbackObj, callbackMethod) { mochi.as2.MochiServices.send('scores_getPlayerInfo', null, callbackObj, callbackMethod); }; v1.submit = function (score, name, callbackObj, callbackMethod) { score = Number(score); if (isNaN(score)) { trace('ERROR: Submitted score \'' + String(score) + '\' will be rejected, score is \'Not a Number\''); } else { if (score == Number.NEGATIVE_INFINITY || score == Number.POSITIVE_INFINITY) { trace('ERROR: Submitted score \'' + String(score) + '\' will be rejected, score is an infinite'); } else { if (Math.floor(score) != score) { trace('WARNING: Submitted score \'' + String(score) + '\' will be truncated'); } score = Number(score); } } mochi.as2.MochiServices.send('scores_submit', {'score': score, 'name': name}, callbackObj, callbackMethod); }; v1.requestList = function (callbackObj, callbackMethod) { mochi.as2.MochiServices.send('scores_requestList', null, callbackObj, callbackMethod); }; v1.scoresArrayToObjects = function (scores) { var v5 = {}; var v1; var v4; var v2; var v6; for (var v8 in scores) { if (typeof scores[v8] == 'object') { if (scores[v8].cols != null && scores[v8].rows != null) { v5[v8] = []; v2 = scores[v8]; v4 = 0; while (v4 < v2.rows.length) { v6 = {}; v1 = 0; while (v1 < v2.cols.length) { v6[v2.cols[v1]] = v2.rows[v4][v1]; ++v1; } v5[v8].push(v6); ++v4; } } else { v5[v8] = {}; for (var v7 in scores[v8]) { v5[v8][v7] = scores[v8][v7]; } } } else { v5[v8] = scores[v8]; } } return v5; }; v1.doClose = function (args) { if (args.error == true) { if (args.errorCode == undefined) { args.errorCode = 'IOError'; } mochi.as2.MochiScores.onError.apply(null, [args.errorCode]); } else { mochi.as2.MochiScores.onClose.apply(); } }; ASSetPropFlags(mochi.as2.MochiScores.prototype, null, 1); } #endinitclip } movieClip 275 __Packages.mochi.as2.MochiDigits { #initclip if (!_global.mochi) { _global.mochi = new Object(); } if (!_global.mochi.as2) { _global.mochi.as2 = new Object(); } if (!_global.mochi.as2.MochiDigits) { var v1 = function (digit, index) { this.Encoder = 0; this.setValue(digit, index); }; mochi.as2.MochiDigits = v1; var v2 = v1.prototype; v2.__get__value = function () { return Number(this.toString()); }; v2.__set__value = function (v) { this.setValue(v); return this.__get__value(); }; v2.addValue = function (v) { this.value += v; }; v2.setValue = function (digit, index) { var v3 = digit.toString(); if (index == undefined || isNaN(index)) { index = 0; } this.Fragment = v3.charCodeAt(index++) ^ this.Encoder; if (index < v3.length) { this.Sibling = new mochi.as2.MochiDigits(digit, index); } else { this.Sibling = null; } this.reencode(); }; v2.reencode = function () { var v2 = int(2147483647 * Math.random()); this.Fragment ^= v2 ^ this.Encoder; this.Encoder = v2; }; v2.toString = function () { var v2 = String.fromCharCode(this.Fragment ^ this.Encoder); return (this.Sibling != null) ? v2.concat(this.Sibling.toString()) : v2; }; v2.addProperty('value', v2.__get__value, v2.__set__value); ASSetPropFlags(mochi.as2.MochiDigits.prototype, null, 1); } #endinitclip } movieClip 18 { } movieClip 19 { } frame 124 { stop(); } instance of movieClip 7 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.playercount = 1; } if (this.hitTest(_root.p2)) { _root.playercount = 2; } if (this.hitTest(_root.p3)) { _root.playercount = 3; } if (this.hitTest(_root.p4)) { _root.playercount = 4; } if (Key.isDown(32)) { if (_root.playercount) { stopAllSounds(); _root.gotoAndStop('gamestart'); } } } } movieClip 21 { } movieClip 23 { } movieClip 25 { } movieClip 30 { } movieClip 32 { } movieClip 33 { frame 1 { stop(); } } instance p4 of movieClip 33 { onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (this._x <= 0) { _root.nextFrame(); this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } movieClip 41 { frame 1 { stop(); } } instance of movieClip 41 { onClipEvent (enterFrame) { this.gotoAndStop(_root.playercount + 1); } } // unknown tag 88 length 56 movieClip 45 { } movieClip 46 { } movieClip 47 { frame 150 { stop(); } } movieClip 49 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.Ol1.play(); } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (this._x >= 600) { _root.prevFrame(); this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; _root.maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= _root.maxspeed) { runspeed = _root.maxspeed; } if (runspeed <= -_root.maxspeed) { runspeed = -_root.maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { _root.maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); _root.maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } movieClip 52 { } movieClip 53 { frame 1 { stop(); } frame 140 { gotoAndPlay(2); } } movieClip 54 { } movieClip 60 { frame 1 { stop(); } } instance of movieClip 60 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { this.gotoAndStop(2); _root.ready1score = true; } else { this.gotoAndStop(1); _root.ready1score = false; } } onClipEvent (enterFrame) { if (_root.ready1score) { if (Key.isDown(32)) { stopAllSounds(); _root.gotoAndStop('singleplayer'); } } } } movieClip 63 { frame 1 { stop(); } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.hidetimes = false; _root.displaytimes.gotoAndStop(1); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.hidetimes = true; _root.displaytimes.gotoAndStop(2); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.displaytransitions = false; _root.displaytrans.gotoAndStop(1); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.displaytransitions = true; _root.displaytrans.gotoAndStop(2); } } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; _root.p1playertime = 0; _root.p2playertime = 0; _root.p3playertime = 0; _root.p4playertime = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.p1.finished = false; _root.p2.finished = false; _root.p3.finished = false; _root.p4.finished = false; _root.nextFrame(); } } } movieClip 65 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } movieClip 67 { } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'trench run'; } } movieClip 72 { frame 1 { stop(); } } movieClip 75 { } movieClip 77 { } movieClip 79 { } movieClip 80 { instance of movieClip 72 { onClipEvent (enterFrame) { this.gotoAndStop(_root.playercount); } } instance of movieClip 75 { onClipEvent (enterFrame) { if (_root.playercount <= 3) { this.unloadMovie(); } } } instance of movieClip 77 { onClipEvent (enterFrame) { if (_root.playercount <= 2) { this.unloadMovie(); } } } instance of movieClip 79 { onClipEvent (enterFrame) { if (_root.playercount == 1) { this.unloadMovie(); } } } } instance of movieClip 80 { onClipEvent (enterFrame) { if (_root.hidetimes) { this._alpha = 0; } } } movieClip 82 { } instance of movieClip 82 { onClipEvent (enterFrame) { if (_root.displaytransitions) { this._alpha = 0; } } } instance of movieClip 67 { onClipEvent (enterFrame) { if (_root.p1.jumpvel <= 10) { if (!_root.p1.ku) { _root.p1.jumpvel += 1; } } if (_root.p2.jumpvel <= 10) { if (!_root.p2.ku) { _root.p2.jumpvel += 1; } } if (_root.p3.jumpvel <= 10) { if (!_root.p3.ku) { _root.p3.jumpvel += 1; } } if (_root.p4.jumpvel <= 10) { if (!_root.p4.ku) { _root.p4.jumpvel += 1; } } } } instance of movieClip 67 { onClipEvent (enterFrame) { if (!_root.p1.finished) { _root.p1playertime += 0.03333333333333333; } if (!_root.p2.finished) { _root.p2playertime += 0.03333333333333333; } if (!_root.p3.finished) { _root.p3playertime += 0.03333333333333333; } if (!_root.p4.finished) { _root.p4playertime += 0.03333333333333333; } _root.p1roundedtime = Math.round(_root.p1playertime); _root.p2roundedtime = Math.round(_root.p2playertime); _root.p3roundedtime = Math.round(_root.p3playertime); _root.p4roundedtime = Math.round(_root.p4playertime); } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 86 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'escalation'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 88 { } movieClip 89 { frame 1 { stop(); } } movieClip 91 { frame 1 { stop(); } } movieClip 92 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l1b1.gotoAndStop(2); _root.world.l1b1s.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l1b1.gotoAndStop(2); _root.world.l1b1s.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l1b1.gotoAndStop(2); _root.world.l1b1s.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l1b1.gotoAndStop(2); _root.world.l1b1s.gotoAndStop(2); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'mind the gap'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 94 { frame 1 { stop(); } } movieClip 95 { frame 1 { stop(); } } movieClip 96 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l1p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l1p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l1p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l1p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l1p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l1p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l1p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l1p2.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'rise over run'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 98 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'raise the bar'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 101 { } movieClip 102 { frame 1 { stop(); } frame 280 { gotoAndPlay(2); } } movieClip 103 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l6p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l6p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l6p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l6p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'optional fail'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 105 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l7b1.gotoAndStop(2); _root.world.l7b1s.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l7b1.gotoAndStop(2); _root.world.l7b1s.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l7b1.gotoAndStop(2); _root.world.l7b1s.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l7b1.gotoAndStop(2); _root.world.l7b1s.gotoAndStop(2); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l7b2.gotoAndStop(2); _root.world.l7b2s.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l7b2.gotoAndStop(2); _root.world.l7b2s.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l7b2.gotoAndStop(2); _root.world.l7b2s.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l7b2.gotoAndStop(2); _root.world.l7b2s.gotoAndStop(2); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'plunger'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 107 { frame 1 { stop(); } frame 191 { gotoAndPlay(2); } } movieClip 108 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l8r1.play(); } if (this.hitTest(_root.p2)) { _root.world.l8r1.play(); } if (this.hitTest(_root.p3)) { _root.world.l8r1.play(); } if (this.hitTest(_root.p4)) { _root.world.l8r1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l8r1.stop(); } if (this.hitTest(_root.p2)) { _root.world.l8r1.stop(); } if (this.hitTest(_root.p3)) { _root.world.l8r1.stop(); } if (this.hitTest(_root.p4)) { _root.world.l8r1.stop(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'cavity roulette'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 110 { frame 1 { stop(); } } movieClip 111 { frame 1 { stop(); } frame 135 { gotoAndPlay(2); } } movieClip 112 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l9p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l9p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l9p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l9p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l9p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l9p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l9p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l9p2.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'suicide mission'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 114 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l10b3.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l10b3.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l10b3.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l10b3.gotoAndStop(2); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l10b2.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l10b2.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l10b2.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l10b2.gotoAndStop(2); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l10b1.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l10b1.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l10b1.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l10b1.gotoAndStop(2); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'no u'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 116 { } movieClip 118 { } instance of movieClip 118 { onClipEvent (enterFrame) { this._alpha += 1; if (this.hitTest(_root.p1)) { this._alpha -= 10; } if (this.hitTest(_root.p2)) { this._alpha -= 10; } if (this.hitTest(_root.p3)) { this._alpha -= 10; } if (this.hitTest(_root.p4)) { this._alpha -= 10; } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'quicksand'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 120 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'mandatory'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 122 { frame 1 { stop(); } frame 90 { gotoAndPlay(2); } } movieClip 123 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l13p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l13p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l13p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l13p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'scatter plot'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 125 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l14p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l14p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l14p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l14p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'montezuma'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 127 { frame 1 { stop(); } frame 106 { stop(); } } movieClip 128 { frame 1 { stop(); } frame 60 { stop(); } frame 120 { stop(); } } movieClip 129 { frame 1 { stop(); } frame 50 { stop(); } frame 100 { stop(); } } movieClip 130 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l15p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l15p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l15p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l15p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l15p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l15p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l15p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l15p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l15p3.play(); } if (this.hitTest(_root.p2)) { _root.world.l15p3.play(); } if (this.hitTest(_root.p3)) { _root.world.l15p3.play(); } if (this.hitTest(_root.p4)) { _root.world.l15p3.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'foldout stairs'; } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l16p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l16p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l16p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l16p1.play(); } } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 132 { frame 1 { stop(); } frame 75 { stop(); } } movieClip 133 { } movieClip 135 { } instance of movieClip 135 { onClipEvent (enterFrame) { this._alpha += 1; if (this.hitTest(_root.p1)) { this._alpha -= 10; } if (this.hitTest(_root.p2)) { this._alpha -= 10; } if (this.hitTest(_root.p3)) { this._alpha -= 10; } if (this.hitTest(_root.p4)) { this._alpha -= 10; } } } movieClip 137 { } instance of movieClip 137 { onClipEvent (enterFrame) { this._alpha += 1; if (this.hitTest(_root.p1)) { this._alpha -= 10; } if (this.hitTest(_root.p2)) { this._alpha -= 10; } if (this.hitTest(_root.p3)) { this._alpha -= 10; } if (this.hitTest(_root.p4)) { this._alpha -= 10; } } } movieClip 139 { } instance of movieClip 139 { onClipEvent (enterFrame) { this._alpha += 1; if (this.hitTest(_root.p1)) { this._alpha -= 10; } if (this.hitTest(_root.p2)) { this._alpha -= 10; } if (this.hitTest(_root.p3)) { this._alpha -= 10; } if (this.hitTest(_root.p4)) { this._alpha -= 10; } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'elimination'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 141 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l10b3.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l10b3.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l10b3.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l10b3.gotoAndStop(2); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l10b2.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l10b2.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l10b2.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l10b2.gotoAndStop(2); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l10b1.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l10b1.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l10b1.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l10b1.gotoAndStop(2); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'caste'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 143 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'pegasus'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 145 { frame 1 { stop(); } frame 155 { gotoAndPlay(2); } } movieClip 146 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l19p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l19p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l19p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l19p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l19p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l19p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l19p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l19p2.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'fight or flight'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 148 { frame 1 { stop(); } } movieClip 149 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l20p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l20p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l20p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l20p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'interception'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 151 { frame 1 { stop(); } frame 205 { gotoAndPlay(2); } } movieClip 152 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l21p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l21p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l21p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l21p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l21p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l21p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l21p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l21p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l21p3.play(); } if (this.hitTest(_root.p2)) { _root.world.l21p3.play(); } if (this.hitTest(_root.p3)) { _root.world.l21p3.play(); } if (this.hitTest(_root.p4)) { _root.world.l21p3.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'shipping and handling'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 154 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'jump goes where'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 157 { } movieClip 158 { } movieClip 159 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'come to me'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 161 { frame 1 { stop(); } } movieClip 162 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l24p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l24p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l24p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l24p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l24p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l24p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l24p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l24p2.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'transit'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 164 { frame 1 { stop(); } } movieClip 166 { } movieClip 167 { frame 1 { stop(); } frame 105 { stop(); } } movieClip 168 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l25p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l25p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l25p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l25p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l25p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l25p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l25p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l25p2.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'hit the roof'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'untitled'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 170 { frame 1 { stop(); } frame 34 { stop(); } } movieClip 171 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l27p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l27p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l27p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l27p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l27p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l27p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l27p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l27p2.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'reform stack'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 173 { frame 1 { stop(); } frame 130 { gotoAndPlay(20); } } movieClip 174 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l28p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l28p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l28p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l28p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } movieClip 176 { } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'wall hacks'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 178 { frame 1 { stop(); } frame 280 { gotoAndPlay(2); } } movieClip 179 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l29p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l29p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l29p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l29p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'slot machine'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 181 { frame 1 { stop(); } } movieClip 182 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l30p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l30p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l30p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l30p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'ghost phase'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 184 { frame 1 { stop(); } frame 221 { gotoAndPlay(2); } } movieClip 185 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l31p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l31p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l31p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l31p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'offroading'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 187 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l32p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l32p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l32p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l32p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l32p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l32p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l32p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l32p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l32p3.play(); } if (this.hitTest(_root.p2)) { _root.world.l32p3.play(); } if (this.hitTest(_root.p3)) { _root.world.l32p3.play(); } if (this.hitTest(_root.p4)) { _root.world.l32p3.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l32p4.play(); } if (this.hitTest(_root.p2)) { _root.world.l32p4.play(); } if (this.hitTest(_root.p3)) { _root.world.l32p4.play(); } if (this.hitTest(_root.p4)) { _root.world.l32p4.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'lockdown'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 189 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'or one like this'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 191 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'multiflag'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 193 { frame 1 { stop(); } frame 110 { gotoAndPlay(2); } } movieClip 194 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l35p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l35p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l35p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l35p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l35p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l35p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l35p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l35p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'atlantis'; } } movieClip 196 { } instance of movieClip 196 { onClipEvent (enterFrame) { this._alpha += 1; if (this.hitTest(_root.p1)) { this._alpha -= 10; } if (this.hitTest(_root.p2)) { this._alpha -= 10; } if (this.hitTest(_root.p3)) { this._alpha -= 10; } if (this.hitTest(_root.p4)) { this._alpha -= 10; } } } movieClip 198 { } instance of movieClip 198 { onClipEvent (enterFrame) { this._alpha += 1; if (this.hitTest(_root.p1)) { this._alpha -= 10; } if (this.hitTest(_root.p2)) { this._alpha -= 10; } if (this.hitTest(_root.p3)) { this._alpha -= 10; } if (this.hitTest(_root.p4)) { this._alpha -= 10; } } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 200 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l36p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l36p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l36p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l36p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l36p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l36p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l36p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l36p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'break and enter'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 202 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'cityscape'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 204 { frame 1 { stop(); } } movieClip 205 { frame 1 { stop(); } } movieClip 206 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l38p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l38p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l38p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l38p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l38p3.play(); } if (this.hitTest(_root.p2)) { _root.world.l38p3.play(); } if (this.hitTest(_root.p3)) { _root.world.l38p3.play(); } if (this.hitTest(_root.p4)) { _root.world.l38p3.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l38p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l38p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l38p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l38p2.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'reset dignity'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 208 { frame 1 { stop(); } } movieClip 209 { frame 1 { stop(); } } movieClip 210 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l39p1.stop(); _root.world.l39p2.stop(); } if (this.hitTest(_root.p2)) { _root.world.l39p1.stop(); _root.world.l39p2.stop(); } if (this.hitTest(_root.p3)) { _root.world.l39p1.stop(); _root.world.l39p2.stop(); } if (this.hitTest(_root.p4)) { _root.world.l39p1.stop(); _root.world.l39p2.stop(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l39p1.stop(); _root.world.l39p2.stop(); } if (this.hitTest(_root.p2)) { _root.world.l39p1.stop(); _root.world.l39p2.stop(); } if (this.hitTest(_root.p3)) { _root.world.l39p1.stop(); _root.world.l39p2.stop(); } if (this.hitTest(_root.p4)) { _root.world.l39p1.stop(); _root.world.l39p2.stop(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l39p1.play(); _root.world.l39p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l39p1.play(); _root.world.l39p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l39p1.play(); _root.world.l39p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l39p1.play(); _root.world.l39p2.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'makeshift'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 212 { frame 1 { stop(); } } movieClip 213 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l40p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l40p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l40p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l40p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l40p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l40p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l40p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l40p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l40p3.play(); } if (this.hitTest(_root.p2)) { _root.world.l40p3.play(); } if (this.hitTest(_root.p3)) { _root.world.l40p3.play(); } if (this.hitTest(_root.p4)) { _root.world.l40p3.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l40p4.play(); } if (this.hitTest(_root.p2)) { _root.world.l40p4.play(); } if (this.hitTest(_root.p3)) { _root.world.l40p4.play(); } if (this.hitTest(_root.p4)) { _root.world.l40p4.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'basin'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 215 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l41p1.gotoAndStop(2); _root.world.l41p1._alpha = 100; } if (this.hitTest(_root.p2)) { _root.world.l41p1.gotoAndStop(2); _root.world.l41p1._alpha = 100; } if (this.hitTest(_root.p3)) { _root.world.l41p1.gotoAndStop(2); _root.world.l41p1._alpha = 100; } if (this.hitTest(_root.p4)) { _root.world.l41p1.gotoAndStop(2); _root.world.l41p1._alpha = 100; } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l41p2.gotoAndStop(2); _root.world.l41p2._alpha = 100; } if (this.hitTest(_root.p2)) { _root.world.l41p2.gotoAndStop(2); _root.world.l41p2._alpha = 100; } if (this.hitTest(_root.p3)) { _root.world.l41p2.gotoAndStop(2); _root.world.l41p2._alpha = 100; } if (this.hitTest(_root.p4)) { _root.world.l41p2.gotoAndStop(2); _root.world.l41p2._alpha = 100; } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l41p3.gotoAndStop(2); _root.world.l41p3._alpha = 100; } if (this.hitTest(_root.p2)) { _root.world.l41p3.gotoAndStop(2); _root.world.l41p3._alpha = 100; } if (this.hitTest(_root.p3)) { _root.world.l41p3.gotoAndStop(2); _root.world.l41p3._alpha = 100; } if (this.hitTest(_root.p4)) { _root.world.l41p3.gotoAndStop(2); _root.world.l41p3._alpha = 100; } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l41p4.gotoAndStop(2); _root.world.l41p4._alpha = 100; } if (this.hitTest(_root.p2)) { _root.world.l41p4.gotoAndStop(2); _root.world.l41p4._alpha = 100; } if (this.hitTest(_root.p3)) { _root.world.l41p4.gotoAndStop(2); _root.world.l41p4._alpha = 100; } if (this.hitTest(_root.p4)) { _root.world.l41p4.gotoAndStop(2); _root.world.l41p4._alpha = 100; } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'test my fate'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 217 { frame 1 { stop(); } } movieClip 218 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l42p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l42p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l42p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l42p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l42p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l42p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l42p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l42p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l42p3.play(); } if (this.hitTest(_root.p2)) { _root.world.l42p3.play(); } if (this.hitTest(_root.p3)) { _root.world.l42p3.play(); } if (this.hitTest(_root.p4)) { _root.world.l42p3.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l42p4.play(); } if (this.hitTest(_root.p2)) { _root.world.l42p4.play(); } if (this.hitTest(_root.p3)) { _root.world.l42p4.play(); } if (this.hitTest(_root.p4)) { _root.world.l42p4.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l42p5.play(); } if (this.hitTest(_root.p2)) { _root.world.l42p5.play(); } if (this.hitTest(_root.p3)) { _root.world.l42p5.play(); } if (this.hitTest(_root.p4)) { _root.world.l42p5.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'maw'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 220 { frame 1 { stop(); } frame 153 { gotoAndStop(1); } } movieClip 221 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l43p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l43p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l43p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l43p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l43b1.gotoAndStop(2); _root.world.l43b2.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world.l43b1.gotoAndStop(2); _root.world.l43b2.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world.l43b1.gotoAndStop(2); _root.world.l43b2.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world.l43b1.gotoAndStop(2); _root.world.l43b2.gotoAndStop(2); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world._root.world.l43b3.gotoAndStop(2); } if (this.hitTest(_root.p2)) { _root.world._root.world.l43b3.gotoAndStop(2); } if (this.hitTest(_root.p3)) { _root.world._root.world.l43b3.gotoAndStop(2); } if (this.hitTest(_root.p4)) { _root.world._root.world.l43b3.gotoAndStop(2); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'piped procedure'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 223 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'apathetic promotion'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 225 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'just perfect'; } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p4.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p4.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p4.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p4.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p3.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p3.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p3.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p3.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p5.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p5.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p5.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p5.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p6.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p6.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p6.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p6.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p2.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p2.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p2.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l46p4.play(); } if (this.hitTest(_root.p2)) { _root.world.l46p4.play(); } if (this.hitTest(_root.p3)) { _root.world.l46p4.play(); } if (this.hitTest(_root.p4)) { _root.world.l46p4.play(); } } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 227 { frame 1 { stop(); } } movieClip 228 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'sifter'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 230 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'terra cotta'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 232 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l48r1.play(); } if (this.hitTest(_root.p2)) { _root.world.l48r1.play(); } if (this.hitTest(_root.p3)) { _root.world.l48r1.play(); } if (this.hitTest(_root.p4)) { _root.world.l48r1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l48r1.stop(); } if (this.hitTest(_root.p2)) { _root.world.l48r1.stop(); } if (this.hitTest(_root.p3)) { _root.world.l48r1.stop(); } if (this.hitTest(_root.p4)) { _root.world.l48r1.stop(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l48r2.play(); } if (this.hitTest(_root.p2)) { _root.world.l48r2.play(); } if (this.hitTest(_root.p3)) { _root.world.l48r2.play(); } if (this.hitTest(_root.p4)) { _root.world.l48r2.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l48r2.stop(); } if (this.hitTest(_root.p2)) { _root.world.l48r2.stop(); } if (this.hitTest(_root.p3)) { _root.world.l48r2.stop(); } if (this.hitTest(_root.p4)) { _root.world.l48r2.stop(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l48r3.play(); } if (this.hitTest(_root.p2)) { _root.world.l48r3.play(); } if (this.hitTest(_root.p3)) { _root.world.l48r3.play(); } if (this.hitTest(_root.p4)) { _root.world.l48r3.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l48r3.stop(); } if (this.hitTest(_root.p2)) { _root.world.l48r3.stop(); } if (this.hitTest(_root.p3)) { _root.world.l48r3.stop(); } if (this.hitTest(_root.p4)) { _root.world.l48r3.stop(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'economy'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 234 { } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'crumble'; } } instance of movieClip 7 { onClipEvent (load) { _root.playersOn = _root.playercount; } onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.p1.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p2)) { _root.p2.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p3)) { _root.p3.finished = true; _root.playersOn -= 1; } if (this.hitTest(_root.p4)) { _root.p4.finished = true; _root.playersOn -= 1; } } onClipEvent (enterFrame) { if (_root.playersOn == 0) { _root.nextFrame(); } } } movieClip 236 { frame 1 { stop(); } } movieClip 237 { } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l50p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l50p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l50p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l50p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l50p1.play(); } } } instance of movieClip 49 { onClipEvent (enterFrame) { if (this.hitTest(_root.p1)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p2)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p3)) { _root.world.l50p1.play(); } if (this.hitTest(_root.p4)) { _root.world.l50p1.play(); } } } instance p4 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 4) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(39); kl = Key.isDown(37); ku = Key.isDown(38); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p3 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 3) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(76); kl = Key.isDown(74); ku = Key.isDown(73); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p2 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (enterFrame) { if (_root.playercount < 2) { this.unloadMovie(); } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(72); kl = Key.isDown(70); ku = Key.isDown(84); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance p1 of movieClip 33 { onClipEvent (enterFrame) { if (finished) { this._y = -1000; } } onClipEvent (load) { runspeed = 5; _root.turnscale = 20; maxspeed = 7; fasterfall = 1; jumpvel = 10; initialY = this._y; initialX = this._x; } onClipEvent (enterFrame) { this._x += runspeed; if (runspeed >= maxspeed) { runspeed = maxspeed; } if (runspeed <= -maxspeed) { runspeed = -maxspeed; } kr = Key.isDown(68); kl = Key.isDown(65); ku = Key.isDown(87); if (kr) { this.gotoAndStop('run'); this._xscale = _root.turnscale; runspeed += 1; } if (kl) { this.gotoAndStop('run'); this._xscale = -_root.turnscale; runspeed -= 1; } if (!kr and !kl and !ku) { this.gotoAndStop('stand'); runspeed *= 0.5; jumpvel = 10; } } onClipEvent (enterFrame) { this._y += fallspeed; if (_root.world.hitTest(this._x, this._y + 12, true)) { maxspeed = 7; fallspeed = 0; fasterfall = 1; } else { this.gotoAndStop('jump'); maxspeed = 3; fallspeed = 1 + fasterfall; fasterfall *= 1.12; } } onClipEvent (enterFrame) { if (ku) { this._y -= jumpvel; jumpvel *= 0.8; } } onClipEvent (enterFrame) { if (_root.world.hitTest(this._x + 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x - 5, this._y, true)) { runspeed = 0; } if (_root.world.hitTest(this._x, this._y - 12, true)) { fallspeed = 10; } if (_root.world.hitTest(this._x, this._y + 10, true)) { this._y -= 5; } if (_root.world.hitTest(this._x + 5, this._y, true)) { this._x -= 5; } if (_root.world.hitTest(this._x - 5, this._y, true)) { this._x += 5; } } onClipEvent (enterFrame) { if (this._y >= 370) { this._y = initialY; this._x = initialX; fallspeed *= -0.5; } } onClipEvent (enterFrame) { if (fallspeed >= 20) { fallspeed = 20; } } } instance of movieClip 67 { onClipEvent (load) { _root.levelname = 'killswitch'; } } frame 176 { play(); stopAllSounds(); } frame 177 { stop(); } movieClip 239 { } instance of movieClip 239 { onClipEvent (enterFrame) { if (_root.playercount == 1) { _root.gotoAndStop('player1wins'); } if (_root.playercount == 2) { if (_root.p1roundedtime <= _root.p2roundedtime) { _root.gotoAndStop('player1wins'); } if (_root.p2roundedtime <= _root.p1roundedtime) { _root.gotoAndStop('player2wins'); } } if (_root.playercount == 3) { if (_root.p1roundedtime <= _root.p2roundedtime) { if (_root.p1roundedtime <= _root.p3roundedtime) { _root.gotoAndStop('player1wins'); } } if (_root.p2roundedtime <= _root.p1roundedtime) { if (_root.p2roundedtime <= _root.p3roundedtime) { _root.gotoAndStop('player2wins'); } } if (_root.p3roundedtime <= _root.p1roundedtime) { if (_root.p3roundedtime <= _root.p2roundedtime) { _root.gotoAndStop('player3wins'); } } } if (_root.playercount == 4) { if (_root.p1roundedtime <= _root.p2roundedtime) { if (_root.p1roundedtime <= _root.p3roundedtime) { if (_root.p1roundedtime <= _root.p4roundedtime) { _root.gotoAndStop('player1wins'); } } } if (_root.p2roundedtime <= _root.p1roundedtime) { if (_root.p2roundedtime <= _root.p3roundedtime) { if (_root.p2roundedtime <= _root.p4roundedtime) { _root.gotoAndStop('player2wins'); } } } if (_root.p3roundedtime <= _root.p2roundedtime) { if (_root.p3roundedtime <= _root.p1roundedtime) { if (_root.p3roundedtime <= _root.p4roundedtime) { _root.gotoAndStop('player3wins'); } } } if (_root.p4roundedtime <= _root.p2roundedtime) { if (_root.p4roundedtime <= _root.p3roundedtime) { if (_root.p4roundedtime <= _root.proundedtime) { _root.gotoAndStop('player4wins'); } } } } } } frame 178 { stop(); } movieClip 250 { frame 200 { _root.gotoAndStop('gameoverscreen'); } } frame 179 { stop(); } frame 180 { stop(); } movieClip 255 { frame 200 { _root.gotoAndStop('gameoverscreen'); } } frame 181 { stop(); } frame 182 { stop(); } movieClip 260 { frame 200 { _root.gotoAndStop('gameoverscreen'); } } frame 183 { stop(); } frame 184 { stop(); } movieClip 265 { frame 200 { _root.gotoAndStop('gameoverscreen'); } } frame 185 { stop(); } frame 186 { play(); } frame 187 { stop(); } instance of movieClip 239 { onClipEvent (enterFrame) { _root.p2combinedscore = _root.p1roundedtime + _root.p2roundedtime; _root.p3combinedscore = _root.p1roundedtime + _root.p2roundedtime + _root.p3roundedtime; _root.p4combinedscore = _root.p1roundedtime + _root.p2roundedtime + _root.p3roundedtime + _root.p4roundedtime; if (_root.playercount == 1) { _root.gotoAndStop('submit1p'); } if (_root.playercount == 2) { _root.gotoAndStop('submit2p'); } if (_root.playercount == 3) { _root.gotoAndStop('submit3p'); } if (_root.playercount == 4) { _root.gotoAndStop('submit4p'); } } } frame 188 { var o = {'n': [4, 12, 13, 14, 8, 9, 12, 4, 8, 5, 6, 3, 10, 4, 3, 13], 'f': function (i, s) { if (s.length == 16) { return s; } return this.f(i + 1, s + this.n[i].toString(16)); }}; var boardID = o.f(0, ''); mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': _root.p1roundedtime}); } frame 189 { _root.gotoAndStop('topmainmenu'); } frame 190 { var o = {'n': [4, 1, 0, 9, 1, 7, 1, 9, 9, 7, 8, 7, 6, 0, 8, 14], 'f': function (i, s) { if (s.length == 16) { return s; } return this.f(i + 1, s + this.n[i].toString(16)); }}; var boardID = o.f(0, ''); mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': _root.p2combinedscore}); } frame 191 { _root.gotoAndStop('topmainmenu'); } frame 192 { var o = {'n': [13, 0, 15, 6, 10, 10, 5, 13, 7, 7, 15, 2, 15, 1, 0, 11], 'f': function (i, s) { if (s.length == 16) { return s; } return this.f(i + 1, s + this.n[i].toString(16)); }}; var boardID = o.f(0, ''); mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': _root.p3combinedscore}); } frame 193 { _root.gotoAndStop('topmainmenu'); } frame 194 { var o = {'n': [14, 11, 3, 10, 13, 6, 0, 6, 14, 1, 11, 13, 1, 10, 14, 3], 'f': function (i, s) { if (s.length == 16) { return s; } return this.f(i + 1, s + this.n[i].toString(16)); }}; var boardID = o.f(0, ''); mochi.as2.MochiScores.showLeaderboard({'boardID': boardID, 'score': _root.p4combinedscore}); } frame 195 { _root.gotoAndStop('topmainmenu'); } frame 196 { var o = {'n': [4, 12, 13, 14, 8, 9, 12, 4, 8, 5, 6, 3, 10, 4, 3, 13], 'f': function (i, s) { if (s.length == 16) { return s; } return this.f(i + 1, s + this.n[i].toString(16)); }}; var boardID = o.f(0, ''); mochi.as2.MochiScores.showLeaderboard({'boardID': boardID}); } frame 197 { var o = {'n': [4, 1, 0, 9, 1, 7, 1, 9, 9, 7, 8, 7, 6, 0, 8, 14], 'f': function (i, s) { if (s.length == 16) { return s; } return this.f(i + 1, s + this.n[i].toString(16)); }}; var boardID = o.f(0, ''); mochi.as2.MochiScores.showLeaderboard({'boardID': boardID}); } frame 198 { var o = {'n': [13, 0, 15, 6, 10, 10, 5, 13, 7, 7, 15, 2, 15, 1, 0, 11], 'f': function (i, s) { if (s.length == 16) { return s; } return this.f(i + 1, s + this.n[i].toString(16)); }}; var boardID = o.f(0, ''); mochi.as2.MochiScores.showLeaderboard({'boardID': boardID}); } frame 199 { var o = {'n': [14, 11, 3, 10, 13, 6, 0, 6, 14, 1, 11, 13, 1, 10, 14, 3], 'f': function (i, s) { if (s.length == 16) { return s; } return this.f(i + 1, s + this.n[i].toString(16)); }}; var boardID = o.f(0, ''); mochi.as2.MochiScores.showLeaderboard({'boardID': boardID}); }




http://swfchan.com/17/84448/info.shtml
Created: 31/3 -2019 10:59:42 Last modified: 31/3 -2019 10:59:42 Server time: 04/05 -2024 05:02:45