STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #60891 |
LOADING |
LOADING |
99% |
Loader MovieClip |
The descriptions of the trophies are displayed here when you touch them. |
The names of trophies are displayed here when you touch them. |
BACK |
Watch this ad. |
C L O S E |
X |
MENU |
The Internet Hobo |
http://www.helpexamples.com/flash/sound/song1.mp3 |
Type the location of an mp3 then click LOAD MUSIC. |
LOAD MUSIC |
Click or press any key to go to |
Level 1 |
EXIT |
This is the first level. There is a Mouse-Eater is tied to the post. As long as you keep your distance you'll be fine. Get your cursor safely to the Exit. |
d |
e |
s |
u |
a |
P |
Maybe that was a little too complicated for you. I'll try to explain more clearly. The Mouse-Eater will move toward your mouse and will eat it, if it catches up. Hence the name Mouse-Eater. The Mouse-Eater has been moved farther away from the Exit to make the first level even easier for you. Get your cursor safely to the Exit (by not touching the Mouse-Eater) to get to the next level, otherwise you go straight to the GameOver screen, and the game ends. |
You Made it to the second level! Let's see how well you do with this one. |
Level three. You'll need some skill to get past these ones. |
Level four. You'll need some more skill to get past these ones. |
Level five. Now that's just unfair ! (There must be at least one way around, right?) |
Level six. Cheater! Well if video game have taught me anything it's that cheaters always win. See how you do on this one |
Level seven. Good for you. You got here. Here's a new type of Mouse-Eater as a reward. (Hopefully it won't lunge at you suddenly as you draw close.) |
Level eight. Having fun? This is basically just a simple maze. |
Level nine. Not having fun anymore? This is basically just a maze from hell. |
Level ten. O.K. this is the last of the easy levels. Just get to the door. |
Congratulation! You finished level ten. Now you get to play the medium levels. Remember the red Mouse-Eaters from the original game? They're back! New and improved. |
Level eleven. Now this time don't get eaten. |
You should know what level it is by now. Hmm... I wonder what that key could be used for? |
Thirteen! Your lucky level. (If you could just keep a hold of that key.) |
Ohhhhh... here it comes. Level Fourteen. This doesn't look hard. WAIT! Where's the door!? |
Level fifteen. Getting pretty cocky now, ain'tch ya? |
Level Sixteen! (Ahh finally away from all that bizarreness and back to sweet normalcy.) |
Two Keys and two Doors! (But which one is the real key and door?) |
Level Eighteen. As if two doors wasn't enough. |
Level Nineteen. You're doing pretty well! Here's a freebie for you. |
Psych. The real door is over here! ► |
O.K. I lied again. But this isn't the real door either. |
Told ya. |
O.K Seriously, this is the real door. |
Not this one. |
Try this again. Go this way, and read the stupid signs.► |
Level Twenty. Your doing great. Just finish this level then you can start on the hard ones. |
You've proven your worth. You get to have a shot at the hard levels. Ready to face off against the blue Mouse-Eaters? They don't look so tough. |
And some yellow Mouse-Eaters. They might be a little hard to predict. |
Level Twenty-one. Learning how to deal with the blue Mouse-Eaters. |
Level Twenty-Two. A padlock on the door? You'll need to take care of that first. (That key looks heavy.) |
Level Twenty-Three. The trick to getting through this level, is to figure out the movement pattern of the yellow Mouse-Eaters. |
Level Twenty-Four. Can you guess what the key to this level is? |
Level Twenty-Five You're only still playing so you can read the snide little remarks aren't you? Be honest. |
Level Twenty-Six This looks fun. |
Or horrible, maybe? |
Yeah, let's go with that. |
Level Twenty-Seven How about a key hunt. |
Level Twenty-Eight You've got determination. I'll give you that. |
Level Twenty-Nine You're almost done. Just a little farther. |
Level Thirty The Final Level. You know it won't be pretty. |
You did know it didn't you? |
Congratulations. |
ActionScript [AS1/AS2]
Frame 1_root.kongregateServices.connect(); function gameOver() { _root.gotoAndStop("GameOver"); _root._x = 0; _root._y = 0; } function realign() { _rotation = (-_root._rotation); } function stable() { _root._x = 0; _root._y = 0; _root._rotation = 0; } function goToThisURL() { getURL (linkURL, "_blank"); } function ToggleMusic() { if (_root.my_sound.getVolume() > 0) { soundvolume = _root.my_sound.getVolume(); _root.my_sound.setVolume(0); } else { _root.my_sound.setVolume(soundvolume); } } stop(); _quality = "MEDIUM"; _global.unpaused = true; _root.kongregateServices.connect(); var linkURL = "http://chesster415.newgrounds.com/flash"; var linkText = "Sorry no cheating like that this time."; var MusicText = "Toggle Sound."; var myMenu = new ContextMenu(); var gotoit = new ContextMenuItem(linkText, goToThisURL); myMenu.customItems.push(gotoit); var poptoit = new ContextMenuItem(MusicText, ToggleMusic); myMenu.customItems.push(poptoit); myMenu.hideBuiltInItems(); myMenu.builtInItems.save = true; myMenu.builtInItems.quality = true; myMenu.onSelect = function (item, item_menu) { Mouse.show(); if (_global.unpaused) { _global.unpaused = false; _root.pauser._x = _root._xmouse; _root.pauser._y = _root._ymouse; } }; _root.menu = myMenu; stop(); savedata = SharedObject.getLocal("eatery"); if (savedata.data.levels_unlocked == null) { savedata.data.levels_unlocked = 0; }Instance of Symbol 7 MovieClip in Frame 1onClipEvent (load) { _root.stop(); total = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); perc1ent = int((loaded / total) * 100); perc1 = ("" + perc1ent) + "%"; gotoAndStop(perc1ent); if (loaded == total) { _root.gotoAndPlay("menu"); } }Frame 3Mouse.show();Frame 4Mouse.show(); _root._x = 0; _root._y = 0; stop();Instance of Symbol 20 MovieClip "uber_noob" in Frame 4onClipEvent (load) { if (_root.savedata.data.uber_noob) { gotoAndStop ("bronze"); _root.kongregateStats.submit("Trophy_one_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "Uber n00b"; _parent.dtext.text = "You were eaten on the first level. \n That's just sad."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 25 MovieClip "menu_but" in Frame 4on (release) { _root.gotoAndPlay("menu"); }Instance of Symbol 30 MovieClip "easy" in Frame 4onClipEvent (load) { if (_root.savedata.data.levels_unlocked > 10) { gotoAndStop ("bronze"); _root.kongregateStats.submit("Trophy_seven_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "Easy Levels"; _parent.dtext.text = "You beat the first ten levels. \n That a good start."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 20 MovieClip "discover" in Frame 4onClipEvent (load) { if (_root.savedata.data.levels_unlocked > 6) { gotoAndStop ("bronze"); _root.kongregateStats.submit("Trophy_two_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "New Discovery"; _parent.dtext.text = "You discovered a new type of Mouse-Eater. \n Big whoop."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 30 MovieClip "medium" in Frame 4onClipEvent (load) { if (_root.savedata.data.levels_unlocked > 20) { gotoAndStop ("silver"); _root.kongregateStats.submit("Trophy_eight_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "Medium Levels"; _parent.dtext.text = "You beat the first twenty levels. \n That's pretty impresive."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 30 MovieClip "hard" in Frame 4onClipEvent (load) { if (_root.savedata.data.finished) { gotoAndStop ("gold"); _root.kongregateStats.submit("Trophy_nine_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "Hard Levels"; _parent.dtext.text = "You beat the whole game. \n That's incredible."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 20 MovieClip "key" in Frame 4onClipEvent (load) { if (_root.savedata.data.levels_unlocked > 12) { gotoAndStop ("silver"); _root.kongregateStats.submit("Trophy_three_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "Adventurer"; _parent.dtext.text = "You unlocked a door. Most games don't even \n acknowledge that accomplishment."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 20 MovieClip "pad" in Frame 4onClipEvent (load) { if (_root.savedata.data.biglock) { gotoAndStop ("gold"); _root.kongregateStats.submit("Trophy_five_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "Locksmith"; _parent.dtext.text = "You unlocked a padlock. Now you can try \n to get through the door."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 20 MovieClip "yellow" in Frame 4onClipEvent (load) { if (_root.savedata.data.props) { gotoAndStop ("silver"); _root.kongregateStats.submit("Trophy_four_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "Counter-Intuitive"; _parent.dtext.text = "You don't trust me anymore. \n You're learning."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 20 MovieClip "retry" in Frame 4onClipEvent (load) { if (_root.savedata.data.doOver) { gotoAndStop ("gold"); _root.kongregateStats.submit("Trophy_six_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "Do Over"; _parent.dtext.text = "You had to go all the way around! \n That sucks!"; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Instance of Symbol 33 MovieClip "complete" in Frame 4onClipEvent (load) { if (((((_root.savedata.data.levels_unlocked > 29) && (_root.savedata.data.uber_noob)) && (_root.savedata.data.props)) && (_root.savedata.data.biglock)) && (_root.savedata.data.doOver)) { gotoAndStop ("gold"); _root.kongregateStats.submit("Trophy_ten_unlocked", 1); this.onRollOver = function () { _parent.ntext.text = "100% Complete"; _parent.dtext.text = "You got every trophy in the game! \n It's official, you have no life."; }; this.onRollOut = function () { _parent.ntext.text = ""; _parent.dtext.text = ""; }; } }Frame 5Mouse.show(); _root._x = 0; _root._y = 0;Instance of Symbol 51 MovieClip "menu_but" in Frame 5on (release) { if (!_parent.adbox._visible) { _root.gotoAndPlay("menu"); } }Frame 6stop(); _global.unpaused = true; if (savedata.data.levels_unlocked < 1) { savedata.data.levels_unlocked = 1; }Instance of Symbol 53 MovieClip "play" in Frame 6on (release) { _root.gotoAndStop("Level 1"); }Instance of Symbol 55 MovieClip "credit" in Frame 6on (rollOver) { _parent.show_my_monkey._visible = true; this.useHandCursor = false; this._focusrect = false; } on (rollOut) { _parent.show_my_monkey._visible = false; }Instance of Symbol 66 MovieClip "show_my_monkey" in Frame 6onClipEvent (load) { _visible = false; }Instance of Symbol 68 MovieClip in Frame 6on (release) { _root.gotoAndStop("Options"); }Instance of Symbol 70 MovieClip in Frame 6on (release) { _root.gotoAndStop("Level Select"); }Instance of Symbol 72 MovieClip in Frame 6onClipEvent (load) { if (_root.savedata.data.trophy) { _visible = true; } else { _visible = false; } } on (release) { _root.gotoAndStop("gallery"); }Frame 7stop(); if (random(7) == 1) { loads.text = "http://www.helpexamples.com/flash/sound/song1.mp3"; } else if (random(6) == 1) { loads.text = "default"; } else if (random(5) == 1) { loads.text = "\"default\""; } else if (random(4) == 1) { loads.text = "http://www.talkingwav.com/music_mp3/drums01.mp3"; } else if (random(3) == 1) { loads.text = "\"default\""; } else if (random(2) == 1) { loads.text = ""; } else { loads.text = ""; } _global.unpaused = true; Mouse.show(); var my_sound = new Sound(); my_sound.onSoundComplete = function () { my_sound.start(); }; my_sound.onLoad = function (success) { song_title.text = ""; album_title.text = ""; if (success) { my_sound.start(); } if (my_sound.id3.songtitle) { song_title.text = my_sound.id3.songtitle; } if (my_sound.id3.artist) { song_title.text = song_title.text + my_sound.id3.artist; } if (my_sound.id3.album) { album_title.text = my_sound.id3.album; } };Instance of Symbol 25 MovieClip "menu_but" in Frame 7on (release) { _root.gotoAndPlay("menu"); }Instance of Symbol 78 MovieClip "Slider" in Frame 7onClipEvent (enterFrame) { _root.my_sound.setVolume(-(ControlBar.targets - 100)); _root.my_sound.setPan((_parent.Panner.ControlBar.targets - 50) * 2); }Instance of Symbol 78 MovieClip "Panner" in Frame 7onClipEvent (load) { ControlBar._y = 50; }Instance of Symbol 93 MovieClip "loadery" in Frame 7on (release) { _parent.song_title.text = ""; _parent.album_title.text = ""; _parent.my_sound.stop(); if (((((_parent.loads.text != "") && (_parent.loads.text != "default")) && (_parent.loads.text != "'default'")) && (_parent.loads.text != "\"default\"")) && (_parent.loads.text != " ")) { if ((_parent.loads.text.indexOf(".mp3") != (_parent.loads.text.length - 4)) && (_parent.loads.text.indexOf(".MP3") != (_parent.loads.text.length - 4))) { _parent.loads.text = _parent.loads.text + ".mp3"; } if (_parent.loads.text.indexOf("www") == 0) { _parent.my_sound.loadSound("http://" + _parent.loads.text, false); soundoff = "http://" + _parent.loads.text; } else if (_parent.loads.text.indexOf("C:") == 0) { _parent.my_sound.loadSound("file:///" + _parent.loads.text, false); soundoff = "file:///" + _parent.loads.text; } else if (_parent.loads.text.indexOf("D:") == 0) { _parent.my_sound.loadSound("file:///" + _parent.loads.text, false); soundoff = "file:///" + _parent.loads.text; } else { _parent.my_sound.loadSound(_parent.loads.text, false); soundoff = _parent.loads.text; } } else { _parent.my_sound.attachSound("default_sound"); _parent.my_sound.start(); } }Frame 8stop(); var key_listen = new Object(); var mouse_listen = new Object(); Key.addListener(key_listen); Mouse.addListener(mouse_listen); fraction = 100 / savedata.data.levels_unlocked; key_listen.onKeyDown = function () { _root.gotoAndPlay(_root.level_value); this.onKeyDown = function () { }; }; mouse_listen.onMouseUp = function () { if (!menu_but.hitTest(_root._xmouse, _root._ymouse, true)) { _root.gotoAndPlay(_root.level_value); this.onMouseUp = function () { }; } };Instance of Symbol 98 MovieClip "LevelSelect_Eyes" in Frame 8onClipEvent (mouseMove) { i = 1; while (i <= _root.savedata.data.levels_unlocked) { if (((_root.fraction * i) > _root.percent) && ((_root.fraction * (i - 1)) < _root.percent)) { _root.level_value = "Level " + i; } i++; } }Frame 9mouser._visible = true; function gameOver() { _root.gotoAndStop("Level_1B"); savedata.data.uber_noob = true; savedata.data.trophy = true; } _global.unpaused = true; stop();Instance of Symbol 103 MovieClip in Frame 9onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked < 2) { _root.savedata.data.levels_unlocked = 2; } _root.gotoAndPlay("Level 2"); } } }Instance of Symbol 153 MovieClip "pauser" in Frame 9onClipEvent (enterFrame) { _root.realign(); if ((_x > 0) || (_y > 0)) { _global.unpaused = false; } else { _global.unpaused = true; } }Instance of Symbol 114 MovieClip "mouser" in Frame 9onClipEvent (enterFrame) { if (_visible) { _x = _root._xmouse; _y = _root._ymouse; updateAfterEvent(); inverty = Math.cos(_root._rotation); if ((((((((_x + _root._x) * inverty) < 0) || (((_y + _root._y) * inverty) < 0)) || (((_x + _root._x) * inverty) > 650)) || ((_y + _root._y) > 500)) * inverty) && (((_x + _root._x) * inverty) > -1000)) { _x = 325; _y = 195; } } else { _x = -12000; _y = -12000; } if (_global.unpaused) { Mouse.hide(); } else { Mouse.show(); _x = -12000; _y = -12000; } }Frame 10function gameOver() { _root.gotoAndStop("GameOver"); } stop(); _global.unpaused = true;Frame 11function gameOver() { _root.gotoAndStop("GameOver"); } stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 11onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 2) { _root.savedata.data.levels_unlocked = 3; } _root.gotoAndPlay("Level 3"); } } }Frame 12stop(); _global.unpaused = true;Instance of Symbol 106 MovieClip "G2_post" in Frame 12onClipEvent (enterFrame) { target = _parent.GreenM_B; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 0, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 106 MovieClip "G_post" in Frame 12onClipEvent (enterFrame) { target = _parent.GreenM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 0, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 106 MovieClip "G3_post" in Frame 12onClipEvent (enterFrame) { target = _parent.GreenM_C; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 0, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 108 MovieClip "GreenM_U" in Frame 12onClipEvent (enterFrame) { _x = _parent.GreenM_C._x; _y = _parent.GreenM_C._y; _rotation = (-_root._rotation); }Instance of Symbol 143 MovieClip "GreenM_C" in Frame 12onClipEvent (load) { going = true; post = _parent.G3_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root._xmouse - _parent._x, _root._ymouse - _parent._y, 3); distcheck = MyScript.distanceTo(post._x, post._y, this._x, this._y); if (distcheck > 176) { MyScript.pullTo(this, post, 175, 1, 0.5); } if (_root.mouser.hitTest(this)) { _root.mouser._visible = false; _parent.GreenM_U._visible = false; going = false; play(); } } }Instance of Symbol 103 MovieClip in Frame 12onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 3) { _root.savedata.data.levels_unlocked = 4; } _root.gotoAndPlay("Level 4"); } } }Instance of Symbol 108 MovieClip "GreenM_S" in Frame 12onClipEvent (enterFrame) { _x = _parent.GreenM_A._x; _y = _parent.GreenM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 143 MovieClip "GreenM_A" in Frame 12onClipEvent (load) { going = true; post = _parent.G_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root._xmouse - _parent._x, _root._ymouse - _parent._y, 3); distcheck = MyScript.distanceTo(post._x, post._y, this._x, this._y); if (distcheck > 176) { MyScript.pullTo(this, post, 175, 1, 0.5); } if (_root.mouser.hitTest(this)) { _root.mouser._visible = false; _parent.GreenM_S._visible = false; going = false; play(); } } }Instance of Symbol 108 MovieClip "GreenM_T" in Frame 12onClipEvent (enterFrame) { _x = _parent.GreenM_B._x; _y = _parent.GreenM_B._y; _rotation = (-_root._rotation); }Instance of Symbol 143 MovieClip "GreenM_B" in Frame 12onClipEvent (load) { going = true; post = _parent.G2_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root._xmouse - _parent._x, _root._ymouse - _parent._y, 3); distcheck = MyScript.distanceTo(post._x, post._y, this._x, this._y); if (distcheck > 176) { MyScript.pullTo(this, post, 175, 1, 0.5); } if (_root.mouser.hitTest(this)) { _root.mouser._visible = false; _parent.GreenM_T._visible = false; going = false; play(); } } }Frame 13stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 13onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 4) { _root.savedata.data.levels_unlocked = 5; } _root.gotoAndPlay("Level 5"); } } }Frame 14stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 14onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 5) { _root.savedata.data.levels_unlocked = 6; } _root.gotoAndPlay("Level 6"); } } }Frame 15stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 15onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 6) { _root.savedata.data.levels_unlocked = 7; _root.savedata.data.trophy = true; } _root.gotoAndPlay("Level 7"); } } }Frame 16stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 16onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 7) { _root.savedata.data.levels_unlocked = 8; } _root.gotoAndPlay("Level 8"); } } }Frame 17stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 17onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 8) { _root.savedata.data.levels_unlocked = 9; } _root.gotoAndPlay("Level 9"); } } }Frame 18stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 18onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 9) { _root.savedata.data.levels_unlocked = 10; } _root.gotoAndPlay("Level 10"); } } }Frame 19stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 19onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 10) { _root.savedata.data.levels_unlocked = 11; } _root.gotoAndPlay("Prelevel 11"); } } }Frame 20function gameOver() { _root.gotoAndStop("Level 11"); } stop(); _global.unpaused = true;Frame 21mouser._visible = true; function gameOver() { _root.gotoAndStop("GameOver"); } stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 21onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 11) { _root.savedata.data.levels_unlocked = 12; } _root.gotoAndPlay("Level 12"); } } }Frame 22function gameOver() { _root.gotoAndStop("GameOver"); } stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 22onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 12) { _root.savedata.data.levels_unlocked = 13; } _root.gotoAndPlay("Level 13"); } } } }Instance of Symbol 229 MovieClip "key" in Frame 22onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _root.realign(); if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 23function gameOver() { _root.gotoAndStop("GameOver"); } stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 23onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 13) { _root.savedata.data.levels_unlocked = 14; } _root.gotoAndPlay("Level 14"); } } } }Frame 24function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 24onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 14) { _root.savedata.data.levels_unlocked = 15; } _root.stable(); _root.gotoAndPlay("Level 15"); } } } }Instance of Symbol 229 MovieClip "key" in Frame 24onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 232 MovieClip in Frame 24onClipEvent (enterFrame) { if (_global.unpaused) { play(); } else { stop(); } }Frame 25mouser._visible = true; stop(); _global.unpaused = true; _root.stable();Instance of Symbol 223 MovieClip in Frame 25onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 15) { _root.savedata.data.levels_unlocked = 16; } _root.gotoAndPlay("Level 16"); } } } }Instance of Symbol 229 MovieClip "key" in Frame 25onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _root.realign(); if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 114 MovieClip "mouser" in Frame 25onClipEvent (enterFrame) { if (_visible) { _x = (650 - _root._xmouse); _y = (500 - _root._ymouse); _root.realign(); updateAfterEvent(); inverty = Math.cos(_root._rotation); if ((((((((_x + _root._x) * inverty) < 0) || (((_y + _root._y) * inverty) < 0)) || (((_x + _root._x) * inverty) > 650)) || ((_y + _root._y) > 500)) * inverty) && (((_x + _root._x) * inverty) > -1000)) { _x = 325; _y = 250; } } else { _x = -12000; _y = -12000; } if (_global.unpaused) { Mouse.hide(); } else { Mouse.show(); _x = -12000; _y = -12000; } }Frame 26mouser._visible = true; function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 26onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 16) { _root.savedata.data.levels_unlocked = 17; } _root.gotoAndPlay("Level 17"); } } } }Instance of Symbol 229 MovieClip "key" in Frame 26onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 114 MovieClip "mouser" in Frame 26onClipEvent (enterFrame) { if (_visible) { _x = _root._xmouse; _y = _root._ymouse; _root.realign(); updateAfterEvent(); inverty = Math.cos(_root._rotation); if ((((((((_x + _root._x) * inverty) < 0) || (((_y + _root._y) * inverty) < 0)) || (((_x + _root._x) * inverty) > 650)) || ((_y + _root._y) > 500)) * inverty) && (((_x + _root._x) * inverty) > -1000)) { _x = 325; _y = 250; } } else { _x = -12000; _y = -12000; } if (_global.unpaused) { Mouse.hide(); } else { Mouse.show(); _x = -12000; _y = -12000; } }Frame 27function gameOver() { _root.gotoAndStop("GameOver"); } stop(); _global.unpaused = true;Instance of Symbol 229 MovieClip "fakekey" in Frame 27onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 223 MovieClip in Frame 27onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 17) { _root.savedata.data.levels_unlocked = 18; } _root.gotoAndPlay("Level 18"); } } } }Instance of Symbol 229 MovieClip "key" in Frame 27onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 223 MovieClip in Frame 27onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Frame 28function gameOver() { _root.gotoAndStop("GameOver"); } stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 18) { _root.savedata.data.levels_unlocked = 19; } _root.gotoAndPlay("Level 19"); } } } }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 223 MovieClip in Frame 28onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 229 MovieClip "key" in Frame 28onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 29function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } stop(); _global.unpaused = true;Instance of Symbol 103 MovieClip in Frame 29onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 19) { _root.savedata.data.levels_unlocked = 20; } _root.gotoAndPlay("Level 20"); } } }Instance of Symbol 223 MovieClip in Frame 29onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 229 MovieClip "key" in Frame 29onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 253 MovieClip in Frame 29onClipEvent (load) { span = 0; } onClipEvent (enterFrame) { if (_global.unpaused) { span++; if (span > 250) { _root._x = _root._x - 1.3; if (_root._x < -3500) { _root.savedata.data.doOver = true; _root._x = 1250; } } } }Frame 30function gameOver() { _root.gotoAndStop("GameOver"); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 30onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 20) { _root.savedata.data.levels_unlocked = 21; } _root.gotoAndPlay("Prelevel 21"); } } } }Instance of Symbol 229 MovieClip "key" in Frame 30onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake3key" in Frame 30onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 30onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fakekey" in Frame 30onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake4key" in Frame 30onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake5key" in Frame 30onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake6key" in Frame 30onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 31mouser._visible = true; function props() { savedata.data.props = true; } function gameOver() { _root.gotoAndStop("Level 21"); } stop(); _global.unpaused = false;Instance of Symbol 253 MovieClip in Frame 31onClipEvent (load) { span = 0; } onClipEvent (enterFrame) { if (_global.unpaused) { span++; if (span > 950) { if (_root._x > -200) { _root._x = _root._x - 1.3; } } } }Instance of Symbol 272 MovieClip in Frame 31/* no clip actions */Frame 32mouser._visible = true; function props() { } function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 32onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 21) { _root.savedata.data.levels_unlocked = 22; } _root.gotoAndPlay("Level 22"); } } } }Instance of Symbol 229 MovieClip "key" in Frame 32onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fakekey" in Frame 32onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 34) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 33function props() { } function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 33onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 22) { _root.savedata.data.levels_unlocked = 23; } _root.gotoAndPlay("Level 23"); } } } }Instance of Symbol 302 MovieClip "padlock" in Frame 33onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if (unlocked) { if (_global.unpaused) { this._alpha = this._alpha - 5; _root.savedata.data.biglock = true; _parent.bigkey._visible = false; _parent.bigkey.grabbed = false; } } } onClipEvent (mouseMove) { if (_parent.bigkey.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { unlocked = true; } } } }Instance of Symbol 229 MovieClip "key" in Frame 33onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fakekey" in Frame 33onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "bigkey" in Frame 33onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; _visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 34function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 34onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 23) { _root.savedata.data.levels_unlocked = 24; } _root.gotoAndPlay("Level 24"); } } } }Instance of Symbol 302 MovieClip "padlock" in Frame 34onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if (unlocked) { if (_global.unpaused) { this._alpha = this._alpha - 5; _parent.bigkey._visible = false; _parent.bigkey.grabbed = false; } } } onClipEvent (mouseMove) { if (_parent.bigkey.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { unlocked = true; } } } }Instance of Symbol 308 MovieClip "bigkey" in Frame 34onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; this._visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 34onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake3key" in Frame 34onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 35function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 229 MovieClip "fakekey" in Frame 35onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake3key" in Frame 35onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 223 MovieClip in Frame 35onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 24) { _root.savedata.data.levels_unlocked = 25; } _root.gotoAndPlay("Level 25"); } } } }Instance of Symbol 302 MovieClip "padlock" in Frame 35onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; _alpha = 100; unlocked = false; } onClipEvent (enterFrame) { if (unlocked) { if (_global.unpaused) { this._alpha = this._alpha - 5; _parent.bigkey._visible = false; _parent.bigkey.grabbed = false; } } } onClipEvent (mouseMove) { if (_parent.bigkey.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { unlocked = true; } } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 35onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "key" in Frame 35onClipEvent (load) { stop(); _rotation = 0; this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "fakebigkey" in Frame 35onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "bigkey" in Frame 35onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; _visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 36function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 36onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 25) { _root.savedata.data.levels_unlocked = 26; } _root.gotoAndPlay("Level 26"); } } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 36onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "key" in Frame 36onClipEvent (load) { stop(); _rotation = 0; this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "fakebigkey" in Frame 36onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "bigkey" in Frame 36onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; _visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 37function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 229 MovieClip "fake3key" in Frame 37onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 223 MovieClip in Frame 37onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 26) { _root.savedata.data.levels_unlocked = 27; } _root.gotoAndPlay("Level 27"); } } } }Instance of Symbol 302 MovieClip "padlock" in Frame 37onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; _alpha = 100; unlocked = false; } onClipEvent (enterFrame) { if (unlocked) { if (_global.unpaused) { this._alpha = this._alpha - 5; _parent.bigkey._visible = false; _parent.bigkey.grabbed = false; } } } onClipEvent (mouseMove) { if (_parent.bigkey.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { unlocked = true; } } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 37onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fakekey" in Frame 37onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "fakebigkey" in Frame 37onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 232 MovieClip in Frame 37onClipEvent (enterFrame) { if (_global.unpaused) { play(); } else { stop(); } }Instance of Symbol 229 MovieClip "key" in Frame 37onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 38function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 38onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 27) { _root.savedata.data.levels_unlocked = 28; } _root.gotoAndPlay("Level 28"); } } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 38onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "fakebigkey" in Frame 38onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "key" in Frame 38onClipEvent (load) { stop(); _rotation = 0; this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "bigkey" in Frame 38onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; _visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake4key" in Frame 38onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake5key" in Frame 38onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 39function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 229 MovieClip "fake3key" in Frame 39onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 223 MovieClip in Frame 39onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 28) { _root.savedata.data.levels_unlocked = 29; } _root.gotoAndPlay("Level 29"); } } } }Instance of Symbol 302 MovieClip "padlock" in Frame 39onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; _alpha = 100; unlocked = false; } onClipEvent (enterFrame) { if (unlocked) { if (_global.unpaused) { this._alpha = this._alpha - 5; _parent.bigkey._visible = false; _parent.bigkey.grabbed = false; } } } onClipEvent (mouseMove) { if (_parent.bigkey.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { unlocked = true; } } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 39onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "fakebigkey" in Frame 39onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; _visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "key" in Frame 39onClipEvent (load) { stop(); _rotation = 0; this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "bigkey" in Frame 39onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; _visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 40function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 223 MovieClip in Frame 40onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 29) { _root.savedata.data.levels_unlocked = 30; } _root.gotoAndPlay("Level 30"); } } } }Instance of Symbol 302 MovieClip "padlock" in Frame 40onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; _alpha = 100; unlocked = false; } onClipEvent (enterFrame) { if (unlocked) { if (_global.unpaused) { this._alpha = this._alpha - 5; _parent.bigkey._visible = false; _parent.bigkey.grabbed = false; } } } onClipEvent (mouseMove) { if (_parent.bigkey.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { unlocked = true; } } } }Instance of Symbol 223 MovieClip in Frame 40onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; }Instance of Symbol 302 MovieClip "padlocks" in Frame 40onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; _alpha = 100; unlocked = false; } onClipEvent (enterFrame) { if (unlocked) { if (_global.unpaused) { this._alpha = this._alpha - 5; _parent.bigfakekey._visible = false; _parent.bigfakekey.grabbed = false; } } } onClipEvent (mouseMove) { if (_parent.bigfakekey.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { unlocked = true; } } } }Instance of Symbol 229 MovieClip "fake3key" in Frame 40onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 74) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 40onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 74) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "fakebigkey" in Frame 40onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 84) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "key" in Frame 40onClipEvent (load) { stop(); _rotation = 0; this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 74) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "bigkey" in Frame 40onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; _visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 84) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 41function gameOver() { _root.gotoAndStop("GameOver"); _root.stable(); } _root.stable(); stop(); _global.unpaused = true;Instance of Symbol 253 MovieClip in Frame 41onClipEvent (load) { stpan = 0; gyre = 18; } onClipEvent (enterFrame) { if (_global.unpaused) { stpan++; if (stpan > 250) { if (upward) { _root._y = _root._y - 1.5; _root._x = Math.round(Math.sin((_root._y * 2) / gyre) * 120); } else { _root._y = _root._y + 1.5; _root._x = Math.round(Math.cos((_root._y * 2) / gyre) * 120); } if (_root._y > 840) { upward = true; } if (_root._y < 0.5) { upward = false; } } } }Instance of Symbol 223 MovieClip in Frame 41onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; } onClipEvent (mouseMove) { if (_parent.key.grabbed && (!_parent.bigkey._visible)) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { if (_root.savedata.data.levels_unlocked == 30) { _root.savedata.data.finished = true; } _root.gotoAndPlay("Finish"); } } } }Instance of Symbol 302 MovieClip "padlock" in Frame 41onClipEvent (load) { this.useHandCursor = false; this._focusrect = false; _alpha = 100; unlocked = false; } onClipEvent (enterFrame) { if (unlocked) { if (_global.unpaused) { this._alpha = this._alpha - 5; _parent.bigkey._visible = false; _parent.bigkey.grabbed = false; } } } onClipEvent (mouseMove) { if (_parent.bigkey.grabbed) { if (_global.unpaused) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { unlocked = true; } } } }Instance of Symbol 229 MovieClip "fake2key" in Frame 41onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "fakebigkey" in Frame 41onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 229 MovieClip "key" in Frame 41onClipEvent (load) { stop(); _rotation = 0; this.useHandCursor = false; this._focusrect = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.bigkey.grabbed)) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Instance of Symbol 308 MovieClip "bigkey" in Frame 41onClipEvent (load) { stop(); this.useHandCursor = false; this._focusrect = false; _visible = true; } onClipEvent (enterFrame) { _rotation = 0; if (this.hitTest(_root.mouser._x, _root.mouser._y, true) && (!_root.fakebigkey.grabbed)) { play(); grabbed = true; _root.key.grabbed = false; _root.fakekey.grabbed = false; _root.fake2key.grabbed = false; _root.fake3key.grabbed = false; _root.fake4key.grabbed = false; _root.fake5key.grabbed = false; _root.fake6key.grabbed = false; _root.fake7key.grabbed = false; } if (_global.unpaused && (_root.mouser._visible)) { absx = Math.abs(_root.mouser._x - _x); absy = Math.abs(_root.mouser._y - _y); mousedist = Math.sqrt((absx * absx) + (absy * absy)); if (mousedist > 54) { grabbed = false; stop(); } if (grabbed) { _x = _root.mouser._x; _y = _root.mouser._y; } } }Frame 42Mouse.show(); stop(); _root._x = 0; _root._y = 0;Instance of Symbol 51 MovieClip "menu_but" in Frame 42on (release) { if (!_parent.adbox._visible) { _root.gotoAndPlay("menu"); } }Symbol 324 MovieClip [__Packages.MochiAd] Frame 0class 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 325 MovieClip [__Packages.MyScript] Frame 0class MyScript { function MyScript () { } static function pullTo(particle1, particle2, distance, error_on_1st, elastic) { var _local5 = 1 - error_on_1st; var _local4 = particle1._x - particle2._x; var _local3 = particle1._y - particle2._y; var _local8 = Math.sqrt((_local4 * _local4) + (_local3 * _local3)); var _local1 = -Math.atan2(_local4, _local3); var _local2 = (_local8 - distance) * elastic; particle1._x = particle1._x + ((_local2 * error_on_1st) * Math.sin(_local1)); particle1._y = particle1._y - ((_local2 * error_on_1st) * Math.cos(_local1)); particle2._x = particle2._x - ((_local2 * _local5) * Math.sin(_local1)); particle2._y = particle2._y + ((_local2 * _local5) * Math.cos(_local1)); } static function pushFrom(particle1, particle2, error_on_1st, elastic, range) { var _local5 = 1 - error_on_1st; var _local4 = particle1._x - particle2._x; var _local3 = particle1._y - particle2._y; var _local6 = Math.sqrt((_local4 * _local4) + (_local3 * _local3)); var _local1 = -Math.atan2(_local4, _local3); if (_local6 < range) { var _local2 = (range - _local6) * elastic; particle1._x = particle1._x - ((_local2 * error_on_1st) * Math.sin(_local1)); particle1._y = particle1._y + ((_local2 * error_on_1st) * Math.cos(_local1)); particle2._x = particle2._x + ((_local2 * _local5) * Math.sin(_local1)); particle2._y = particle2._y - ((_local2 * _local5) * Math.cos(_local1)); } } static function randomList(xer) { var _local3 = new Array(); while (_local3.length < xer) { var _local2 = true; while (_local2) { _local2 = false; var _local4 = random(xer) + 1; var _local1 = 0; while (_local1 < (_local3.length + 1)) { if (_local4 == _local3[_local1]) { _local2 = true; } _local1++; } } _local3.push(_local4); } return(_local3); } static function between(x, y) { var _local1 = (x + y) / 2; return(_local1); } static function constraint(particle1, particle2, distance, error_on_1st) { var _local5 = 1 - error_on_1st; var _local4 = particle1._x - particle2._x; var _local3 = particle1._y - particle2._y; var _local8 = Math.sqrt((_local4 * _local4) + (_local3 * _local3)); var _local1 = -Math.atan2(_local4, _local3); var _local2 = _local8 - distance; particle1._x = particle1._x + ((_local2 * error_on_1st) * Math.sin(_local1)); particle1._y = particle1._y - ((_local2 * error_on_1st) * Math.cos(_local1)); particle2._x = particle2._x - ((_local2 * _local5) * Math.sin(_local1)); particle2._y = particle2._y + ((_local2 * _local5) * Math.cos(_local1)); } static function distanceTo(x_one, y_one, x_two, y_two) { var _local2 = x_one - x_two; var _local1 = y_one - y_two; var _local3 = Math.sqrt((_local2 * _local2) + (_local1 * _local1)); return(_local3); } static function moveToward(mover, x_two, y_two, speed) { var dis_x = (x_two - mover._x); var dis_y = (mover._y - y_two); var a_ = (Math.atan(dis_y / dis_x) / (Math.PI/180)); if (dis_x < 0) { a_ = a_ + 180; } if ((dis_x >= 0) && (dis_y < 0)) { a_ = a_ + 360; } a_ = a_ / 57.2957795130823; with (Math) { var xspd = (cos(a_) * speed); var yspd = (sin(a_) * speed); } mover._x = mover._x + xspd; mover._y = mover._y - yspd; } static function slideTo(mover, x_two, y_two, speed) { var dis_x = (x_two - mover._x); var dis_y = (mover._y - y_two); var m_ = (Math.atan(dis_y / dis_x) / (Math.PI/180)); if (dis_x < 0) { m_ = m_ + 180; } if ((dis_x >= 0) && (dis_y < 0)) { m_ = m_ + 360; } m_ = m_ / 57.2957795130823; with (Math) { var xspd = (cos(m_) * speed); var yspd = (sin(m_) * speed); if (abs(xspd) > abs(dis_x)) { xspd = dis_x; } if (abs(yspd) > abs(dis_y)) { yspd = dis_y; } mover._x = mover._x + xspd; mover._y = mover._y - yspd; } } static function directionTo(x_one, y_one, x_two, y_two) { var _local2 = x_two - x_one; var _local3 = y_one - y_two; var _local1 = Math.atan(_local3 / _local2) / (Math.PI/180); if (_local2 < 0) { _local1 = _local1 + 180; } if ((_local2 >= 0) && (_local3 < 0)) { _local1 = _local1 + 360; } return(_local1); } static function MoveDirection(target, angle, speed) { target._x = target._x + (Math.cos(angle / (Math.PI/180)) * speed); target._y = target._y + (Math.sin(angle / (Math.PI/180)) * speed); } }Symbol 20 MovieClip Frame 1stop();Symbol 30 MovieClip Frame 1stop();Symbol 33 MovieClip Frame 1stop();Instance of Symbol 40 MovieClip "ad" in Symbol 49 MovieClip Frame 1onClipEvent (load) { _parent._visible = false; MochiAd.showClickAwayAd({id:"1e8240812ae752e9", clip:this, ad_skipped:function () { _parent._visible = false; _parent._parent.adplayed = true; }, ad_failed:function () { _parent._visible = false; _parent._parent.adplayed = true; }, ad_started:function () { _parent._parent.adplayed = false; }, ad_loaded:function () { _parent._visible = true; _parent._parent.adplayed = true; }}); _parent.clickaway.onRelease = function () { MochiAd.unload(this); _parent._visible = false; }; stop(); }Symbol 75 Buttonon (press) { startDrag (this, false, left, top, right, bottom); } on (release) { stopDrag(); } on (releaseOutside) { stopDrag(); }Instance of Symbol 77 MovieClip "ControlBar" in Symbol 78 MovieClip Frame 1onClipEvent (load) { top = 0; bottom = 100; left = _x; right = _x; targets = Math.round(100 * (_y / 100)); } onClipEvent (mouseMove) { targets = Math.round(100 * (_y / 100)); }Symbol 81 MovieClip Frame 1stop();Symbol 98 MovieClip Frame 1stop();Instance of Symbol 97 MovieClip in Symbol 98 MovieClip Frame 1onClipEvent (enterFrame) { _root.lev_angle = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); _root.percent = -(_root.lev_angle / 3.6); this._rotation = _root.lev_angle; }Instance of Symbol 97 MovieClip in Symbol 98 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root.lev_angle; }Symbol 114 MovieClip Frame 1var hideListener = new Object(); hideListener.onMouseDown = function () { _root.hideMouse = true; }; Mouse.addListener(hideListener);Symbol 143 MovieClip Frame 1stop();Instance of Symbol 110 MovieClip in Symbol 143 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 110 MovieClip in Symbol 143 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Symbol 143 MovieClip Frame 81_parent.GreenM_S._visible = true; _root.mouser._visible = true; going = true; _root.gameOver();Instance of Symbol 110 MovieClip in Symbol 143 MovieClip Frame 81onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 110 MovieClip in Symbol 143 MovieClip Frame 81onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 106 MovieClip "G_post" in Symbol 144 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.GreenM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 0, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 108 MovieClip "GreenM_S" in Symbol 144 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.GreenM_A._x; _y = _parent.GreenM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 143 MovieClip "GreenM_A" in Symbol 144 MovieClip Frame 1onClipEvent (load) { going = true; post = _parent.G_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 3); distcheck = MyScript.distanceTo(post._x, post._y, this._x, this._y); if (distcheck > 176) { MyScript.pullTo(this, post, 175, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { _root.mouser._visible = false; _parent.GreenM_S._visible = false; going = false; gotoAndPlay (2); } } }Instance of Symbol 152 MovieClip "The_Button" in Symbol 153 MovieClip Frame 1on (release) { _global.unpaused = true; _parent._x = -500; _parent._y = -500; }Symbol 172 MovieClip Frame 1stop();Instance of Symbol 165 MovieClip in Symbol 172 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 165 MovieClip in Symbol 172 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Symbol 172 MovieClip Frame 53_parent.PurpleM_S._visible = true; _root.mouser._visible = true; going = true; _root.gameOver();Instance of Symbol 165 MovieClip in Symbol 172 MovieClip Frame 53onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 165 MovieClip in Symbol 172 MovieClip Frame 53onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 163 MovieClip "PurpleM_S" in Symbol 173 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.PurpleM_A._x; _y = _parent.PurpleM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 172 MovieClip "PurpleM_A" in Symbol 173 MovieClip Frame 1onClipEvent (load) { going = true; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { _root.mouser._visible = false; _parent.PurpleM_S._visible = false; going = false; play(); } } }Symbol 179 MovieClip Frame 1stop();Instance of Symbol 165 MovieClip in Symbol 179 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 165 MovieClip in Symbol 179 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Symbol 179 MovieClip Frame 53_parent.PurpleM_S._visible = true; _root.mouser._visible = true; going = true; _root.gameOver();Instance of Symbol 165 MovieClip in Symbol 179 MovieClip Frame 53onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 165 MovieClip in Symbol 179 MovieClip Frame 53onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 163 MovieClip "PurpleM_S" in Symbol 180 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.PurpleM_A._x; _y = _parent.PurpleM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 179 MovieClip "PurpleM_A" in Symbol 180 MovieClip Frame 1onClipEvent (load) { going = true; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { if (this.hitTest(_root.mouser._x, _root.mouser._y, true)) { _root.mouser._visible = false; _parent.PurpleM_S._visible = false; going = false; play(); } } }Symbol 214 MovieClip Frame 1stop();Instance of Symbol 191 MovieClip in Symbol 214 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 191 MovieClip in Symbol 214 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Symbol 214 MovieClip Frame 2_parent.RedM_S._visible = false;Symbol 214 MovieClip Frame 69_parent.RedM_S._visible = true; _root.mouser._visible = true; going = true; _root.gameOver();Instance of Symbol 186 MovieClip "R_post" in Symbol 215 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 215 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 215 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 215 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }Instance of Symbol 186 MovieClip "R_post" in Symbol 218 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 218 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 218 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 218 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }Instance of Symbol 186 MovieClip "R_post" in Symbol 219 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 219 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 219 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 219 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }Instance of Symbol 186 MovieClip "R_post" in Symbol 220 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 220 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 220 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 220 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }Instance of Symbol 186 MovieClip "R_post" in Symbol 221 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 221 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 221 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 221 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }Symbol 232 MovieClip Frame 161this.onEnterFrame = function () { if (_global.unpaused) { _root._y = _root._y + 1.2; } };Symbol 232 MovieClip Frame 640this.onEnterFrame = function () { };Symbol 232 MovieClip Frame 800this.onEnterFrame = function () { if (_global.unpaused) { _root._y = _root._y - 1.2; } };Symbol 232 MovieClip Frame 1279this.onEnterFrame = function () { };Symbol 238 MovieClip Frame 1stop();Instance of Symbol 110 MovieClip in Symbol 238 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 110 MovieClip in Symbol 238 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Symbol 238 MovieClip Frame 81_parent.GreenM_S._visible = true; _root.mouser._visible = true; going = true; _root.gameOver();Instance of Symbol 110 MovieClip in Symbol 238 MovieClip Frame 81onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 110 MovieClip in Symbol 238 MovieClip Frame 81onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 235 MovieClip "G_post" in Symbol 239 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.GreenM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 0, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 108 MovieClip "GreenM_S" in Symbol 239 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.GreenM_A._x; _y = _parent.GreenM_A._y; }Instance of Symbol 238 MovieClip "GreenM_A" in Symbol 239 MovieClip Frame 1onClipEvent (load) { going = true; post = _parent.G_post; } onClipEvent (enterFrame) { if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 3); distcheck = MyScript.distanceTo(post._x, post._y, this._x, this._y); if (distcheck > 176) { MyScript.pullTo(this, post, 175, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root.mouser._x, _root.mouser._y, true))) { _root.mouser._visible = false; _parent.GreenM_S._visible = false; going = false; gotoAndPlay (2); } } }Instance of Symbol 186 MovieClip "R_post" in Symbol 241 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 241 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 241 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 241 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }Instance of Symbol 186 MovieClip "R_post" in Symbol 251 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 251 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 251 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 251 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }Instance of Symbol 186 MovieClip "R_post" in Symbol 252 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 252 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 252 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 252 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }Symbol 262 MovieClip Frame 1var hideListener = new Object(); hideListener.onMouseDown = function () { _root.hideMouse = true; }; Mouse.addListener(hideListener);Symbol 271 MovieClip Frame 1stop();Instance of Symbol 260 MovieClip in Symbol 271 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 260 MovieClip in Symbol 271 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Symbol 271 MovieClip Frame 2_parent.BlueM_S._visible = false;Symbol 271 MovieClip Frame 67_root.gameOver();Instance of Symbol 258 MovieClip "BlueM_S" in Symbol 272 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.BlueM_A._x; _y = _parent.BlueM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 271 MovieClip "BlueM_A" in Symbol 272 MovieClip Frame 1onClipEvent (load) { going = true; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { distcheck = MyScript.distanceTo(_root.mouser._x, _root.mouser._y, this._x + _parent._x, this._y + _parent._y); b_speed = (350 - distcheck) / 99; if (b_speed < 0) { b_speed = 0; } if (b_speed > 1.8) { b_speed = 5; } MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, b_speed); if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { _root.mouser._visible = false; going = false; play(); } } }Symbol 298 MovieClip Frame 1stop();Instance of Symbol 279 MovieClip in Symbol 298 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Instance of Symbol 279 MovieClip in Symbol 298 MovieClip Frame 1onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_parent._x, _parent._y, _root._xmouse - _parent._parent._x, _root._ymouse - _parent._parent._y); }Symbol 298 MovieClip Frame 2_parent.YellowM_S._visible = false;Instance of Symbol 279 MovieClip in Symbol 298 MovieClip Frame 6onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_x, _y, _parent.HI._x, _parent.HI._y); }Instance of Symbol 279 MovieClip in Symbol 298 MovieClip Frame 6onClipEvent (enterFrame) { this._rotation = _root._rotation - MyScript.directionTo(_x, _y, _parent.HI._x, _parent.HI._y); }Symbol 298 MovieClip Frame 105_root.props(); _root.gameOver();Instance of Symbol 275 MovieClip "Y_post" in Symbol 299 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.YellowM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 13421568, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 277 MovieClip "YellowM_S" in Symbol 299 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.YellowM_A._x; _y = _parent.YellowM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 298 MovieClip "YellowM_A" in Symbol 299 MovieClip Frame 1onClipEvent (load) { going = true; q = 0; speed = (random(70) / 10) - 2; post = _parent.Y_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { q++; if (q == 40) { q = 0; } if (q == 10) { speed = (random(70) / 10) - 2; } MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, speed); distcheck = MyScript.distanceTo(post._x, post._y, this._x, this._y); if (distcheck > 250) { MyScript.pullTo(this, post, 240, 0.92, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { _root.mouser._visible = false; going = false; play(); } } }Instance of Symbol 186 MovieClip "R_post" in Symbol 312 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 186 MovieClip "r_post" in Symbol 312 MovieClip Frame 1onClipEvent (enterFrame) { target = _parent.RedM_A; } onClipEvent (enterFrame) { createEmptyMovieClip("line_mc", _parent.getNextHighestDepth()); line_mc.lineStyle(1, 255, 100); line_mc.lineTo(target._x - this._x, target._y - this._y); }Instance of Symbol 188 MovieClip "RedM_S" in Symbol 312 MovieClip Frame 1onClipEvent (enterFrame) { _x = _parent.RedM_A._x; _y = _parent.RedM_A._y; _rotation = (-_root._rotation); }Instance of Symbol 214 MovieClip "RedM_A" in Symbol 312 MovieClip Frame 1onClipEvent (load) { going = true; post1 = _parent.R_post; post2 = _parent.r_post; } onClipEvent (enterFrame) { _rotation = (-_parent._rotation); if (going && (_global.unpaused)) { MyScript.moveToward(this, _root.mouser._x - _parent._x, _root.mouser._y - _parent._y, 7); distcheck = MyScript.distanceTo(post1._x, post1._y, this._x, this._y); if (distcheck > 260) { MyScript.pullTo(this, post1, 250, 1, 0.5); } distcheck2 = MyScript.distanceTo(post2._x, post2._y, this._x, this._y); if (distcheck2 > 260) { MyScript.pullTo(this, post2, 250, 1, 0.5); } if (_root.mouser.hitTest(this) && (this.hitTest(_root._xmouse, _root._ymouse, true))) { play(); _root.mouser._visible = false; going = false; } } }
Library Items
Symbol 1 Font | Used by:2 4 6 | |
Symbol 2 Text | Uses:1 | Used by:7 |
Symbol 3 Graphic | Used by:7 | |
Symbol 4 Text | Uses:1 | Used by:5 |
Symbol 5 MovieClip | Uses:4 | Used by:7 |
Symbol 6 EditableText | Uses:1 | Used by:7 |
Symbol 7 MovieClip | Uses:2 3 5 6 | Used by:Timeline |
Symbol 324 MovieClip [__Packages.MochiAd] | ||
Symbol 325 MovieClip [__Packages.MyScript] | ||
Symbol 8 Graphic | Used by:13 | |
Symbol 9 Font | Used by:10 89 90 92 | |
Symbol 10 Text | Uses:9 | Used by:13 |
Symbol 11 Sound [default_sound] | Used by:13 | |
Symbol 12 Sound | Used by:13 143 238 | |
Symbol 13 MovieClip | Uses:8 10 11 12 | Used by:Timeline |
Symbol 14 Font | Used by:15 21 88 104 154 155 156 158 159 160 161 181 182 183 184 217 224 230 231 233 240 242 243 245 246 247 248 249 250 254 255 256 273 300 303 309 310 311 313 314 315 316 317 318 319 320 | |
Symbol 15 EditableText | Uses:14 | Used by:Timeline |
Symbol 16 Graphic | Used by:20 | |
Symbol 17 Graphic | Used by:20 | |
Symbol 18 Graphic | Used by:20 | |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 MovieClip | Uses:16 17 18 19 | Used by:Timeline |
Symbol 21 EditableText | Uses:14 | Used by:Timeline |
Symbol 22 Graphic | Used by:25 51 | |
Symbol 23 Font | Used by:24 50 99 100 | |
Symbol 24 Text | Uses:23 | Used by:25 |
Symbol 25 MovieClip | Uses:22 24 | Used by:Timeline |
Symbol 26 Graphic | Used by:30 | |
Symbol 27 Graphic | Used by:30 | |
Symbol 28 Graphic | Used by:30 | |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:26 27 28 29 | Used by:Timeline |
Symbol 31 Graphic | Used by:33 | |
Symbol 32 Graphic | Used by:33 | |
Symbol 33 MovieClip | Uses:31 32 | Used by:Timeline |
Symbol 34 Graphic | Used by:35 | |
Symbol 35 MovieClip | Uses:34 | Used by:Timeline |
Symbol 36 Graphic | Used by:49 | |
Symbol 37 Graphic | Used by:40 | |
Symbol 38 Font | Used by:39 323 | |
Symbol 39 Text | Uses:38 | Used by:40 |
Symbol 40 MovieClip | Uses:37 39 | Used by:49 |
Symbol 41 Font | Used by:43 44 | |
Symbol 42 Text | Used by:44 | |
Symbol 43 Text | Uses:41 | Used by:44 |
Symbol 44 MovieClip | Uses:41 42 43 | Used by:49 |
Symbol 45 Graphic | Used by:48 | |
Symbol 46 Font | Used by:47 | |
Symbol 47 Text | Uses:46 | Used by:48 |
Symbol 48 MovieClip | Uses:45 47 | Used by:49 |
Symbol 49 MovieClip | Uses:36 40 44 48 | Used by:Timeline |
Symbol 50 Text | Uses:23 | Used by:51 |
Symbol 51 MovieClip | Uses:22 50 | Used by:Timeline |
Symbol 52 Graphic | Used by:53 | |
Symbol 53 MovieClip | Uses:52 | Used by:Timeline |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip | Uses:54 | Used by:Timeline |
Symbol 56 Font | Used by:57 102 145 146 147 148 149 150 | |
Symbol 57 Text | Uses:56 | Used by:66 |
Symbol 58 Bitmap | Used by:59 | |
Symbol 59 Graphic | Uses:58 | Used by:60 |
Symbol 60 MovieClip | Uses:59 | Used by:65 |
Symbol 61 Graphic | Used by:65 | |
Symbol 62 Graphic | Used by:63 | |
Symbol 63 MovieClip | Uses:62 | Used by:65 |
Symbol 64 Graphic | Used by:65 | |
Symbol 65 MovieClip | Uses:60 61 63 64 | Used by:66 |
Symbol 66 MovieClip | Uses:57 65 | Used by:Timeline |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:67 | Used by:Timeline |
Symbol 69 Graphic | Used by:70 | |
Symbol 70 MovieClip | Uses:69 | Used by:Timeline |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 MovieClip | Uses:71 | Used by:Timeline |
Symbol 73 Graphic | Used by:78 | |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 Button | Uses:74 | Used by:77 |
Symbol 76 Graphic | Used by:77 | |
Symbol 77 MovieClip | Uses:75 76 | Used by:78 |
Symbol 78 MovieClip | Uses:73 77 | Used by:Timeline |
Symbol 79 Graphic | Used by:81 | |
Symbol 80 Graphic | Used by:81 | |
Symbol 81 MovieClip | Uses:79 80 | Used by:Timeline |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip | Uses:82 | Used by:Timeline |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:Timeline |
Symbol 86 Font | Used by:87 | |
Symbol 87 EditableText | Uses:86 | Used by:Timeline |
Symbol 88 Text | Uses:14 | Used by:Timeline |
Symbol 89 EditableText | Uses:9 | Used by:Timeline |
Symbol 90 EditableText | Uses:9 | Used by:Timeline |
Symbol 91 Graphic | Used by:93 | |
Symbol 92 Text | Uses:9 | Used by:93 |
Symbol 93 MovieClip | Uses:91 92 | Used by:Timeline |
Symbol 94 Graphic | Used by:Timeline | |
Symbol 95 Graphic | Used by:97 110 165 | |
Symbol 96 Graphic | Used by:97 | |
Symbol 97 MovieClip | Uses:95 96 | Used by:98 |
Symbol 98 MovieClip | Uses:97 | Used by:Timeline |
Symbol 99 Text | Uses:23 | Used by:Timeline |
Symbol 100 EditableText | Uses:23 | Used by:Timeline |
Symbol 101 Graphic | Used by:103 | |
Symbol 102 Text | Uses:56 | Used by:103 223 |
Symbol 103 MovieClip | Uses:101 102 | Used by:Timeline |
Symbol 104 Text | Uses:14 | Used by:Timeline |
Symbol 105 Graphic | Used by:106 | |
Symbol 106 MovieClip | Uses:105 | Used by:144 Timeline |
Symbol 107 Graphic | Used by:108 | |
Symbol 108 MovieClip | Uses:107 | Used by:144 239 Timeline |
Symbol 109 Graphic | Used by:110 | |
Symbol 110 MovieClip | Uses:95 109 | Used by:143 238 |
Symbol 111 Graphic | Used by:143 238 | |
Symbol 112 Graphic | Used by:113 | |
Symbol 113 MovieClip | Uses:112 | Used by:114 262 |
Symbol 114 MovieClip | Uses:113 | Used by:143 172 179 214 238 Timeline |
Symbol 115 Graphic | Used by:143 238 | |
Symbol 116 Graphic | Used by:143 238 | |
Symbol 117 Graphic | Used by:143 238 | |
Symbol 118 Graphic | Used by:143 214 238 | |
Symbol 119 Graphic | Used by:143 214 238 | |
Symbol 120 Graphic | Used by:143 | |
Symbol 121 Graphic | Used by:143 | |
Symbol 122 Graphic | Used by:143 238 | |
Symbol 123 Graphic | Used by:143 238 | |
Symbol 124 Graphic | Used by:143 238 | |
Symbol 125 Graphic | Used by:143 238 | |
Symbol 126 Graphic | Used by:143 238 | |
Symbol 127 Graphic | Used by:143 238 | |
Symbol 128 Graphic | Used by:143 238 | |
Symbol 129 Graphic | Used by:143 238 | |
Symbol 130 Graphic | Used by:143 238 | |
Symbol 131 Graphic | Used by:143 238 | |
Symbol 132 Graphic | Used by:143 238 | |
Symbol 133 Graphic | Used by:143 238 | |
Symbol 134 Graphic | Used by:143 238 | |
Symbol 135 Graphic | Used by:143 238 | |
Symbol 136 Graphic | Used by:143 238 | |
Symbol 137 Graphic | Used by:143 238 | |
Symbol 138 Graphic | Used by:143 238 | |
Symbol 139 Graphic | Used by:143 238 | |
Symbol 140 Graphic | Used by:143 238 | |
Symbol 141 Graphic | Used by:143 238 | |
Symbol 142 Graphic | Used by:143 238 | |
Symbol 143 MovieClip | Uses:110 111 114 12 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | Used by:144 Timeline |
Symbol 144 MovieClip | Uses:106 108 143 | Used by:Timeline |
Symbol 145 Text | Uses:56 | Used by:153 |
Symbol 146 Text | Uses:56 | Used by:153 |
Symbol 147 Text | Uses:56 | Used by:153 |
Symbol 148 Text | Uses:56 | Used by:153 |
Symbol 149 Text | Uses:56 | Used by:153 |
Symbol 150 Text | Uses:56 | Used by:153 |
Symbol 151 Graphic | Used by:152 232 253 | |
Symbol 152 MovieClip | Uses:151 | Used by:153 |
Symbol 153 MovieClip | Uses:145 146 147 148 149 150 152 | Used by:Timeline |
Symbol 154 Text | Uses:14 | Used by:Timeline |
Symbol 155 Text | Uses:14 | Used by:Timeline |
Symbol 156 Text | Uses:14 | Used by:Timeline |
Symbol 157 Font | Used by:158 159 160 | |
Symbol 158 Text | Uses:14 157 | Used by:Timeline |
Symbol 159 Text | Uses:14 157 | Used by:Timeline |
Symbol 160 Text | Uses:14 157 | Used by:Timeline |
Symbol 161 Text | Uses:14 | Used by:Timeline |
Symbol 162 Graphic | Used by:163 172 179 | |
Symbol 163 MovieClip | Uses:162 | Used by:173 180 |
Symbol 164 Graphic | Used by:165 | |
Symbol 165 MovieClip | Uses:95 164 | Used by:172 179 |
Symbol 166 Graphic | Used by:172 | |
Symbol 167 Graphic | Used by:172 | |
Symbol 168 Graphic | Used by:172 | |
Symbol 169 Graphic | Used by:172 | |
Symbol 170 Graphic | Used by:172 | |
Symbol 171 Graphic | Used by:172 | |
Symbol 172 MovieClip | Uses:165 162 114 166 167 168 169 170 171 SS1 | Used by:173 |
Symbol 173 MovieClip | Uses:163 172 | Used by:Timeline |
Symbol 174 Graphic | Used by:179 | |
Symbol 175 Graphic | Used by:179 | |
Symbol 176 Graphic | Used by:179 | |
Symbol 177 Graphic | Used by:179 | |
Symbol 178 Graphic | Used by:179 | |
Symbol 179 MovieClip | Uses:165 162 114 174 175 176 177 178 SS2 | Used by:180 |
Symbol 180 MovieClip | Uses:163 179 | Used by:Timeline |
Symbol 181 Text | Uses:14 | Used by:Timeline |
Symbol 182 Text | Uses:14 | Used by:Timeline |
Symbol 183 Text | Uses:14 | Used by:Timeline |
Symbol 184 Text | Uses:14 | Used by:Timeline |
Symbol 185 Graphic | Used by:186 | |
Symbol 186 MovieClip | Uses:185 | Used by:215 218 219 220 221 241 251 252 312 |
Symbol 187 Graphic | Used by:188 214 | |
Symbol 188 MovieClip | Uses:187 | Used by:215 218 219 220 221 241 251 252 312 |
Symbol 189 Graphic | Used by:191 260 279 | |
Symbol 190 Graphic | Used by:191 | |
Symbol 191 MovieClip | Uses:189 190 | Used by:214 |
Symbol 192 Sound | Used by:214 | |
Symbol 193 Graphic | Used by:214 | |
Symbol 194 Graphic | Used by:214 | |
Symbol 195 Graphic | Used by:214 | |
Symbol 196 Graphic | Used by:214 | |
Symbol 197 Graphic | Used by:214 | |
Symbol 198 Graphic | Used by:214 | |
Symbol 199 Graphic | Used by:214 | |
Symbol 200 Graphic | Used by:214 | |
Symbol 201 Graphic | Used by:214 | |
Symbol 202 Graphic | Used by:214 | |
Symbol 203 Graphic | Used by:214 | |
Symbol 204 Graphic | Used by:214 | |
Symbol 205 Graphic | Used by:214 | |
Symbol 206 Graphic | Used by:214 | |
Symbol 207 Graphic | Used by:214 | |
Symbol 208 Graphic | Used by:214 | |
Symbol 209 Graphic | Used by:214 | |
Symbol 210 Graphic | Used by:214 | |
Symbol 211 Graphic | Used by:214 | |
Symbol 212 Graphic | Used by:214 | |
Symbol 213 Graphic | Used by:214 | |
Symbol 214 MovieClip | Uses:191 187 114 192 193 118 119 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 | Used by:215 218 219 220 221 241 251 252 312 |
Symbol 215 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 216 Font | Used by:217 | |
Symbol 217 Text | Uses:14 216 | Used by:Timeline |
Symbol 218 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 219 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 220 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 221 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 222 Graphic | Used by:223 | |
Symbol 223 MovieClip | Uses:222 102 | Used by:Timeline |
Symbol 224 Text | Uses:14 | Used by:Timeline |
Symbol 225 Graphic | Used by:229 | |
Symbol 226 Graphic | Used by:229 | |
Symbol 227 Graphic | Used by:229 | |
Symbol 228 Graphic | Used by:229 | |
Symbol 229 MovieClip | Uses:225 226 227 228 | Used by:Timeline |
Symbol 230 Text | Uses:14 | Used by:Timeline |
Symbol 231 Text | Uses:14 | Used by:Timeline |
Symbol 232 MovieClip | Uses:151 | Used by:Timeline |
Symbol 233 Text | Uses:14 | Used by:Timeline |
Symbol 234 Graphic | Used by:235 | |
Symbol 235 MovieClip | Uses:234 | Used by:239 |
Symbol 236 Graphic | Used by:238 | |
Symbol 237 Graphic | Used by:238 | |
Symbol 238 MovieClip | Uses:110 111 114 12 115 116 117 118 119 236 237 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | Used by:239 |
Symbol 239 MovieClip | Uses:235 108 238 | Used by:Timeline |
Symbol 240 Text | Uses:14 | Used by:Timeline |
Symbol 241 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 242 Text | Uses:14 | Used by:Timeline |
Symbol 243 Text | Uses:14 | Used by:Timeline |
Symbol 244 Graphic | Used by:Timeline | |
Symbol 245 Text | Uses:14 | Used by:Timeline |
Symbol 246 Text | Uses:14 | Used by:Timeline |
Symbol 247 Text | Uses:14 | Used by:Timeline |
Symbol 248 Text | Uses:14 | Used by:Timeline |
Symbol 249 Text | Uses:14 | Used by:Timeline |
Symbol 250 Text | Uses:14 | Used by:Timeline |
Symbol 251 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 252 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 253 MovieClip | Uses:151 | Used by:Timeline |
Symbol 254 Text | Uses:14 | Used by:Timeline |
Symbol 255 Text | Uses:14 | Used by:Timeline |
Symbol 256 Text | Uses:14 | Used by:Timeline |
Symbol 257 Graphic | Used by:258 | |
Symbol 258 MovieClip | Uses:257 | Used by:272 |
Symbol 259 Graphic | Used by:260 | |
Symbol 260 MovieClip | Uses:189 259 | Used by:271 |
Symbol 261 Graphic | Used by:271 | |
Symbol 262 MovieClip | Uses:113 | Used by:271 298 |
Symbol 263 Sound | Used by:271 | |
Symbol 264 Graphic | Used by:271 | |
Symbol 265 Graphic | Used by:271 | |
Symbol 266 Graphic | Used by:271 | |
Symbol 267 Graphic | Used by:271 | |
Symbol 268 Graphic | Used by:271 | |
Symbol 269 Graphic | Used by:271 | |
Symbol 270 Graphic | Used by:271 | |
Symbol 271 MovieClip | Uses:260 261 262 263 264 265 266 267 268 269 270 | Used by:272 |
Symbol 272 MovieClip | Uses:258 271 | Used by:Timeline |
Symbol 273 Text | Uses:14 | Used by:Timeline |
Symbol 274 Graphic | Used by:275 | |
Symbol 275 MovieClip | Uses:274 | Used by:299 |
Symbol 276 Graphic | Used by:277 | |
Symbol 277 MovieClip | Uses:276 | Used by:299 |
Symbol 278 Graphic | Used by:279 | |
Symbol 279 MovieClip | Uses:189 278 | Used by:298 |
Symbol 280 Graphic | Used by:298 | |
Symbol 281 Sound | Used by:298 | |
Symbol 282 Graphic | Used by:298 | |
Symbol 283 Graphic | Used by:298 | |
Symbol 284 Graphic | Used by:298 | |
Symbol 285 Graphic | Used by:298 | |
Symbol 286 Graphic | Used by:298 | |
Symbol 287 Graphic | Used by:298 | |
Symbol 288 Graphic | Used by:298 | |
Symbol 289 Graphic | Used by:298 | |
Symbol 290 Graphic | Used by:298 | |
Symbol 291 Graphic | Used by:298 | |
Symbol 292 Graphic | Used by:298 | |
Symbol 293 Graphic | Used by:298 | |
Symbol 294 Graphic | Used by:298 | |
Symbol 295 Graphic | Used by:298 | |
Symbol 296 Graphic | Used by:298 | |
Symbol 297 Graphic | Used by:298 | |
Symbol 298 MovieClip | Uses:279 280 281 262 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 | Used by:299 |
Symbol 299 MovieClip | Uses:275 277 298 | Used by:Timeline |
Symbol 300 Text | Uses:14 | Used by:Timeline |
Symbol 301 Graphic | Used by:302 | |
Symbol 302 MovieClip | Uses:301 | Used by:Timeline |
Symbol 303 Text | Uses:14 | Used by:Timeline |
Symbol 304 Graphic | Used by:308 | |
Symbol 305 Graphic | Used by:308 | |
Symbol 306 Graphic | Used by:308 | |
Symbol 307 Graphic | Used by:308 | |
Symbol 308 MovieClip | Uses:304 305 306 307 | Used by:Timeline |
Symbol 309 Text | Uses:14 | Used by:Timeline |
Symbol 310 Text | Uses:14 | Used by:Timeline |
Symbol 311 Text | Uses:14 | Used by:Timeline |
Symbol 312 MovieClip | Uses:186 188 214 | Used by:Timeline |
Symbol 313 Text | Uses:14 | Used by:Timeline |
Symbol 314 Text | Uses:14 | Used by:Timeline |
Symbol 315 Text | Uses:14 | Used by:Timeline |
Symbol 316 Text | Uses:14 | Used by:Timeline |
Symbol 317 Text | Uses:14 | Used by:Timeline |
Symbol 318 Text | Uses:14 | Used by:Timeline |
Symbol 319 Text | Uses:14 | Used by:Timeline |
Symbol 320 Text | Uses:14 | Used by:Timeline |
Symbol 321 Graphic | Used by:322 | |
Symbol 322 MovieClip | Uses:321 | Used by:Timeline |
Symbol 323 Text | Uses:38 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 172 MovieClip | |
Streaming Sound 2 | Used by:Symbol 179 MovieClip |
Instance Names
"dtext" | Frame 4 | Symbol 15 EditableText |
"uber_noob" | Frame 4 | Symbol 20 MovieClip |
"ntext" | Frame 4 | Symbol 21 EditableText |
"menu_but" | Frame 4 | Symbol 25 MovieClip |
"easy" | Frame 4 | Symbol 30 MovieClip |
"discover" | Frame 4 | Symbol 20 MovieClip |
"medium" | Frame 4 | Symbol 30 MovieClip |
"hard" | Frame 4 | Symbol 30 MovieClip |
"key" | Frame 4 | Symbol 20 MovieClip |
"pad" | Frame 4 | Symbol 20 MovieClip |
"yellow" | Frame 4 | Symbol 20 MovieClip |
"retry" | Frame 4 | Symbol 20 MovieClip |
"complete" | Frame 4 | Symbol 33 MovieClip |
"adbox" | Frame 5 | Symbol 49 MovieClip |
"menu_but" | Frame 5 | Symbol 51 MovieClip |
"play" | Frame 6 | Symbol 53 MovieClip |
"credit" | Frame 6 | Symbol 55 MovieClip |
"show_my_monkey" | Frame 6 | Symbol 66 MovieClip |
"menu_but" | Frame 7 | Symbol 25 MovieClip |
"Options_text" | Frame 7 | Symbol 68 MovieClip |
"Slider" | Frame 7 | Symbol 78 MovieClip |
"volume" | Frame 7 | Symbol 83 MovieClip |
"Panner" | Frame 7 | Symbol 78 MovieClip |
"loads" | Frame 7 | Symbol 87 EditableText |
"song_title" | Frame 7 | Symbol 89 EditableText |
"album_title" | Frame 7 | Symbol 90 EditableText |
"Options_text" | Frame 7 | Symbol 68 MovieClip |
"loadery" | Frame 7 | Symbol 93 MovieClip |
"LevelSelect_Eyes" | Frame 8 | Symbol 98 MovieClip |
"pauser" | Frame 9 | Symbol 153 MovieClip |
"mouser" | Frame 9 | Symbol 114 MovieClip |
"G2_post" | Frame 12 | Symbol 106 MovieClip |
"G_post" | Frame 12 | Symbol 106 MovieClip |
"G3_post" | Frame 12 | Symbol 106 MovieClip |
"GreenM_U" | Frame 12 | Symbol 108 MovieClip |
"GreenM_C" | Frame 12 | Symbol 143 MovieClip |
"GreenM_S" | Frame 12 | Symbol 108 MovieClip |
"GreenM_A" | Frame 12 | Symbol 143 MovieClip |
"GreenM_T" | Frame 12 | Symbol 108 MovieClip |
"GreenM_B" | Frame 12 | Symbol 143 MovieClip |
"key" | Frame 22 | Symbol 229 MovieClip |
"key" | Frame 24 | Symbol 229 MovieClip |
"key" | Frame 25 | Symbol 229 MovieClip |
"mouser" | Frame 25 | Symbol 114 MovieClip |
"key" | Frame 26 | Symbol 229 MovieClip |
"mouser" | Frame 26 | Symbol 114 MovieClip |
"fakekey" | Frame 27 | Symbol 229 MovieClip |
"key" | Frame 27 | Symbol 229 MovieClip |
"key" | Frame 28 | Symbol 229 MovieClip |
"key" | Frame 29 | Symbol 229 MovieClip |
"key" | Frame 30 | Symbol 229 MovieClip |
"fake3key" | Frame 30 | Symbol 229 MovieClip |
"fake2key" | Frame 30 | Symbol 229 MovieClip |
"fakekey" | Frame 30 | Symbol 229 MovieClip |
"fake4key" | Frame 30 | Symbol 229 MovieClip |
"fake5key" | Frame 30 | Symbol 229 MovieClip |
"fake6key" | Frame 30 | Symbol 229 MovieClip |
"key" | Frame 32 | Symbol 229 MovieClip |
"fakekey" | Frame 32 | Symbol 229 MovieClip |
"padlock" | Frame 33 | Symbol 302 MovieClip |
"key" | Frame 33 | Symbol 229 MovieClip |
"fakekey" | Frame 33 | Symbol 229 MovieClip |
"bigkey" | Frame 33 | Symbol 308 MovieClip |
"padlock" | Frame 34 | Symbol 302 MovieClip |
"bigkey" | Frame 34 | Symbol 308 MovieClip |
"fake2key" | Frame 34 | Symbol 229 MovieClip |
"fake3key" | Frame 34 | Symbol 229 MovieClip |
"fakekey" | Frame 35 | Symbol 229 MovieClip |
"fake3key" | Frame 35 | Symbol 229 MovieClip |
"padlock" | Frame 35 | Symbol 302 MovieClip |
"fake2key" | Frame 35 | Symbol 229 MovieClip |
"key" | Frame 35 | Symbol 229 MovieClip |
"fakebigkey" | Frame 35 | Symbol 308 MovieClip |
"bigkey" | Frame 35 | Symbol 308 MovieClip |
"fake2key" | Frame 36 | Symbol 229 MovieClip |
"key" | Frame 36 | Symbol 229 MovieClip |
"fakebigkey" | Frame 36 | Symbol 308 MovieClip |
"bigkey" | Frame 36 | Symbol 308 MovieClip |
"fake3key" | Frame 37 | Symbol 229 MovieClip |
"padlock" | Frame 37 | Symbol 302 MovieClip |
"fake2key" | Frame 37 | Symbol 229 MovieClip |
"fakekey" | Frame 37 | Symbol 229 MovieClip |
"fakebigkey" | Frame 37 | Symbol 308 MovieClip |
"key" | Frame 37 | Symbol 229 MovieClip |
"fake2key" | Frame 38 | Symbol 229 MovieClip |
"fakebigkey" | Frame 38 | Symbol 308 MovieClip |
"key" | Frame 38 | Symbol 229 MovieClip |
"bigkey" | Frame 38 | Symbol 308 MovieClip |
"fake4key" | Frame 38 | Symbol 229 MovieClip |
"fake5key" | Frame 38 | Symbol 229 MovieClip |
"fake3key" | Frame 39 | Symbol 229 MovieClip |
"padlock" | Frame 39 | Symbol 302 MovieClip |
"fake2key" | Frame 39 | Symbol 229 MovieClip |
"fakebigkey" | Frame 39 | Symbol 308 MovieClip |
"key" | Frame 39 | Symbol 229 MovieClip |
"bigkey" | Frame 39 | Symbol 308 MovieClip |
"padlock" | Frame 40 | Symbol 302 MovieClip |
"padlocks" | Frame 40 | Symbol 302 MovieClip |
"fake3key" | Frame 40 | Symbol 229 MovieClip |
"fake2key" | Frame 40 | Symbol 229 MovieClip |
"fakebigkey" | Frame 40 | Symbol 308 MovieClip |
"key" | Frame 40 | Symbol 229 MovieClip |
"bigkey" | Frame 40 | Symbol 308 MovieClip |
"padlock" | Frame 41 | Symbol 302 MovieClip |
"fake2key" | Frame 41 | Symbol 229 MovieClip |
"fakebigkey" | Frame 41 | Symbol 308 MovieClip |
"key" | Frame 41 | Symbol 229 MovieClip |
"bigkey" | Frame 41 | Symbol 308 MovieClip |
"menu_but" | Frame 42 | Symbol 51 MovieClip |
"ad" | Symbol 49 MovieClip Frame 1 | Symbol 40 MovieClip |
"clickaway" | Symbol 49 MovieClip Frame 1 | Symbol 48 MovieClip |
"ControlBarBtn" | Symbol 77 MovieClip Frame 1 | Symbol 75 Button |
"ControlBar" | Symbol 78 MovieClip Frame 1 | Symbol 77 MovieClip |
"G_post" | Symbol 144 MovieClip Frame 1 | Symbol 106 MovieClip |
"GreenM_S" | Symbol 144 MovieClip Frame 1 | Symbol 108 MovieClip |
"GreenM_A" | Symbol 144 MovieClip Frame 1 | Symbol 143 MovieClip |
"The_Button" | Symbol 153 MovieClip Frame 1 | Symbol 152 MovieClip |
"PurpleM_S" | Symbol 173 MovieClip Frame 1 | Symbol 163 MovieClip |
"PurpleM_A" | Symbol 173 MovieClip Frame 1 | Symbol 172 MovieClip |
"PurpleM_S" | Symbol 180 MovieClip Frame 1 | Symbol 163 MovieClip |
"PurpleM_A" | Symbol 180 MovieClip Frame 1 | Symbol 179 MovieClip |
"R_post" | Symbol 215 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 215 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 215 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 215 MovieClip Frame 1 | Symbol 214 MovieClip |
"R_post" | Symbol 218 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 218 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 218 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 218 MovieClip Frame 1 | Symbol 214 MovieClip |
"R_post" | Symbol 219 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 219 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 219 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 219 MovieClip Frame 1 | Symbol 214 MovieClip |
"R_post" | Symbol 220 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 220 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 220 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 220 MovieClip Frame 1 | Symbol 214 MovieClip |
"R_post" | Symbol 221 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 221 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 221 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 221 MovieClip Frame 1 | Symbol 214 MovieClip |
"G_post" | Symbol 239 MovieClip Frame 1 | Symbol 235 MovieClip |
"GreenM_S" | Symbol 239 MovieClip Frame 1 | Symbol 108 MovieClip |
"GreenM_A" | Symbol 239 MovieClip Frame 1 | Symbol 238 MovieClip |
"R_post" | Symbol 241 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 241 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 241 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 241 MovieClip Frame 1 | Symbol 214 MovieClip |
"R_post" | Symbol 251 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 251 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 251 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 251 MovieClip Frame 1 | Symbol 214 MovieClip |
"R_post" | Symbol 252 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 252 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 252 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 252 MovieClip Frame 1 | Symbol 214 MovieClip |
"BlueM_S" | Symbol 272 MovieClip Frame 1 | Symbol 258 MovieClip |
"BlueM_A" | Symbol 272 MovieClip Frame 1 | Symbol 271 MovieClip |
"HI" | Symbol 298 MovieClip Frame 6 | Symbol 262 MovieClip |
"HI" | Symbol 298 MovieClip Frame 17 | Symbol 262 MovieClip |
"HI" | Symbol 298 MovieClip Frame 25 | Symbol 262 MovieClip |
"HI" | Symbol 298 MovieClip Frame 31 | Symbol 262 MovieClip |
"Y_post" | Symbol 299 MovieClip Frame 1 | Symbol 275 MovieClip |
"YellowM_S" | Symbol 299 MovieClip Frame 1 | Symbol 277 MovieClip |
"YellowM_A" | Symbol 299 MovieClip Frame 1 | Symbol 298 MovieClip |
"R_post" | Symbol 312 MovieClip Frame 1 | Symbol 186 MovieClip |
"r_post" | Symbol 312 MovieClip Frame 1 | Symbol 186 MovieClip |
"RedM_S" | Symbol 312 MovieClip Frame 1 | Symbol 188 MovieClip |
"RedM_A" | Symbol 312 MovieClip Frame 1 | Symbol 214 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 324 as "__Packages.MochiAd" |
ExportAssets (56) | Timeline Frame 1 | Symbol 325 as "__Packages.MyScript" |
ExportAssets (56) | Timeline Frame 3 | Symbol 11 as "default_sound" |
Labels
"soundloaderframe" | Frame 3 |
"gallery" | Frame 4 |
"GameOver" | Frame 5 |
"menu" | Frame 6 |
"Options" | Frame 7 |
"Level Select" | Frame 8 |
"Level 1" | Frame 9 |
"Level_1B" | Frame 10 |
"Level 2" | Frame 11 |
"Level 3" | Frame 12 |
"Level 4" | Frame 13 |
"Level 5" | Frame 14 |
"Level 6" | Frame 15 |
"Level 7" | Frame 16 |
"Level 8" | Frame 17 |
"Level 9" | Frame 18 |
"Level 10" | Frame 19 |
"Prelevel 11" | Frame 20 |
"Level 11" | Frame 21 |
"Level 12" | Frame 22 |
"Level 13" | Frame 23 |
"Level 14" | Frame 24 |
"Level 15" | Frame 25 |
"Level 16" | Frame 26 |
"Level 17" | Frame 27 |
"Level 18" | Frame 28 |
"Level 19" | Frame 29 |
"Level 20" | Frame 30 |
"Prelevel 21" | Frame 31 |
"Level 21" | Frame 32 |
"Level 22" | Frame 33 |
"Level 23" | Frame 34 |
"Level 24" | Frame 35 |
"Level 25" | Frame 36 |
"Level 26" | Frame 37 |
"Level 27" | Frame 38 |
"Level 28" | Frame 39 |
"Level 29" | Frame 40 |
"Level 30" | Frame 41 |
"Finish" | Frame 42 |
"bronze" | Symbol 20 MovieClip Frame 2 |
"silver" | Symbol 20 MovieClip Frame 3 |
"gold" | Symbol 20 MovieClip Frame 4 |
"bronze" | Symbol 30 MovieClip Frame 2 |
"silver" | Symbol 30 MovieClip Frame 3 |
"gold" | Symbol 30 MovieClip Frame 4 |
"gold" | Symbol 33 MovieClip Frame 2 |
Dynamic Text Variables
perc1 | Symbol 6 EditableText | "99%" |
_root.level_value | Symbol 100 EditableText | "Level 1" |
|