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

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

Phrozenflame RPG.swf

This is the info page for
Flash #28981

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


ActionScript [AS1/AS2]
Combined Code
movieClip 6 GameOver { } movieClip 8 Bullet { frame 1 { this.onEnterFrame = function () { this._x += 7; if (this._x > 450) { this.removeMovieClip(); } i = 0; while (i < _root.nrEnemies) { if (this.hitTest(_root['Enemy' + i])) { _root.score += 10; _root['Enemy' + i].reset(); this.removeMovieClip(); } ++i; } }; } } movieClip 10 Enemy { } frame 1 { stop(); } movieClip 13 { } movieClip 16 { } instance of movieClip 16 { onClipEvent (load) { total = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); percent = int((loaded / total) * 100); percent11 = '' + percent + '%'; gotoAndStop(percent); if (loaded == total) { _root.gotoAndPlay(2); } } } movieClip 55 { } movieClip 59 { frame 15 { stop(); } } button 63 { on (release) { stopAllSounds(); gotoAndPlay(174); } } movieClip 87 { } frame 165 { stop(); } frame 166 { stopAllSounds(); } button 107 { on (release) { _root.Name = _root.txtEnterName.text; play(); } } movieClip 119 { } frame 246 { stop(); } frame 330 { stop(); } movieClip 125 { } button 126 { on (release) { play(); } } movieClip 139 { } movieClip 140 { } frame 380 { stop(); } frame 401 { stop(); } frame 411 { stop(); } frame 416 { stop(); } frame 428 { stop(); } frame 445 { stop(); } frame 470 { stop(); } frame 506 { stop(); } frame 553 { stop(); } frame 564 { stop(); } frame 573 { stop(); } frame 607 { stop(); } frame 609 { _root.Pause = false; my_cm = new ContextMenu(); my_cm.hideBuiltInItems(); _root.menu = my_cm; } movieClip 214 { } movieClip 221 { } movieClip 226 { } movieClip 227 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 229 { } movieClip 231 { } movieClip 232 { } movieClip 233 { } movieClip 234 { } frame 610 { _root.S1_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S1_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S1_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S1_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S1_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S1_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S1_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S1_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S1_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S1_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S1_Trigger_Journal)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('Log'); } if (this.hitTest(_root.S1_Trigger_Computer)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('Comp'); } if (this.hitTest(_root.S1_Trigger_Sword)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('GotSword'); } if (this.hitTest(_root.S1_Trigger_Door)) { this._x = this.PrevX; this._y = this.PrevY; if (_root.SwordInst._visible == false) { _root.gotoAndStop('Door'); } else { _root.gotoAndStop('Remind'); } } } } }; } frame 648 { if (_root.SwordInst._visible == false) { gotoAndStop('S1_Move'); } else { gotoAndPlay('S1_Move'); } } frame 649 { stop(); _root.Pause = true; } frame 649 { stop(); } movieClip 237 { } button 239 { on (release) { play(); } } frame 651 { _root.Pause = false; if (_root.SwordInst._visible == false) { gotoAndStop('S1_Move'); } else { gotoAndPlay('S1_Move'); } } frame 652 { stop(); _root.Pause = true; } frame 652 { stop(); } frame 654 { stop(); } frame 654 { stop(); } frame 656 { _root.Pause = false; if (_root.SwordInst._visible == false) { gotoAndStop('S1_Move'); } else { gotoAndPlay('S1_Move'); } } frame 657 { stop(); _root.SwordInst._visible = false; _root.S1_Trigger_Sword._x = -500; _root.S1_Trigger_Sword._y = -500; _root.Pause = true; } frame 657 { stop(); } frame 658 { _root.Pause = false; if (_root.SwordInst._visible == false) { gotoAndStop('S1_Move'); } else { gotoAndPlay('S1_Move'); } } frame 661 { stop(); _root.Pause = true; } frame 661 { stop(); } frame 664 { _root.Pause = false; if (_root.SwordInst._visible == false) { gotoAndStop('S1_Move'); } else { gotoAndPlay('S1_Move'); } } frame 668 { stop; _root.Pause = true; S1_DoorEntry.text = ' '; } button 252 { on (release) { S1_DoorEntry.text += '1'; if (S1_DoorEntry.text == ' 54321') { play(); } } } button 253 { on (release) { S1_DoorEntry.text += '2'; } } button 254 { on (release) { S1_DoorEntry.text += '3'; } } button 255 { on (release) { S1_DoorEntry.text += '4'; } } button 256 { on (release) { S1_DoorEntry.text += '5'; } } button 257 { on (release) { S1_DoorEntry.text += '6'; } } button 258 { on (release) { S1_DoorEntry.text += '7'; } } button 259 { on (release) { S1_DoorEntry.text += '8'; } } button 260 { on (release) { S1_DoorEntry.text += '9'; } } button 261 { on (release) { _root.Pause = false; if (_root.SwordInst._visible == false) { gotoAndStop('S1_Move'); } else { gotoAndPlay('S1_Move'); } } } button 263 { on (release) { gotoAndPlay('cheat'); } } frame 832 { stop(); _root.Pause = false; _root.S2_Player.onEnterFrame = function () { if (_root.Pause == false) { with (_root.S2_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S2_Corridor.S2_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S2_Corridor.S2_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S2_Corridor.S2_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S2_Corridor.S2_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S2_Corridor.S2_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S2_Corridor.S2_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S2_Corridor.S2_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S2_Corridor.S2_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } } } } if (this.hitTest(_root.S2_Corridor.S2_Trigger_Boss)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('Boss'); } if (this.hitTest(_root.S2_Corridor.S2_Trigger_Remindc)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('Remindc'); } if (this._y + this._height < 150) { this._x = this.PrevX; this._y = this.PrevY; _root.S2_Corridor._y += 5; } if (this._y + this._height > 380) { this._x = this.PrevX; this._y = this.PrevY; _root.S2_Corridor._y -= 5; } } } }; } movieClip 292 { } movieClip 293 { } movieClip 294 { } frame 861 { stop(); _root.Pause = true; } button 299 { on (release) { gotoAndPlay('S2_Move'); } } frame 864 { stop(); _root.Pause = true; } frame 934 { stop(); } movieClip 324 { } button 326 { on (release) { play(); } } frame 936 { stop(); } frame 939 { stop(); } frame 941 { stop(); } frame 974 { HP = 3000; MP = 140; Scar = 5000; Overdrive = 0; } movieClip 354 { } instance of movieClip 354 { onClipEvent (enterFrame) { this._xscale = _root.Overdrive; if (_root.Overdrive <= 0) { _root.Overdrive = 0; } } } frame 1136 { if (_root.MP <= 6) { FI._visible = false; } if (_root.MP <= 6) { IC._visible = false; } if (_root.MP <= 8) { HEA._visible = false; } } frame 1136 { stop(); } movieClip 389 { } movieClip 392 { } movieClip 397 { frame 15 { stop(); } } button 402 { on (release) { gotoAndPlay('Attack 1'); } } button 405 { on (release) { gotoAndPlay('Fire'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('Home'); } } } button 408 { on (release) { gotoAndPlay('Ice'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndPlay('Home'); } } } button 411 { on (release) { gotoAndPlay('Heal'); _root.MP -= 8; } on (release) { if (_root.MP < 0) { gotoAndStop('Home'); } } } button 414 { on (release) { if (_root.Overdrive >= 100) { gotoAndPlay('OverDrive'); } } } movieClip 433 { } movieClip 460 { } frame 1149 { _root.Damage = random(400) + 170; _root.Scar -= _root.Damage; } frame 1155 { _root.Damage = random(400) + 170; _root.Scar -= _root.Damage; } frame 1171 { if (_root.Scar <= 0) { gotoAndPlay('Win'); } } frame 1172 { if (random(2) == 1) { gotoAndPlay('Scar1'); } else { if (random(2) == 1) { gotoAndPlay('Scar2'); } } } frame 1173 { gotoAndPlay('Scar Replay'); } movieClip 487 { } movieClip 492 { } movieClip 493 { frame 110 { stop(); } } frame 1230 { _root.Damage = random(500) + 250; _root.Scar -= _root.Damage; } movieClip 497 { frame 40 { stop(); } } movieClip 499 { } frame 1299 { if (_root.Scar <= 0) { gotoAndPlay('Win'); } } frame 1300 { if (random(2) == 1) { gotoAndPlay('Scar1'); } else { if (random(2) == 1) { gotoAndPlay('Scar2'); } } } frame 1301 { gotoAndPlay('Scar Replay 2'); } movieClip 502 { } frame 1348 { _root.Damage = random(500) + 250; _root.Scar -= _root.Damage; } frame 1396 { if (_root.Scar <= 0) { gotoAndPlay('Win'); } } frame 1397 { if (random(2) == 1) { gotoAndPlay('Scar1'); } else { if (random(2) == 1) { gotoAndPlay('Scar2'); } } } frame 1398 { gotoAndPlay('Scar Replay 3'); } movieClip 509 { } frame 1472 { _root.Damage = random(1000) + 650; _root.HP += _root.Damage; } frame 1505 { if (random(2) == 1) { gotoAndPlay('Scar1'); } else { if (random(2) == 1) { gotoAndPlay('Scar2'); } } } frame 1506 { gotoAndPlay('Scar Replay 4'); } frame 1507 { _root.Overdrive *= 0; } movieClip 513 { } movieClip 661 { } frame 1901 { _root.Damage = random(800) + 1300; _root.Scar -= _root.Damage; } frame 1926 { if (_root.Scar <= 0) { gotoAndPlay('Win'); } } frame 1927 { if (random(2) == 1) { gotoAndPlay('Scar1'); } else { if (random(2) == 1) { gotoAndPlay('Scar2'); } } } frame 1928 { gotoAndPlay('Scar Replay 5'); } frame 1968 { _root.Overdrive += 20; } frame 1968 { _root.Damage = random(300) + 300; _root.HP -= _root.Damage; } movieClip 672 { } frame 2002 { if (_root.HP <= 0) { gotoAndPlay('Dead'); } } frame 2003 { gotoAndStop('Home'); } frame 2036 { _root.Overdrive += 10; } frame 2036 { _root.Damage = random(400) + 670; _root.HP -= _root.Damage; } frame 2060 { if (_root.HP <= 0) { gotoAndPlay('Dead'); } } frame 2061 { gotoAndStop('Home'); } frame 2113 { stopAllSounds(); } frame 2155 { stop(); } button 716 { on (release) { gotoAndPlay('Try'); } } frame 2185 { gotoAndPlay('Retry'); } frame 2186 { stopAllSounds(); } movieClip 718 { } frame 2320 { stop(); } frame 2329 { stop(); } frame 2367 { _root.Pause = false; } frame 2418 { stop(); } frame 2431 { stop(); } frame 2440 { stop(); } frame 2447 { _root.S8_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S8_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S8_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S8_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S8_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S8_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S8_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S8_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S8_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S8_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S8_Doorway)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('Walkout'); } } } }; stop(); } movieClip 739 { } frame 2566 { _root.Pause = false; } movieClip 756 { } frame 2613 { stop(); } frame 2615 { stop(); } frame 2617 { stop(); } frame 2634 { stop(); } movieClip 776 { } frame 2660 { stop(); } frame 2662 { stop(); } frame 2668 { stop(); } frame 2731 { stop(); } frame 2733 { stop(); } frame 2738 { stop(); } frame 2740 { stop(); } frame 2742 { stop(); } frame 2744 { stop(); } frame 2764 { stop(); _root.S9_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S9_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S9_DoorwayBack)) { this._x = this.PrevX; this._y = this.PrevY; _root.prevScene(); } if (this.hitTest(_root.S9_DoorwayForward)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('intro_pf'); } if (this.hitTest(_root.S9_Captain)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_Captain'); } if (this.hitTest(_root.S9_RoboBob)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_RoboBob'); } if (this.hitTest(_root.S9_Stan)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_Stan'); } if (this.hitTest(_root.S9_SignPost)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_SignPost'); } } } }; } frame 2772 { stop(); _root.Pause = true; } frame 2772 { stop(); } frame 2773 { _root.Pause = false; gotoAndStop('S9_Move'); } frame 2774 { stop(); _root.Pause = true; } frame 2774 { stop(); } frame 2775 { _root.Pause = false; gotoAndStop('S9_Move'); } frame 2776 { stop(); _root.Pause = true; } frame 2776 { stop(); } frame 2777 { _root.Pause = false; gotoAndStop('S9_Move'); } frame 2778 { stop(); _root.Pause = true; } frame 2778 { stop(); } frame 2779 { _root.Pause = false; gotoAndStop('S9_Move'); } frame 2796 { stopAllSounds(); } frame 3181 { _root.Pause = false; } frame 3376 { stop(); } frame 3379 { stop(); } frame 3384 { stop(); } frame 3394 { stop(); } frame 3476 { stop(); } frame 3479 { stop(); } frame 3483 { stop(); } frame 3485 { stop(); } frame 3489 { stop(); } frame 3491 { stop(); } frame 3496 { play(); _root.S11_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S11_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S11_DoorwayBack)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non2_1'); } if (this.hitTest(_root.S11_DoorwayForward)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non1_1'); } if (this.hitTest(_root.S11_DoorwayCafe)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S12_Move'); } if (this.hitTest(_root.S11_Cap)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_Cap'); } if (this.hitTest(_root.S11_SignLeft)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignLeft'); } if (this.hitTest(_root.S11_SignRight)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignRight'); } } } }; } movieClip 889 { } frame 3505 { _root.Pause = false; gotoAndStop('S11_Move'); } frame 3506 { stop(); _root.Pause = true; } frame 3506 { stop(); } frame 3507 { _root.Pause = false; gotoAndStop('S11_Move'); } frame 3508 { stop(); _root.Pause = true; } frame 3508 { stop(); } frame 3509 { _root.Pause = false; gotoAndStop('S11_Move'); } frame 3510 { stop(); _root.Pause = true; } frame 3510 { stop(); } frame 3511 { _root.Pause = false; gotoAndStop('S11_Move'); } frame 3512 { stop(); _root.S11_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S11_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S11_DoorwayBack)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non2_1'); } if (this.hitTest(_root.S11_DoorwayForward)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non1_1'); } if (this.hitTest(_root.S11_DoorwayCafe)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S12_Move'); } if (this.hitTest(_root.S11_Cap)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_Cap'); } if (this.hitTest(_root.S11_SignLeft)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignLeft'); } if (this.hitTest(_root.S11_SignRight)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignRight'); } } } }; } frame 3514 { _root.Pause = false; gotoAndStop('S11_Move'); } frame 3515 { stop(); _root.S11_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S11_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S11_DoorwayBack)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non2_1'); } if (this.hitTest(_root.S11_DoorwayForward)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non1_1'); } if (this.hitTest(_root.S11_DoorwayCafe)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S12_Move'); } if (this.hitTest(_root.S11_Cap)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_Cap'); } if (this.hitTest(_root.S11_SignLeft)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignLeft'); } if (this.hitTest(_root.S11_SignRight)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignRight'); } } } }; } frame 3517 { _root.Pause = false; gotoAndStop('S11_Move'); } frame 3530 { stop(); _root.S12_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S12_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S12_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S12_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S12_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S12_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S12_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S12_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S12_Ismail)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Ismail'); } if (this.hitTest(_root.S12_Jalepeno)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Jalepeno'); } if (this.hitTest(_root.S12_Nicole)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Nicole'); } if (this.hitTest(_root.S12_Patrick)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Patrick'); } if (this.hitTest(_root.S12_DoorBottom)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_Moveb'); } } } }; } movieClip 909 { } movieClip 911 { } frame 3558 { stop(); _root.Pause = true; } frame 3558 { stop(); } frame 3559 { _root.Pause = false; gotoAndStop('S12_Move'); } frame 3560 { stop(); _root.Pause = true; } frame 3560 { stop(); } frame 3561 { _root.Pause = false; gotoAndStop('S12_Move'); } frame 3562 { stop(); _root.Pause = true; } frame 3562 { stop(); } frame 3563 { _root.Pause = false; gotoAndStop('S12_Move'); } frame 3577 { stop(); _root.Pause = true; } frame 3577 { stop(); } frame 3637 { stop(); } frame 3639 { stop(); } frame 3641 { stop(); } frame 3643 { stop(); } frame 3645 { stop(); } frame 3649 { stop(); } frame 3677 { stop(); } frame 3708 { _root.gotoAndPlay('Ismail_Mission'); } frame 3710 { stop(); _root.S13_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S13_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S13_DoorwayTop)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non1_2'); } if (this.hitTest(_root.S13_Lenz)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S13_Lenz'); } if (this.hitTest(_root.S12_DoorBottom)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_Moven'); } } } }; } movieClip 955 { } frame 3727 { _root.Pause = true; stop(); } frame 3727 { stop(); } frame 3728 { _root.Pause = false; gotoAndStop('S13_Move'); } frame 3731 { stop(); _root.Pause = false; } frame 3732 { stop(); _root.S13_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S13_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S13_DoorwayTop)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non1_2'); } if (this.hitTest(_root.S13_Lenz)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S13_Lenz'); } if (this.hitTest(_root.S12_DoorBottom)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_Moven'); } } } }; } frame 3735 { _root.Pause = false; gotoAndStop('S13_Move1n'); } frame 3736 { stop(); _root.S14_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S14_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S14_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S14_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S14_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S14_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S14_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S14_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S14_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S14_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } } if (this.hitTest(_root.S14_DoorBottom)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S13_Move1n'); } if (this.hitTest(_root.S14_Skylook)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S14_sky'); } } }; } movieClip 960 { } frame 3742 { _root.Pause = true; stop(); } frame 3742 { stop(); } frame 3743 { _root.Pause = false; gotoAndStop('S14_Move'); } frame 3745 { stop(); _root.Pause = false; } frame 3753 { stop(); _root.S9_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S9_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S9_DoorwayBack)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non2_2'); } if (this.hitTest(_root.S9_DoorwayForward)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_Move'); } if (this.hitTest(_root.S9_Captain)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_Captain1'); } if (this.hitTest(_root.S9_RoboBob)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_RoboBob1'); } if (this.hitTest(_root.S9_Stan)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_Stan1'); } if (this.hitTest(_root.S9_SignPost)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_SignPost1'); } } } }; } frame 3761 { stop(); _root.Pause = true; } frame 3761 { stop(); } frame 3762 { _root.Pause = false; gotoAndStop('non2_1'); } frame 3763 { stop(); _root.Pause = true; } frame 3763 { stop(); } frame 3764 { _root.Pause = false; gotoAndStop('non2_1'); } frame 3765 { stop(); _root.Pause = true; } frame 3765 { stop(); } frame 3766 { _root.Pause = false; gotoAndStop('non2_1'); } frame 3767 { stop(); _root.Pause = true; } frame 3767 { stop(); } frame 3768 { _root.Pause = false; gotoAndStop('non2_1'); } frame 3772 { _root.S8_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S8_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S8_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S8_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S8_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S8_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S8_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S8_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S8_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S8_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S8_Doorway)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non2_3'); } } } }; stop(); } frame 3779 { stop(); _root.S9_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S9_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S9_DoorwayBack)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non2_2'); } if (this.hitTest(_root.S9_DoorwayForward)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_Move'); } if (this.hitTest(_root.S9_Captain)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_Captain1'); } if (this.hitTest(_root.S9_RoboBob)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_RoboBob1'); } if (this.hitTest(_root.S9_Stan)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_Stan1'); } if (this.hitTest(_root.S9_SignPost)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S9_SignPost1'); } } } }; } frame 3812 { play(); _root.S14_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S14_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S12_MoveSpace1.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpace1.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S12_MoveSpace1.hitTest(this._x, this._y + this._height, true) || !_root.S12_MoveSpace1.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S12_MoveSpace1.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpace1.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S12_MoveSpace1.hitTest(this._x + this._width, this._y + 29, true) || !_root.S12_MoveSpace1.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S12_Ismail1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Ismail1'); } if (this.hitTest(_root.S12_Jalepeno1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Jalepeno1'); } if (this.hitTest(_root.S12_Nicole1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Nicole1'); } if (this.hitTest(_root.S12_Patrick1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Patrick1'); } if (this.hitTest(_root.S12_DoorBottom1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_Moveb1'); } } } }; } frame 3830 { _root.Pause = false; gotoAndStop('Ismail_Mission'); } frame 3831 { play(); _root.S14_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S14_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S12_MoveSpace1.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpace1.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S12_MoveSpace1.hitTest(this._x, this._y + this._height, true) || !_root.S12_MoveSpace1.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S12_MoveSpace1.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpace1.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S12_MoveSpace1.hitTest(this._x + this._width, this._y + 29, true) || !_root.S12_MoveSpace1.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S12_Ismail1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Ismail1'); } if (this.hitTest(_root.S12_Jalepeno1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Jalepeno1'); } if (this.hitTest(_root.S12_Nicole1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Nicole1'); } if (this.hitTest(_root.S12_Patrick1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S12_Patrick1'); } if (this.hitTest(_root.S12_DoorBottom1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_Moveb1'); } } } }; } frame 3843 { _root.Pause = false; gotoAndStop('Ismail_Mission'); } frame 3850 { stop(); _root.Pause = true; } frame 3850 { stop(); } frame 3851 { _root.Pause = false; gotoAndStop('Ismail_Mission'); } frame 3852 { stop(); _root.Pause = true; } frame 3852 { stop(); } frame 3853 { _root.Pause = false; gotoAndStop('Ismail_Mission'); } frame 3854 { stop(); _root.Pause = true; } frame 3854 { stop(); } frame 3855 { _root.Pause = false; gotoAndStop('Ismail_Mission'); } frame 3857 { stop(); _root.Pause = true; } frame 3857 { stop(); } frame 3858 { _root.Pause = false; gotoAndStop('Ismail_Mission'); } frame 3869 { stop(); _root.Pause = true; } frame 3869 { stop(); } frame 3870 { _root.Pause = false; gotoAndStop('S11_Moveb1'); } frame 3871 { stop(); _root.Pause = true; } frame 3871 { stop(); } frame 3872 { _root.Pause = false; gotoAndStop('S11_Moveb1'); } frame 3873 { stop(); _root.Pause = true; } frame 3873 { stop(); } frame 3874 { _root.Pause = false; gotoAndStop('S11_Move1'); } frame 3875 { stop(); _root.S11_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S11_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S11_DoorwayBack1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_remind'); } if (this.hitTest(_root.S11_DoorwayForward1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('ThiefScene1'); } if (this.hitTest(_root.S11_DoorwayCafe1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('Ismail_Mission1'); } if (this.hitTest(_root.S11_Cap1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_Cap1'); } if (this.hitTest(_root.S11_SignLeft1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignLeft1'); } if (this.hitTest(_root.S11_SignRight1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignRight1'); } } } }; } frame 3877 { _root.Pause = false; gotoAndStop('S11_Move1'); } frame 3878 { stop(); _root.S11_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S11_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S11_DoorwayBack1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S11_remind'); } if (this.hitTest(_root.S11_DoorwayForward1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('ThiefScene1'); } if (this.hitTest(_root.S11_DoorwayCafe1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('Ismail_Mission1'); } if (this.hitTest(_root.S11_Cap1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_Cap1'); } if (this.hitTest(_root.S11_SignLeft1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignLeft1'); } if (this.hitTest(_root.S11_SignRight1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S11_SignRight1'); } } } }; } frame 3880 { _root.Pause = false; gotoAndStop('S11_Move1'); } frame 3883 { stop(); _root.Pause = true; } frame 3883 { stop(); } frame 3885 { _root.Pause = false; gotoAndPlay('S11_Moven1'); } frame 3952 { stopAllSounds(); } frame 4003 { stop(); } frame 4006 { stop(); } frame 4009 { stop(); } movieClip 983 { } frame 4039 { stop(); } frame 4042 { stop(); } frame 4055 { stop(); _root.S13_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S13_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S13_DoorwayTop)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S13_SwordsWarning'); } if (this.hitTest(_root.S13_InfoRoom)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S15_Move1'); } if (this.hitTest(_root.S13_DoorBottom)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S13_SwordsWarning'); } } } }; } frame 4090 { stop(); _root.Pause = true; } frame 4090 { stop(); } frame 4091 { _root.Pause = false; gotoAndStop('S13_Theif1'); } movieClip 1000 { } frame 4102 { stop(); _root.S15_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S15_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S15_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S15_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S15_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S15_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S15_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S15_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S15_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S15_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S15_Computer)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S15_Computer'); } if (this.hitTest(_root.S15_Tephy)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S15_Tephy'); } if (this.hitTest(_root.S15_Lenz)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S15_Lenz'); } if (this.hitTest(_root.S15_Bonzaii)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S15_Bonzaii'); } if (this.hitTest(_root.DoorBasement)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S16_Move1'); } if (this.hitTest(_root.Doorfront)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S15_door'); } } } }; } movieClip 1008 { } frame 4105 { stop(); _root.Pause = true; } frame 4105 { stop(); } frame 4106 { _root.Pause = false; gotoAndStop('S15_Move'); } frame 4107 { stop(); _root.Pause = true; } frame 4107 { stop(); } frame 4110 { _root.Pause = false; gotoAndStop('S15_Move'); } frame 4111 { stop(); _root.Pause = true; } frame 4111 { stop(); } frame 4114 { _root.Pause = false; gotoAndStop('S15_Move'); } frame 4115 { stop(); _root.Pause = true; } frame 4115 { stop(); } frame 4116 { _root.Pause = false; gotoAndStop('S15_Move'); } frame 4122 { stop(); _root.Pause = true; } frame 4122 { stop(); } frame 4123 { _root.Pause = false; gotoAndStop('S15_Move'); } frame 4191 { stop(); _root.S16_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S16_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S16_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S16_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S16_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S16_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S16_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S16_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S16_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S16_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S16_Jazz)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S16_Jazz'); } if (this.hitTest(_root.S16_MiniGame)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('m1_in'); stopAllSounds(); } if (this.hitTest(_root.S16_door)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S16_door'); } } } }; } frame 4191 { stop(); } movieClip 1036 { } frame 4197 { stop(); _root.Pause = true; } frame 4197 { stop(); } frame 4198 { _root.Pause = false; gotoAndStop('S16_Move'); } frame 4201 { stop(); _root.Pause = true; } frame 4201 { stop(); } frame 4202 { _root.Pause = false; gotoAndStop('S16_Move'); } movieClip 1042 { } frame 4249 { stop(); } movieClip 1054 { } button 1057 { on (release) { play(); } } button 1058 { on (release) { gotoAndPlay('S16_Move'); } } frame 4259 { stopAllSounds(); } frame 4416 { stop(); } frame 4426 { stop(); } frame 4441 { stop(); } frame 4447 { stop(); } frame 4455 { stop(); } frame 4457 { stop(); } frame 4464 { stop(); } frame 4472 { stop(); } frame 4478 { stop(); } frame 4482 { stop(); } frame 4487 { stop(); } frame 4492 { stop(); } frame 4499 { stop(); } frame 4504 { stop(); } frame 4587 { stop(); var nrEnemies = 3; i = 1; while (i < nrEnemies) { _root.Enemy0.duplicateMovieClip('Enemy' + i, _root.getNextHighestDepth()); ++i; } var i = 0; var score = 0; var lives = 3; var super_active = true; this.onEnterFrame = function () { if (Key.isDown(39)) { if (Ship.hitTest(400, Ship._y, true)) { Ship._x -= 7; } Ship._x += 7; } else { if (Key.isDown(37)) { if (Ship.hitTest(0, Ship._y, true)) { Ship._x += 7; } Ship._x -= 7; } else { if (Key.isDown(38)) { if (Ship.hitTest(Ship._x - 10, 0, true)) { Ship._y += 7; } Ship._y -= 7; } else { if (Key.isDown(40)) { if (Ship.hitTest(Ship._x - 10, 400, true)) { Ship._y -= 7; } Ship._y += 7; } } } } if (Key.isDown(32)) { ++i; _root.attachMovie('Bullet', 'Bullet' + i, _root.getNextHighestDepth()); _root['Bullet' + i]._x = Ship._x + 30; _root['Bullet' + i]._y = Ship._y; } if (_root.score >= 1000 && _root.super_active == true) { super_active = false; gotoAndStop('uwin'); } }; } movieClip 1119 { } movieClip 1122 { } movieClip 1127 { } instance Ship of movieClip 1127 { onClipEvent (load) { function reset() { this._x = 100; this._y = 150; } reset(); } onClipEvent (enterFrame) { i = 0; while (i < _root.nrEnemies) { if (this.hitTest(_root['Enemy' + i])) { _root.lives -= 1; if (_root.lives <= 0) { _root.attachMovie('GameOver', 'GameOver', 100); _root.GameOver._x = 275; _root.GameOver._y = 150; this.swapDepths(10); this.removeMovieClip(); } reset(); k = 0; while (k < _root.nrEnemies) { _root['Enemy' + k].reset(); ++k; } } ++i; } } } instance Enemy0 of movieClip 10 Enemy { onClipEvent (load) { function reset() { this._y = Math.random() * 300; this._x = 550; mySpeed = Math.ceil(Math.random() * 6) + 10; } reset(); } onClipEvent (enterFrame) { this._x -= mySpeed; if (timer >= 12) { var dir = Math.ceil(Math.random() * 2); timer = 0; } ++timer; if (dir == 1) { this._y -= 3; } else { if (dir == 2) { this._y += 3; } } if (this._x < -10) { reset(); } } } movieClip 1136 { } button 1138 { on (release) { gotoAndPlay('retryminigame'); removeMovieClip('GameOver'); loadMovie('', 'Enemy0'); } } frame 4588 { stop(); loadMovie('', 'Enemy0'); loadMovie('', 'Enemy1'); loadMovie('', 'Enemy2'); loadMovie('', 'Enemy3'); } button 1142 { on (release) { stopAllSounds(); gotoAndPlay('afterminigame'); } } movieClip 1147 { } movieClip 1151 { } frame 4616 { gotoAndPlay('afterminigame'); } frame 4674 { stop(); } frame 4676 { stop(); } frame 4684 { stop(); } frame 4777 { stop(); } frame 4819 { stop(); } frame 4827 { stop(); } frame 4848 { play(); _root.S13_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S13_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S13_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S13_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.play(); } } } } if (this.hitTest(_root.S13_DoorwayTopa)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('PT_scene'); stopAllSounds(); } if (this.hitTest(_root.S13_Lenza)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('S13_RobotWarning'); } if (this.hitTest(_root.S12_DoorBottoma)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S13_RobotWarning'); } } } }; } frame 4853 { _root.Pause = false; gotoAndStop('S13_afterm'); } frame 4865 { stop(); _root.Pause = true; } frame 4865 { stop(); } frame 4866 { _root.Pause = false; gotoAndStop('S13_afterm'); } frame 4869 { stop(); _root.S20_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S20_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S20_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S20_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S20_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S20_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S20_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S20_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S20_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S20_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S20_Proto)) { this._x = this.PrevX; this._y = this.PrevY; stopAllSounds(); _root.gotoAndPlay('PT_scene2'); } } } }; } movieClip 1189 { } frame 4928 { stop(); } frame 4936 { stop(); } frame 4944 { stop(); } frame 4965 { stop(); } frame 4971 { stop(); } frame 4974 { stop(); } frame 4976 { stop(); } frame 4978 { stop(); } frame 4984 { stop(); } frame 4986 { stop(); } frame 4996 { stop(); } frame 5054 { Stage.showMenu = false(); } frame 5054 { HP = 5000; MP = 200; Proton = 6800; Overdrive = 0; } frame 5063 { stop(); } movieClip 1236 { } button 1237 { on (release) { gotoAndPlay('Attack 1/2'); } } button 1238 { on (release) { gotoAndPlay('Fire 1/2'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('Home2'); } } } button 1239 { on (release) { gotoAndPlay('Ice 1/2'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('Home2'); } } } button 1240 { on (release) { gotoAndPlay('Heal 1/2'); _root.MP -= 8; } on (release) { if (_root.MP < 0) { gotoAndStop('Home2'); } } } button 1243 { on (release) { gotoAndPlay('Bolt'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndPlay('Home2'); } } } button 1244 { on (release) { if (_root.Overdrive >= 100) { gotoAndPlay('OverDrive 2nd'); } } } instance of movieClip 354 { onClipEvent (enterFrame) { this._xscale = _root.Overdrive; if (_root.Overdrive <= 0) { _root.Overdrive = 0; } } } frame 5076 { _root.Damage = random(300) + 250; _root.Proton -= _root.Damage; } frame 5082 { _root.Damage = random(300) + 250; _root.Proton -= _root.Damage; } frame 5100 { if (_root.Proton <= 0) { gotoAndPlay('Win2'); } } frame 5101 { if (random(4) == 1) { gotoAndPlay('Proto1'); } else { if (random(4) == 1) { gotoAndPlay('Proto2'); } else { if (random(4) == 1) { gotoAndPlay('Proto3'); } else { if (random(4) == 1) { gotoAndPlay('Proto4'); } } } } } frame 5102 { gotoAndPlay('Proto Replay'); } frame 5161 { _root.Damage = random(30) + 80; _root.Proton -= _root.Damage; } frame 5224 { if (_root.Proton <= 0) { gotoAndPlay('Win2'); } } frame 5225 { if (random(4) == 1) { gotoAndPlay('Proto1'); } else { if (random(4) == 1) { gotoAndPlay('Proto2'); } else { if (random(4) == 1) { gotoAndPlay('Proto3'); } else { if (random(4) == 1) { gotoAndPlay('Proto4'); } } } } } frame 5226 { gotoAndPlay('Proto Replay 2'); } frame 5271 { _root.Damage = random(200) + 150; _root.Proton += _root.Damage; } movieClip 1272 { } frame 5341 { if (_root.Proton <= 0) { gotoAndPlay('Win2'); } } frame 5342 { if (random(4) == 1) { gotoAndPlay('Proto1'); } else { if (random(4) == 1) { gotoAndPlay('Proto2'); } else { if (random(4) == 1) { gotoAndPlay('Proto3'); } else { if (random(4) == 1) { gotoAndPlay('Proto4'); } } } } } frame 5343 { gotoAndPlay('Proto Replay 3'); } movieClip 1274 { } frame 5389 { _root.Damage = random(900) + 600; _root.Proton -= _root.Damage; } frame 5413 { if (_root.Proton <= 0) { gotoAndPlay('Win2'); } } frame 5414 { if (random(4) == 1) { gotoAndPlay('Proto1'); } else { if (random(4) == 1) { gotoAndPlay('Proto2'); } else { if (random(4) == 1) { gotoAndPlay('Proto3'); } else { if (random(4) == 1) { gotoAndPlay('Proto4'); } } } } } frame 5415 { gotoAndPlay('Proto Replay 4'); } frame 5486 { _root.Damage = random(1000) + 650; _root.HP += _root.Damage; } frame 5517 { if (_root.Proton <= 0) { gotoAndPlay('Win2'); } } frame 5518 { if (random(4) == 1) { gotoAndPlay('Proto1'); } else { if (random(4) == 1) { gotoAndPlay('Proto2'); } else { if (random(4) == 1) { gotoAndPlay('Proto3'); } else { if (random(4) == 1) { gotoAndPlay('Proto4'); } } } } } frame 5519 { gotoAndPlay('Proto Replay 6'); } frame 5520 { _root.Overdrive *= 0; } frame 5906 { _root.Damage = random(1800) + 600; _root.Proton -= _root.Damage; } frame 5917 { if (_root.Proton <= 0) { gotoAndPlay('Win2'); } } frame 5918 { if (random(4) == 1) { gotoAndPlay('Proto1'); } else { if (random(4) == 1) { gotoAndPlay('Proto2'); } else { if (random(4) == 1) { gotoAndPlay('Proto3'); } else { if (random(4) == 1) { gotoAndPlay('Proto4'); } } } } } frame 5919 { gotoAndPlay('Proto Replay 5'); } frame 5935 { _root.Overdrive += 5; } frame 5935 { _root.Damage = random(300) + 300; _root.HP -= _root.Damage; } frame 5955 { if (_root.HP <= 0) { gotoAndPlay('Dead2'); } } frame 5956 { gotoAndStop('Home2'); } frame 6002 { _root.Overdrive += 12; } frame 6002 { _root.Damage = random(600) + 300; _root.HP -= _root.Damage; } frame 6021 { if (_root.HP <= 0) { gotoAndPlay('Dead2'); } } frame 6022 { gotoAndStop('Home2'); } frame 6066 { _root.Overdrive += 17; } frame 6066 { _root.Damage = random(800) + 340; _root.HP -= _root.Damage; } frame 6096 { if (_root.HP <= 0) { gotoAndPlay('Dead2'); } } frame 6097 { gotoAndStop('Home2'); } frame 6148 { _root.Overdrive += 21; } frame 6148 { _root.Damage = random(1000) + 540; _root.HP -= _root.Damage; } frame 6181 { if (_root.HP <= 0) { gotoAndPlay('Dead2'); } } frame 6182 { gotoAndStop('Home2'); } frame 6220 { stopAllSounds(); } frame 6245 { gotoAndPlay('Gameover2'); } frame 6275 { stop(); } button 1359 { on (release) { gotoAndPlay('Try2'); } } frame 6305 { gotoAndPlay('Retry2'); } frame 6306 { Stage.showMenu = false(); } instance of movieClip 354 { onClipEvent (enterFrame) { this._xscale = _root.Overdrive; if (_root.Overdrive <= 0) { _root.Overdrive = 0; } } } movieClip 1373 { } movieClip 1375 { } frame 6438 { stop(); } frame 6447 { stop(); } frame 6540 { stop(); } frame 6640 { stop(); } frame 6642 { stop(); } frame 6644 { stop(); } frame 6646 { stop(); } frame 6657 { stop(); } movieClip 1415 { } frame 6735 { stop(); } frame 6742 { stop(); } frame 6749 { stop(); } frame 6755 { stop(); } frame 6761 { stop(); } frame 6765 { stop(); } frame 6769 { stop(); } frame 6778 { stop(); } frame 6782 { stop(); } frame 6788 { stop(); } frame 6798 { stop(); } frame 6802 { stop(); } frame 6818 { stop(); } frame 6823 { stop(); } frame 6839 { stop(); } frame 6844 { stop(); } frame 6847 { stop(); } frame 6851 { stop(); } frame 6854 { stop(); } frame 6857 { stopAllSounds(); } frame 6857 { stop(); } frame 6860 { stop(); } frame 6925 { stop(); } frame 6962 { play(); _root.S14_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S14_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S12_MoveSpa.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpa.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S12_MoveSpa.hitTest(this._x, this._y + this._height, true) || !_root.S12_MoveSpa.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S12_MoveSpa.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpa.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S12_MoveSpa.hitTest(this._x + this._width, this._y + 29, true) || !_root.S12_MoveSpa.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S12_Ismail1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS12_Ismail'); } if (this.hitTest(_root.S12_Jalepeno1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS12_Jalepeno'); } if (this.hitTest(_root.S12_Nicole1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS12_Nicole'); } if (this.hitTest(_root.S12_Patrick1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS12_Patrick'); } if (this.hitTest(_root.dS12_DoorBottom)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('dS11_Moveb1'); } } } }; } frame 6980 { _root.Pause = false; gotoAndStop('ismail_done'); } frame 6981 { play(); _root.S14_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S14_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S12_MoveSpa.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpa.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S12_MoveSpa.hitTest(this._x, this._y + this._height, true) || !_root.S12_MoveSpa.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S12_MoveSpa.hitTest(this._x, this._y + 29, true) || !_root.S12_MoveSpa.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S12_MoveSpa.hitTest(this._x + this._width, this._y + 29, true) || !_root.S12_MoveSpa.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S12_Ismail1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS12_Ismail'); } if (this.hitTest(_root.S12_Jalepeno1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS12_Jalepeno'); } if (this.hitTest(_root.S12_Nicole1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS12_Nicole'); } if (this.hitTest(_root.S12_Patrick1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS12_Patrick'); } if (this.hitTest(_root.dS12_DoorBottom)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('dS11_Moveb1'); } } } }; } frame 6996 { _root.Pause = false; gotoAndStop('S12_MoveSpa1'); } frame 7000 { stop(); _root.Pause = true; } frame 7000 { stop(); } frame 7001 { _root.Pause = false; gotoAndStop('ismail_done'); } frame 7002 { stop(); _root.Pause = true; } frame 7002 { stop(); } frame 7003 { _root.Pause = false; gotoAndStop('ismail_done'); } frame 7004 { stop(); _root.Pause = true; } frame 7004 { stop(); } frame 7005 { _root.Pause = false; gotoAndStop('ismail_done'); } frame 7007 { stop(); _root.Pause = true; } frame 7007 { stop(); } frame 7008 { _root.Pause = false; gotoAndStop('ismail_done'); } frame 7017 { _root.Pause = false; gotoAndStop('dS11_Moveb1'); } frame 7019 { stop(); _root.Pause = true; } frame 7019 { stop(); } frame 7020 { _root.Pause = false; gotoAndStop('dS11_Moveb1'); } frame 7021 { stop(); _root.Pause = true; } frame 7021 { stop(); } frame 7022 { _root.Pause = false; gotoAndStop('dS11_Moveb1'); } frame 7023 { stop(); _root.Pause = true; } frame 7023 { stop(); } frame 7024 { _root.Pause = false; gotoAndStop('dS11_Moveb1'); } frame 7025 { stop(); _root.S11_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S11_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S11_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S11_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S11_DoorwayBack1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('back_done'); } if (this.hitTest(_root.S11_DoorwayForward1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('dS11_remind'); } if (this.hitTest(_root.S11_DoorwayCafe1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('S12_MoveSpa1'); } if (this.hitTest(_root.S11_Cap1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS11_Cap1'); } if (this.hitTest(_root.S11_SignLeft1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS11_SignLeft1'); } if (this.hitTest(_root.S11_SignRight1)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS11_SignRight1'); } } } }; } frame 7027 { _root.Pause = false; gotoAndStop('dS11_Moveb1'); } frame 7028 { stop(); _root.Pause = true; } frame 7028 { stop(); } frame 7030 { _root.Pause = false; gotoAndPlay('dS11_Moveb1'); } frame 7036 { stop(); _root.S9_Player.onEnterFrame = function () { if (_root.Pause == false) { with (S9_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + this._height, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S9_MoveSpace.hitTest(this._x, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + 29, true) || !_root.S9_MoveSpace.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S9_DoorwayForward)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndPlay('non_event_n1'); } if (this.hitTest(_root.S9_Captain)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS9_Captain1'); } if (this.hitTest(_root.S9_RoboBob)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS9_RoboBob1'); } if (this.hitTest(_root.S9_Stan)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS9_Stan1'); } if (this.hitTest(_root.S9_SignPost)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('dS9_SignPost1'); } } } }; } frame 7044 { stop(); _root.Pause = true; } frame 7044 { stop(); } frame 7045 { _root.Pause = false; gotoAndPlay('cutscene_temple'); } frame 7046 { stop(); _root.Pause = true; } frame 7046 { stop(); } frame 7047 { _root.Pause = false; gotoAndStop('back_done'); } frame 7048 { stop(); _root.Pause = true; } frame 7048 { stop(); } frame 7049 { _root.Pause = false; gotoAndStop('back_done'); } frame 7050 { stop(); _root.Pause = true; } frame 7050 { stop(); } frame 7051 { _root.Pause = false; gotoAndStop('back_done'); } movieClip 1461 { } frame 7089 { stop(); } frame 7094 { stop(); } frame 7097 { stop(); } frame 7100 { stop(); } frame 7102 { stop(); } frame 7104 { stop(); } frame 7186 { stop(); } frame 7282 { stop(); } frame 7346 { stopAllSounds(); } frame 7414 { stop(); } frame 7418 { stop(); } frame 7423 { stop(); } frame 7429 { stop(); } frame 7456 { stop(); } frame 7459 { stop(); } frame 7467 { stop(); } frame 7470 { stop(); } frame 7473 { stop(); } frame 7475 { stopAllSounds(); } frame 7476 { stop(); } frame 7480 { stop(); } frame 7485 { stop(); } frame 7487 { stop(); } frame 7492 { stop(); } frame 7495 { stop(); } frame 7497 { stop(); } frame 7530 { stopAllSounds(); } frame 7773 { HP = 7500; MP = 300; Vex = 9999; Overdrive = 0; } movieClip 1544 { } instance of movieClip 1544 { onClipEvent (enterFrame) { this._xscale = _root.Overdrive; if (_root.Overdrive <= 0) { _root.Overdrive = 0; } } } movieClip 1569 { } frame 7933 { stop(); } movieClip 1607 { } movieClip 1608 { } movieClip 1632 { } movieClip 1633 { } movieClip 1635 { frame 15 { stop(); } } button 1638 { on (release) { gotoAndPlay('Attack Final'); } } button 1639 { on (release) { gotoAndPlay('Fire Final'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('Home3'); } } } button 1640 { on (release) { gotoAndPlay('Ice Final'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('Home3'); } } } button 1641 { on (release) { gotoAndPlay('Heal Final'); _root.MP -= 8; } on (release) { if (_root.MP < 0) { gotoAndStop('Home3'); } } } button 1642 { on (release) { gotoAndPlay('Bolt Final'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('Home3'); } } } button 1643 { on (release) { if (_root.Overdrive >= 100) { gotoAndPlay('OverDrive 3'); } } } button 1648 { on (release) { gotoAndPlay('Vortex'); _root.MP -= 10; } on (release) { if (_root.MP < 0) { gotoAndStop('Home3'); } } } button 1651 { on (release) { gotoAndPlay('Charge'); _root.MP -= 100; } on (release) { if (_root.MP < 0) { gotoAndStop('Home3'); } } } movieClip 1657 { } movieClip 1661 { } frame 7947 { _root.Damage = random(300) + 250; _root.Vex -= _root.Damage; } frame 7955 { _root.Damage = random(300) + 250; _root.Vex -= _root.Damage; } frame 7969 { if (_root.Vex <= 0) { gotoAndPlay('Win_Vex'); } } frame 7970 { if (random(5) == 1) { gotoAndPlay('Vex1'); } else { if (random(5) == 1) { gotoAndPlay('Vex2'); } else { if (random(5) == 1) { gotoAndPlay('Vex3'); } else { if (random(5) == 1) { gotoAndPlay('Vex4'); } else { if (random(5) == 1) { gotoAndPlay('Vex5'); } } } } } } frame 7971 { gotoAndPlay('Vex replay1'); } movieClip 1675 { } movieClip 1680 { } movieClip 1681 { frame 110 { stop(); } } movieClip 1683 { frame 40 { stop(); } } movieClip 1685 { } frame 8036 { _root.Damage = random(0) + 50; _root.Vex -= _root.Damage; } frame 8095 { if (_root.Vex <= 0) { gotoAndPlay('Win_Vex'); } } frame 8096 { if (random(5) == 1) { gotoAndPlay('Vex1'); } else { if (random(5) == 1) { gotoAndPlay('Vex2'); } else { if (random(5) == 1) { gotoAndPlay('Vex3'); } else { if (random(5) == 1) { gotoAndPlay('Vex4'); } else { if (random(5) == 1) { gotoAndPlay('Vex5'); } } } } } } frame 8097 { gotoAndPlay('Vex replay2'); } movieClip 1689 { } frame 8141 { _root.Damage = random(0) + 50; _root.Vex -= _root.Damage; } frame 8191 { if (_root.Vex <= 0) { gotoAndPlay('Win_Vex'); } } frame 8192 { if (random(5) == 1) { gotoAndPlay('Vex1'); } else { if (random(5) == 1) { gotoAndPlay('Vex2'); } else { if (random(5) == 1) { gotoAndPlay('Vex3'); } else { if (random(5) == 1) { gotoAndPlay('Vex4'); } else { if (random(5) == 1) { gotoAndPlay('Vex5'); } } } } } } frame 8193 { gotoAndPlay('Vex replay3'); } movieClip 1693 { } frame 8238 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8241 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8244 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8247 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8252 { if (_root.Vex <= 0) { gotoAndPlay('Win_Vex'); } } frame 8253 { if (random(5) == 1) { gotoAndPlay('Vex1'); } else { if (random(5) == 1) { gotoAndPlay('Vex2'); } else { if (random(5) == 1) { gotoAndPlay('Vex3'); } else { if (random(5) == 1) { gotoAndPlay('Vex4'); } else { if (random(5) == 1) { gotoAndPlay('Vex5'); } } } } } } frame 8254 { gotoAndPlay('Vex replay4'); } frame 8296 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8301 { _root.Damage = random(10) + 20; _root.Vex -= _root.Damage; } movieClip 1717 { } frame 8314 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8317 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8320 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8323 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8326 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8329 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8332 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8335 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8338 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8341 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8344 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8347 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8350 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8353 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8356 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8359 { _root.Damage = random(10) + 10; _root.Vex -= _root.Damage; } frame 8372 { if (_root.Vex <= 0) { gotoAndPlay('Win_Vex'); } } frame 8373 { if (random(5) == 1) { gotoAndPlay('Vex1'); } else { if (random(5) == 1) { gotoAndPlay('Vex2'); } else { if (random(5) == 1) { gotoAndPlay('Vex3'); } else { if (random(5) == 1) { gotoAndPlay('Vex4'); } else { if (random(5) == 1) { gotoAndPlay('Vex5'); } } } } } } frame 8374 { gotoAndPlay('Vex replay5'); } movieClip 1754 { } frame 8446 { _root.Damage = random(1000) + 2000; _root.HP += _root.Damage; } frame 8530 { if (_root.Vex <= 0) { gotoAndPlay('Win_Vex'); } } frame 8531 { if (random(5) == 1) { gotoAndPlay('Vex1'); } else { if (random(5) == 1) { gotoAndPlay('Vex2'); } else { if (random(5) == 1) { gotoAndPlay('Vex3'); } else { if (random(5) == 1) { gotoAndPlay('Vex4'); } else { if (random(5) == 1) { gotoAndPlay('Vex5'); } } } } } } frame 8532 { gotoAndPlay('Vex replay6'); } frame 8533 { _root.Overdrive += 100; } frame 8570 { if (_root.Vex <= 0) { gotoAndPlay('Win_Vex'); } } frame 8571 { if (random(5) == 1) { gotoAndPlay('Vex1'); } else { if (random(5) == 1) { gotoAndPlay('Vex2'); } else { if (random(5) == 1) { gotoAndPlay('Vex3'); } else { if (random(5) == 1) { gotoAndPlay('Vex4'); } else { if (random(5) == 1) { gotoAndPlay('Vex5'); } } } } } } frame 8572 { gotoAndPlay('Vex replay7'); } frame 8573 { _root.Overdrive *= 0; } frame 8803 { _root.Damage = random(100) + 100; _root.Vex -= _root.Damage; } frame 9089 { _root.Damage = random(100) + 500; _root.Vex -= _root.Damage; } frame 9096 { _root.Damage = random(500) + 500; _root.Vex -= _root.Damage; } frame 9100 { _root.Damage = random(500) + 1000; _root.Vex -= _root.Damage; } frame 9110 { if (_root.Vex <= 0) { gotoAndPlay('Win_Vex'); } } frame 9111 { if (random(5) == 1) { gotoAndPlay('Vex1'); } else { if (random(5) == 1) { gotoAndPlay('Vex2'); } else { if (random(5) == 1) { gotoAndPlay('Vex3'); } else { if (random(5) == 1) { gotoAndPlay('Vex4'); } else { if (random(5) == 1) { gotoAndPlay('Vex5'); } } } } } } frame 9112 { gotoAndPlay('Vex replay8'); } movieClip 1885 { } frame 9133 { _root.Overdrive += 5; } frame 9133 { _root.Damage = random(100) + 300; _root.HP -= _root.Damage; } frame 9138 { _root.Overdrive += 5; } frame 9138 { _root.Damage = random(100) + 300; _root.HP -= _root.Damage; } frame 9146 { if (_root.HP <= 0) { gotoAndPlay('Main_Dead3'); } } frame 9147 { gotoAndStop('Home3'); } frame 9264 { _root.Overdrive += 5; } frame 9264 { _root.Damage = random(500) + 800; _root.HP -= _root.Damage; } frame 9281 { if (_root.HP <= 0) { gotoAndPlay('Main_Dead3'); } } frame 9282 { gotoAndStop('Home3'); } movieClip 1908 { } frame 9491 { _root.Overdrive += 5; } frame 9491 { _root.Damage = random(500) + 800; _root.HP -= _root.Damage; } frame 9496 { _root.Overdrive += 5; } frame 9496 { _root.Damage = random(100) + 200; _root.HP -= _root.Damage; } frame 9500 { _root.Overdrive += 5; } frame 9500 { _root.Damage = random(100) + 200; _root.HP -= _root.Damage; } frame 9504 { _root.Overdrive += 5; } frame 9504 { _root.Damage = random(100) + 200; _root.HP -= _root.Damage; } frame 9508 { _root.Overdrive += 5; } frame 9508 { _root.Damage = random(100) + 200; _root.HP -= _root.Damage; } frame 9512 { _root.Overdrive += 5; } frame 9512 { _root.Damage = random(100) + 200; _root.HP -= _root.Damage; } frame 9516 { _root.Overdrive += 5; } frame 9516 { _root.Damage = random(100) + 500; _root.HP -= _root.Damage; } frame 9581 { if (_root.HP <= 0) { gotoAndPlay('Main_Dead3'); } } frame 9582 { gotoAndStop('Home3'); } frame 9597 { _root.Overdrive += 5; } frame 9597 { _root.Damage = random(100) + 200; _root.HP -= _root.Damage; } frame 9601 { _root.Overdrive += 5; } frame 9601 { _root.Damage = random(300) + 500; _root.HP -= _root.Damage; } frame 9671 { _root.Overdrive += 5; } frame 9671 { _root.Damage = random(400) + 500; _root.HP -= _root.Damage; } frame 9703 { _root.Overdrive += 5; } frame 9703 { _root.Damage = random(50) + 100; _root.HP -= _root.Damage; } frame 9711 { if (_root.HP <= 0) { gotoAndPlay('Main_Dead3'); } } frame 9712 { gotoAndStop('Home3'); } button 1967 { on (release, keyPress '<Space>') { gotoAndPlay('rea_none'); } } button 1977 { on (release, keyPress '<Space>') { gotoAndPlay('rea_d1'); } } frame 9763 { gotoAndPlay('rea_none'); } button 2003 { on (release, keyPress '<Space>') { gotoAndPlay('rea_d2'); } } frame 9876 { gotoAndPlay('rea_none'); } frame 9905 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 9930 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 9936 { if (_root.HP <= 0) { gotoAndPlay('Main_Dead3'); } } frame 9937 { gotoAndStop('Home3'); } frame 9953 { _root.Overdrive += 5; } frame 9953 { _root.Damage = random(500) + 1000; _root.HP -= _root.Damage; } frame 10041 { if (_root.HP <= 0) { gotoAndPlay('Main_Dead3'); } } frame 10042 { gotoAndStop('Home3'); } frame 10140 { stopAllSounds(); } frame 10177 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 10180 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 10184 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 10188 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 10192 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 10195 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 10199 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 10202 { _root.Damage = random(100) + 200; _root.Vex -= _root.Damage; } frame 10206 { _root.Damage = random(1000) + 2000; _root.Vex -= _root.Damage; } frame 10212 { _root.Damage = random(1000) + 2000; _root.Vex -= _root.Damage; } frame 10218 { _root.Damage = random(1000) + 2000; _root.Vex -= _root.Damage; } frame 10224 { _root.Damage = random(1000) + 2000; _root.Vex -= _root.Damage; } frame 10230 { _root.Damage = random(1000) + 2000; _root.Vex -= _root.Damage; } frame 10236 { _root.Damage = random(1000) + 2000; _root.Vex -= _root.Damage; } frame 10242 { _root.Damage = random(1000) + 2000; _root.Vex -= _root.Damage; } frame 10248 { _root.Damage = random(1000) + 2000; _root.Vex -= _root.Damage; } frame 10264 { _root.Damage = random(5000) + 5000; _root.Vex -= _root.Damage; } frame 10275 { _root.Damage = random(5000) + 5000; _root.Vex -= _root.Damage; } frame 10352 { gotoAndPlay('finalstage'); } frame 10353 { stopAllSounds(); } frame 10480 { stop(); } button 2135 { on (release) { gotoAndPlay('Try3'); } } frame 10510 { gotoAndPlay('Retry3'); } movieClip 2141 { } frame 10899 { _root.Sf_Player.onEnterFrame = function () { if (_root.Pause == false) { with (Sf_Player) { this.PrevX = this._x; this.PrevY = this._y; if (Key.isDown(38)) { this.gotoAndStop('Up'); this._y -= 5; if (!_root.S1_final.hitTest(this._x, this._y + 29, true) || !_root.S1_final.hitTest(this._x + this._width, this._y + 29, true)) { this._y += 5; } } else { if (Key.isDown(40)) { this.gotoAndStop('Down'); this._y += 5; if (!_root.S1_final.hitTest(this._x, this._y + this._height, true) || !_root.S1_final.hitTest(this._x + this._width, this._y + this._height, true)) { this._y -= 5; } } else { if (Key.isDown(37)) { this.gotoAndStop('Left'); this._x -= 5; if (!_root.S1_final.hitTest(this._x, this._y + 29, true) || !_root.S1_final.hitTest(this._x, this._y + this._height, true)) { this._x += 5; } } else { if (Key.isDown(39)) { this.gotoAndStop('Right'); this._x += 5; if (!_root.S1_final.hitTest(this._x + this._width, this._y + 29, true) || !_root.S1_final.hitTest(this._x + this._width, this._y + this._height, true)) { this._x -= 5; } } else { this.mcDude.stop(); } } } } if (this.hitTest(_root.S1_Trigger_Doorfinal)) { this._x = this.PrevX; this._y = this.PrevY; _root.gotoAndStop('passwordagain'); } } } }; } movieClip 2151 { } frame 10901 { _root.Pause = false; gotoAndStop('Sf_Move'); } frame 10902 { stop; _root.Pause = true; S1_DoorEntry.text = ' '; } button 2153 { on (release) { S1_DoorEntry.text += '2'; } } button 2154 { on (release) { _root.Pause = false; if (_root.SwordInst._visible == false) { gotoAndStop('Sf_Move'); } else { gotoAndPlay('Sf_Move'); } } } frame 10903 { stopAllSounds(); } movieClip 2167 { } movieClip 2170 { } movieClip 2181 { } movieClip 2192 { } movieClip 2200 { } frame 11565 { HP = 9000; MP = 200; pf = 99999; Overdrive = 0; } movieClip 2226 { } movieClip 2251 { } instance of movieClip 2251 { onClipEvent (enterFrame) { this._xscale = _root.Overdrive; if (_root.Overdrive <= 0) { _root.Overdrive = 0; } } } frame 11847 { stop(); } movieClip 2262 { frame 15 { stop(); } } button 2265 { on (release) { gotoAndPlay('Attack f'); } } button 2268 { on (release) { gotoAndPlay('Fire f'); _root.MP -= 20; } on (release) { if (_root.MP < 0) { gotoAndStop('mHome2'); } } } button 2271 { on (release) { gotoAndPlay('Ice f'); _root.MP -= 20; } on (release) { if (_root.MP < 0) { gotoAndStop('mHome2'); } } } button 2272 { on (release) { gotoAndPlay('Heal f'); _root.MP -= 40; } on (release) { if (_root.MP < 0) { gotoAndStop('mHome2'); } } } button 2275 { on (release) { gotoAndPlay('Bolt f'); _root.MP -= 40; } on (release) { if (_root.MP < 0) { gotoAndStop('mHome2'); } } } button 2276 { on (release) { if (_root.Overdrive >= 100) { gotoAndPlay('OverDrive f'); } } } frame 11848 { stop(); } button 2278 { on (release) { gotoAndPlay('Fire f'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('mHome3'); } } } button 2279 { on (release) { gotoAndPlay('Ice f'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('mHome3'); } } } button 2280 { on (release) { gotoAndPlay('Heal f'); _root.MP -= 8; } on (release) { if (_root.MP < 0) { gotoAndStop('mHome3'); } } } button 2281 { on (release) { gotoAndPlay('Bolt f'); _root.MP -= 6; } on (release) { if (_root.MP < 0) { gotoAndStop('mHome3'); } } } frame 11861 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } movieClip 2303 { frame 40 { stop(); } } frame 11867 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 11886 { if (random(4) == 1) { gotoAndPlay('Pf1'); } else { if (random(4) == 1) { gotoAndPlay('Pf2'); } else { if (random(4) == 1) { gotoAndPlay('Pf3'); } else { if (random(4) == 1) { gotoAndPlay('Pf4'); } } } } } frame 11887 { gotoAndPlay('Pf Replay'); } movieClip 2325 { } movieClip 2326 { frame 110 { stop(); } } frame 11946 { _root.Damage = random(1000) + 2000; _root.pf += _root.Damage; } movieClip 2340 { } frame 12010 { if (random(4) == 1) { gotoAndPlay('Pf1'); } else { if (random(4) == 1) { gotoAndPlay('Pf2'); } else { if (random(4) == 1) { gotoAndPlay('Pf3'); } else { if (random(4) == 1) { gotoAndPlay('Pf4'); } } } } } frame 12011 { gotoAndPlay('Pf Replay 2'); } frame 12056 { _root.Damage = random(1000) + 2000; _root.pf += _root.Damage; } frame 12107 { if (random(4) == 1) { gotoAndPlay('Pf1'); } else { if (random(4) == 1) { gotoAndPlay('Pf2'); } else { if (random(4) == 1) { gotoAndPlay('Pf3'); } else { if (random(4) == 1) { gotoAndPlay('Pf4'); } } } } } frame 12108 { gotoAndPlay('Pf Replay 3'); } movieClip 2346 { } frame 12154 { _root.Damage = random(200) + 500; _root.pf -= _root.Damage; } frame 12179 { if (random(4) == 1) { gotoAndPlay('Pf1'); } else { if (random(4) == 1) { gotoAndPlay('Pf2'); } else { if (random(4) == 1) { gotoAndPlay('Pf3'); } else { if (random(4) == 1) { gotoAndPlay('Pf4'); } } } } } frame 12180 { gotoAndPlay('Pf Replay 4'); } movieClip 2368 { } frame 12251 { _root.Damage = random(1000) + 3000; _root.HP += _root.Damage; } frame 12283 { if (random(4) == 1) { gotoAndPlay('Pf1'); } else { if (random(4) == 1) { gotoAndPlay('Pf2'); } else { if (random(4) == 1) { gotoAndPlay('Pf3'); } else { if (random(4) == 1) { gotoAndPlay('Pf4'); } } } } } frame 12284 { gotoAndPlay('Pf Replay 5'); } frame 12285 { _root.Overdrive *= 0; } movieClip 2371 { } frame 12683 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12707 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } movieClip 2434 { } frame 12708 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12711 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12715 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12723 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12728 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12732 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12733 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12735 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12736 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12740 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12743 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12747 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12748 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12750 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12753 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12757 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12758 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12759 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12761 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12762 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12763 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12765 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12767 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12769 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12771 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12772 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12774 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12775 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12779 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12782 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12786 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12787 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12789 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12792 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12796 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12797 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12798 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12800 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12801 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12802 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12804 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12806 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12808 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12810 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12811 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12813 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12814 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12818 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12821 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12825 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12826 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12828 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12831 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12832 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12833 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12834 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12835 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12837 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12838 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12839 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12840 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12841 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12842 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12871 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12875 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12878 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12880 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12881 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12883 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12884 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12885 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12886 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12887 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12888 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12890 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12891 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12892 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12893 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12894 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12896 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12897 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12898 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12899 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12900 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12901 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12903 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12904 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12905 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12906 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12907 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12909 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12910 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12911 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12912 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12913 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12914 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12916 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12917 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12918 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12919 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12920 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12921 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12923 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12924 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12925 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12926 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12927 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12929 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12930 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12931 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12932 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12933 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12934 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12936 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12937 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12938 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12939 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12940 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12942 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12943 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12944 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12945 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12946 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12947 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12949 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12950 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12951 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12952 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12953 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12954 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12956 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12957 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12958 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12959 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12960 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12962 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12963 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12964 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12965 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12966 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12967 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12969 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12970 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12971 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12972 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12973 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12975 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12976 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12977 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12978 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12979 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12980 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12982 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12984 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12988 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 12995 { _root.Damage = random(1) + 1; _root.pf -= _root.Damage; } frame 13031 { _root.Damage = random(79999) + 79999; _root.pf -= _root.Damage; } frame 13043 { if (_root.Pf <= 0) { gotoAndPlay('ending'); } } movieClip 2454 { } frame 13082 { _root.Overdrive += 5; } frame 13082 { _root.Damage = random(300) + 800; _root.HP -= _root.Damage; } frame 13086 { _root.Overdrive += 5; } frame 13086 { _root.Damage = random(300) + 800; _root.HP -= _root.Damage; } frame 13102 { if (_root.HP <= 0) { gotoAndPlay('Dead4'); } } frame 13103 { gotoAndStop('mHome2'); } frame 13145 { _root.Overdrive += 5; } frame 13145 { _root.Damage = random(600) + 300; _root.HP -= _root.Damage; } frame 13164 { if (_root.HP <= 0) { gotoAndPlay('Dead4'); } } frame 13165 { gotoAndStop('mHome2'); } frame 13268 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13274 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13281 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13285 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13288 { _root.Overdrive += 2; } frame 13288 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13291 { _root.Overdrive += 2; } frame 13291 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13294 { _root.Overdrive += 2; } frame 13294 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13297 { _root.Overdrive += 2; } frame 13297 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13299 { _root.Overdrive += 2; } frame 13299 { _root.Damage = random(10) + 10; _root.HP -= _root.Damage; } frame 13317 { _root.Overdrive += 5; } frame 13317 { _root.Damage = random(800) + 1000; _root.HP -= _root.Damage; } frame 13347 { if (_root.HP <= 0) { gotoAndPlay('Dead4'); } } frame 13348 { gotoAndStop('mHome2'); } movieClip 2520 { } frame 13383 { _root.Overdrive += 5; } frame 13383 { _root.Damage = random(1000) + 540; _root.HP -= _root.Damage; } frame 13416 { if (_root.HP <= 0) { gotoAndPlay('Dead4'); } } frame 13417 { gotoAndStop('mHome3'); } frame 13455 { stopAllSounds(); } frame 13480 { gotoAndPlay('Gameover3'); } frame 13513 { stopAllSounds(); } movieClip 2582 { } movieClip 2627 { } frame 15967 { stop(); } frame 15973 { stop(); } frame 15975 { stop(); } frame 15980 { stop(); } frame 15987 { stop(); } frame 15995 { stop(); } frame 15997 { stop(); }




http://swfchan.com/6/28981/info.shtml
Created: 11/8 -2019 18:03:22 Last modified: 11/8 -2019 18:03:22 Server time: 20/04 -2024 12:19:04