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

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

Typo Run.swf

This is the info page for
Flash #66044

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


ActionScript [AS1/AS2]
Frame 1
fscommand ("allowscale", false); fscommand ("showmenu", false); var fmenu = new ContextMenu(); fmenu.hideBuiltInItems(); _root.hideBuiltInItems(); _root.menu = fmenu; _root.tabEnabled = false; this.onEnterFrame = function () { if (Key.isDown(2)) { fmenu.hideBuiltInItems(); } };
Frame 2
MochiAd.showPreGameAd({id:"b8a0c9837073c513", res:"640x408"}); mochi.MochiServices.connect("b8a0c9837073c513"); menu.stop();
Frame 3
gotoAndPlay (40);
Frame 6
tScore = 0; stop();
Frame 7
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); rndsampler = Math.random(); if (rndsampler <= 0.3) { targetword = "type"; words.gotoAndStop(2); } if ((rndsampler > 0.3) && (rndsampler <= 0.65)) { targetword = "life"; words.gotoAndStop(3); } if (rndsampler > 0.65) { targetword = "mind"; words.gotoAndStop(4); } len = targetword.length - 1; iii = 0; letter01.signature = "t"; letter02.signature = "y"; letter03.signature = "p"; letter04.signature = "e"; letter05.signature = "l"; letter06.signature = "i"; letter07.signature = "f"; letter08.signature = "m"; letter09.signature = "n"; letter10.signature = "d"; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter08.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter09.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter10.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == 4) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Instance of Symbol 22 MovieClip in Frame 7
onClipEvent (enterFrame) { if (_root.soundsw == 0) { this.gotoAndStop(2); } if (_root.soundsw == 1) { this.gotoAndStop(1); } }
Frame 8
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); _root.tScore = _root.tScore + ((_root.ticker * 10) + (_root.energy * 10)); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 1.5; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); rndsampler = Math.random(); if (rndsampler <= 0.3) { targetword = "gamer"; words.gotoAndStop(2); } if ((rndsampler > 0.3) && (rndsampler <= 0.65)) { targetword = "found"; words.gotoAndStop(3); } if (rndsampler > 0.65) { targetword = "swift"; words.gotoAndStop(4); } len = targetword.length - 1; iii = 0; letter01.signature = "g"; letter02.signature = "a"; letter03.signature = "m"; letter04.signature = "e"; letter05.signature = "r"; letter06.signature = "f"; letter07.signature = "o"; letter08.signature = "u"; letter09.signature = "n"; letter10.signature = "d"; letter11.signature = "s"; letter12.signature = "w"; letter13.signature = "i"; letter14.signature = "t"; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter08.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter09.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter10.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter11.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter12.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter13.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter14.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == (len + 1)) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 9
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); _root.tScore = _root.tScore + ((_root.ticker * 10) + (_root.energy * 10)); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 1.5; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); rndsampler = Math.random(); if (rndsampler <= 0.3) { targetword = "listen"; words.gotoAndStop(2); } if ((rndsampler > 0.3) && (rndsampler <= 0.65)) { targetword = "pencil"; words.gotoAndStop(3); } if (rndsampler > 0.65) { targetword = "raster"; words.gotoAndStop(4); } len = targetword.length - 1; iii = 0; letter01.signature = "l"; letter02.signature = "i"; letter03.signature = "s"; letter04.signature = "t"; letter05.signature = "e"; letter06.signature = "n"; letter07.signature = "p"; letter08.signature = "c"; letter09.signature = "r"; letter10.signature = "a"; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter08.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter09.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter10.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter11.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == (len + 1)) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 10
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); enemy05anim.stop(); } stop(); _root.tScore = _root.tScore + ((_root.ticker * 10) + (_root.energy * 10)); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 1.25; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); rndsampler = Math.random(); if (rndsampler <= 0.3) { targetword = "playing"; words.gotoAndStop(2); } if ((rndsampler > 0.3) && (rndsampler <= 0.65)) { targetword = "seasons"; words.gotoAndStop(3); } if (rndsampler > 0.65) { targetword = "toasted"; words.gotoAndStop(4); } len = targetword.length - 1; iii = 0; letter01.signature = "p"; letter02.signature = "l"; letter03.signature = "a"; letter04.signature = "y"; letter05.signature = "i"; letter06.signature = "n"; letter07.signature = "g"; letter08.signature = "s"; letter09.signature = "e"; letter10.signature = "o"; letter11.signature = "t"; letter12.signature = "d"; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter08.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter09.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter10.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter11.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter12.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy05anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == (len + 1)) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
mochi.MochiScores.showLeaderboard({boardID:"d1ac27c8e2995f44", score:tScore}); stop();
Frame 16
gotoAndStop (6);
Frame 20
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); targetnumber = 5; iii = 0; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == targetnumber) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Instance of Symbol 22 MovieClip in Frame 20
onClipEvent (enterFrame) { if (_root.soundsw == 0) { this.gotoAndStop(2); } if (_root.soundsw == 1) { this.gotoAndStop(1); } }
Frame 21
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); rndsampler = Math.random(); if (rndsampler <= 0.3) { targetword = "find"; words.gotoAndStop(2); } if ((rndsampler > 0.3) && (rndsampler <= 0.65)) { targetword = "king"; words.gotoAndStop(3); } if (rndsampler > 0.65) { targetword = "mint"; words.gotoAndStop(4); } len = targetword.length - 1; iii = 0; letter01.signature = "f"; letter02.signature = "i"; letter03.signature = "n"; letter04.signature = "d"; letter05.signature = "k"; letter06.signature = "g"; letter07.signature = "m"; letter08.signature = "t"; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter08.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == 4) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 22
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); targetnumber = 5; iii = 0; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == targetnumber) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 23
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); targetnumber = 6; iii = 0; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == targetnumber) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 24
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); _root.tScore = _root.tScore + ((_root.ticker * 10) + (_root.energy * 10)); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 1.5; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); rndsampler = Math.random(); if (rndsampler <= 0.3) { targetword = "dwarf"; words.gotoAndStop(2); } if ((rndsampler > 0.3) && (rndsampler <= 0.65)) { targetword = "stand"; words.gotoAndStop(3); } if (rndsampler > 0.65) { targetword = "media"; words.gotoAndStop(4); } len = targetword.length - 1; iii = 0; letter01.signature = "d"; letter02.signature = "w"; letter03.signature = "a"; letter04.signature = "r"; letter05.signature = "f"; letter06.signature = "s"; letter07.signature = "t"; letter08.signature = "n"; letter09.signature = "m"; letter10.signature = "e"; letter11.signature = "i"; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter08.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter09.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter10.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter11.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter12.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == (len + 1)) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 25
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); targetnumber = 6; iii = 0; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == targetnumber) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 26
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); targetnumber = 7; iii = 0; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == targetnumber) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 27
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); _root.tScore = _root.tScore + ((_root.ticker * 10) + (_root.energy * 10)); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 1.5; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); rndsampler = Math.random(); if (rndsampler <= 0.3) { targetword = "center"; words.gotoAndStop(2); } if ((rndsampler > 0.3) && (rndsampler <= 0.65)) { targetword = "portal"; words.gotoAndStop(3); } if (rndsampler > 0.65) { targetword = "dental"; words.gotoAndStop(4); } len = targetword.length - 1; iii = 0; letter01.signature = "c"; letter02.signature = "e"; letter03.signature = "n"; letter04.signature = "t"; letter05.signature = "r"; letter06.signature = "p"; letter07.signature = "a"; letter08.signature = "l"; letter09.signature = "d"; letter10.signature = "o"; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter08.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter09.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter10.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; letter11.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { if (this.signature == targetword.charAt(_root.iii)) { _root.iii++; _root.collectsound.play(); } } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == (len + 1)) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 28
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); targetnumber = 7; iii = 0; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == targetnumber) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 29
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); targetnumber = 7; iii = 0; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == targetnumber) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 30
function levelcompleted() { completed.gotoAndPlay(2); gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); } stop(); uKey = 38; lKey = 37; rKey = 39; dKey = 40; pauseKey = 32; radar = true; chspeed = 4; chorient = "up"; ticker = 63; timepiece = 2; energy = 63; gamepaused = false; alive = true; timer.alert.gotoAndStop(1); targetnumber = 15; iii = 0; letter01.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter02.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter03.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter04.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter05.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter06.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter07.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter08.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter09.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter10.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter11.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter12.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter13.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter14.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; letter15.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { _root.iii++; this.gotoAndStop(2); _root.collectsound.play(); } }; enemy01anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy02anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy03anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; enemy04anim.onEnterFrame = function () { if (this.hitTest(character.hitbox)) { character.redeye._alpha = 45; redeyeoff.gotoAndPlay(2); energy--; } }; this.onEnterFrame = function () { if ((!gamepaused) && (alive)) { energybar.energymask._width = energy; if (iii == targetnumber) { levelcompleted(); } if (energy <= 0) { alive = false; gameover.gotoAndPlay(2); } chorient = ""; character.pointMid = {x:0, y:-7}; character.localToGlobal(character.pointMid); this.fpx = character.pointMid.x; this.fpy = character.pointMid.y; character.hitpix.pointHit = {x:0, y:0}; character.hitpix.localToGlobal(character.hitpix.pointHit); this.hpx = character.hitpix.pointHit.x; this.hpy = character.hitpix.pointHit.y; if (walkzone.hitTest(this.fpx, this.fpy, true)) { hitfront = true; } else { hitfront = false; } if (walkzone.hitTest(this.hpx, this.hpy, true)) { predict = true; } else { predict = false; } if (Key.isDown(lKey)) { character._rotation = -90; if (hitfront && (predict)) { character.play(); chorient = "left"; } } if (Key.isDown(rKey)) { character._rotation = 90; if (hitfront && (predict)) { character.play(); chorient = "right"; } } if (Key.isDown(uKey)) { character._rotation = 0; if (hitfront && (predict)) { character.play(); chorient = "up"; } } if (Key.isDown(dKey)) { character._rotation = 180; if (hitfront && (predict)) { character.play(); chorient = "down"; } } if (Key.isDown(lKey) && (Key.isDown(uKey))) { character._rotation = -45; if (hitfront && (predict)) { chorient = "nw"; } } if (Key.isDown(lKey) && (Key.isDown(dKey))) { character._rotation = 225; if (hitfront && (predict)) { chorient = "sw"; } } if (Key.isDown(rKey) && (Key.isDown(dKey))) { character._rotation = 135; if (hitfront && (predict)) { chorient = "se"; } } if (Key.isDown(rKey) && (Key.isDown(uKey))) { character._rotation = 45; if (hitfront && (predict)) { chorient = "ne"; } } hitpix._x = character._x; hitpix._y = character._y + 20; oldx = character._x; oldy = character._y; if (chorient == "left") { character._x = character._x - chspeed; } if (chorient == "right") { character._x = character._x + chspeed; } if (chorient == "up") { character._y = character._y - chspeed; } if (chorient == "down") { character._y = character._y + chspeed; } if (chorient == "nw") { character._x = character._x - (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "sw") { character._x = character._x - (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } if (chorient == "ne") { character._x = character._x + (chspeed / 1.5); character._y = character._y - (chspeed / 1.5); } if (chorient == "se") { character._x = character._x + (chspeed / 1.5); character._y = character._y + (chspeed / 1.5); } } };
Frame 40
stop();
Frame 41
stop();
Frame 42
function timeScale() { if (ticker > 1) { ticker = ticker - timepiece; } else { timer.timermask.gotoAndStop(1); timer.alert.gotoAndStop(1); gamepaused = true; gameover.gotoAndPlay(2); timepiece = 0; ticker = 63; } if (ticker <= 20) { timer.alert.gotoAndPlay(2); } timer.timermask._width = ticker; } var gameSound = new Sound(); gameSound.setVolume(75); gameSound.attachSound("soundtrack"); gameSound.stop(); gameSound.start(); gameSound.onSoundComplete = function () { gameSound.start(); }; ticker = 63; timepiece = 1; var keybListener = new Object(); keybListener.onKeyDown = function () { if (Key.isDown(pauseKey)) { if (!gamepaused) { gamepaused = true; timepiece = 0; enemy01anim.stop(); enemy02anim.stop(); enemy03anim.stop(); enemy04anim.stop(); enemy05anim.stop(); } else { unpause.gotoAndPlay(2); timepiece = 1; } } if (Key.isDown(27)) { _root.gotoAndStop(6); } }; Key.addListener(keybListener); setInterval(timeScale, 1000); gotoAndStop (6);
Symbol 411 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices { static var _id, _container, _clip, _sendChannelName, __get__comChannelName, onError, _listenChannel, _loader, _loaderListener, _sendChannel; function MochiServices () { } static function get id() { return(_id); } static function get clip() { return(_container); } static function get childClip() { return(_clip); } static function getVersion() { return("1.43"); } static function allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function get isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function set comChannelName(val) { if (val != undefined) { if (val.length > 3) { _sendChannelName = val + "_fromgame"; initComChannels(); } } //return(__get__comChannelName()); } static function get connected() { return(_connected); } static function connect(id, clip, onError) { if ((!_connected) && (_clip == undefined)) { trace("MochiServices Connecting..."); _connecting = true; init(id, clip); } if (onError != undefined) { mochi.MochiServices.onError = onError; } else if (mochi.MochiServices.onError == undefined) { mochi.MochiServices.onError = function (errorCode) { trace(errorCode); }; } } static function disconnect() { if (_connected || (_connecting)) { _connecting = (_connected = false); flush(true); if (_clip != undefined) { _clip.removeMovieClip(); delete _clip; } _listenChannel.close(); } } static function init(id, clip) { _id = id; if (clip != undefined) { _container = clip; } else { _container = _root; } loadCommunicator(id, _container); } static function loadCommunicator(id, clip) { var _local3 = "_mochiservices_com_" + id; if (_clip != null) { return(_clip); } if (!isNetworkAvailable) { return(null); } if (urlOptions().servicesURL != undefined) { _servicesURL = urlOptions().servicesURL; } allowDomains(_servicesURL); _clip = clip.createEmptyMovieClip(_local3, 10336, false); _listenChannelName = _listenChannelName + ((Math.floor(new Date().getTime()) + "_") + Math.floor(Math.random() * 99999)); _loader = new MovieClipLoader(); if (_loaderListener.waitInterval != null) { clearInterval(_loaderListener.waitInterval); } _loaderListener = {}; _loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) { trace("MochiServices could not load."); mochi.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, [errorCode]); }; _loaderListener.onLoadStart = function (target_mc) { this.isLoading = true; }; _loaderListener.startTime = getTimer(); _loaderListener.wait = function () { if ((getTimer() - this.startTime) > 10000) { if (!this.isLoading) { mochi.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, ["IOError"]); } clearInterval(this.waitInterval); } }; _loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000); _loader.addListener(_loaderListener); _loader.loadClip((((_servicesURL + "?listenLC=") + _listenChannelName) + "&mochiad_options=") + escape(_root.mochiad_options), _clip); _sendChannel = new LocalConnection(); _sendChannel._queue = []; listen(); return(_clip); } static function onStatus(infoObject) { if (!(infoObject.level === "error")) { } else { _connected = false; _listenChannel.connect(_listenChannelName); } } static function listen() { _listenChannel = new LocalConnection(); _listenChannel.handshake = function (args) { mochi.MochiServices.__set__comChannelName(args.newChannel); }; _listenChannel.allowDomain = function (d) { return(true); }; _listenChannel.allowInsecureDomain = _listenChannel.allowDomain; _listenChannel._nextcallbackID = 0; _listenChannel._callbacks = {}; _listenChannel.connect(_listenChannelName); trace("Waiting for MochiAds services to connect..."); } static function initComChannels() { if (!_connected) { _sendChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"}); _sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()}); _listenChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _listenChannel.onReceive = function (pkg) { var _local5 = pkg.callbackID; var _local4 = this._callbacks[_local5]; if (!_local4) { return(undefined); } var _local2 = _local4.callbackMethod; var _local3 = _local4.callbackObject; if (_local3 && (typeof(_local2) == "string")) { _local2 = _local3[_local2]; } if (_local2 != undefined) { _local2.apply(_local3, pkg.args); } delete this._callbacks[_local5]; }; _listenChannel.onError = function () { mochi.MochiServices.onError.apply(null, ["IOError"]); }; trace("connected!"); _connecting = false; _connected = true; while (_sendChannel._queue.length > 0) { _sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift()); } } } static function flush(error) { var _local1; var _local2; while (_sendChannel._queue.length > 0) { _local1 = _sendChannel._queue.shift(); if (_local1.callbackID != null) { _local2 = _listenChannel._callbacks[_local1.callbackID]; } delete _listenChannel._callbacks[_local1.callbackID]; if (error) { handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod); } } } static function handleError(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); } } } static function send(methodName, args, callbackObject, callbackMethod) { if (_connected) { _sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID}); } else { if ((_clip == undefined) || (!_connecting)) { onError.apply(null, ["NotConnected"]); handleError(args, callbackObject, callbackMethod); flush(true); return(undefined); } _sendChannel._queue.push({methodName:methodName, args:args, callbackID:_listenChannel._nextcallbackID}); } _listenChannel._callbacks[_listenChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod}; _listenChannel._nextcallbackID++; } static function urlOptions() { var _local5 = {}; if (_root.mochiad_options) { var _local4 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2].split("="); _local5[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local5); } static function addLinkEvent(url, burl, btn, onClick) { var timeout = 1500; var t0 = getTimer(); var _local2 = new Object(); _local2.mav = getVersion(); _local2.swfv = btn.getSWFVersion() || 6; _local2.swfurl = btn._url; _local2.fv = System.capabilities.version; _local2.os = System.capabilities.os; _local2.lang = System.capabilities.language; _local2.scres = (System.capabilities.screenResolutionX + "x") + System.capabilities.screenResolutionY; var s = "?"; var _local3 = 0; for (var _local6 in _local2) { if (_local3 != 0) { s = s + "&"; } _local3++; s = ((s + _local6) + "=") + escape(_local2[_local6]); } if (!(netupAttempted || (_connected))) { var ping = btn.createEmptyMovieClip("ping", 777); var _local7 = btn.createEmptyMovieClip("nettest", 778); netupAttempted = true; ping.loadMovie("http://x.mochiads.com/linkping.swf?t=" + getTimer()); _local7.onEnterFrame = function () { if ((ping._totalframes > 0) && (ping._totalframes == ping._framesloaded)) { delete this.onEnterFrame; } else if ((getTimer() - t0) > timeout) { delete this.onEnterFrame; mochi.MochiServices.netup = false; } }; } var _local4 = btn.createEmptyMovieClip("clk", 1001); _local4._alpha = 0; _local4.beginFill(1044735); _local4.moveTo(0, 0); _local4.lineTo(0, btn._height); _local4.lineTo(btn._width, btn._height); _local4.lineTo(btn._width, 0); _local4.lineTo(0, 0); _local4.endFill(); _local4.onRelease = function () { if (mochi.MochiServices.netup) { getURL (url + s, "_blank"); } else { getURL (burl, "_blank"); } if (onClick != undefined) { onClick(); } }; } static var _servicesURL = "http://www.mochiads.com/static/lib/services/services.swf"; static var _listenChannelName = "__ms_"; static var _connecting = false; static var _connected = false; static var netup = true; static var netupAttempted = false; }
Symbol 412 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("2.7"); } static function showPreGameAd(options) { var _local26 = {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 = _parseOptions(options, _local26); if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def") { options.ad_started(); options.ad_finished(); return(undefined); } var clip = options.clip; var _local22 = 11000; var _local25 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local6 = chk.createEmptyMovieClip("_mochiad_bar", 4); if (options.no_progress_bar) { _local6._visible = false; delete options.no_progress_bar; } else { _local6._x = 10; _local6._y = _local13 - 20; } var _local21 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local23 = options.outline; delete options.outline; var _local5 = _local6.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local6.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local21); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local7 = _local6.createEmptyMovieClip("_outline", 3); _local7.lineStyle(0, _local23, 100); _local7.moveTo(0, 0); _local7.lineTo(_local4 - 20, 0); _local7.lineTo(_local4 - 20, 10); _local7.lineTo(0, 10); _local7.lineTo(0, 0); chk.ad_msec = _local22; chk.ad_timeout = _local25; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.regContLC = function (lc_name) { mc._containerLCName = lc_name; }; 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 _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; mc.lc.rpc = function (callbackID, arg) { MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local11 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local2 = (100 * _local8) / _local4; var _local10 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local13 = Math.min(100, Math.min(_local2 || 0, _local10)); _local13 = Math.max(this.last_pcnt, _local13); this.last_pcnt = _local13; _local9._xscale = _local13; options.ad_progress(_local13); if (sendHostProgress) { clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local2}); if (_local2 == 100) { sendHostProgress = false; } } if (!chk.showing) { var _local7 = _local11.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if ((_local5 > chk.ad_timeout) && (_local2 == 100)) { options.ad_failed(); _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showClickAwayAd(options) { var _local9 = {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 = _parseOptions(options, _local9); var clip = options.clip; var _local8 = options.ad_timeout; delete options.ad_timeout; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local4 = _getRes(options); var _local10 = _local4[0]; var _local7 = _local4[1]; mc._x = _local10 * 0.5; mc._y = _local7 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_timeout = _local8; chk.started = getTimer(); chk.showing = false; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.rpc = function (callbackID, arg) { MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; var _local20 = false; mc.lc.regContLC = function (lc_name) { mc._containerLCName = lc_name; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { _local2 = true; chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { options.ad_failed(); _local2 = true; } } if (_local2) { delete this.onEnterFrame; } }; } static function showInterLevelAd(options) { var _local13 = {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 = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adSkipped = options.ad_skipped; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; mc.lc.rpc = function (callbackID, arg) { MochiAd.rpc(clip, callbackID, arg); }; mc.rpcTestFn = function (s) { trace("[MOCHIAD rpcTestFn] " + s); return(s); }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { options.ad_failed(); _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function showPreloaderAd(options) { trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0"); showPreGameAd(options); } static function showTimedAd(options) { trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0"); showInterLevelAd(options); } static function _allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local9 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local9._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local9._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local7 in options) { _local4[_local7] = options[_local7]; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local8; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local8); _local6.lc = _local5; _local4.lc = _local8; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } if (clip._mochiad._containerLCName != undefined) { clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"unload"}); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } if (_local4.id == "test") { trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!"); } return(_local4); } static function rpc(clip, callbackID, arg) { switch (arg.id) { case "setValue" : setValue(clip, arg.objectName, arg.value); break; case "getValue" : var _local4 = getValue(clip, arg.objectName); clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local4); break; case "runMethod" : var _local3 = runMethod(clip, arg.method, arg.args); clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local3); break; default : trace("[mochiads rpc] unknown rpc id: " + arg.id); } } static function setValue(base, objectName, value) { var _local2 = objectName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } base[_local2[_local1]] = value; } static function getValue(base, objectName) { var _local2 = objectName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } return(base[_local2[_local1]]); } static function runMethod(base, methodName, argsArray) { var _local2 = methodName.split("."); var _local1; _local1 = 0; while (_local1 < (_local2.length - 1)) { if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) { return(undefined); } base = base[_local2[_local1]]; _local1++; } if (typeof(base[_local2[_local1]]) == "function") { return(base[_local2[_local1]].apply(base, argsArray)); } return(undefined); } }
Symbol 413 MovieClip [__Packages.mochi.MochiScores] Frame 0
class mochi.MochiScores { static var boardID, onClose, onError; function MochiScores () { } static function setBoardID(boardID) { mochi.MochiScores.boardID = boardID; mochi.MochiServices.send("scores_setBoardID", {boardID:boardID}); } static function showLeaderboard(options) { if ((options.clip == null) || (options.clip == undefined)) { options.clip = mochi.MochiServices.clip; } if ((options.clip != mochi.MochiServices.__get__clip()) || (mochi.MochiServices.__get__childClip()._target == undefined)) { mochi.MochiServices.disconnect(); mochi.MochiServices.connect(mochi.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.MochiDigits) { options.score = options.score.value; } var _local1 = Number(options.score); if (isNaN(_local1)) { trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is 'Not a Number'"); } else if ((_local1 == Number.NEGATIVE_INFINITY) || (_local1 == Number.POSITIVE_INFINITY)) { trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is an infinite"); } else { if (Math.floor(_local1) != _local1) { trace(("WARNING: Submitted score '" + options.score) + "' will be truncated"); } options.score = _local1; } } if (options.onDisplay != null) { options.onDisplay(); } else { mochi.MochiServices.__get__clip().stop(); } if (options.onClose != null) { onClose = options.onClose; } else { onClose = function () { mochi.MochiServices.__get__clip().play(); }; } if (options.onError != null) { onError = options.onError; } else { onError = onClose; } if (options.boardID == null) { if (boardID != null) { options.boardID = boardID; } } mochi.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose); } static function closeLeaderboard() { mochi.MochiServices.send("scores_closeLeaderboard"); } static function getPlayerInfo(callbackObj, callbackMethod) { mochi.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod); } static function submit(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.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod); } static function requestList(callbackObj, callbackMethod) { mochi.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod); } static function scoresArrayToObjects(scores) { var _local5 = {}; var _local1; var _local4; var _local2; var _local6; for (var _local8 in scores) { if (typeof(scores[_local8]) == "object") { if ((scores[_local8].cols != null) && (scores[_local8].rows != null)) { _local5[_local8] = []; _local2 = scores[_local8]; _local4 = 0; while (_local4 < _local2.rows.length) { _local6 = {}; _local1 = 0; while (_local1 < _local2.cols.length) { _local6[_local2.cols[_local1]] = _local2.rows[_local4][_local1]; _local1++; } _local5[_local8].push(_local6); _local4++; } } else { _local5[_local8] = {}; for (var _local7 in scores[_local8]) { _local5[_local8][_local7] = scores[_local8][_local7]; } } } else { _local5[_local8] = scores[_local8]; } } return(_local5); } static function doClose(args) { if (args.error == true) { if (args.errorCode == undefined) { args.errorCode = "IOError"; } onError.apply(null, [args.errorCode]); } else { onClose.apply(); } } }
Symbol 414 MovieClip [__Packages.mochi.MochiDigits] Frame 0
class mochi.MochiDigits { var Encoder, Fragment, Sibling; function MochiDigits (digit, index) { Encoder = 0; setValue(digit, index); } function get value() { return(Number(toString())); } function set value(v) { setValue(v); //return(value); } function addValue(v) { value = value + v; } function setValue(digit, index) { var _local3 = digit.toString(); if ((index == undefined) || (isNaN(index))) { index = 0; } Fragment = _local3.charCodeAt(index++) ^ Encoder; if (index < _local3.length) { Sibling = new mochi.MochiDigits(digit, index); } else { Sibling = null; } reencode(); } function reencode() { var _local2 = int(2147483647 * Math.random()); Fragment = Fragment ^ (_local2 ^ Encoder); Encoder = _local2; } function toString() { var _local2 = String.fromCharCode(Fragment ^ Encoder); return(((Sibling != null) ? (_local2.concat(Sibling.toString())) : (_local2))); } }
Symbol 10 Button
on (release) { _root.gotoAndStop(7); }
Symbol 15 Button
on (release) { _root.gotoAndStop(12); }
Symbol 18 Button
on (release) { if (_root.gameSound.getVolume() == 0) { _root.gameSound.setVolume(75); _root.soundsw = 1; } else { _root.gameSound.setVolume(0); _root.soundsw = 0; } }
Symbol 21 Button
on (release) { if (_root.gameSound.getVolume() == 0) { _root.gameSound.setVolume(75); _root.soundsw = 1; } else { _root.gameSound.setVolume(0); _root.soundsw = 0; } }
Symbol 22 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 2
stop();
Symbol 36 Button
on (release) { getURL ("http://www.playedonline.com"); }
Instance of Symbol 22 MovieClip in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.soundsw == 0) { this.gotoAndStop(2); } if (_root.soundsw == 1) { this.gotoAndStop(1); } }
Symbol 37 MovieClip Frame 40
stop();
Symbol 45 MovieClip Frame 290
gotoAndPlay (2);
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 41
gotoAndPlay (2);
Symbol 55 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
stop();
Symbol 70 MovieClip Frame 3
stop();
Symbol 70 MovieClip Frame 4
stop();
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 10
_parent.character.redeye._alpha = 0;
Symbol 76 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 6
_parent.gamepaused = false; _parent.enemy01anim.play(); _parent.enemy02anim.play(); _parent.enemy03anim.play(); _parent.enemy04anim.play(); _parent.enemy05anim.play();
Symbol 78 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
stop();
Instance of Symbol 83 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 1) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 2) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 3) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 4) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 5) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 6) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 7) { this._alpha = 100; } }
Symbol 90 MovieClip Frame 3
stop();
Symbol 90 MovieClip Frame 4
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 90
_root.gotoAndStop(20);
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
_root.tScore = _root.tScore + ((_root.ticker * 10) + (_root.energy * 10));
Symbol 97 MovieClip Frame 70
_root.gotoAndStop(11);
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
stop();
Symbol 112 MovieClip Frame 3
stop();
Symbol 112 MovieClip Frame 4
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 2
stop();
Instance of Symbol 83 MovieClip in Symbol 119 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 1) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 119 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 2) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 119 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 3) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 119 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 4) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 119 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 5) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 119 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 6) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 119 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 7) { this._alpha = 100; } }
Symbol 119 MovieClip Frame 3
stop();
Symbol 119 MovieClip Frame 4
stop();
Symbol 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 90
_root.gotoAndStop(23);
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
stop();
Symbol 133 MovieClip Frame 3
stop();
Symbol 133 MovieClip Frame 4
stop();
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Instance of Symbol 83 MovieClip in Symbol 140 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 1) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 140 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 2) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 140 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 3) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 140 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 4) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 140 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 5) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 140 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 6) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 140 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 7) { this._alpha = 100; } }
Symbol 140 MovieClip Frame 3
stop();
Symbol 140 MovieClip Frame 4
stop();
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 90
_root.gotoAndStop(26);
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
stop();
Symbol 153 MovieClip Frame 3
stop();
Symbol 153 MovieClip Frame 4
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
stop();
Instance of Symbol 83 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 1) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 2) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 3) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 4) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 5) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 6) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 7) { this._alpha = 100; } }
Symbol 160 MovieClip Frame 3
stop();
Symbol 160 MovieClip Frame 4
stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 90
_root.gotoAndStop(29);
Symbol 164 MovieClip Frame 50
_root.gotoAndStop(14);
Symbol 168 Button
on (press) { _root.gotoAndStop(6); }
Symbol 171 MovieClip Frame 50
_root.gotoAndStop(14);
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
stop();
Symbol 180 MovieClip Frame 290
gotoAndPlay (2);
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
stop();
Symbol 182 MovieClip Frame 3
stop();
Symbol 182 MovieClip Frame 4
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 105
_root.nextFrame();
Symbol 195 MovieClip Frame 290
gotoAndPlay (2);
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
stop();
Symbol 197 MovieClip Frame 3
stop();
Symbol 197 MovieClip Frame 4
stop();
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 2
stop();
Instance of Symbol 83 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 1) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 2) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 3) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 4) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 5) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 6) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 7) { this._alpha = 100; } }
Symbol 206 MovieClip Frame 3
stop();
Symbol 206 MovieClip Frame 4
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 90
_root.nextFrame();
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
stop();
Symbol 215 MovieClip Frame 290
gotoAndPlay (2);
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
stop();
Symbol 217 MovieClip Frame 3
stop();
Symbol 217 MovieClip Frame 4
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 105
_root.gotoAndStop(8);
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 2
stop();
Symbol 232 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 2
stop();
Symbol 232 MovieClip Frame 3
stop();
Symbol 232 MovieClip Frame 4
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 105
_root.nextFrame();
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 2
stop();
Symbol 243 MovieClip Frame 3
stop();
Symbol 243 MovieClip Frame 4
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 2
stop();
Instance of Symbol 83 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 1) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 2) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 3) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 4) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 5) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 6) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 7) { this._alpha = 100; } }
Symbol 250 MovieClip Frame 3
stop();
Symbol 250 MovieClip Frame 4
stop();
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 90
_root.nextFrame();
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 2
stop();
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
stop();
Symbol 262 MovieClip Frame 3
stop();
Symbol 262 MovieClip Frame 4
stop();
Symbol 264 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 105
_root.gotoAndStop(9);
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 2
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 2
stop();
Symbol 275 MovieClip Frame 3
stop();
Symbol 275 MovieClip Frame 4
stop();
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 105
_root.nextFrame();
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 2
stop();
Symbol 286 MovieClip Frame 3
stop();
Symbol 286 MovieClip Frame 4
stop();
Symbol 294 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 2
stop();
Instance of Symbol 83 MovieClip in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 1) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 2) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 3) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 4) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 5) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 6) { this._alpha = 100; } }
Instance of Symbol 83 MovieClip in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.iii >= 7) { this._alpha = 100; } }
Symbol 294 MovieClip Frame 3
stop();
Symbol 294 MovieClip Frame 4
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 90
_root.nextFrame();
Symbol 301 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 2
stop();
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 2
stop();
Symbol 306 MovieClip Frame 3
stop();
Symbol 306 MovieClip Frame 4
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 105
_root.gotoAndStop(10);
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
stop();
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 2
stop();
Symbol 320 MovieClip Frame 3
stop();
Symbol 320 MovieClip Frame 4
stop();
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 105
_root.nextFrame();
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 2
stop();
Symbol 336 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 2
stop();
Symbol 336 MovieClip Frame 3
stop();
Symbol 336 MovieClip Frame 4
stop();
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 105
_root.gotoAndPlay(13);
Symbol 339 MovieClip Frame 25
_root.nextFrame();
Symbol 346 MovieClip Frame 41
stop();
Symbol 393 MovieClip Frame 103
stop();
Symbol 402 MovieClip Frame 124
stop();
Symbol 405 MovieClip Frame 122
_root.nextFrame();
Symbol 409 Button
on (release) { getURL ("http://www.playedonline.com"); }

Library Items

Symbol 411 MovieClip [__Packages.mochi.MochiServices]
Symbol 412 MovieClip [__Packages.MochiAd]
Symbol 413 MovieClip [__Packages.mochi.MochiScores]
Symbol 414 MovieClip [__Packages.mochi.MochiDigits]
Symbol 1 BitmapUsed by:3
Symbol 2 BitmapUsed by:3 5
Symbol 3 GraphicUses:1 2Used by:Timeline
Symbol 4 GraphicUsed by:37 48 67 408 409
Symbol 5 GraphicUses:2Used by:37  Timeline
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:10
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:10
Symbol 10 ButtonUses:7 9Used by:37
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:15
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 ButtonUses:12 14Used by:37
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:18
Symbol 18 ButtonUses:17Used by:22
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 ButtonUses:20Used by:22
Symbol 22 MovieClipUses:18 21Used by:37  Timeline
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:37
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:27
Symbol 27 MovieClipUses:26Used by:37
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:37
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:37
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:37
Symbol 34 GraphicUsed by:35 36 167 168 189 220 233 263 276 307 321 338
Symbol 35 MovieClipUses:34Used by:36
Symbol 36 ButtonUses:35 34Used by:37
Symbol 37 MovieClipUses:4 5 10 15 22 24 27 29 31 33 36Used by:Timeline
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:44 46 71 73 130
Symbol 44 MovieClipUses:43Used by:45 180 195 215
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 MovieClipUses:43Used by:47 181 196 216
Symbol 47 MovieClipUses:46Used by:Timeline
Symbol 48 MovieClipUses:4Used by:55 58
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:51
Symbol 51 MovieClipUses:50Used by:55
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:54
Symbol 54 MovieClipUses:53Used by:55 58
Symbol 55 MovieClipUses:48 51 54Used by:Timeline
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:58
Symbol 58 MovieClipUses:48 57 54Used by:Timeline
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:70 112 133 153 182 197 217 232 243 262 275 286 306 320 336
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:63
Symbol 63 MovieClipUses:62Used by:70 112 133 153 182 197 217 232 243 262 275 286 306 320 336
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 MovieClipUses:65Used by:70 112 133 153 182 197 217 232 243 262 275 286 306 320 336
Symbol 67 MovieClipUses:4Used by:70 112 133 153 182 197 217 232 243 262 275 286 306 320 336
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:70 112 133 153 182 197 217 232 243 262 275 286 306 320 336
Symbol 70 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 71 MovieClipUses:43Used by:72 183 198 218
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 MovieClipUses:43Used by:74 102 103 110 184 199 219 228 239 258
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 MovieClipUsed by:Timeline
Symbol 76 MovieClipUsed by:Timeline
Symbol 77 SoundUsed by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:80 287
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:83
Symbol 83 MovieClipUses:82Used by:90 119 140 160 206 250 294
Symbol 84 BitmapUsed by:85
Symbol 85 GraphicUses:84Used by:90
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:90
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:90
Symbol 90 MovieClipUses:83 85 87 89Used by:Timeline
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:93 120 141 161 190 207 221 234 251 264 277 295 308 322 337
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:96
Symbol 96 MovieClipUses:95Used by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 MovieClipUses:73Used by:Timeline
Symbol 103 MovieClipUses:73Used by:104 229 240 259
Symbol 104 MovieClipUses:103Used by:Timeline
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:107 125
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 MovieClipUses:107Used by:109 230 241 260
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 MovieClipUses:73Used by:111 231 242 261
Symbol 111 MovieClipUses:110Used by:Timeline
Symbol 112 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:119
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:119
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClipUses:83 114 116 118Used by:Timeline
Symbol 120 MovieClipUses:92Used by:Timeline
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 MovieClipUses:106Used by:126 128 149 151
Symbol 126 MovieClipUses:125Used by:127 271 282 302
Symbol 127 MovieClipUses:126Used by:Timeline
Symbol 128 MovieClipUses:125Used by:129 146 272 283 303 315 331
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 MovieClipUses:43Used by:131 132 147 148 273 274 284 285 304 305 316 317 332 333
Symbol 131 MovieClipUses:130Used by:Timeline
Symbol 132 MovieClipUses:130Used by:Timeline
Symbol 133 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:140
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:140
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:140
Symbol 140 MovieClipUses:83 135 137 139Used by:Timeline
Symbol 141 MovieClipUses:92Used by:Timeline
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:Timeline
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 MovieClipUses:128Used by:Timeline
Symbol 147 MovieClipUses:130Used by:Timeline
Symbol 148 MovieClipUses:130Used by:Timeline
Symbol 149 MovieClipUses:125Used by:150 318 334
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 MovieClipUses:125Used by:152 319 335
Symbol 152 MovieClipUses:151Used by:Timeline
Symbol 153 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:160
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:160
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:160
Symbol 160 MovieClipUses:83 155 157 159Used by:Timeline
Symbol 161 MovieClipUses:92Used by:Timeline
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:164
Symbol 164 MovieClipUses:163Used by:Timeline
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:Timeline
Symbol 167 MovieClipUses:34Used by:168
Symbol 168 ButtonUses:167 34Used by:Timeline
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:171
Symbol 171 MovieClipUses:170Used by:Timeline
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:Timeline
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:Timeline
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:178
Symbol 178 MovieClipUses:177Used by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 MovieClipUses:44Used by:Timeline
Symbol 181 MovieClipUses:46Used by:Timeline
Symbol 182 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 183 MovieClipUses:71Used by:Timeline
Symbol 184 MovieClipUses:73Used by:Timeline
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:189 220 233 263 276 307 321
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:189 220 233 263 276 307 321
Symbol 189 MovieClipUses:186 34 188Used by:190
Symbol 190 MovieClipUses:92 189Used by:Timeline
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:Timeline
Symbol 193 GraphicUsed by:194 210
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 MovieClipUses:44Used by:Timeline
Symbol 196 MovieClipUses:46Used by:Timeline
Symbol 197 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 198 MovieClipUses:71Used by:Timeline
Symbol 199 MovieClipUses:73Used by:Timeline
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:206
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:206
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:206
Symbol 206 MovieClipUses:83 201 203 205Used by:Timeline
Symbol 207 MovieClipUses:92Used by:Timeline
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:Timeline
Symbol 210 MovieClipUses:193Used by:Timeline
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:213
Symbol 213 MovieClipUses:212Used by:214
Symbol 214 MovieClipUses:213Used by:Timeline
Symbol 215 MovieClipUses:44Used by:Timeline
Symbol 216 MovieClipUses:46Used by:Timeline
Symbol 217 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 218 MovieClipUses:71Used by:Timeline
Symbol 219 MovieClipUses:73Used by:Timeline
Symbol 220 MovieClipUses:186 34 188Used by:221
Symbol 221 MovieClipUses:92 220Used by:Timeline
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:Timeline
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:226
Symbol 226 MovieClipUses:225Used by:227
Symbol 227 MovieClipUses:226Used by:Timeline
Symbol 228 MovieClipUses:73Used by:Timeline
Symbol 229 MovieClipUses:103Used by:Timeline
Symbol 230 MovieClipUses:108Used by:Timeline
Symbol 231 MovieClipUses:110Used by:Timeline
Symbol 232 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 233 MovieClipUses:186 34 188Used by:234
Symbol 234 MovieClipUses:92 233Used by:Timeline
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:Timeline
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237Used by:Timeline
Symbol 239 MovieClipUses:73Used by:Timeline
Symbol 240 MovieClipUses:103Used by:Timeline
Symbol 241 MovieClipUses:108Used by:Timeline
Symbol 242 MovieClipUses:110Used by:Timeline
Symbol 243 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 244 BitmapUsed by:245
Symbol 245 GraphicUses:244Used by:250
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:250
Symbol 248 BitmapUsed by:249
Symbol 249 GraphicUses:248Used by:250
Symbol 250 MovieClipUses:83 245 247 249Used by:Timeline
Symbol 251 MovieClipUses:92Used by:Timeline
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:Timeline
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:256
Symbol 256 MovieClipUses:255Used by:257
Symbol 257 MovieClipUses:256Used by:Timeline
Symbol 258 MovieClipUses:73Used by:Timeline
Symbol 259 MovieClipUses:103Used by:Timeline
Symbol 260 MovieClipUses:108Used by:Timeline
Symbol 261 MovieClipUses:110Used by:Timeline
Symbol 262 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 263 MovieClipUses:186 34 188Used by:264
Symbol 264 MovieClipUses:92 263Used by:Timeline
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:Timeline
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:269
Symbol 269 MovieClipUses:268Used by:270
Symbol 270 MovieClipUses:269Used by:Timeline
Symbol 271 MovieClipUses:126Used by:Timeline
Symbol 272 MovieClipUses:128Used by:Timeline
Symbol 273 MovieClipUses:130Used by:Timeline
Symbol 274 MovieClipUses:130Used by:Timeline
Symbol 275 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 276 MovieClipUses:186 34 188Used by:277
Symbol 277 MovieClipUses:92 276Used by:Timeline
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:Timeline
Symbol 282 MovieClipUses:126Used by:Timeline
Symbol 283 MovieClipUses:128Used by:Timeline
Symbol 284 MovieClipUses:130Used by:Timeline
Symbol 285 MovieClipUses:130Used by:Timeline
Symbol 286 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 287 MovieClipUses:79Used by:Timeline
Symbol 288 BitmapUsed by:289
Symbol 289 GraphicUses:288Used by:294
Symbol 290 BitmapUsed by:291
Symbol 291 GraphicUses:290Used by:294
Symbol 292 BitmapUsed by:293
Symbol 293 GraphicUses:292Used by:294
Symbol 294 MovieClipUses:83 289 291 293Used by:Timeline
Symbol 295 MovieClipUses:92Used by:Timeline
Symbol 296 BitmapUsed by:297
Symbol 297 GraphicUses:296Used by:Timeline
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:300
Symbol 300 MovieClipUses:299Used by:301
Symbol 301 MovieClipUses:300Used by:Timeline
Symbol 302 MovieClipUses:126Used by:Timeline
Symbol 303 MovieClipUses:128Used by:Timeline
Symbol 304 MovieClipUses:130Used by:Timeline
Symbol 305 MovieClipUses:130Used by:Timeline
Symbol 306 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 307 MovieClipUses:186 34 188Used by:308
Symbol 308 MovieClipUses:92 307Used by:Timeline
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:Timeline
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:313
Symbol 313 MovieClipUses:312Used by:314
Symbol 314 MovieClipUses:313Used by:Timeline
Symbol 315 MovieClipUses:128Used by:Timeline
Symbol 316 MovieClipUses:130Used by:Timeline
Symbol 317 MovieClipUses:130Used by:Timeline
Symbol 318 MovieClipUses:149Used by:Timeline
Symbol 319 MovieClipUses:151Used by:Timeline
Symbol 320 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 321 MovieClipUses:186 34 188Used by:322
Symbol 322 MovieClipUses:92 321Used by:Timeline
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:Timeline
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:Timeline
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:329
Symbol 329 MovieClipUses:328Used by:330
Symbol 330 MovieClipUses:329Used by:Timeline
Symbol 331 MovieClipUses:128Used by:Timeline
Symbol 332 MovieClipUses:130Used by:Timeline
Symbol 333 MovieClipUses:130Used by:Timeline
Symbol 334 MovieClipUses:149Used by:Timeline
Symbol 335 MovieClipUses:151Used by:Timeline
Symbol 336 MovieClipUses:60 63 66 67 69Used by:Timeline
Symbol 337 MovieClipUses:92Used by:Timeline
Symbol 338 MovieClipUses:34Used by:339
Symbol 339 MovieClipUses:338Used by:Timeline
Symbol 340 GraphicUsed by:346
Symbol 341 GraphicUsed by:346
Symbol 342 GraphicUsed by:346
Symbol 343 GraphicUsed by:346
Symbol 344 GraphicUsed by:346
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:340 341 342 343 344 345Used by:407
Symbol 347 GraphicUsed by:393
Symbol 348 GraphicUsed by:393
Symbol 349 GraphicUsed by:393
Symbol 350 GraphicUsed by:393
Symbol 351 GraphicUsed by:393
Symbol 352 GraphicUsed by:393
Symbol 353 GraphicUsed by:393
Symbol 354 GraphicUsed by:393
Symbol 355 GraphicUsed by:393
Symbol 356 GraphicUsed by:393
Symbol 357 GraphicUsed by:393
Symbol 358 GraphicUsed by:393
Symbol 359 GraphicUsed by:393
Symbol 360 GraphicUsed by:393
Symbol 361 GraphicUsed by:393
Symbol 362 GraphicUsed by:393
Symbol 363 GraphicUsed by:393
Symbol 364 GraphicUsed by:393
Symbol 365 GraphicUsed by:393
Symbol 366 GraphicUsed by:393
Symbol 367 GraphicUsed by:393
Symbol 368 GraphicUsed by:393
Symbol 369 GraphicUsed by:393
Symbol 370 GraphicUsed by:393
Symbol 371 GraphicUsed by:393
Symbol 372 GraphicUsed by:393
Symbol 373 GraphicUsed by:393
Symbol 374 GraphicUsed by:393
Symbol 375 GraphicUsed by:393
Symbol 376 GraphicUsed by:393
Symbol 377 GraphicUsed by:393
Symbol 378 GraphicUsed by:393
Symbol 379 GraphicUsed by:393
Symbol 380 GraphicUsed by:393
Symbol 381 GraphicUsed by:393
Symbol 382 GraphicUsed by:393
Symbol 383 GraphicUsed by:393
Symbol 384 GraphicUsed by:393
Symbol 385 GraphicUsed by:393
Symbol 386 GraphicUsed by:393
Symbol 387 GraphicUsed by:393
Symbol 388 GraphicUsed by:393
Symbol 389 GraphicUsed by:393
Symbol 390 GraphicUsed by:393
Symbol 391 GraphicUsed by:393
Symbol 392 SoundUsed by:393
Symbol 393 MovieClipUses:347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392Used by:407
Symbol 394 GraphicUsed by:402
Symbol 395 GraphicUsed by:402
Symbol 396 GraphicUsed by:402
Symbol 397 GraphicUsed by:402
Symbol 398 GraphicUsed by:402
Symbol 399 GraphicUsed by:402
Symbol 400 GraphicUsed by:402
Symbol 401 GraphicUsed by:402
Symbol 402 MovieClipUses:394 395 396 397 398 399 400 401Used by:405
Symbol 403 SoundUsed by:405
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:402 403 404Used by:407
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:346 393 405 406Used by:Timeline
Symbol 408 MovieClipUses:4Used by:409
Symbol 409 ButtonUses:408 4Used by:Timeline
Symbol 410 Sound [soundtrack]Used by:Timeline

Instance Names

"walkzone"Frame 7Symbol 41 MovieClip
"enemy01anim"Frame 7Symbol 45 MovieClip
"enemy02anim"Frame 7Symbol 47 MovieClip
"timer"Frame 7Symbol 55 MovieClip
"energybar"Frame 7Symbol 58 MovieClip
"character"Frame 7Symbol 70 MovieClip
"enemy03anim"Frame 7Symbol 72 MovieClip
"enemy04anim"Frame 7Symbol 74 MovieClip
"redeyeoff"Frame 7Symbol 75 MovieClip
"unpause"Frame 7Symbol 76 MovieClip
"collectsound"Frame 7Symbol 78 MovieClip
"letter01"Frame 7Symbol 80 MovieClip
"letter02"Frame 7Symbol 80 MovieClip
"letter03"Frame 7Symbol 80 MovieClip
"letter04"Frame 7Symbol 80 MovieClip
"letter05"Frame 7Symbol 80 MovieClip
"letter06"Frame 7Symbol 80 MovieClip
"letter07"Frame 7Symbol 80 MovieClip
"letter08"Frame 7Symbol 80 MovieClip
"letter10"Frame 7Symbol 80 MovieClip
"letter09"Frame 7Symbol 80 MovieClip
"words"Frame 7Symbol 90 MovieClip
"completed"Frame 7Symbol 93 MovieClip
"gameover"Frame 7Symbol 97 MovieClip
"walkzone"Frame 8Symbol 101 MovieClip
"enemy01anim"Frame 8Symbol 102 MovieClip
"enemy02anim"Frame 8Symbol 104 MovieClip
"enemy03anim"Frame 8Symbol 109 MovieClip
"enemy04anim"Frame 8Symbol 111 MovieClip
"character"Frame 8Symbol 112 MovieClip
"letter11"Frame 8Symbol 80 MovieClip
"letter12"Frame 8Symbol 80 MovieClip
"letter13"Frame 8Symbol 80 MovieClip
"letter14"Frame 8Symbol 80 MovieClip
"words"Frame 8Symbol 119 MovieClip
"completed"Frame 8Symbol 120 MovieClip
"walkzone"Frame 9Symbol 124 MovieClip
"enemy01anim"Frame 9Symbol 127 MovieClip
"enemy02anim"Frame 9Symbol 129 MovieClip
"enemy03anim"Frame 9Symbol 131 MovieClip
"enemy04anim"Frame 9Symbol 132 MovieClip
"character"Frame 9Symbol 133 MovieClip
"words"Frame 9Symbol 140 MovieClip
"completed"Frame 9Symbol 141 MovieClip
"walkzone"Frame 10Symbol 145 MovieClip
"enemy02anim"Frame 10Symbol 146 MovieClip
"enemy04anim"Frame 10Symbol 147 MovieClip
"enemy03anim"Frame 10Symbol 148 MovieClip
"enemy01anim"Frame 10Symbol 150 MovieClip
"enemy05anim"Frame 10Symbol 152 MovieClip
"character"Frame 10Symbol 153 MovieClip
"letter11"Frame 10Symbol 80 MovieClip
"letter12"Frame 10Symbol 80 MovieClip
"words"Frame 10Symbol 160 MovieClip
"completed"Frame 10Symbol 161 MovieClip
"walkzone"Frame 20Symbol 175 MovieClip
"letter01"Frame 20Symbol 179 MovieClip
"letter02"Frame 20Symbol 179 MovieClip
"letter03"Frame 20Symbol 179 MovieClip
"letter04"Frame 20Symbol 179 MovieClip
"letter05"Frame 20Symbol 179 MovieClip
"enemy01anim"Frame 20Symbol 180 MovieClip
"enemy02anim"Frame 20Symbol 181 MovieClip
"timer"Frame 20Symbol 55 MovieClip
"energybar"Frame 20Symbol 58 MovieClip
"character"Frame 20Symbol 182 MovieClip
"enemy03anim"Frame 20Symbol 183 MovieClip
"enemy04anim"Frame 20Symbol 184 MovieClip
"redeyeoff"Frame 20Symbol 75 MovieClip
"unpause"Frame 20Symbol 76 MovieClip
"collectsound"Frame 20Symbol 78 MovieClip
"completed"Frame 20Symbol 190 MovieClip
"gameover"Frame 20Symbol 97 MovieClip
"walkzone"Frame 21Symbol 194 MovieClip
"enemy01anim"Frame 21Symbol 195 MovieClip
"enemy02anim"Frame 21Symbol 196 MovieClip
"character"Frame 21Symbol 197 MovieClip
"enemy03anim"Frame 21Symbol 198 MovieClip
"enemy04anim"Frame 21Symbol 199 MovieClip
"letter01"Frame 21Symbol 80 MovieClip
"letter02"Frame 21Symbol 80 MovieClip
"letter03"Frame 21Symbol 80 MovieClip
"letter04"Frame 21Symbol 80 MovieClip
"letter05"Frame 21Symbol 80 MovieClip
"letter06"Frame 21Symbol 80 MovieClip
"letter07"Frame 21Symbol 80 MovieClip
"letter08"Frame 21Symbol 80 MovieClip
"words"Frame 21Symbol 206 MovieClip
"completed"Frame 21Symbol 207 MovieClip
"walkzone"Frame 22Symbol 210 MovieClip
"letter01"Frame 22Symbol 214 MovieClip
"letter02"Frame 22Symbol 214 MovieClip
"letter03"Frame 22Symbol 214 MovieClip
"letter04"Frame 22Symbol 214 MovieClip
"letter05"Frame 22Symbol 214 MovieClip
"enemy01anim"Frame 22Symbol 215 MovieClip
"enemy02anim"Frame 22Symbol 216 MovieClip
"character"Frame 22Symbol 217 MovieClip
"enemy03anim"Frame 22Symbol 218 MovieClip
"enemy04anim"Frame 22Symbol 219 MovieClip
"completed"Frame 22Symbol 221 MovieClip
"walkzone"Frame 23Symbol 101 MovieClip
"letter01"Frame 23Symbol 227 MovieClip
"letter02"Frame 23Symbol 227 MovieClip
"letter03"Frame 23Symbol 227 MovieClip
"letter04"Frame 23Symbol 227 MovieClip
"letter05"Frame 23Symbol 227 MovieClip
"letter06"Frame 23Symbol 227 MovieClip
"enemy01anim"Frame 23Symbol 228 MovieClip
"enemy02anim"Frame 23Symbol 229 MovieClip
"enemy03anim"Frame 23Symbol 230 MovieClip
"enemy04anim"Frame 23Symbol 231 MovieClip
"character"Frame 23Symbol 232 MovieClip
"completed"Frame 23Symbol 234 MovieClip
"walkzone"Frame 24Symbol 238 MovieClip
"enemy01anim"Frame 24Symbol 239 MovieClip
"enemy02anim"Frame 24Symbol 240 MovieClip
"enemy03anim"Frame 24Symbol 241 MovieClip
"enemy04anim"Frame 24Symbol 242 MovieClip
"character"Frame 24Symbol 243 MovieClip
"letter01"Frame 24Symbol 80 MovieClip
"letter02"Frame 24Symbol 80 MovieClip
"letter03"Frame 24Symbol 80 MovieClip
"letter04"Frame 24Symbol 80 MovieClip
"letter05"Frame 24Symbol 80 MovieClip
"letter06"Frame 24Symbol 80 MovieClip
"letter07"Frame 24Symbol 80 MovieClip
"letter08"Frame 24Symbol 80 MovieClip
"letter10"Frame 24Symbol 80 MovieClip
"letter09"Frame 24Symbol 80 MovieClip
"letter11"Frame 24Symbol 80 MovieClip
"words"Frame 24Symbol 250 MovieClip
"completed"Frame 24Symbol 251 MovieClip
"letter01"Frame 25Symbol 257 MovieClip
"letter02"Frame 25Symbol 257 MovieClip
"letter03"Frame 25Symbol 257 MovieClip
"letter04"Frame 25Symbol 257 MovieClip
"letter05"Frame 25Symbol 257 MovieClip
"letter06"Frame 25Symbol 257 MovieClip
"enemy01anim"Frame 25Symbol 258 MovieClip
"enemy02anim"Frame 25Symbol 259 MovieClip
"enemy03anim"Frame 25Symbol 260 MovieClip
"enemy04anim"Frame 25Symbol 261 MovieClip
"character"Frame 25Symbol 262 MovieClip
"completed"Frame 25Symbol 264 MovieClip
"walkzone"Frame 26Symbol 124 MovieClip
"letter01"Frame 26Symbol 270 MovieClip
"letter02"Frame 26Symbol 270 MovieClip
"letter03"Frame 26Symbol 270 MovieClip
"letter04"Frame 26Symbol 270 MovieClip
"letter05"Frame 26Symbol 270 MovieClip
"letter06"Frame 26Symbol 270 MovieClip
"enemy01anim"Frame 26Symbol 271 MovieClip
"enemy02anim"Frame 26Symbol 272 MovieClip
"enemy03anim"Frame 26Symbol 273 MovieClip
"enemy04anim"Frame 26Symbol 274 MovieClip
"character"Frame 26Symbol 275 MovieClip
"completed"Frame 26Symbol 277 MovieClip
"letter07"Frame 26Symbol 270 MovieClip
"walkzone"Frame 27Symbol 281 MovieClip
"enemy01anim"Frame 27Symbol 282 MovieClip
"enemy02anim"Frame 27Symbol 283 MovieClip
"enemy03anim"Frame 27Symbol 284 MovieClip
"enemy04anim"Frame 27Symbol 285 MovieClip
"character"Frame 27Symbol 286 MovieClip
"letter01"Frame 27Symbol 80 MovieClip
"letter02"Frame 27Symbol 80 MovieClip
"letter03"Frame 27Symbol 80 MovieClip
"letter04"Frame 27Symbol 80 MovieClip
"letter05"Frame 27Symbol 80 MovieClip
"letter06"Frame 27Symbol 80 MovieClip
"letter07"Frame 27Symbol 80 MovieClip
"letter08"Frame 27Symbol 80 MovieClip
"letter09"Frame 27Symbol 80 MovieClip
"letter10"Frame 27Symbol 287 MovieClip
"words"Frame 27Symbol 294 MovieClip
"completed"Frame 27Symbol 295 MovieClip
"letter01"Frame 28Symbol 301 MovieClip
"letter02"Frame 28Symbol 301 MovieClip
"letter03"Frame 28Symbol 301 MovieClip
"letter04"Frame 28Symbol 301 MovieClip
"letter05"Frame 28Symbol 301 MovieClip
"letter06"Frame 28Symbol 301 MovieClip
"letter07"Frame 28Symbol 301 MovieClip
"enemy01anim"Frame 28Symbol 302 MovieClip
"enemy02anim"Frame 28Symbol 303 MovieClip
"enemy03anim"Frame 28Symbol 304 MovieClip
"enemy04anim"Frame 28Symbol 305 MovieClip
"character"Frame 28Symbol 306 MovieClip
"completed"Frame 28Symbol 308 MovieClip
"walkzone"Frame 29Symbol 145 MovieClip
"letter01"Frame 29Symbol 314 MovieClip
"letter02"Frame 29Symbol 314 MovieClip
"letter03"Frame 29Symbol 314 MovieClip
"letter04"Frame 29Symbol 314 MovieClip
"letter05"Frame 29Symbol 314 MovieClip
"letter06"Frame 29Symbol 314 MovieClip
"letter07"Frame 29Symbol 314 MovieClip
"enemy02anim"Frame 29Symbol 315 MovieClip
"enemy04anim"Frame 29Symbol 316 MovieClip
"enemy03anim"Frame 29Symbol 317 MovieClip
"enemy01anim"Frame 29Symbol 318 MovieClip
"enemy05anim"Frame 29Symbol 319 MovieClip
"character"Frame 29Symbol 320 MovieClip
"completed"Frame 29Symbol 322 MovieClip
"walkzone"Frame 30Symbol 326 MovieClip
"letter01"Frame 30Symbol 330 MovieClip
"letter02"Frame 30Symbol 330 MovieClip
"letter03"Frame 30Symbol 330 MovieClip
"letter04"Frame 30Symbol 330 MovieClip
"letter05"Frame 30Symbol 330 MovieClip
"letter06"Frame 30Symbol 330 MovieClip
"letter07"Frame 30Symbol 330 MovieClip
"letter08"Frame 30Symbol 330 MovieClip
"letter09"Frame 30Symbol 330 MovieClip
"letter10"Frame 30Symbol 330 MovieClip
"letter11"Frame 30Symbol 330 MovieClip
"letter12"Frame 30Symbol 330 MovieClip
"letter15"Frame 30Symbol 330 MovieClip
"letter14"Frame 30Symbol 330 MovieClip
"letter13"Frame 30Symbol 330 MovieClip
"enemy02anim"Frame 30Symbol 331 MovieClip
"enemy04anim"Frame 30Symbol 332 MovieClip
"enemy03anim"Frame 30Symbol 333 MovieClip
"enemy01anim"Frame 30Symbol 334 MovieClip
"enemy05anim"Frame 30Symbol 335 MovieClip
"character"Frame 30Symbol 336 MovieClip
"completed"Frame 30Symbol 337 MovieClip
"timermask"Symbol 55 MovieClip Frame 1Symbol 48 MovieClip
"alert"Symbol 55 MovieClip Frame 1Symbol 54 MovieClip
"energymask"Symbol 58 MovieClip Frame 1Symbol 48 MovieClip
"alert"Symbol 58 MovieClip Frame 1Symbol 54 MovieClip
"hitpix"Symbol 70 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 70 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 70 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 112 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 112 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 112 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 133 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 133 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 133 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 153 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 153 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 153 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 182 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 182 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 182 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 197 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 197 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 197 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 217 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 217 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 217 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 232 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 232 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 232 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 243 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 243 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 243 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 262 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 262 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 262 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 275 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 275 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 275 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 286 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 286 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 286 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 306 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 306 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 306 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 320 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 320 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 320 MovieClip Frame 1Symbol 67 MovieClip
"hitpix"Symbol 336 MovieClip Frame 1Symbol 63 MovieClip
"redeye"Symbol 336 MovieClip Frame 1Symbol 66 MovieClip
"hitbox"Symbol 336 MovieClip Frame 1Symbol 67 MovieClip
"head_mc"Symbol 405 MovieClip Frame 1Symbol 402 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 411 as "__Packages.mochi.MochiServices"
ExportAssets (56)Timeline Frame 1Symbol 412 as "__Packages.MochiAd"
ExportAssets (56)Timeline Frame 1Symbol 413 as "__Packages.mochi.MochiScores"
ExportAssets (56)Timeline Frame 1Symbol 414 as "__Packages.mochi.MochiDigits"
ExportAssets (56)Timeline Frame 42Symbol 410 as "soundtrack"

Labels

"intro"Frame 41




http://swfchan.com/14/66044/info.shtml
Created: 12/4 -2019 06:33:28 Last modified: 12/4 -2019 06:33:28 Server time: 15/05 -2024 14:04:38