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

swfchan turned sixteen years old yesterday! (5may2024)

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

Bravo Haetae.swf

This is the info page for
Flash #25049

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


Text
1

2

5

6


ActionScript [AS1/AS2]

Frame 17
if (Number(_framesloaded) > Number(_totalframes)) { gotoAndPlay (20); } else if (Number(_framesloaded) < Number(_totalframes)) { loadC = int((_framesloaded / _totalframes) * 100); setProperty("/loader", _xscale , loadC); loadCount = ("LOADING " add loadC) add " %"; } else if (Number(_framesloaded) == Number(_totalframes)) { loadC = int((_framesloaded / _totalframes) * 100); setProperty("/loader", _xscale , loadC); loadCount = ("LOADING " add loadC) add " %"; gotoAndPlay (20); }
Frame 19
gotoAndPlay (17);
Frame 72
stop();
Frame 99
stop();
Frame 100
life = 1; score = 0;
Instance of Symbol 150 MovieClip "lake" in Frame 100
onClipEvent (load) { function reset() { this._x = random(400); this._y = random(-400) - 400; this._rotation = random(460) + 1; } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 600) { removeMovieClip(this); reset(); } }
Instance of Symbol 154 MovieClip "forest1" in Frame 100
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 155 MovieClip "forest2" in Frame 100
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); } }
Instance of Symbol 162 MovieClip "forest3" in Frame 100
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 157 MovieClip "mountain" in Frame 100
onClipEvent (load) { function reset() { this._x = random(400) + 1; this._y = random(-300) + 0; this._rotation = random(360); } } onClipEvent (enterFrame) { this._y = this._y + 5; if (this.hitTest(_root.base1)) { removeMovieClip(this); reset(); } if (this.hitTest(_root.base2)) { removeMovieClip(this); reset(); } if (this.hitTest(_root.base3)) { removeMovieClip(this); reset(); } if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 169 MovieClip "rock" in Frame 100
onClipEvent (load) { function reset() { startx1 = random(300); this._y = -100; Speed = random(30) + 1; radius = random(36) + 100; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.rock_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.rock_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + Speed; this._rotation = this._rotation + (scalar * 10); if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 175 MovieClip "ufo" in Frame 100
onClipEvent (load) { function reset() { startx1 = random(300); this._y = -100; Speed = random(30) + 1; radius = random(36) + 100; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.ufo_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.ufo_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + Speed; this._rotation = this._rotation + (scalar * 10); if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 187 MovieClip "zanax" in Frame 100
onClipEvent (load) { function fire1() { i = i + 1; duplicateMovieClip (_root.weapon1, "mc" + i, i); setProperty(_root["mc" + i], _x , getProperty(_root.zanax, _x)); setProperty(_root["mc" + i], _y , getProperty(_root.zanax, _y)); with (_root["mc" + i]) { gotoAndPlay(2); } if (i >= 100) { i = 0; } } function fire2() { n = n + 1; duplicateMovieClip (_root.laser, "mclaser" + n, n); setProperty(_root["mclaser" + n], _x , getProperty(_root.zanax, _x)); setProperty(_root["mclaser" + n], _y , getProperty(_root.zanax, _y)); with (_root["mclaser" + n]) { gotoAndPlay(2); } if (n >= 100) { n = 0; } } function fire3() { m = m + 1; duplicateMovieClip (_root.fire, "mcwave" + m, m); setProperty(_root["mcwave" + m], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcwave" + m], _y , getProperty(_root.zanax, _y)); with (_root["mcwave" + m]) { gotoAndPlay(2); } if (m >= 100) { m = 0; } } function fire4() { l = l + 1; duplicateMovieClip (_root.gama, "mcgama" + l, l); setProperty(_root["mcgama" + l], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcgama" + l], _y , getProperty(_root.zanax, _y)); with (_root["mcgama" + l]) { gotoAndPlay(2); } if (l >= 100) { l = 0; } } function fire5() { e = e + 1; duplicateMovieClip (_root.circle, "mccircle" + e, e); setProperty(_root["mccircle" + e], _x , getProperty(_root.zanax, _x)); setProperty(_root["mccircle" + e], _y , getProperty(_root.zanax, _y)); with (_root["mccircle" + e]) { gotoAndPlay(2); } if (e >= 100) { e = 0; } } } onClipEvent (enterFrame) { if (_root.life >= 4) { stopAllSounds(); _root.gotoAndPlay("over"); } if (_root.score >= 500) { stopAllSounds(); _root.gotoAndPlay("level2"); } if (Key.isDown(32) and (_root.weapon == 1)) { _root.zanax.gotoAndStop("so"); fire1(); } if (Key.isDown(32) and (_root.weapon == 2)) { _root.zanax.gotoAndStop("so"); fire2(); } if (Key.isDown(32) and (_root.weapon == 3)) { _root.zanax.gotoAndStop("so"); fire3(); } if (Key.isDown(32) and (_root.weapon == 4)) { _root.zanax.gotoAndStop("so"); fire4(); } if (Key.isDown(32) and (_root.weapon == 5)) { _root.zanax.gotoAndStop("so"); fire5(); } if (Key.isDown(39)) { _root.zanax.gotoAndStop("walk"); this._x = this._x + 15; if (this._x > 405) { this._x = 405; } } else if (Key.isDown(37)) { _root.zanax.gotoAndStop("walk"); this._x = this._x - 15; if (this._x < 18) { this._x = 18; } } if (Key.isDown(40)) { this._y = this._y + 15; _root.zanax.gotoAndStop("walk"); if (this._y > 355) { this._y = 355; } } else if (Key.isDown(38)) { _root.zanax.gotoAndStop("walk"); this._y = this._y - 15; if (this._y < 0) { this._y = 0; } } }
Frame 111
stop(); touch_life = false; touch_liser = false; touch_circle = false; touch_fire = false; touch_gama = false; score = 0; level = 1; weapon = 1; base1_mod = "live"; base2_mod = "live"; base3_mod = "live"; enemy1_mod = "live"; base1_mod = "live"; base2_mod = "live"; base3_mod = "live";
Instance of Symbol 241 MovieClip "base3" in Frame 111
onClipEvent (load) { function reset() { with (_root.base3) { gotoAndStop(1); } this._x = random(363) + 31; this._y = random(-400) + 0; _root.base3_mod = "live"; removeMovieClip(_root.base3.md); removeMovieClip(_root.base3.mh); removeMovieClip(_root.base3.me); removeMovieClip(_root.base3.mf); removeMovieClip(_root.base3.mg); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base3_mod == "live")) { _root.base3_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base3) { gotoAndStop (2); }; } if (this.hitTest(_root.forest3)) { reset(); } this._y = this._y + 5; if (this._y > 450) { reset(); } }
Instance of Symbol 253 MovieClip "base1" in Frame 111
onClipEvent (load) { function reset() { with (_root.base1) { gotoAndStop(1); } this._x = random(380) + 25; this._y = random(-400) + 0; _root.base1_mod = "live"; removeMovieClip(_root.base1.md); removeMovieClip(_root.base1.me); removeMovieClip(_root.base1.mf); removeMovieClip(_root.base1.mg); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base1_mod == "live")) { _root.base1_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base1) { gotoAndStop (2); }; } if (this.hitTest(_root.base2)) { reset(); } if (this.hitTest(_root.base3)) { reset(); } if (this.hitTest(_root.forest3)) { reset(); } if (this.hitTest(_root.mountain)) { reset(); } this._y = this._y + 5; if (this._y > 470) { reset(); } }
Instance of Symbol 269 MovieClip "base2" in Frame 111
onClipEvent (load) { function reset() { with (_root.base2) { gotoAndStop(1); } this._x = random(380) + 10; this._y = random(-378.9) + 22; _root.base2_mod = "live"; removeMovieClip(_root.base2.mf); removeMovieClip(_root.base2.mh); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base2_mod == "live")) { _root.base2_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base2) { gotoAndStop (2); }; } if (this.hitTest(_root.base3)) { reset(); } if (this.hitTest(_root.forest3)) { reset(); } if (this.hitTest(_root.mountain)) { reset(); } if (this.hitTest(_root.zanax) and (_root.base2 == "live")) { _root.life = _root.life + 1; } this._y = this._y + 5; if (this._y > 420) { reset(); } }
Instance of Symbol 280 MovieClip "circle" in Frame 111
onClipEvent (enterFrame) { if (this._name == _root.circle._name) { removeMovieClip(this); } else { this._y = this._y - 15; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win"); } } }
Instance of Symbol 287 MovieClip "fire" in Frame 111
onClipEvent (enterFrame) { if (this._name == _root.fire._name) { removeMovieClip(this); } else { this._y = this._y - 15; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win"); } } }
Instance of Symbol 292 MovieClip "gama" in Frame 111
onClipEvent (enterFrame) { if (this._name == _root.gama._name) { removeMovieClip(this); } else { this._y = this._y - 20; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win"); } } }
Instance of Symbol 297 MovieClip "weapon1" in Frame 111
onClipEvent (enterFrame) { if (this._name == _root.weapon1._name) { removeMovieClip(this); } else { this._y = this._y - 15; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win"); } } }
Instance of Symbol 301 MovieClip "laser" in Frame 111
onClipEvent (enterFrame) { if (this._name == _root.laser._name) { removeMovieClip(this); } else { this._y = this._y - 20; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win"); } } }
Instance of Symbol 304 MovieClip "lake" in Frame 112
onClipEvent (load) { function reset() { this._x = random(400); this._y = random(-400) - 400; this._rotation = random(460) + 1; } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 600) { removeMovieClip(this); reset(); } }
Instance of Symbol 309 MovieClip "forest3" in Frame 112
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 313 MovieClip "forest1" in Frame 112
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 314 MovieClip "forest2" in Frame 112
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); } }
Instance of Symbol 306 MovieClip "mountain" in Frame 112
onClipEvent (load) { function reset() { this._x = random(400) + 1; this._y = random(-300) + 0; this._rotation = random(360); } } onClipEvent (enterFrame) { this._y = this._y + 5; if (this.hitTest(_root.base1)) { removeMovieClip(this); reset(); } if (this.hitTest(_root.base2)) { removeMovieClip(this); reset(); } if (this.hitTest(_root.base3)) { removeMovieClip(this); reset(); } if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 324 MovieClip "base1" in Frame 112
onClipEvent (load) { function reset() { with (_root.base1) { gotoAndStop(1); } this._x = random(380) + 25; this._y = random(-400) + 0; _root.base1_mod = "live"; removeMovieClip(_root.base1.md); removeMovieClip(_root.base1.me); removeMovieClip(_root.base1.mf); removeMovieClip(_root.base1.mg); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base1_mod == "live")) { _root.base1_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base1) { gotoAndStop (2); }; } if (this.hitTest(_root.base2)) { reset(); } if (this.hitTest(_root.base3)) { reset(); } if (this.hitTest(_root.forest3)) { reset(); } if (this.hitTest(_root.mountain)) { reset(); } this._y = this._y + 5; if (this._y > 470) { reset(); } }
Instance of Symbol 329 MovieClip "shark" in Frame 112
onClipEvent (load) { function reset() { Speed = random(50) + 1; this._x = random(350); this._y = -100; _root.shark_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.shark_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this._y = this._y + Speed; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 339 MovieClip "rocket" in Frame 112
onClipEvent (load) { function reset() { startx1 = random(400); this._y = -100; Speed = random(100) + 1; radius = random(50) + 1; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.rocket_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.rocket_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + (Speed - b); if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 175 MovieClip "ufo" in Frame 112
onClipEvent (load) { function reset() { startx1 = random(300); this._y = -100; Speed = random(50) + 1; radius = random(36) + 100; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.ufo_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.ufo_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + Speed; this._rotation = this._rotation + (scalar * 10); if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 187 MovieClip "zanax" in Frame 112
onClipEvent (load) { function fire1() { i = i + 1; duplicateMovieClip (_root.weapon1, "mc" + i, i); setProperty(_root["mc" + i], _x , getProperty(_root.zanax, _x)); setProperty(_root["mc" + i], _y , getProperty(_root.zanax, _y)); with (_root["mc" + i]) { gotoAndPlay(2); } if (i >= 100) { i = 0; } } function fire2() { n = n + 1; duplicateMovieClip (_root.laser, "mclaser" + n, n); setProperty(_root["mclaser" + n], _x , getProperty(_root.zanax, _x)); setProperty(_root["mclaser" + n], _y , getProperty(_root.zanax, _y)); with (_root["mclaser" + n]) { gotoAndPlay(2); } if (n >= 100) { n = 0; } } function fire3() { m = m + 1; duplicateMovieClip (_root.fire, "mcwave" + m, m); setProperty(_root["mcwave" + m], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcwave" + m], _y , getProperty(_root.zanax, _y)); with (_root["mcwave" + m]) { gotoAndPlay(2); } if (m >= 100) { m = 0; } } function fire4() { l = l + 1; duplicateMovieClip (_root.gama, "mcgama" + l, l); setProperty(_root["mcgama" + l], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcgama" + l], _y , getProperty(_root.zanax, _y)); with (_root["mcgama" + l]) { gotoAndPlay(2); } if (l >= 100) { l = 0; } } function fire5() { e = e + 1; duplicateMovieClip (_root.circle, "mccircle" + e, e); setProperty(_root["mccircle" + e], _x , getProperty(_root.zanax, _x)); setProperty(_root["mccircle" + e], _y , getProperty(_root.zanax, _y)); with (_root["mccircle" + e]) { gotoAndPlay(2); } if (e >= 100) { e = 0; } } } onClipEvent (enterFrame) { if (_root.life >= 4) { stopAllSounds(); _root.gotoAndPlay("over"); } if (_root.score >= 800) { stopAllSounds(); _root.gotoAndPlay("level3"); } if (Key.isDown(32) and (_root.weapon == 1)) { _root.zanax.gotoAndStop("so"); fire1(); } if (Key.isDown(32) and (_root.weapon == 2)) { _root.zanax.gotoAndStop("so"); fire2(); } if (Key.isDown(32) and (_root.weapon == 3)) { _root.zanax.gotoAndStop("so"); fire3(); } if (Key.isDown(32) and (_root.weapon == 4)) { _root.zanax.gotoAndStop("so"); fire4(); } if (Key.isDown(32) and (_root.weapon == 5)) { _root.zanax.gotoAndStop("so"); fire5(); } if (Key.isDown(39)) { _root.zanax.gotoAndStop("walk"); this._x = this._x + 15; if (this._x > 405) { this._x = 405; } } else if (Key.isDown(37)) { _root.zanax.gotoAndStop("walk"); this._x = this._x - 15; if (this._x < 18) { this._x = 18; } } if (Key.isDown(40)) { _root.zanax.gotoAndStop("walk"); this._y = this._y + 15; if (this._y > 355) { this._y = 355; } } else if (Key.isDown(38)) { _root.zanax.gotoAndStop("walk"); this._y = this._y - 15; if (this._y < 0) { this._y = 0; } } }
Frame 113
stop(); score = 0; touch_life = false; touch_liser = false; touch_circle = false; touch_fire = false; touch_gama = false; weapon = 1; life = 1; level = 2; base1_mod = "live"; base2_mod = "live"; base3_mod = "live"; enemy1_mod = "live"; ufo_mod = "live"; shark_mod = "live"; rocket_mod = "live"; rock_mod = "live";
Instance of Symbol 187 MovieClip "zanax" in Frame 119
onClipEvent (load) { function fire1() { i = i + 1; duplicateMovieClip (_root.weapon1, "mc" + i, i); setProperty(_root["mc" + i], _x , getProperty(_root.zanax, _x)); setProperty(_root["mc" + i], _y , getProperty(_root.zanax, _y)); with (_root["mc" + i]) { gotoAndPlay(2); } if (i >= 100) { i = 0; } } function fire2() { n = n + 1; duplicateMovieClip (_root.laser, "mclaser" + n, n); setProperty(_root["mclaser" + n], _x , getProperty(_root.zanax, _x)); setProperty(_root["mclaser" + n], _y , getProperty(_root.zanax, _y)); with (_root["mclaser" + n]) { gotoAndPlay(2); } if (n >= 100) { n = 0; } } function fire3() { m = m + 1; duplicateMovieClip (_root.fire, "mcwave" + m, m); setProperty(_root["mcwave" + m], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcwave" + m], _y , getProperty(_root.zanax, _y)); with (_root["mcwave" + m]) { gotoAndPlay(2); } if (m >= 100) { m = 0; } } function fire4() { l = l + 1; duplicateMovieClip (_root.gama, "mcgama" + l, l); setProperty(_root["mcgama" + l], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcgama" + l], _y , getProperty(_root.zanax, _y)); with (_root["mcgama" + l]) { gotoAndPlay(2); } if (l >= 100) { l = 0; } } function fire5() { e = e + 1; duplicateMovieClip (_root.circle, "mccircle" + e, e); setProperty(_root["mccircle" + e], _x , getProperty(_root.zanax, _x)); setProperty(_root["mccircle" + e], _y , getProperty(_root.zanax, _y)); with (_root["mccircle" + e]) { gotoAndPlay(2); } if (e >= 100) { e = 0; } } } onClipEvent (enterFrame) { if (_root.life >= 4) { stopAllSounds(); _root.gotoAndPlay("over"); } if (Key.isDown(32) and (_root.weapon == 1)) { _root.zanax.gotoAndStop("so"); fire1(); } if (Key.isDown(32) and (_root.weapon == 2)) { _root.zanax.gotoAndStop("so"); fire2(); } if (Key.isDown(32) and (_root.weapon == 3)) { _root.zanax.gotoAndStop("so"); fire3(); } if (Key.isDown(32) and (_root.weapon == 4)) { _root.zanax.gotoAndStop("so"); fire4(); } if (Key.isDown(32) and (_root.weapon == 5)) { _root.zanax.gotoAndStop("so"); fire5(); } if (Key.isDown(39)) { _root.zanax.gotoAndStop("walk"); this._x = this._x + 15; if (this._x > 405) { this._x = 405; } } else if (Key.isDown(37)) { _root.zanax.gotoAndStop("walk"); this._x = this._x - 15; if (this._x < 18) { this._x = 18; } } if (Key.isDown(40)) { _root.zanax.gotoAndStop("walk"); this._y = this._y + 15; if (this._y > 355) { this._y = 355; } } else if (Key.isDown(38)) { _root.zanax.gotoAndStop("walk"); this._y = this._y - 15; if (this._y < 0) { this._y = 0; } } }
Frame 150
stop(); level = 3; score = 0; touch_life = false; touch_liser = false; touch_circle = false; touch_fire = false; touch_gama = false; base2_mod = "live"; base3_mod = "live"; enemy1_mod = "live"; ufo_mod = "live"; shark_mod = "live"; rocket_mod = "live"; rock_mod = "live"; b_eye1_life = 1200; b_eye2_life = 1200; b_eye5_life = 2400; b_eye3_life = 1200; b_eye4_life = 1200; eye1_mod = "live"; eye2_mod = "live"; eye3_mod = "live"; eye4_mod = "live"; eye5_mod = "live";
Instance of Symbol 269 MovieClip "base2" in Frame 150
onClipEvent (load) { function reset() { with (_root.base2) { gotoAndStop(1); } this._x = random(380) + 10; this._y = random(-378.9) + 22; _root.base2_mod = "live"; removeMovieClip(_root.base2.mf); removeMovieClip(_root.base2.mh); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base2_mod == "live")) { _root.base2_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base2) { gotoAndStop (2); }; } if (this.hitTest(_root.base3)) { reset(); } if (this.hitTest(_root.forest3)) { reset(); } if (this.hitTest(_root.mountain)) { reset(); } if (this.hitTest(_root.zanax) and (_root.base2 == "live")) { _root.life = _root.life + 1; } this._y = this._y + 5; if (this._y > 420) { reset(); } }
Instance of Symbol 372 MovieClip "eye2" in Frame 150
onClipEvent (enterFrame) { function reset() { this._x = 182; this._y = 35; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye2_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 372 MovieClip "eye1" in Frame 150
onClipEvent (enterFrame) { function reset() { this._x = 93; this._y = 36; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye1_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 372 MovieClip "eye3" in Frame 150
onClipEvent (enterFrame) { function reset() { this._x = 93; this._y = 130; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye3_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 372 MovieClip "eye4" in Frame 150
onClipEvent (enterFrame) { function reset() { this._x = 182; this._y = 35; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye4_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 372 MovieClip "eye5" in Frame 150
onClipEvent (enterFrame) { function reset() { this._x = 182; this._y = 35; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye5_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 329 MovieClip "shark" in Frame 150
onClipEvent (load) { function reset() { Speed = random(50) + 1; this._x = random(280); this._y = -100; _root.shark_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.shark_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay(2); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this._y = this._y + Speed; if (this._y > 350) { removeMovieClip(this); reset(); } }
Instance of Symbol 339 MovieClip "rocket" in Frame 150
onClipEvent (load) { function reset() { startx1 = random(280); this._y = -100; Speed = random(100) + 1; radius = random(50) + 1; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.rocket_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.rocket_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay(2); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + (Speed - b); if (this._y > 350) { removeMovieClip(this); reset(); } }
Instance of Symbol 175 MovieClip "ufo" in Frame 150
onClipEvent (load) { function reset() { startx1 = random(280); this._y = -100; Speed = random(50) + 1; radius = random(36) + 100; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.ufo_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.ufo_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay(2); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + Speed; this._rotation = this._rotation + (scalar * 10); if (this._y > 350) { removeMovieClip(this); reset(); } }
Frame 151
stopAllSounds();
Frame 152
stop();
Frame 189
loadVariables ("http://www.ibravo.com/Web/Game/Popup/UpdatePoint.aspx?corn=10", this, "POST"); stop(); stopAllSounds(); score = 0;
Frame 223
stop();
Frame 224
life = 1; score = 0;
Instance of Symbol 150 MovieClip "lake" in Frame 224
onClipEvent (load) { function reset() { this._x = random(400); this._y = random(-400) - 400; this._rotation = random(460) + 1; } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 600) { removeMovieClip(this); reset(); } }
Instance of Symbol 154 MovieClip "forest1" in Frame 224
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 155 MovieClip "forest2" in Frame 224
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); } }
Instance of Symbol 162 MovieClip "forest3" in Frame 224
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 157 MovieClip "mountain" in Frame 224
onClipEvent (load) { function reset() { this._x = random(400) + 1; this._y = random(-300) + 0; this._rotation = random(360); } } onClipEvent (enterFrame) { this._y = this._y + 5; if (this.hitTest(_root.base1)) { removeMovieClip(this); reset(); } if (this.hitTest(_root.base2)) { removeMovieClip(this); reset(); } if (this.hitTest(_root.base3)) { removeMovieClip(this); reset(); } if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 169 MovieClip "rock" in Frame 224
onClipEvent (load) { function reset() { startx1 = random(300); this._y = -100; Speed = random(30) + 1; radius = random(36) + 100; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.rock_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.rock_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + Speed; this._rotation = this._rotation + (scalar * 10); if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 175 MovieClip "ufo" in Frame 224
onClipEvent (load) { function reset() { startx1 = random(300); this._y = -100; Speed = random(30) + 1; radius = random(36) + 100; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.ufo_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.ufo_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + Speed; this._rotation = this._rotation + (scalar * 10); if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 408 MovieClip "zanax" in Frame 224
onClipEvent (load) { function fire1() { i = i + 1; duplicateMovieClip (_root.weapon1, "mc" + i, i); setProperty(_root["mc" + i], _x , getProperty(_root.zanax, _x)); setProperty(_root["mc" + i], _y , getProperty(_root.zanax, _y)); with (_root["mc" + i]) { gotoAndPlay(2); } if (i >= 100) { i = 0; } } function fire2() { n = n + 1; duplicateMovieClip (_root.laser, "mclaser" + n, n); setProperty(_root["mclaser" + n], _x , getProperty(_root.zanax, _x)); setProperty(_root["mclaser" + n], _y , getProperty(_root.zanax, _y)); with (_root["mclaser" + n]) { gotoAndPlay(2); } if (n >= 100) { n = 0; } } function fire3() { m = m + 1; duplicateMovieClip (_root.fire, "mcwave" + m, m); setProperty(_root["mcwave" + m], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcwave" + m], _y , getProperty(_root.zanax, _y)); with (_root["mcwave" + m]) { gotoAndPlay(2); } if (m >= 100) { m = 0; } } function fire4() { l = l + 1; duplicateMovieClip (_root.gama, "mcgama" + l, l); setProperty(_root["mcgama" + l], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcgama" + l], _y , getProperty(_root.zanax, _y)); with (_root["mcgama" + l]) { gotoAndPlay(2); } if (l >= 100) { l = 0; } } function fire5() { e = e + 1; duplicateMovieClip (_root.circle, "mccircle" + e, e); setProperty(_root["mccircle" + e], _x , getProperty(_root.zanax, _x)); setProperty(_root["mccircle" + e], _y , getProperty(_root.zanax, _y)); with (_root["mccircle" + e]) { gotoAndPlay(2); } if (e >= 100) { e = 0; } } } onClipEvent (enterFrame) { if (_root.life >= 4) { stopAllSounds(); _root.gotoAndPlay("over2"); } if (_root.score >= 500) { stopAllSounds(); _root.gotoAndPlay("level5"); } if (Key.isDown(32) and (_root.weapon == 1)) { _root.zanax.gotoAndStop("so"); fire1(); } if (Key.isDown(32) and (_root.weapon == 2)) { _root.zanax.gotoAndStop("so"); fire2(); } if (Key.isDown(32) and (_root.weapon == 3)) { _root.zanax.gotoAndStop("so"); fire3(); } if (Key.isDown(32) and (_root.weapon == 4)) { _root.zanax.gotoAndStop("so"); fire4(); } if (Key.isDown(32) and (_root.weapon == 5)) { _root.zanax.gotoAndStop("so"); fire5(); } if (Key.isDown(39)) { _root.zanax.gotoAndStop("walk"); this._x = this._x + 15; if (this._x > 405) { this._x = 405; } } else if (Key.isDown(37)) { _root.zanax.gotoAndStop("walk"); this._x = this._x - 15; if (this._x < 18) { this._x = 18; } } if (Key.isDown(40)) { this._y = this._y + 15; _root.zanax.gotoAndStop("walk"); if (this._y > 355) { this._y = 355; } } else if (Key.isDown(38)) { _root.zanax.gotoAndStop("walk"); this._y = this._y - 15; if (this._y < 0) { this._y = 0; } } }
Frame 235
stop(); touch_life = false; touch_liser = false; touch_circle = false; touch_fire = false; touch_gama = false; score = 0; level = 1; weapon = 1; base1_mod = "live"; base2_mod = "live"; base3_mod = "live"; enemy1_mod = "live"; base1_mod = "live"; base2_mod = "live"; base3_mod = "live";
Instance of Symbol 241 MovieClip "base3" in Frame 235
onClipEvent (load) { function reset() { with (_root.base3) { gotoAndStop(1); } this._x = random(363) + 31; this._y = random(-400) + 0; _root.base3_mod = "live"; removeMovieClip(_root.base3.md); removeMovieClip(_root.base3.mh); removeMovieClip(_root.base3.me); removeMovieClip(_root.base3.mf); removeMovieClip(_root.base3.mg); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base3_mod == "live")) { _root.base3_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base3) { gotoAndStop (2); }; } if (this.hitTest(_root.forest3)) { reset(); } this._y = this._y + 5; if (this._y > 450) { reset(); } }
Instance of Symbol 253 MovieClip "base1" in Frame 235
onClipEvent (load) { function reset() { with (_root.base1) { gotoAndStop(1); } this._x = random(380) + 25; this._y = random(-400) + 0; _root.base1_mod = "live"; removeMovieClip(_root.base1.md); removeMovieClip(_root.base1.me); removeMovieClip(_root.base1.mf); removeMovieClip(_root.base1.mg); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base1_mod == "live")) { _root.base1_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base1) { gotoAndStop (2); }; } if (this.hitTest(_root.base2)) { reset(); } if (this.hitTest(_root.base3)) { reset(); } if (this.hitTest(_root.forest3)) { reset(); } if (this.hitTest(_root.mountain)) { reset(); } this._y = this._y + 5; if (this._y > 470) { reset(); } }
Instance of Symbol 269 MovieClip "base2" in Frame 235
onClipEvent (load) { function reset() { with (_root.base2) { gotoAndStop(1); } this._x = random(380) + 10; this._y = random(-378.9) + 22; _root.base2_mod = "live"; removeMovieClip(_root.base2.mf); removeMovieClip(_root.base2.mh); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base2_mod == "live")) { _root.base2_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base2) { gotoAndStop (2); }; } if (this.hitTest(_root.base3)) { reset(); } if (this.hitTest(_root.forest3)) { reset(); } if (this.hitTest(_root.mountain)) { reset(); } if (this.hitTest(_root.zanax) and (_root.base2 == "live")) { _root.life = _root.life + 1; } this._y = this._y + 5; if (this._y > 420) { reset(); } }
Instance of Symbol 280 MovieClip "circle" in Frame 235
onClipEvent (enterFrame) { if (this._name == _root.circle._name) { removeMovieClip(this); } else { this._y = this._y - 15; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win2"); } } }
Instance of Symbol 287 MovieClip "fire" in Frame 235
onClipEvent (enterFrame) { if (this._name == _root.fire._name) { removeMovieClip(this); } else { this._y = this._y - 15; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win2"); } } }
Instance of Symbol 292 MovieClip "gama" in Frame 235
onClipEvent (enterFrame) { if (this._name == _root.gama._name) { removeMovieClip(this); } else { this._y = this._y - 20; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win2"); } } }
Instance of Symbol 297 MovieClip "weapon1" in Frame 235
onClipEvent (enterFrame) { if (this._name == _root.weapon1._name) { removeMovieClip(this); } else { this._y = this._y - 15; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win2"); } } }
Instance of Symbol 301 MovieClip "laser" in Frame 235
onClipEvent (enterFrame) { if (this._name == _root.laser._name) { removeMovieClip(this); } else { this._y = this._y - 20; if (this._y <= 0) { removeMovieClip(this); } if (this.hitTest(_root.base1) and (_root.base1_mod == "live")) { removeMovieClip(this); _root.base1_mod = "dead"; _root.score = _root.score + 10; with (_root.base1) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base2) and (_root.base2_mod == "live")) { removeMovieClip(this); _root.base2_mod = "dead"; _root.score = _root.score + 10; with (_root.base2) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.base3) and (_root.base3_mod == "live")) { removeMovieClip(this); _root.base3_mod = "dead"; _root.score = _root.score + 10; with (_root.base3) { gotoAndStop(random(15) + 2); } } if (this.hitTest(_root.ufo) and (_root.ufo_mod == "live")) { removeMovieClip(this); _root.ufo_mod = "dead"; _root.score = _root.score + 5; with (_root.ufo) { gotoAndplay(2); } } if (this.hitTest(_root.shark) and (_root.shark_mod == "live")) { removeMovieClip(this); _root.shark_mod = "dead"; _root.score = _root.score + 5; with (_root.shark) { gotoAndPlay(2); } } if (this.hitTest(_root.rocket) and (_root.rocket_mod == "live")) { removeMovieClip(this); _root.rocket_mod = "dead"; _root.score = _root.score + 5; with (_root.rocket) { gotoAndPlay(2); } } if (this.hitTest(_root.rock) and (_root.rock_mod == "live")) { removeMovieClip(this); _root.rock_mod = "dead"; _root.score = _root.score + 5; with (_root.rock) { gotoAndPlay(2); } } if (this.hitTest(_root.eye1)) { removeMovieClip(this); _root.eye1:reset(); } if (this.hitTest(_root.eye2)) { removeMovieClip(this); _root.eye2:reset(); } if (this.hitTest(_root.eye3)) { removeMovieClip(this); _root.eye3:reset(); } if (this.hitTest(_root.eye4)) { removeMovieClip(this); _root.eye4:reset(); } if (this.hitTest(_root.eye5)) { removeMovieClip(this); _root.eye5:reset(); } if (this.hitTest(_root.bigboss.b_eye1) and (_root.eye1_mod == "live")) { removeMovieClip(this); _root.b_eye1_life = _root.b_eye1_life - 300; if (_root.b_eye1_life <= 0) { _root.b_eye1_life = 0; _root.eye1_mod = "dead"; with (_root.bigboss.b_eye1) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye2) and (_root.eye2_mod == "live")) { removeMovieClip(this); _root.b_eye2_life = _root.b_eye2_life - 300; if (_root.b_eye2_life <= 0) { _root.b_eye2_life = 0; _root.eye2_mod = "dead"; with (_root.bigboss.b_eye2) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye3) and (_root.eye3_mod == "live")) { removeMovieClip(this); _root.b_eye3_life = _root.b_eye3_life - 300; if (_root.b_eye3_life <= 0) { _root.b_eye3_life = 0; _root.eye3_mod = "dead"; with (_root.bigboss.b_eye3) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye4) and (_root.eye4_mod == "live")) { removeMovieClip(this); _root.b_eye4_life = _root.b_eye4_life - 300; if (_root.b_eye4_life <= 0) { _root.b_eye4_life = 0; _root.eye4_mod = "dead"; with (_root.bigboss.b_eye4) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } if (this.hitTest(_root.bigboss.b_eye5) and (_root.eye5_mod == "live")) { removeMovieClip(this); _root.b_eye5_life = _root.b_eye5_life - 300; if (_root.b_eye5_life <= 0) { _root.b_eye5_life = 0; _root.eye5_mod = "dead"; with (_root.bigboss.b_eye5) { gotoAndStop(2); } } with (_root.bigboss) { gotoAndPlay(2); } } test = (((_root.b_eye1_life + _root.b_eye2_life) + _root.b_eye3_life) + _root.b_eye4_life) + _root.b_eye5_life; if ((test <= 0) and (_root.level == 3)) { stopAllSounds(); _root.gotoAndPlay("win2"); } } }
Instance of Symbol 304 MovieClip "lake" in Frame 236
onClipEvent (load) { function reset() { this._x = random(400); this._y = random(-400) - 400; this._rotation = random(460) + 1; } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 600) { removeMovieClip(this); reset(); } }
Instance of Symbol 309 MovieClip "forest3" in Frame 236
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 313 MovieClip "forest1" in Frame 236
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 314 MovieClip "forest2" in Frame 236
onClipEvent (load) { function reset() { this._x = random(400); this._y = -100; this._rotation = random(360); } reset(); } onClipEvent (enterFrame) { this._y = this._y + 5; if (this._y > 450) { removeMovieClip(this); } }
Instance of Symbol 306 MovieClip "mountain" in Frame 236
onClipEvent (load) { function reset() { this._x = random(400) + 1; this._y = random(-300) + 0; this._rotation = random(360); } } onClipEvent (enterFrame) { this._y = this._y + 5; if (this.hitTest(_root.base1)) { removeMovieClip(this); reset(); } if (this.hitTest(_root.base2)) { removeMovieClip(this); reset(); } if (this.hitTest(_root.base3)) { removeMovieClip(this); reset(); } if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 324 MovieClip "base1" in Frame 236
onClipEvent (load) { function reset() { with (_root.base1) { gotoAndStop(1); } this._x = random(380) + 25; this._y = random(-400) + 0; _root.base1_mod = "live"; removeMovieClip(_root.base1.md); removeMovieClip(_root.base1.me); removeMovieClip(_root.base1.mf); removeMovieClip(_root.base1.mg); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base1_mod == "live")) { _root.base1_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base1) { gotoAndStop (2); }; } if (this.hitTest(_root.base2)) { reset(); } if (this.hitTest(_root.base3)) { reset(); } if (this.hitTest(_root.forest3)) { reset(); } if (this.hitTest(_root.mountain)) { reset(); } this._y = this._y + 5; if (this._y > 470) { reset(); } }
Instance of Symbol 329 MovieClip "shark" in Frame 236
onClipEvent (load) { function reset() { Speed = random(50) + 1; this._x = random(350); this._y = -100; _root.shark_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.shark_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this._y = this._y + Speed; if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 339 MovieClip "rocket" in Frame 236
onClipEvent (load) { function reset() { startx1 = random(400); this._y = -100; Speed = random(100) + 1; radius = random(50) + 1; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.rocket_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.rocket_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + (Speed - b); if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 175 MovieClip "ufo" in Frame 236
onClipEvent (load) { function reset() { startx1 = random(300); this._y = -100; Speed = random(50) + 1; radius = random(36) + 100; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.ufo_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.ufo_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay("die"); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + Speed; this._rotation = this._rotation + (scalar * 10); if (this._y > 450) { removeMovieClip(this); reset(); } }
Instance of Symbol 408 MovieClip "zanax" in Frame 236
onClipEvent (load) { function fire1() { i = i + 1; duplicateMovieClip (_root.weapon1, "mc" + i, i); setProperty(_root["mc" + i], _x , getProperty(_root.zanax, _x)); setProperty(_root["mc" + i], _y , getProperty(_root.zanax, _y)); with (_root["mc" + i]) { gotoAndPlay(2); } if (i >= 100) { i = 0; } } function fire2() { n = n + 1; duplicateMovieClip (_root.laser, "mclaser" + n, n); setProperty(_root["mclaser" + n], _x , getProperty(_root.zanax, _x)); setProperty(_root["mclaser" + n], _y , getProperty(_root.zanax, _y)); with (_root["mclaser" + n]) { gotoAndPlay(2); } if (n >= 100) { n = 0; } } function fire3() { m = m + 1; duplicateMovieClip (_root.fire, "mcwave" + m, m); setProperty(_root["mcwave" + m], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcwave" + m], _y , getProperty(_root.zanax, _y)); with (_root["mcwave" + m]) { gotoAndPlay(2); } if (m >= 100) { m = 0; } } function fire4() { l = l + 1; duplicateMovieClip (_root.gama, "mcgama" + l, l); setProperty(_root["mcgama" + l], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcgama" + l], _y , getProperty(_root.zanax, _y)); with (_root["mcgama" + l]) { gotoAndPlay(2); } if (l >= 100) { l = 0; } } function fire5() { e = e + 1; duplicateMovieClip (_root.circle, "mccircle" + e, e); setProperty(_root["mccircle" + e], _x , getProperty(_root.zanax, _x)); setProperty(_root["mccircle" + e], _y , getProperty(_root.zanax, _y)); with (_root["mccircle" + e]) { gotoAndPlay(2); } if (e >= 100) { e = 0; } } } onClipEvent (enterFrame) { if (_root.life >= 4) { stopAllSounds(); _root.gotoAndPlay("over2"); } if (_root.score >= 800) { stopAllSounds(); _root.gotoAndPlay("level6"); } if (Key.isDown(32) and (_root.weapon == 1)) { _root.zanax.gotoAndStop("so"); fire1(); } if (Key.isDown(32) and (_root.weapon == 2)) { _root.zanax.gotoAndStop("so"); fire2(); } if (Key.isDown(32) and (_root.weapon == 3)) { _root.zanax.gotoAndStop("so"); fire3(); } if (Key.isDown(32) and (_root.weapon == 4)) { _root.zanax.gotoAndStop("so"); fire4(); } if (Key.isDown(32) and (_root.weapon == 5)) { _root.zanax.gotoAndStop("so"); fire5(); } if (Key.isDown(39)) { _root.zanax.gotoAndStop("walk"); this._x = this._x + 15; if (this._x > 405) { this._x = 405; } } else if (Key.isDown(37)) { _root.zanax.gotoAndStop("walk"); this._x = this._x - 15; if (this._x < 18) { this._x = 18; } } if (Key.isDown(40)) { _root.zanax.gotoAndStop("walk"); this._y = this._y + 15; if (this._y > 355) { this._y = 355; } } else if (Key.isDown(38)) { _root.zanax.gotoAndStop("walk"); this._y = this._y - 15; if (this._y < 0) { this._y = 0; } } }
Frame 237
stop(); score = 0; touch_life = false; touch_liser = false; touch_circle = false; touch_fire = false; touch_gama = false; weapon = 1; life = 1; level = 2; base1_mod = "live"; base2_mod = "live"; base3_mod = "live"; enemy1_mod = "live"; ufo_mod = "live"; shark_mod = "live"; rocket_mod = "live"; rock_mod = "live";
Instance of Symbol 408 MovieClip "zanax" in Frame 243
onClipEvent (load) { function fire1() { i = i + 1; duplicateMovieClip (_root.weapon1, "mc" + i, i); setProperty(_root["mc" + i], _x , getProperty(_root.zanax, _x)); setProperty(_root["mc" + i], _y , getProperty(_root.zanax, _y)); with (_root["mc" + i]) { gotoAndPlay(2); } if (i >= 100) { i = 0; } } function fire2() { n = n + 1; duplicateMovieClip (_root.laser, "mclaser" + n, n); setProperty(_root["mclaser" + n], _x , getProperty(_root.zanax, _x)); setProperty(_root["mclaser" + n], _y , getProperty(_root.zanax, _y)); with (_root["mclaser" + n]) { gotoAndPlay(2); } if (n >= 100) { n = 0; } } function fire3() { m = m + 1; duplicateMovieClip (_root.fire, "mcwave" + m, m); setProperty(_root["mcwave" + m], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcwave" + m], _y , getProperty(_root.zanax, _y)); with (_root["mcwave" + m]) { gotoAndPlay(2); } if (m >= 100) { m = 0; } } function fire4() { l = l + 1; duplicateMovieClip (_root.gama, "mcgama" + l, l); setProperty(_root["mcgama" + l], _x , getProperty(_root.zanax, _x)); setProperty(_root["mcgama" + l], _y , getProperty(_root.zanax, _y)); with (_root["mcgama" + l]) { gotoAndPlay(2); } if (l >= 100) { l = 0; } } function fire5() { e = e + 1; duplicateMovieClip (_root.circle, "mccircle" + e, e); setProperty(_root["mccircle" + e], _x , getProperty(_root.zanax, _x)); setProperty(_root["mccircle" + e], _y , getProperty(_root.zanax, _y)); with (_root["mccircle" + e]) { gotoAndPlay(2); } if (e >= 100) { e = 0; } } } onClipEvent (enterFrame) { if (_root.life >= 4) { stopAllSounds(); _root.gotoAndPlay("over2"); } if (Key.isDown(32) and (_root.weapon == 1)) { _root.zanax.gotoAndStop("so"); fire1(); } if (Key.isDown(32) and (_root.weapon == 2)) { _root.zanax.gotoAndStop("so"); fire2(); } if (Key.isDown(32) and (_root.weapon == 3)) { _root.zanax.gotoAndStop("so"); fire3(); } if (Key.isDown(32) and (_root.weapon == 4)) { _root.zanax.gotoAndStop("so"); fire4(); } if (Key.isDown(32) and (_root.weapon == 5)) { _root.zanax.gotoAndStop("so"); fire5(); } if (Key.isDown(39)) { _root.zanax.gotoAndStop("walk"); this._x = this._x + 15; if (this._x > 405) { this._x = 405; } } else if (Key.isDown(37)) { _root.zanax.gotoAndStop("walk"); this._x = this._x - 15; if (this._x < 18) { this._x = 18; } } if (Key.isDown(40)) { _root.zanax.gotoAndStop("walk"); this._y = this._y + 15; if (this._y > 355) { this._y = 355; } } else if (Key.isDown(38)) { _root.zanax.gotoAndStop("walk"); this._y = this._y - 15; if (this._y < 0) { this._y = 0; } } }
Frame 274
stop(); level = 3; score = 0; touch_life = false; touch_liser = false; touch_circle = false; touch_fire = false; touch_gama = false; base2_mod = "live"; base3_mod = "live"; enemy1_mod = "live"; ufo_mod = "live"; shark_mod = "live"; rocket_mod = "live"; rock_mod = "live"; b_eye1_life = 1200; b_eye2_life = 1200; b_eye5_life = 2400; b_eye3_life = 1200; b_eye4_life = 1200; eye1_mod = "live"; eye2_mod = "live"; eye3_mod = "live"; eye4_mod = "live"; eye5_mod = "live";
Instance of Symbol 269 MovieClip "base2" in Frame 274
onClipEvent (load) { function reset() { with (_root.base2) { gotoAndStop(1); } this._x = random(380) + 10; this._y = random(-378.9) + 22; _root.base2_mod = "live"; removeMovieClip(_root.base2.mf); removeMovieClip(_root.base2.mh); } } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.base2_mod == "live")) { _root.base2_mod = "dead"; _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; tellTarget (_root.base2) { gotoAndStop (2); }; } if (this.hitTest(_root.base3)) { reset(); } if (this.hitTest(_root.forest3)) { reset(); } if (this.hitTest(_root.mountain)) { reset(); } if (this.hitTest(_root.zanax) and (_root.base2 == "live")) { _root.life = _root.life + 1; } this._y = this._y + 5; if (this._y > 420) { reset(); } }
Instance of Symbol 372 MovieClip "eye2" in Frame 274
onClipEvent (enterFrame) { function reset() { this._x = 182; this._y = 35; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye2_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 372 MovieClip "eye1" in Frame 274
onClipEvent (enterFrame) { function reset() { this._x = 93; this._y = 36; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye1_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 372 MovieClip "eye3" in Frame 274
onClipEvent (enterFrame) { function reset() { this._x = 93; this._y = 130; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye3_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 372 MovieClip "eye4" in Frame 274
onClipEvent (enterFrame) { function reset() { this._x = 182; this._y = 35; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye4_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 372 MovieClip "eye5" in Frame 274
onClipEvent (enterFrame) { function reset() { this._x = 182; this._y = 35; } } onClipEvent (enterFrame) { this._y = this._y + 10; if (this._x < _root.zanax._x) { this._x = this._x + 10; } if (this._x > _root.zanax._x) { this._x = this._x - 10; } if (this.hitTest(_root.zanax)) { _root.life = _root.life + 1; reset(); _root.life = _root.life + 1; if (_root.life >= 5) { _root.life = 5; } with (_root.zanax) { gotoAndPlay(2); } with (_root.mc_life) { gotoAndStop(_root.life); } } if (this._y > 400) { reset(); } if (_root.b_eye5_life <= 0) { this._x = -10; this._y = -10; } }
Instance of Symbol 329 MovieClip "shark" in Frame 274
onClipEvent (load) { function reset() { Speed = random(50) + 1; this._x = random(280); this._y = -100; _root.shark_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.shark_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay(2); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this._y = this._y + Speed; if (this._y > 350) { removeMovieClip(this); reset(); } }
Instance of Symbol 339 MovieClip "rocket" in Frame 274
onClipEvent (load) { function reset() { startx1 = random(280); this._y = -100; Speed = random(100) + 1; radius = random(50) + 1; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.rocket_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.rocket_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay(2); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + (Speed - b); if (this._y > 350) { removeMovieClip(this); reset(); } }
Instance of Symbol 175 MovieClip "ufo" in Frame 274
onClipEvent (load) { function reset() { startx1 = random(280); this._y = -100; Speed = random(50) + 1; radius = random(36) + 100; perspective = 300; anglespeed = 0.0436332312998582; this.gotoAndStop(1); _root.ufo_mod = "live"; } reset(); } onClipEvent (enterFrame) { if (this.hitTest(_root.zanax) and (_root.ufo_mod == "live")) { _root.life = _root.life + 1; with (_root.zanax) { gotoAndPlay(2); } tellTarget (_root.mc_life) { gotoAndStop(_root.life); }; reset(); } this.angle = this.angle + anglespeed; a = Math.sin(this.angle) * radius; b = Math.cos(this.angle) * radius; scalar = perspective / (b + perspective); this._x = (a * scalar) + startx1; this._y = this._y + Speed; this._rotation = this._rotation + (scalar * 10); if (this._y > 350) { removeMovieClip(this); reset(); } }
Frame 275
stopAllSounds();
Frame 276
stop();
Frame 313
loadVariables ("http://www.ibravo.com/Web/Game/Popup/UpdatePoint.aspx?corn=10", this, "POST"); stop(); stopAllSounds(); score = 0;
Frame 347
stop();
Symbol 114 Button
on (press) { stopAllSounds(); gotoAndStop (73); }
Symbol 136 Button
on (release) { stopAllSounds(); gotoAndPlay (100); }
Symbol 146 Button
on (release) { stopAllSounds(); gotoAndPlay (224); }
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 9
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 4
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 7
gotoAndPlay (1);
Symbol 187 MovieClip Frame 11
gotoAndPlay (1);
Symbol 194 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 4
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Symbol 200 MovieClip Frame 3
stop();
Symbol 200 MovieClip Frame 4
stop();
Symbol 200 MovieClip Frame 5
stop();
Symbol 200 MovieClip Frame 6
stop();
Symbol 209 Button
on (release) { getURL ("http://www.ibravo.com"); }
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 2
stop();
Symbol 241 MovieClip Frame 3
stop();
Instance of Symbol 240 MovieClip "collect_laser" in Symbol 241 MovieClip Frame 3
onClipEvent (enterFrame) { _root.base3.collect_laser._visible = false; duplicateMovieClip (_root.base3.collect_laser, "md", 1); if (_root.base3.md.hitTest(_root.zanax)) { _root.touch_liser = true; } if (_root.touch_liser == true) { removeMovieClip(_root.base3.md); _root.weapon = 2; with (_root.weapons) { gotoAndStop(2); } } }
Symbol 241 MovieClip Frame 4
stop();
Symbol 241 MovieClip Frame 5
stop();
Symbol 241 MovieClip Frame 6
stop();
Instance of Symbol 240 MovieClip "collect_fire" in Symbol 241 MovieClip Frame 6
onClipEvent (enterFrame) { _root.base3.collect_fire._visible = false; duplicateMovieClip (_root.base3.collect_fire, "mf", 1); if (_root.base3.mf.hitTest(_root.zanax)) { _root.touch_fire = true; } if (_root.touch_fire == true) { removeMovieClip(_root.base3.mf); _root.weapon = 3; with (_root.weapons) { gotoAndStop(4); } } }
Symbol 241 MovieClip Frame 7
stop();
Symbol 241 MovieClip Frame 8
stop();
Symbol 241 MovieClip Frame 9
stop();
Instance of Symbol 240 MovieClip "collect_circle" in Symbol 241 MovieClip Frame 9
onClipEvent (enterFrame) { _root.base3.collect_circle._visible = false; duplicateMovieClip (_root.base3.collect_circle, "me", 1); if (_root.base3.me.hitTest(_root.zanax)) { _root.touch_circle = true; } if (_root.touch_circle == true) { removeMovieClip(_root.base3.me); _root.weapon = 5; with (_root.weapons) { gotoAndStop(6); } } }
Symbol 241 MovieClip Frame 10
stop();
Symbol 241 MovieClip Frame 11
stop();
Symbol 241 MovieClip Frame 12
stop();
Instance of Symbol 240 MovieClip "collect_fire" in Symbol 241 MovieClip Frame 12
onClipEvent (enterFrame) { _root.base3.collect_fire._visible = false; duplicateMovieClip (_root.base3.collect_fire, "mf", 1); if (_root.base3.mf.hitTest(_root.zanax)) { _root.touch_fire = true; } if (_root.touch_fire == true) { removeMovieClip(_root.base3.mf); _root.weapon = 3; with (_root.weapons) { gotoAndStop(4); } } }
Symbol 241 MovieClip Frame 13
stop();
Symbol 241 MovieClip Frame 14
stop();
Symbol 241 MovieClip Frame 15
stop();
Instance of Symbol 240 MovieClip "collect_gama" in Symbol 241 MovieClip Frame 15
onClipEvent (enterFrame) { _root.base3.collect_gama._visible = false; duplicateMovieClip (_root.base3.collect_gama, "mg", 1); if (_root.base3.mg.hitTest(_root.zanax)) { _root.touch_gama = true; } if (_root.touch_gama == true) { removeMovieClip(_root.base3.mg); _root.weapon = 4; with (_root.weapons) { gotoAndStop(5); } } }
Symbol 241 MovieClip Frame 16
stop();
Symbol 241 MovieClip Frame 17
stop();
Instance of Symbol 240 MovieClip "collect_laser" in Symbol 241 MovieClip Frame 17
onClipEvent (enterFrame) { _root.base3.collect_laser._visible = false; duplicateMovieClip (_root.base3.collect_laser, "md", 1); if (_root.base3.md.hitTest(_root.zanax)) { _root.touch_liser = true; } if (_root.touch_liser == true) { removeMovieClip(_root.base3.md); _root.weapon = 2; with (_root.weapons) { gotoAndStop(2); } } }
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
stop();
Symbol 253 MovieClip Frame 3
stop();
Instance of Symbol 252 MovieClip "collect_laser" in Symbol 253 MovieClip Frame 3
onClipEvent (enterFrame) { _root.base1.collect_laser._visible = false; duplicateMovieClip (_root.base1.collect_laser, "md", 1); if (_root.base1.md.hitTest(_root.zanax)) { _root.touch_liser = true; } if (_root.touch_liser == true) { removeMovieClip(_root.base1.md); _root.weapon = 2; with (_root.weapons) { gotoAndStop(2); } } }
Symbol 253 MovieClip Frame 4
stop();
Symbol 253 MovieClip Frame 5
stop();
Symbol 253 MovieClip Frame 6
stop();
Symbol 253 MovieClip Frame 7
stop();
Symbol 253 MovieClip Frame 8
stop();
Instance of Symbol 252 MovieClip "collect_circle" in Symbol 253 MovieClip Frame 8
onClipEvent (enterFrame) { _root.base1.collect_circle._visible = false; duplicateMovieClip (_root.base1.collect_circle, "me", 1); if (_root.base1.me.hitTest(_root.zanax)) { _root.touch_circle = true; } if (_root.touch_circle == true) { removeMovieClip(_root.base1.me); _root.weapon = 5; with (_root.weapons) { gotoAndStop(6); } } }
Symbol 253 MovieClip Frame 9
stop();
Symbol 253 MovieClip Frame 10
stop();
Symbol 253 MovieClip Frame 11
stop();
Symbol 253 MovieClip Frame 12
stop();
Symbol 253 MovieClip Frame 13
stop();
Instance of Symbol 252 MovieClip "collect_fire" in Symbol 253 MovieClip Frame 13
onClipEvent (enterFrame) { _root.base1.collect_fire._visible = false; duplicateMovieClip (_root.base1.collect_fire, "mf", 1); if (_root.base1.mf.hitTest(_root.zanax)) { _root.touch_fire = true; } if (_root.touch_fire == true) { removeMovieClip(_root.base1.mf); _root.weapon = 3; with (_root.weapons) { gotoAndStop(4); } } }
Symbol 253 MovieClip Frame 14
stop();
Symbol 253 MovieClip Frame 15
stop();
Symbol 253 MovieClip Frame 16
stop();
Symbol 253 MovieClip Frame 17
stop();
Instance of Symbol 252 MovieClip "collect_gama" in Symbol 253 MovieClip Frame 17
onClipEvent (enterFrame) { _root.base1.collect_gama._visible = false; duplicateMovieClip (_root.base1.collect_gama, "mg", 1); if (_root.base1.mg.hitTest(_root.zanax)) { _root.touch_gama = true; } if (_root.touch_gama == true) { removeMovieClip(_root.base1.mg); _root.weapon = 4; with (_root.weapons) { gotoAndStop(5); } } }
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
stop();
Symbol 269 MovieClip Frame 3
stop();
Instance of Symbol 268 MovieClip "collect_life" in Symbol 269 MovieClip Frame 3
onClipEvent (enterFrame) { _root.base2.collect_life._visible = false; duplicateMovieClip (_root.base2.collect_life, "mh", 1); if (_root.base2.mh.hitTest(_root.zanax)) { _root.touch_life = true; } if (_root.touch_life == true) { removeMovieClip(_root.base2.mh); _root.life = _root.life - 1; if (_root.life <= 1) { _root.life = 1; } with (_root.mc_life) { gotoAndStop(_root.life); } } }
Symbol 269 MovieClip Frame 4
stop();
Symbol 269 MovieClip Frame 5
stop();
Symbol 269 MovieClip Frame 6
stop();
Symbol 269 MovieClip Frame 7
stop();
Instance of Symbol 268 MovieClip "collect_life" in Symbol 269 MovieClip Frame 7
onClipEvent (enterFrame) { _root.base2.collect_life._visible = false; duplicateMovieClip (_root.base2.collect_life, "mh", 1); if (_root.base2.mh.hitTest(_root.zanax)) { _root.touch_life = true; } if (_root.touch_life == true) { removeMovieClip(_root.base2.mh); _root.life = _root.life - 1; if (_root.life <= 1) { _root.life = 1; } with (_root.mc_life) { gotoAndStop(_root.life); } } }
Symbol 269 MovieClip Frame 8
stop();
Symbol 269 MovieClip Frame 9
stop();
Symbol 269 MovieClip Frame 10
stop();
Instance of Symbol 268 MovieClip "collect_life" in Symbol 269 MovieClip Frame 10
onClipEvent (enterFrame) { _root.base2.collect_life._visible = false; duplicateMovieClip (_root.base2.collect_life, "mh", 1); if (_root.base2.mh.hitTest(_root.zanax)) { _root.touch_life = true; } if (_root.touch_life == true) { removeMovieClip(_root.base2.mh); _root.life = _root.life - 1; if (_root.life <= 1) { _root.life = 1; } with (_root.mc_life) { gotoAndStop(_root.life); } } }
Symbol 269 MovieClip Frame 11
stop();
Symbol 269 MovieClip Frame 12
stop();
Symbol 269 MovieClip Frame 13
stop();
Symbol 269 MovieClip Frame 14
stop();
Symbol 269 MovieClip Frame 15
stop();
Instance of Symbol 268 MovieClip "collect_life" in Symbol 269 MovieClip Frame 15
onClipEvent (enterFrame) { _root.base2.collect_life._visible = false; duplicateMovieClip (_root.base2.collect_life, "mh", 1); if (_root.base2.mh.hitTest(_root.zanax)) { _root.touch_life = true; } if (_root.touch_life == true) { removeMovieClip(_root.base2.mh); _root.life = _root.life - 1; if (_root.life <= 1) { _root.life = 1; } with (_root.mc_life) { gotoAndStop(_root.life); } } }
Symbol 269 MovieClip Frame 16
stop();
Symbol 269 MovieClip Frame 17
stop();
Symbol 269 MovieClip Frame 18
stop();
Instance of Symbol 268 MovieClip "collect_life" in Symbol 269 MovieClip Frame 18
onClipEvent (enterFrame) { _root.base2.collect_life._visible = false; duplicateMovieClip (_root.base2.collect_life, "mh", 1); if (_root.base2.mh.hitTest(_root.zanax)) { _root.touch_life = true; } if (_root.touch_life == true) { removeMovieClip(_root.base2.mh); _root.life = _root.life - 1; if (_root.life <= 1) { _root.life = 1; } with (_root.mc_life) { gotoAndStop(_root.life); } } }
Symbol 280 MovieClip Frame 20
stop();
Symbol 287 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 1
stop();
Instance of Symbol 252 MovieClip "collect_laser" in Symbol 324 MovieClip Frame 3
onClipEvent (enterFrame) { _root.base1.collect_laser._visible = false; duplicateMovieClip (_root.base1.collect_laser, "md", 1); if (_root.base1.md.hitTest(_root.zanax)) { _root.touch_liser = true; } if (_root.touch_liser == true) { removeMovieClip(_root.base1.md); _root.weapon = 2; with (_root.weapons) { gotoAndStop(2); } } }
Instance of Symbol 252 MovieClip "collect_circle" in Symbol 324 MovieClip Frame 8
onClipEvent (enterFrame) { _root.base1.collect_circle._visible = false; duplicateMovieClip (_root.base1.collect_circle, "me", 1); if (_root.base1.me.hitTest(_root.zanax)) { _root.touch_circle = true; } if (_root.touch_circle == true) { removeMovieClip(_root.base1.me); _root.weapon = 5; with (_root.weapons) { gotoAndStop(6); } } }
Instance of Symbol 252 MovieClip "collect_fire" in Symbol 324 MovieClip Frame 13
onClipEvent (enterFrame) { _root.base1.collect_fire._visible = false; duplicateMovieClip (_root.base1.collect_fire, "mf", 1); if (_root.base1.mf.hitTest(_root.zanax)) { _root.touch_fire = true; } if (_root.touch_fire == true) { removeMovieClip(_root.base1.mf); _root.weapon = 3; with (_root.weapons) { gotoAndStop(4); } } }
Instance of Symbol 252 MovieClip "collect_gama" in Symbol 324 MovieClip Frame 17
onClipEvent (enterFrame) { _root.base1.collect_gama._visible = false; duplicateMovieClip (_root.base1.collect_gama, "mg", 1); if (_root.base1.mg.hitTest(_root.zanax)) { _root.touch_gama = true; } if (_root.touch_gama == true) { removeMovieClip(_root.base1.mg); _root.weapon = 4; with (_root.weapons) { gotoAndStop(5); } } }
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 4
stop();
Symbol 339 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 5
stop();
Symbol 366 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 3
gotoAndStop (1);
Symbol 382 Button
on (release) { stopAllSounds(); _root.score = 0; gotoAndPlay (73); }
Symbol 408 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 6
gotoAndPlay (1);
Symbol 408 MovieClip Frame 10
gotoAndPlay (1);
Symbol 413 MovieClip Frame 1
stop();
Symbol 413 MovieClip Frame 4
stop();

Library Items

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

Instance Names

"lake"Frame 100Symbol 150 MovieClip
"forest1"Frame 100Symbol 154 MovieClip
"forest2"Frame 100Symbol 155 MovieClip
"forest3"Frame 100Symbol 162 MovieClip
"mountain"Frame 100Symbol 157 MovieClip
"rock"Frame 100Symbol 169 MovieClip
"ufo"Frame 100Symbol 175 MovieClip
"zanax"Frame 100Symbol 187 MovieClip
"mc_life"Frame 100Symbol 194 MovieClip
"weapons"Frame 100Symbol 200 MovieClip
"base3"Frame 111Symbol 241 MovieClip
"base1"Frame 111Symbol 253 MovieClip
"base2"Frame 111Symbol 269 MovieClip
"circle"Frame 111Symbol 280 MovieClip
"fire"Frame 111Symbol 287 MovieClip
"gama"Frame 111Symbol 292 MovieClip
"weapon1"Frame 111Symbol 297 MovieClip
"laser"Frame 111Symbol 301 MovieClip
"lake"Frame 112Symbol 304 MovieClip
"forest3"Frame 112Symbol 309 MovieClip
"forest1"Frame 112Symbol 313 MovieClip
"forest2"Frame 112Symbol 314 MovieClip
"mountain"Frame 112Symbol 306 MovieClip
"base1"Frame 112Symbol 324 MovieClip
"shark"Frame 112Symbol 329 MovieClip
"rocket"Frame 112Symbol 339 MovieClip
"ufo"Frame 112Symbol 175 MovieClip
"zanax"Frame 112Symbol 187 MovieClip
"bigboss"Frame 119Symbol 369 MovieClip
"zanax"Frame 119Symbol 187 MovieClip
"base2"Frame 150Symbol 269 MovieClip
"eye2"Frame 150Symbol 372 MovieClip
"eye1"Frame 150Symbol 372 MovieClip
"eye3"Frame 150Symbol 372 MovieClip
"eye4"Frame 150Symbol 372 MovieClip
"eye5"Frame 150Symbol 372 MovieClip
"bigboss"Frame 150Symbol 369 MovieClip
"shark"Frame 150Symbol 329 MovieClip
"rocket"Frame 150Symbol 339 MovieClip
"ufo"Frame 150Symbol 175 MovieClip
"lake"Frame 224Symbol 150 MovieClip
"forest1"Frame 224Symbol 154 MovieClip
"forest2"Frame 224Symbol 155 MovieClip
"forest3"Frame 224Symbol 162 MovieClip
"mountain"Frame 224Symbol 157 MovieClip
"rock"Frame 224Symbol 169 MovieClip
"ufo"Frame 224Symbol 175 MovieClip
"zanax"Frame 224Symbol 408 MovieClip
"mc_life"Frame 224Symbol 413 MovieClip
"weapons"Frame 224Symbol 200 MovieClip
"base3"Frame 235Symbol 241 MovieClip
"base1"Frame 235Symbol 253 MovieClip
"base2"Frame 235Symbol 269 MovieClip
"circle"Frame 235Symbol 280 MovieClip
"fire"Frame 235Symbol 287 MovieClip
"gama"Frame 235Symbol 292 MovieClip
"weapon1"Frame 235Symbol 297 MovieClip
"laser"Frame 235Symbol 301 MovieClip
"lake"Frame 236Symbol 304 MovieClip
"forest3"Frame 236Symbol 309 MovieClip
"forest1"Frame 236Symbol 313 MovieClip
"forest2"Frame 236Symbol 314 MovieClip
"mountain"Frame 236Symbol 306 MovieClip
"base1"Frame 236Symbol 324 MovieClip
"shark"Frame 236Symbol 329 MovieClip
"rocket"Frame 236Symbol 339 MovieClip
"ufo"Frame 236Symbol 175 MovieClip
"zanax"Frame 236Symbol 408 MovieClip
"bigboss"Frame 243Symbol 369 MovieClip
"zanax"Frame 243Symbol 408 MovieClip
"base2"Frame 274Symbol 269 MovieClip
"eye2"Frame 274Symbol 372 MovieClip
"eye1"Frame 274Symbol 372 MovieClip
"eye3"Frame 274Symbol 372 MovieClip
"eye4"Frame 274Symbol 372 MovieClip
"eye5"Frame 274Symbol 372 MovieClip
"bigboss"Frame 274Symbol 369 MovieClip
"shark"Frame 274Symbol 329 MovieClip
"rocket"Frame 274Symbol 339 MovieClip
"ufo"Frame 274Symbol 175 MovieClip
"collect_laser"Symbol 241 MovieClip Frame 3Symbol 240 MovieClip
"collect_fire"Symbol 241 MovieClip Frame 6Symbol 240 MovieClip
"collect_circle"Symbol 241 MovieClip Frame 9Symbol 240 MovieClip
"collect_fire"Symbol 241 MovieClip Frame 12Symbol 240 MovieClip
"collect_gama"Symbol 241 MovieClip Frame 15Symbol 240 MovieClip
"collect_laser"Symbol 241 MovieClip Frame 17Symbol 240 MovieClip
"collect_laser"Symbol 253 MovieClip Frame 3Symbol 252 MovieClip
"collect_circle"Symbol 253 MovieClip Frame 8Symbol 252 MovieClip
"collect_fire"Symbol 253 MovieClip Frame 13Symbol 252 MovieClip
"collect_gama"Symbol 253 MovieClip Frame 17Symbol 252 MovieClip
"g1"Symbol 268 MovieClip Frame 1Symbol 261 MovieClip
"y1"Symbol 268 MovieClip Frame 1Symbol 263 MovieClip
"c1"Symbol 268 MovieClip Frame 1Symbol 265 MovieClip
"c1"Symbol 268 MovieClip Frame 1Symbol 265 MovieClip
"y1"Symbol 268 MovieClip Frame 1Symbol 263 MovieClip
"g1"Symbol 268 MovieClip Frame 1Symbol 261 MovieClip
"o1"Symbol 268 MovieClip Frame 1Symbol 267 MovieClip
"o1"Symbol 268 MovieClip Frame 1Symbol 267 MovieClip
"g1"Symbol 268 MovieClip Frame 1Symbol 261 MovieClip
"y1"Symbol 268 MovieClip Frame 1Symbol 263 MovieClip
"o1"Symbol 268 MovieClip Frame 1Symbol 267 MovieClip
"g1"Symbol 268 MovieClip Frame 1Symbol 261 MovieClip
"o1"Symbol 268 MovieClip Frame 1Symbol 267 MovieClip
"c1"Symbol 268 MovieClip Frame 1Symbol 265 MovieClip
"c1"Symbol 268 MovieClip Frame 1Symbol 265 MovieClip
"g1"Symbol 268 MovieClip Frame 1Symbol 261 MovieClip
"g1"Symbol 268 MovieClip Frame 1Symbol 261 MovieClip
"o1"Symbol 268 MovieClip Frame 1Symbol 267 MovieClip
"collect_life"Symbol 269 MovieClip Frame 3Symbol 268 MovieClip
"collect_life"Symbol 269 MovieClip Frame 7Symbol 268 MovieClip
"collect_life"Symbol 269 MovieClip Frame 10Symbol 268 MovieClip
"collect_life"Symbol 269 MovieClip Frame 15Symbol 268 MovieClip
"collect_life"Symbol 269 MovieClip Frame 18Symbol 268 MovieClip
"collect_laser"Symbol 324 MovieClip Frame 3Symbol 252 MovieClip
"collect_circle"Symbol 324 MovieClip Frame 8Symbol 252 MovieClip
"collect_fire"Symbol 324 MovieClip Frame 13Symbol 252 MovieClip
"collect_gama"Symbol 324 MovieClip Frame 17Symbol 252 MovieClip
"b_eye1"Symbol 369 MovieClip Frame 1Symbol 366 MovieClip
"b_eye3"Symbol 369 MovieClip Frame 1Symbol 366 MovieClip
"b_eye5"Symbol 369 MovieClip Frame 1Symbol 366 MovieClip
"b_eye4"Symbol 369 MovieClip Frame 1Symbol 366 MovieClip
"b_eye2"Symbol 369 MovieClip Frame 1Symbol 366 MovieClip
"b_eye2"Symbol 369 MovieClip Frame 2Symbol 366 MovieClip

Labels

"how"Frame 73
"level1"Frame 100
"level2"Frame 112
"level3"Frame 119
"over"Frame 151
"win"Frame 189
"level4"Frame 224
"level5"Frame 236
"level6"Frame 243
"over2"Frame 275
"win2"Frame 313
"walk"Symbol 187 MovieClip Frame 1
"so"Symbol 187 MovieClip Frame 4
"die"Symbol 187 MovieClip Frame 8
"walk"Symbol 408 MovieClip Frame 1
"so"Symbol 408 MovieClip Frame 4
"die"Symbol 408 MovieClip Frame 7

Dynamic Text Variables

scoreSymbol 195 EditableText""
levelSymbol 196 EditableText""
scoreSymbol 414 EditableText""
levelSymbol 415 EditableText""




http://swfchan.com/6/25049/info.shtml
Created: 24/5 -2019 04:48:51 Last modified: 24/5 -2019 04:48:51 Server time: 06/05 -2024 08:19:51