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

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

Jimmy the Rat.swf

This is the info page for
Flash #28887

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


Text
0

Press the "P" key
to pause game

<P ALIGN="CENTER"><FONT FACE="Arial" SIZE="32" COLOR="#000000"><B>Game Controls</B></FONT></P>

Move Jimmy with
the arrow keys.

Grab the bags
of cash!

Avoid the floaters
and dynamite.

Game Paused

Press the "P" key to restart game

Movie Quality

0

2

3

0

2

0

2

0

2

0

2

ActionScript [AS1/AS2]

Frame 1
Stage.scaleMode = "noScale"; Stage.showMenu = false; sYear = "2001"; t = new Date(); tYear = t.getFullYear(); if (sYear != tYear) { copyrightNotice = ((("(c)" + sYear) + "-") + tYear) + " Xtreme Cartoon Co., All rights reserved."; } else { copyrightNotice = ("(c)" + sYear) + " Xtreme Cartoon Co. All rights reserved."; } function initGame() { _root.level = 1; _root.bullets = 0; _root.swapDepth = 0; _root.jimmyScore = 0; _root.lives = 3; _root[_root.playerName + "Score"] = "0"; _root[_root.playerName + "ScoreNum"] = Number(0); _root[_root.playerName + "ScoreCheck"] = "0"; _root.initPlayerStrength(); } function initPlayerStrength() { _root[_root.playerName + "Strength"] = "100"; _root[_root.playerName + "StrengthNum"] = Number(100); _root[_root.playerName + "StrengthCheck"] = "100"; } function pausePlay() { if (_root.game == "play") { if (Key.isToggled(_root.pausePlayKey)) { _root.game = "pause"; } } else if (_root.game == "pause") { if (Key.isToggled(_root.pausePlayKey)) { _root.game = "play"; } } } function changeScorePlayer(scoreChange) { _root[_root.playerName + "ScoreNum"] = Number(_root[_root.playerName + "ScoreNum"]) + scoreChange; _root[_root.playerName + "ScoreCheck"] = String(Number(_root[_root.playerName + "ScoreCheck"]) + scoreChange); if (_root[_root.playerName + "ScoreNum"] < 0) { _root[_root.playerName + "ScoreNum"] = 0; _root[_root.playerName + "ScoreCheck"] = "0"; } _root[_root.playerName + "Score"] = _root[_root.playerName + "ScoreCheck"]; } function changeStrengthPlayer(strengthChange) { _root[_root.playerName + "StrengthNum"] = Number(_root[_root.playerName + "StrengthNum"]) + strengthChange; _root[_root.playerName + "StrengthCheck"] = String(Number(_root[_root.playerName + "StrengthCheck"]) + strengthChange); _root[_root.playerName + "Strength"] = Number(_root[_root.playerName + "StrengthCheck"]); } var playerName = "jimmy"; _root.initGame(); stop();
Frame 2
stop();
Frame 3
1();
Frame 6
stop();
Frame 7
1();
Frame 60
stop();
Frame 61
1();
Frame 65
stop();
Frame 66
1();
Frame 81
_root.initPlayerStrength(); level = 1; weapon = "N"; waterCurrent = 2; waterCurrentRandom = 10; waterCurrentConstant = 5; _root.randomStartNum = 50; stop();
Instance of Symbol 144 MovieClip "movieQualitySetting" in Frame 81
onClipEvent (enterFrame) { if (_root.movieQualitySetting.movieQuality == 4) { } else if (_root.movieQualityUserSet == 0) { _root.movieQualitySetting.movieQuality = _root.movieQualityDefault; } else { _root.movieQualitySetting.movieQuality = _root.movieQualityUserSet; } }
Instance of Symbol 160 MovieClip in Frame 81
//component parameters onClipEvent (initialize) { invisible = "yes"; nameVar = "player"; leftVar = 100; rightVar = 650; topVar = 75; bottomVar = 290; }
Instance of Symbol 164 MovieClip in Frame 81
//component parameters onClipEvent (initialize) { invisible = "yes"; pauseScreen = "pauseScreen"; }
Instance of Symbol 238 MovieClip "player" in Frame 81
onClipEvent (load) { l = 20; name = this._name; } onClipEvent (enterFrame) { if (_root.game != "pause") { this._x = this._x + _root.waterCurrent; if (this._x >= 625) { _root.gotoAndPlay("drain"); } if (_root[name + "State"] != "hit") { if (Key.isDown(40)) { _root.player._y = _root.player._y + 5; } if (Key.isDown(38)) { _root.player._y = _root.player._y - 5; } if (Key.isDown(37)) { _root.player._x = _root.player._x - 5; } if (Key.isDown(39)) { _root.player._x = _root.player._x + 5; } if (Key.isDown(32)) { if (_root.bullets > 0) { n = Number(n) + 1; if (l < 40) { l = Number(l) + 1; } else { l = 20; } _root.attachMovie("bullet", "bullet" + n, l); _root["bullet" + n]._x = _root.player._x - 110; _root["bullet" + n]._y = _root.player._y - 60; _root[("bullet" + n) + "Active"] = "Y"; _root.bullets = _root.bullets - 1; _root.player.gotoAndPlay("shoot"); } } } } }
Instance of Symbol 254 MovieClip "d2" in Frame 81
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] = "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "no"; randomStart = 0; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 260 MovieClip "t2" in Frame 81
onClipEvent (load) { thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "no"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 270 MovieClip "m2" in Frame 81
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "run") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "run"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 254 MovieClip "d1" in Frame 81
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] = "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "no"; randomStart = 0; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 270 MovieClip "m1" in Frame 81
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "run") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "run"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 260 MovieClip "t1" in Frame 81
onClipEvent (load) { thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "no"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 272 MovieClip in Frame 81
//component parameters onClipEvent (initialize) { levelBasedOn = "score"; scoreBoxName = "jimmyScore"; scoreToBeat = 500; objects = ""; objectsToBeat = 0; goToLevel = "winLevel1"; }
Instance of Symbol 100 MovieClip in Frame 81
onClipEvent (load) { this.label = "lose2"; }
Frame 82
gotoAndStop(_currentframe - 1 +80);
Frame 88
_root.initPlayerStrength(); level = 2; waterCurrent = 3; waterCurrentRandom = 12; waterCurrentConstant = 5; _root.randomStartNum = 40; stop();
Instance of Symbol 144 MovieClip "movieQualitySetting" in Frame 88
onClipEvent (enterFrame) { if (_root.movieQualitySetting.movieQuality == 4) { } else if (_root.movieQualityUserSet == 0) { _root.movieQualitySetting.movieQuality = _root.movieQualityDefault; } else { _root.movieQualitySetting.movieQuality = _root.movieQualityUserSet; } }
Instance of Symbol 260 MovieClip "t2" in Frame 88
onClipEvent (load) { thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "no"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 254 MovieClip "d2" in Frame 88
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] = "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "no"; randomStart = 0; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 301 MovieClip "opponent1" in Frame 88
onClipEvent (load) { l = 0; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; _root.oBulletNumber = 1; } onClipEvent (enterFrame) { if (_root.game != "pause") { if (_root[thisMovie + "State"] != "hit") { if (rStart != "N") { rStartNum = Number(random(40)) + 1; } if (rStartNum == 5) { rStart = "N"; if (this._x < 1000) { if (speedSet != "N") { rSpeed = Number(random(5)) + 5; speedSet = "N"; } this._x = this._x + rSpeed; if (_root.oBulletNumber > 5) { _root.oBulletNumber = 1; } rShoot = random(20) + 1; if (rShoot == 5) { n = Number(n) + 1; if (l < 20) { l = Number(l) + 1; } else { l = 0; } _root.attachMovie("oBullet", "oBullet" + n, l); _root["oBullet" + n]._x = _root.opponent1._x + 100; _root["oBullet" + n]._y = _root.opponent1._y - 50; _root[("oBullet" + n) + "Active"] = "Y"; this.gotoAndPlay("shoot"); } } else { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "Y"; rStart = "Y"; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } } } }
Instance of Symbol 272 MovieClip in Frame 88
//component parameters onClipEvent (initialize) { levelBasedOn = "score"; scoreBoxName = "jimmyScore"; scoreToBeat = 2500; objects = ""; objectsToBeat = 0; goToLevel = "winLevel2"; }
Frame 89
gotoAndStop(_currentframe - 1 +80);
Frame 95
_root.initPlayerStrength(); level = 3; waterCurrent = 4; waterCurrentRandom = 14; waterCurrentConstant = 5; _root.randomStartNum = 30; stop();
Instance of Symbol 260 MovieClip "t3" in Frame 95
onClipEvent (load) { thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "no"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 301 MovieClip "opponent2" in Frame 95
onClipEvent (load) { l = 40; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; _root.o2BulletNumber = 1; } onClipEvent (enterFrame) { if (_root.game != "pause") { if (_root[thisMovie + "State"] != "hit") { if (rStart != "N") { rStartNum = Number(random(40)) + 1; } if (rStartNum == 5) { rStart = "N"; if (this._x < 1000) { if (speedSet != "N") { rSpeed = Number(random(5)) + 5; speedSet = "N"; } this._x = this._x + rSpeed; if (_root.o2BulletNumber > 5) { _root.o2BulletNumber = 1; } rShoot = random(20) + 1; if (rShoot == 5) { n = Number(n) + 1; if (l < 60) { l = Number(l) + 1; } else { l = 40; } _root.attachMovie("oBullet", "o2Bullet" + n, l); _root["o2Bullet" + n]._x = _root.opponent2._x + 100; _root["o2Bullet" + n]._y = _root.opponent2._y - 50; _root[("o2Bullet" + n) + "Active"] = "Y"; this.gotoAndPlay("shoot"); } } else { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "Y"; rStart = "Y"; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } } } }
Instance of Symbol 301 MovieClip "opponent1" in Frame 95
onClipEvent (load) { l = 0; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; _root.oBulletNumber = 1; } onClipEvent (enterFrame) { if (_root.game != "pause") { if (_root[thisMovie + "State"] != "hit") { if (rStart != "N") { rStartNum = Number(random(40)) + 1; } if (rStartNum == 5) { rStart = "N"; if (this._x < 1000) { if (speedSet != "N") { rSpeed = Number(random(5)) + 5; speedSet = "N"; } this._x = this._x + rSpeed; if (_root.oBulletNumber > 5) { _root.oBulletNumber = 1; } rShoot = random(20) + 1; if (rShoot == 5) { n = Number(n) + 1; if (l < 20) { l = Number(l) + 1; } else { l = 0; } _root.attachMovie("oBullet", "oBullet" + n, l); _root["oBullet" + n]._x = _root.opponent1._x + 100; _root["oBullet" + n]._y = _root.opponent1._y - 50; _root[("oBullet" + n) + "Active"] = "Y"; this.gotoAndPlay("shoot"); } } else { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "Y"; rStart = "Y"; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } } } }
Instance of Symbol 272 MovieClip in Frame 95
//component parameters onClipEvent (initialize) { levelBasedOn = "score"; scoreBoxName = "jimmyScore"; scoreToBeat = 5000; objects = ""; objectsToBeat = 0; goToLevel = "winLevel3"; }
Frame 96
gotoAndStop(_currentframe - 1 +80);
Frame 102
_root.initPlayerStrength(); level = 4; waterCurrent = 5; waterCurrentRandom = 16; waterCurrentConstant = 7; _root.randomStartNum = 25; stop();
Instance of Symbol 301 MovieClip "opponent2" in Frame 102
onClipEvent (load) { l = 40; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; _root.o2BulletNumber = 1; } onClipEvent (enterFrame) { if (_root.game != "pause") { if (_root[thisMovie + "State"] != "hit") { if (rStart != "N") { rStartNum = Number(random(40)) + 1; } if (rStartNum == 5) { rStart = "N"; if (this._x < 1000) { if (speedSet != "N") { rSpeed = Number(random(5)) + 5; speedSet = "N"; } this._x = this._x + rSpeed; if (_root.o2BulletNumber > 5) { _root.o2BulletNumber = 1; } rShoot = random(20) + 1; if (rShoot == 5) { n = Number(n) + 1; if (l < 60) { l = Number(l) + 1; } else { l = 40; } _root.attachMovie("oBullet", "o2Bullet" + n, l); _root["o2Bullet" + n]._x = _root.opponent1._x + 100; _root["o2Bullet" + n]._y = _root.opponent1._y - 50; _root[("o2Bullet" + n) + "Active"] = "Y"; this.gotoAndPlay("shoot"); } } else { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "Y"; rStart = "Y"; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } } } }
Instance of Symbol 270 MovieClip "m2" in Frame 102
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "run") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "run"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 260 MovieClip "t4" in Frame 102
onClipEvent (load) { thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "no"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 260 MovieClip "t3" in Frame 102
onClipEvent (load) { thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "no"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 260 MovieClip "t2" in Frame 102
onClipEvent (load) { thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "no"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 254 MovieClip "d3" in Frame 102
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] = "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "no"; randomStart = 0; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 254 MovieClip "d2" in Frame 102
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] = "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "no"; randomStart = 0; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 254 MovieClip "d1" in Frame 102
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] = "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "no"; randomStart = 0; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 270 MovieClip "m1" in Frame 102
onClipEvent (load) { num = 1; thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "run") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "N"; thisEvent = "run"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Instance of Symbol 260 MovieClip "t1" in Frame 102
onClipEvent (load) { thisMovie = this._name; yPosConstant = 80; yPosRandom = 230; } onClipEvent (enterFrame) { if (thisEvent != "Y") { _root[name + "State"] != "OK"; randomStartNum = _root.randomStartNum; this._x = -100; this._y = random(yPosRandom) + yPosConstant; speedSet = "no"; thisEvent = "Y"; } if (_root.game != "pause") { if (speedSet != "Y") { speedRandom = random(_root.waterCurrentRandom); speedConstant = _root.waterCurrentConstant; speedSet = "Y"; } if (randomStart == 5) { this._x = this._x + (Number(speedRandom) + speedConstant); if (_root[thisMovie + "State"] != "hit") { if (this._x > 640) { this.gotoAndStop("down"); } } if (this._x > 800) { this._x = -100; this._y = Number(random(yPosRandom)) + yPosConstant; speedSet = "N"; randomStart = 0; _root[thisMovie + "State"] = "OK"; this.gotoAndStop("off"); } } else { randomStart = random(randomStartNum) + 1; } } }
Frame 103
gotoAndStop(_currentframe - 1 +80);
Frame 112
_root.movieQualitySetting.movieQuality = 4; stopAllSounds();
Instance of Symbol 144 MovieClip "movieQualitySetting" in Frame 112
onClipEvent (enterFrame) { if (_root.movieQualitySetting.movieQuality == 4) { } else if (_root.movieQualityUserSet == 0) { _root.movieQualitySetting.movieQuality = _root.movieQualityDefault; } else { _root.movieQualitySetting.movieQuality = _root.movieQualityUserSet; } }
Instance of Symbol 164 MovieClip in Frame 112
//component parameters onClipEvent (initialize) { invisible = "yes"; pauseScreen = "pauseScreen"; }
Frame 130
stop();
Frame 131
stop();
Frame 132
1();
Frame 136
_root.movieQualitySetting.movieQuality = 4; stopAllSounds();
Frame 155
stop();
Frame 156
stop();
Frame 157
1();
Frame 161
_root.movieQualitySetting.movieQuality = 4; stopAllSounds();
Frame 175
stop();
Frame 176
1();
Frame 189
_root.movieQualitySetting.movieQuality = 4; stopAllSounds();
Frame 280
stop();
Frame 281
1();
Frame 285
_root.movieQualitySetting.movieQuality = 4; stopAllSounds();
Frame 299
stop();
Frame 300
1();
Frame 310
_root.movieQualitySetting.movieQuality = 4; stopAllSounds();
Frame 328
stop();
Frame 329
1();
Symbol 2 MovieClip Frame 1
this._visible = 0; thisMovie = _parent._name; name = otherMovie; box = name + otherCollisionBox; Selection.setFocus(this); this.onEnterFrame = function () { if (_root.game == "play") { aX = _parent._x + this._x; aY = _parent._y + this._y; aW = (_parent._x + this._x) + this._width; aH = (_parent._y + this._y) + this._height; bX = _root[box + "X"]; bY = _root[box + "Y"]; bW = _root[box + "W"]; bH = _root[box + "H"]; if (((_root[thisMovie + "State"] != "hit") and (_root[otherMovie + "State"] != "hit")) and (_root[otherMovie + "Active"] != "N")) { if ((((aX <= bW) and (aW >= bX)) and (aY <= bH)) and (aH >= bY)) { _parent.gotoAndStop(thisLabel); _root[otherMovie].gotoAndStop(otherLabel); _root[thisMovie + "State"] = "hit"; _root[otherMovie + "State"] = "hit"; if (_root[otherMovie + "inactiveState"] == "yes") { _root[otherMovie + "Active"] = "N"; } if (score == "yes") { _root.changeScorePlayer(points); } if (health == "yes") { _root.changeStrengthPlayer(healthPercent); } } } } };
Symbol 6 MovieClip [bullet] Frame 1
speed = -30; name = this._name; Selection.setFocus(this); this.onEnterFrame = function () { if (_root.game != "pause") { if ((_root[name + "State"] != "hit") and (_root[name + "Active"] == "Y")) { if (this._x > 0) { this._x = this._x + Number(speed); } else { _root[name + "State"] = "OK"; _root[name + "Active"] = "N"; removeMovieClip(this); } } else if (_root[name + "State"] == "hit") { _root[name + "State"] = "OK"; _root[name + "Active"] = "N"; removeMovieClip(this); } } else { removeMovieClip(this); } }; stop();
Instance of Symbol 2 MovieClip in Symbol 6 MovieClip [bullet] Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "hit"; otherMovie = "d3"; otherCollisionBox = "body"; otherLabel = "hit"; score = "yes"; points = 50; health = "no"; healthPercent = 0; }
Instance of Symbol 2 MovieClip in Symbol 6 MovieClip [bullet] Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "hit"; otherMovie = "d2"; otherCollisionBox = "body"; otherLabel = "hit"; score = "yes"; points = 50; health = "no"; healthPercent = 0; }
Instance of Symbol 2 MovieClip in Symbol 6 MovieClip [bullet] Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "hit"; otherMovie = "d1"; otherCollisionBox = "body"; otherLabel = "hit"; score = "yes"; points = 50; health = "no"; healthPercent = 0; }
Instance of Symbol 2 MovieClip in Symbol 6 MovieClip [bullet] Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "hit"; otherMovie = "opponent2"; otherCollisionBox = "body"; otherLabel = "hit"; score = "yes"; points = 50; health = "no"; healthPercent = 0; }
Instance of Symbol 2 MovieClip in Symbol 6 MovieClip [bullet] Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "hit"; otherMovie = "opponent1"; otherCollisionBox = "body"; otherLabel = "hit"; score = "yes"; points = 50; health = "no"; healthPercent = 0; }
Symbol 6 MovieClip [bullet] Frame 7
stop();
Symbol 9 MovieClip [oBullet] Frame 1
speed = 30; name = this._name; Selection.setFocus(this); this.onEnterFrame = function () { if (_root.game != "pause") { if ((_root[name + "State"] != "hit") and (_root[name + "Active"] == "Y")) { if (this._x < 800) { this._x = this._x + Number(speed); } else { _root[name + "State"] = "OK"; _root[name + "Active"] = "N"; removeMovieClip(this); } } else if (_root[name + "State"] == "hit") { removeMovieClip(this); _root[name + "State"] = "OK"; _root[name + "Active"] = "N"; } } else { removeMovieClip(this); } }; stop();
Instance of Symbol 2 MovieClip in Symbol 9 MovieClip [oBullet] Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "hit"; otherMovie = "player"; otherCollisionBox = "body"; otherLabel = "hit"; score = "yes"; points = 0; health = "yes"; healthPercent = -20; }
Symbol 9 MovieClip [oBullet] Frame 7
stop();
Symbol 13 MovieClip Frame 1
Selection.setFocus(this); this.onEnterFrame = function () { if (runThis != 1) { totalFileSize = _root.getBytesTotal(); this._xscale = 0; runThis = 1; } bytesLoaded = _root.getBytesLoaded(); amountLoaded = bytesLoaded / totalFileSize; percentLoaded = int(100 * amountLoaded); this._xscale = percentLoaded; if (amountLoaded >= 1) { _level0.gotoAndStop("begin"); } };
Symbol 17 Button
on (release) { getURL ("http://www.circusx.com/?page=freegames", "_blank"); }
Symbol 19 Button
on (release) { getURL ("http://www.gamepug.com/", "_blank"); }
Symbol 21 Button
on (release) { getURL ("http://www.gamepug.com/", "_blank"); }
Symbol 33 MovieClip Frame 43
stop();
Symbol 36 Button
on (release) { _root.gotoAndPlay("GO"); }
Symbol 41 Button
on (release) { getURL ("http://www.circusx.com/", "_blank"); }
Symbol 44 Button
on (release) { b = new Sound(); b.attachSound("Brick Drops B"); b.start(); _root.gotoAndStop("level1"); }
Symbol 45 Button
on (release) { getURL ("http://www.circusx.com/?page=freegames", "_blank"); }
Symbol 46 Button
on (release) { b = new Sound(); b.attachSound("Brick Drops B"); b.start(); gotoAndStop (65); }
Symbol 53 MovieClip Frame 3
randomN = random(3) + 1;
Symbol 53 MovieClip Frame 6
if (randomN == 1) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 69 Button
on (press) { _root.gotoAndStop("level1"); }
Symbol 100 MovieClip Frame 1
Selection.setFocus(this); this.onEnterFrame = function () { if (_root[_root.playerName + "Strength"] >= 0) { this._xscale = _root[_root.playerName + "Strength"]; } if (_root[_root.playerName + "StrengthNum"] <= 0) { _root[_root.playerName + "StrengthNum"] = 0; _root[_root.playerName + "StrengthCheck"] = "0"; _root.playerState = "hit"; _root.gotoAndPlay(label); } }; stop();
Symbol 110 Button
on (release) { gotoAndStop (5); _root.game = "pause"; }
Symbol 115 Button
on (press) { _level0.movieQualityUserSet = 1; gotoAndStop (7); }
Symbol 117 Button
on (press) { _level0.movieQualityUserSet = 2; gotoAndStop (14); }
Symbol 118 Button
on (press) { _level0.movieQualityUserSet = 3; gotoAndStop (22); }
Symbol 120 Button
on (press) { _level0.movieQualityUserSet = 2; _level0.movieQualitySetting.movieQuality = 2; gotoAndStop (14); }
Symbol 121 Button
on (press) { _level0.movieQualityUserSet = 3; _level0.movieQualitySetting.movieQuality = 3; gotoAndStop (22); }
Symbol 122 Button
on (press) { _level0.movieQualityUserSet = 1; _level0.movieQualitySetting.movieQuality = 1; gotoAndStop (7); }
Symbol 123 MovieClip Frame 1
if (_level0.movieQualitySetting.movieQuality == 1) { _quality = "low"; this.gotoAndStop("low"); } if (_level0.movieQualitySetting.movieQuality == 2) { _quality = "medium"; this.gotoAndStop("medium"); } if (_level0.movieQualitySetting.movieQuality == 3) { _quality = "high"; this.gotoAndStop("high"); } if (_level0.movieQualitySetting.movieQuality == 4) { _quality = "high"; this.gotoAndStop("high"); } stop();
Symbol 123 MovieClip Frame 7
stop();
Symbol 123 MovieClip Frame 14
stop();
Symbol 123 MovieClip Frame 22
stop();
Symbol 125 Button
on (press) { if ((_root.audioVolume > 0) and (_root.audioVolume <= 140)) { _root.audioVolume = Number(_root.audioVolume) - 20; s = new Sound(_level0); s.setVolume(_root.audioVolume); b = new Sound(_level1); b.attachSound("beep"); b.start(); b.setVolume(_root.audioVolume); } }
Symbol 126 Button
on (press) { if ((_root.audioVolume >= 0) and (_root.audioVolume < 140)) { _root.audioVolume = Number(_root.audioVolume) + 20; s = new Sound(_level0); s.setVolume(_root.audioVolume); b = new Sound(_level1); b.attachSound("beep"); b.start(); b.setVolume(_root.audioVolume); } }
Symbol 128 MovieClip Frame 1
if (_root.audioVolume <= 0) { this.gotoAndStop("zero"); } if ((_root.audioVolume > 0) and (_root.audioVolume <= 20)) { this.gotoAndStop("one"); } if ((_root.audioVolume > 20) and (_root.audioVolume <= 40)) { this.gotoAndStop("two"); } if ((_root.audioVolume > 40) and (_root.audioVolume <= 60)) { this.gotoAndStop("three"); } if ((_root.audioVolume > 60) and (_root.audioVolume <= 80)) { this.gotoAndStop("four"); } if ((_root.audioVolume > 80) and (_root.audioVolume <= 100)) { this.gotoAndStop("five"); } if ((_root.audioVolume > 100) and (_root.audioVolume <= 120)) { this.gotoAndStop("six"); } if (_root.audioVolume > 120) { this.gotoAndStop("seven"); } stop();
Symbol 130 Button
on (release) { gotoAndStop (1); _root.game = "play"; }
Symbol 131 MovieClip Frame 1
Selection.setFocus(this); this.onEnterFrame = function () { if (_root.defaultAudioSet != 1) { _root.defaultAudioSet = 1; _root.audioVolume = 80; s = new Sound(_level0); s.setVolume(_root.audioVolume); } if (movieQualityChange != _level0.movieQualitySetting.movieQuality) { if (_level0.movieQualitySetting.movieQuality == 1) { _quality = "low"; } if (_level0.movieQualitySetting.movieQuality == 2) { _quality = "medium"; } if (_level0.movieQualitySetting.movieQuality == 3) { _quality = "high"; } if (_level0.movieQualitySetting.movieQuality == 4) { _quality = "high"; } movieQualityChange = _level0.movieQualitySetting.movieQuality; } }; _root.game = "play"; stop();
Symbol 131 MovieClip Frame 2
1();
Symbol 131 MovieClip Frame 5
stop();
Instance of Symbol 123 MovieClip in Symbol 131 MovieClip Frame 5
onClipEvent (enterFrame) { if (_level0.movieQualitySetting.movieQuality == 1) { _quality = "low"; this.gotoAndStop("low"); } if (_level0.movieQualitySetting.movieQuality == 2) { _quality = "medium"; this.gotoAndStop("medium"); } if (_level0.movieQualitySetting.movieQuality == 3) { _quality = "high"; this.gotoAndStop("high"); } if (_level0.movieQualitySetting.movieQuality == 4) { _quality = "high"; this.gotoAndStop("high"); } }
Instance of Symbol 128 MovieClip in Symbol 131 MovieClip Frame 5
onClipEvent (enterFrame) { if (_root.audioVolume <= 0) { this.gotoAndStop("zero"); } if ((_root.audioVolume > 0) and (_root.audioVolume <= 20)) { this.gotoAndStop("one"); } if ((_root.audioVolume > 20) and (_root.audioVolume <= 40)) { this.gotoAndStop("two"); } if ((_root.audioVolume > 40) and (_root.audioVolume <= 60)) { this.gotoAndStop("three"); } if ((_root.audioVolume > 60) and (_root.audioVolume <= 80)) { this.gotoAndStop("four"); } if ((_root.audioVolume > 80) and (_root.audioVolume <= 100)) { this.gotoAndStop("five"); } if ((_root.audioVolume > 100) and (_root.audioVolume <= 120)) { this.gotoAndStop("six"); } if (_root.audioVolume > 120) { this.gotoAndStop("seven"); } }
Symbol 131 MovieClip Frame 6
1();
Symbol 137 MovieClip Frame 1
_root.movieControls.gotoAndStop("down"); stop();
Symbol 137 MovieClip Frame 10
stop();
Symbol 150 MovieClip Frame 1
this._visible = 0; thisScriptComplete = "yes"; Selection.setFocus(this); this.onEnterFrame = function () { if (_root.game == "play") { if (thisScriptComplete != "yes") { _parent.play(); thisScriptComplete = "yes"; } } if (_root.game == "pause") { if (thisScriptComplete != "no") { _parent.stop(); thisScriptComplete = "no"; } } };
Symbol 151 MovieClip Frame 1
speed = 10; stop();
Instance of Symbol 150 MovieClip in Symbol 151 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 151 MovieClip Frame 2
_root.player._x = _root.player._x + speed;
Symbol 151 MovieClip Frame 3
call("on");
Symbol 151 MovieClip Frame 4
if (speed > 0) { speed = speed - 2; call("on"); gotoAndPlay (2); } else { gotoAndStop (1); }
Symbol 152 MovieClip Frame 1
speed = 10; stop();
Instance of Symbol 150 MovieClip in Symbol 152 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 152 MovieClip Frame 2
_root.player._x = _root.player._x - speed;
Symbol 152 MovieClip Frame 3
call("on");
Symbol 152 MovieClip Frame 4
if (speed > 0) { speed = speed - 2; call("on"); gotoAndPlay (2); } else { gotoAndStop (1); }
Symbol 153 MovieClip Frame 1
speed = 8; stop();
Instance of Symbol 150 MovieClip in Symbol 153 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 153 MovieClip Frame 2
_root.player._y = _root.player._y + speed;
Symbol 153 MovieClip Frame 3
call("on");
Symbol 153 MovieClip Frame 4
if (speed > 0) { speed = speed - 2; call("on"); gotoAndPlay (2); } else { gotoAndStop (1); }
Symbol 154 MovieClip Frame 1
speed = 8; stop();
Instance of Symbol 150 MovieClip in Symbol 154 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 154 MovieClip Frame 2
_root.player._y = _root.player._y - speed;
Symbol 154 MovieClip Frame 3
call("on");
Symbol 154 MovieClip Frame 4
if (speed > 0) { speed = speed - 2; call("on"); gotoAndPlay (2); } else { gotoAndStop (1); }
Symbol 155 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 2
_root.up.gotoAndStop("off"); _root.down.gotoAndStop("off"); _root.backward.gotoAndStop("off"); _root.forward.gotoAndStop("off"); _root.controlsgotoAndStop("off");
Symbol 155 MovieClip Frame 6
gotoAndStop (1);
Symbol 157 Button
on (keyPress "<Right>") { if (_root.game != "pause") { if (_root.playerState != "hit") { tellTarget ("_root.player") { gotoAndStop("backward" add _root.weapon); }; tellTarget ("_root.backward") { gotoAndPlay ("on"); }; tellTarget ("_root.forward") { gotoAndStop ("off"); }; tellTarget ("_root.down") { gotoAndStop ("off"); }; tellTarget ("_root.up") { gotoAndStop ("off"); }; } } } on (keyPress "<Left>") { if (_root.game != "pause") { if (_root.playerState != "hit") { tellTarget ("_root.player") { gotoAndStop("forward" add _root.weapon); }; tellTarget ("_root.forward") { gotoAndPlay ("on"); }; tellTarget ("_root.backward") { gotoAndStop ("off"); }; tellTarget ("_root.down") { gotoAndStop ("off"); }; tellTarget ("_root.up") { gotoAndStop ("off"); }; } } } on (keyPress "<Up>") { if (_root.game != "pause") { if (_root.playerState != "hit") { tellTarget ("_root.player") { gotoAndStop("up" add _root.weapon); }; tellTarget ("_root.up") { gotoAndPlay ("on"); }; tellTarget ("_root.down") { gotoAndStop ("off"); }; } } } on (keyPress "<Down>") { if (_root.game != "pause") { if (_root.playerState != "hit") { tellTarget ("_root.player") { gotoAndStop("down" add _root.weapon); }; tellTarget ("_root.down") { gotoAndPlay ("on"); }; tellTarget ("_root.up") { gotoAndStop ("off"); }; } } }
Symbol 158 MovieClip Frame 1
Selection.setFocus(this); this.onEnterFrame = function () { if (_root.playeState != "hit") { if (_root.bullets > 0) { _root.weapon = "_gun"; } else { _root.weapon = ""; } } }; stop();
Symbol 158 MovieClip Frame 5
stop();
Symbol 160 MovieClip Frame 1
if ((invisible == "yes") or (_root.allComponentsInvisible == "yes")) { this._visible = 0; } Selection.setFocus(this); this.onEnterFrame = function () { x = _root[nameVar]._x; y = _root[nameVar]._y; if (x < leftVar) { _root[nameVar]._x = leftVar; } if (x > rightVar) { _root[nameVar]._x = rightVar; } if (y < topVar) { _root[nameVar]._y = topVar; } if (y > bottomVar) { _root[nameVar]._y = bottomVar; } };
Symbol 164 MovieClip Frame 1
if ((invisible == "yes") or (_root.allComponentsInvisible == "yes")) { this._visible = 0; } _root.game = "play"; thisScriptComplete = "yes"; myListener = new Object(); myListener.onKeyDown = function () { keyCode = Key.getCode(); if (keyCode == 80) { if (_root.game == "play") { _root.game = "pause"; keyCode = 0; } else if (_root.game == "pause") { _root.game = "play"; keyCode = 0; } } }; key.addListener(myListener); Selection.setFocus(this); this.onEnterFrame = function () { game = _root.game; _root[pauseScreen].gotoAndStop(game); };
Symbol 166 MovieClip Frame 1
if ((invisible == "yes") or (_root.allComponentsInvisible == "yes")) { this._visible = 0; } thisMovie = _parent._name; _root[thisMovie + "State"] = "OK"; _root[thisMovie + "Active"] = "Y"; totalLoops = Number(firstColorLength) + Number(secondColorLength); Selection.setFocus(this); this.onEnterFrame = function () { if (_root.game == "play") { if (_root[thisMovie + "Active"] == "N") { if (loop <= totalLoops) { loop = loop + 1; if (n == 1) { _parent._alpha = 50; n = 2; } else { _parent._alpha = 0; n = 1; } } else { _root[thisMovie + "State"] = ""; _root[thisMovie + "Active"] = "Y"; loop = 0; c = new Color(_parent); colorTransform = new Object(); colorTransform = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; c.setTransform(colorTransform); } } } };
Symbol 168 MovieClip Frame 1
if ((invisible == "yes") or (_root.allComponentsInvisible == "yes")) { this._visible = 0; } name = _parent._name; _root[name + "State"] = "ok"; box = name + thisCollisionBox; _root[name + "inactiveState"] = "yes"; Selection.setFocus(this); this.onEnterFrame = function () { if (_root.game == "play") { _root[box + "X"] = _parent._x + this._x; _root[box + "Y"] = _parent._y + this._y; _root[box + "W"] = (_parent._x + this._x) + this._width; _root[box + "H"] = (_parent._y + this._y) + this._height; } };
Instance of Symbol 150 MovieClip in Symbol 200 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 200 MovieClip Frame 4
_parent.gotoAndStop("ready" add _root.weapon);
Instance of Symbol 150 MovieClip in Symbol 228 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 228 MovieClip Frame 17
_root.controls.gotoAndStop("on"); _parent.gotoAndStop(1);
Instance of Symbol 150 MovieClip in Symbol 237 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 237 MovieClip Frame 14
_root.gotoAndPlay("torched"); stop();
Symbol 238 MovieClip Frame 1
_root.controls.gotoAndStop("on"); stop();
Instance of Symbol 166 MovieClip in Symbol 238 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; firstColorLength = "15"; secondColorLength = "15"; }
Instance of Symbol 150 MovieClip in Symbol 238 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 168 MovieClip in Symbol 238 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; thisCollisionBox = "base"; }
Instance of Symbol 168 MovieClip in Symbol 238 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; thisCollisionBox = "body"; }
Symbol 238 MovieClip Frame 2
_root.controls.gotoAndStop("on"); stop();
Symbol 238 MovieClip Frame 3
stop();
Symbol 238 MovieClip Frame 4
stop();
Symbol 238 MovieClip Frame 5
stop();
Symbol 238 MovieClip Frame 6
stop();
Symbol 238 MovieClip Frame 13
_root.controls.gotoAndStop("on"); stop();
Symbol 238 MovieClip Frame 14
_root.controls.gotoAndStop("on"); stop();
Symbol 238 MovieClip Frame 15
stop();
Symbol 238 MovieClip Frame 16
stop();
Symbol 238 MovieClip Frame 17
stop();
Symbol 238 MovieClip Frame 18
stop();
Symbol 238 MovieClip Frame 30
gotoAndStop (15);
Symbol 238 MovieClip Frame 42
stop();
Symbol 238 MovieClip Frame 48
_root.bullets = 0; stop();
Symbol 238 MovieClip Frame 53
stop();
Instance of Symbol 2 MovieClip in Symbol 238 MovieClip Frame 60
//component parameters onClipEvent (initialize) { thisLabel = ""; otherMovie = "shooter"; otherCollisionBox = "shooterBase"; otherLabel = "hit"; score = "yes"; points = 0; health = "yes"; healthPercent = 0; }
Symbol 240 MovieClip Frame 1
if (invisible == "yes") { this._visible = 0; } Selection.setFocus(this); this.onEnterFrame = function () { if (_root[objectName].hitTest(_parent)) { if (_parent._y > _root[objectName]._y) { if (_parent.getDepth() < _root[objectName].getDepth()) { _root[objectName].swapDepths(_parent); } } } if (_root[objectName].hitTest(_parent)) { if (_parent._y < _root[objectName]._y) { if (_parent.getDepth() > _root[objectName].getDepth()) { _root[objectName].swapDepths(_parent); } } } };
Symbol 244 MovieClip Frame 3
randomNum = random(4);
Symbol 244 MovieClip Frame 4
if (randomNum == 2) { gotoAndPlay (1); }
Instance of Symbol 150 MovieClip in Symbol 249 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 249 MovieClip Frame 5
stop();
Symbol 253 MovieClip Frame 4
stop();
Symbol 254 MovieClip Frame 1
stop();
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t4"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t3"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t2"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t1"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d4"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d3"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d2"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "m2"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "opponent2"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "m1"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "opponent1"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d1"; }
Instance of Symbol 240 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "player"; }
Instance of Symbol 2 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "hit"; otherMovie = "player"; otherCollisionBox = "base"; otherLabel = "explosion"; score = "yes"; points = 0; health = "yes"; healthPercent = 0; }
Instance of Symbol 168 MovieClip in Symbol 254 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; thisCollisionBox = "body"; }
Symbol 254 MovieClip Frame 7
stop();
Symbol 254 MovieClip Frame 13
stop();
Instance of Symbol 150 MovieClip in Symbol 259 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 259 MovieClip Frame 5
stop();
Symbol 260 MovieClip Frame 1
stop();
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t4"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t3"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t2"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t1"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d4"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d3"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d2"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "m2"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "opponent2"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "m1"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "opponent1"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d1"; }
Instance of Symbol 240 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "player"; }
Instance of Symbol 2 MovieClip in Symbol 260 MovieClip Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "crash"; otherMovie = "player"; otherCollisionBox = "base"; otherLabel = "hit"; score = "yes"; points = 0; health = "yes"; healthPercent = -20; }
Symbol 260 MovieClip Frame 7
stop();
Symbol 260 MovieClip Frame 13
stop();
Symbol 262 MovieClip Frame 1
this._visible = 0; thisMovie = _parent._name; name = otherMovie; box = name + otherCollisionBox; Selection.setFocus(this); this.onEnterFrame = function () { if (_root.game == "play") { aX = _parent._x + this._x; aY = _parent._y + this._y; aW = (_parent._x + this._x) + this._width; aH = (_parent._y + this._y) + this._height; bX = _root[box + "X"]; bY = _root[box + "Y"]; bW = _root[box + "W"]; bH = _root[box + "H"]; if (((_root[thisMovie + "State"] != "hit") and (_root[otherMovie + "State"] != "hit")) and (_root[otherMovie + "Active"] != "no")) { if ((((aX <= bW) and (aW >= bX)) and (aY <= bH)) and (aH >= bY)) { _root[thisMovie + "State"] = "hit"; _parent.gotoAndStop(thisLabel); _root[otherMovie].gotoAndStop(otherLabel); if (score == "yes") { _root.changeScorePlayer(points); } if (health == "yes") { _root.changeStrengthPlayer(healthPercent); } } } } };
Instance of Symbol 150 MovieClip in Symbol 267 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 267 MovieClip Frame 4
stop();
Symbol 269 MovieClip Frame 1
if (invisible == "yes") { this._visible = 0; } if (level == 1) { thisMovie = _parent._name; } if (level == 2) { thisMovie = _parent._parent._name; } Selection.setFocus(this); this.onEnterFrame = function () { if (_root[thisMovie + "State"] == "hit") { _root[thisMovie]._x = xPosition; _root[thisMovie]._y = yPosition; _root[thisMovie + "State"] = "OK"; _root[thisMovie].gotoAndStop(label); } };
Symbol 270 MovieClip Frame 1
stop();
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t4"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t3"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t2"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t1"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d4"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d3"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d2"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "m2"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "opponent2"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "m1"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "opponent1"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d1"; }
Instance of Symbol 240 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "player"; }
Instance of Symbol 262 MovieClip in Symbol 270 MovieClip Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "hit"; otherMovie = "player"; otherCollisionBox = "base"; otherLabel = "flip"; score = "yes"; points = 25; health = "no"; healthPercent = 0; }
Symbol 270 MovieClip Frame 6
stop();
Symbol 270 MovieClip Frame 13
stop();
Instance of Symbol 269 MovieClip in Symbol 270 MovieClip Frame 13
//component parameters onClipEvent (initialize) { invisible = "yes"; level = 1; label = "off"; xPosition = -100; yPosition = Number(random(230)) + 50; }
Symbol 272 MovieClip Frame 1
this._visible = 0; Selection.setFocus(this); this.onEnterFrame = function () { if (_root.game != "pause") { if (levelBasedOn == "score") { if (_root[scoreBoxName] >= scoreToBeat) { _root.gotoAndPlay(goToLevel); } } if (levelBasedOn == "objects") { if (_root[objects] >= objectsToBeat) { _root.gotoAndPlay(goToLevel); } } if (levelBasedOn == "both") { if ((_root[scoreBoxName] >= scoreToBeat) and (_root[objects] >= objectsToBeat)) { _root.gotoAndPlay(goToLevel); } } } };
Symbol 277 MovieClip Frame 1
water = Number(random(5)) + 1;
Instance of Symbol 150 MovieClip in Symbol 277 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 277 MovieClip Frame 2
if (water == 2) { gotoAndPlay (5); }
Symbol 277 MovieClip Frame 7
gotoAndPlay (1);
Instance of Symbol 150 MovieClip in Symbol 284 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 150 MovieClip in Symbol 292 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 292 MovieClip Frame 4
_parent.gotoAndStop("off");
Instance of Symbol 150 MovieClip in Symbol 300 MovieClip Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 300 MovieClip Frame 4
_parent._x = -100; _parent._y = Number(random(_parent.yPosRandom)) + _parent.yPosConstant; _parent.speedSet = "Y"; _parent.rStart = "Y"; _root[_parent.thisMovie + "State"] = "OK"; _root[_parent.thisMovie + "Active"] = "Y"; _parent.gotoAndStop("off"); stop();
Instance of Symbol 269 MovieClip in Symbol 300 MovieClip Frame 4
//component parameters onClipEvent (initialize) { invisible = "yes"; level = 2; label = "off"; xPosition = -100; yPosition = Number(random(230)) + 50; }
Symbol 301 MovieClip Frame 1
stop();
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t4"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t3"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t2"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "t1"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d4"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d3"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d2"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "m2"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "opponent2"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "m1"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "opponent1"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "d1"; }
Instance of Symbol 240 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; objectName = "player"; }
Instance of Symbol 262 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { thisLabel = "bump"; otherMovie = "player"; otherCollisionBox = "base"; otherLabel = ""; score = "yes"; points = 50; health = "no"; healthPercent = 0; }
Instance of Symbol 168 MovieClip in Symbol 301 MovieClip Frame 1
//component parameters onClipEvent (initialize) { invisible = "yes"; thisCollisionBox = "body"; }
Symbol 301 MovieClip Frame 11
stop();
Symbol 301 MovieClip Frame 20
stop();
Symbol 301 MovieClip Frame 27
_root.bullets = _root.bullets + Number(25); stop();
Symbol 349 MovieClip Frame 211
_parent.gotoAndStop("winLevel1Continue"); stop();
Symbol 353 Button
on (press) { _root.level = 2; _root.gotoAndStop("level2"); }
Symbol 372 MovieClip Frame 246
_parent.gotoAndStop("winLevel2Continue"); stop();
Symbol 375 Button
on (press) { _root.level = 3; _root.gotoAndStop("level3"); }
Symbol 394 Button
on (press) { _root.level = 4; _root.gotoAndStop("keepPlaying"); }
Symbol 418 Button
on (release) { gotoAndStop (112); _root.lives = 3; _root.points = 0; _root.food = 0; _root.level = 1; _root.methane = 0; _root.rat_down = 0; }
Symbol 420 Button
on (press) { gotoAndStop (1); _root.score = 0; _root.food = 0; _root.level = 1; }

Library Items

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

Instance Names

"ratHealthBar"Frame 65Symbol 100 MovieClip
"movieControls"Frame 81Symbol 131 MovieClip
"pauseScreen"Frame 81Symbol 137 MovieClip
"movieQualitySetting"Frame 81Symbol 144 MovieClip
"backward"Frame 81Symbol 151 MovieClip
"forward"Frame 81Symbol 152 MovieClip
"Down"Frame 81Symbol 153 MovieClip
"Up"Frame 81Symbol 154 MovieClip
"everything"Frame 81Symbol 155 MovieClip
"Controls"Frame 81Symbol 158 MovieClip
"player"Frame 81Symbol 238 MovieClip
"d2"Frame 81Symbol 254 MovieClip
"t2"Frame 81Symbol 260 MovieClip
"m2"Frame 81Symbol 270 MovieClip
"d1"Frame 81Symbol 254 MovieClip
"m1"Frame 81Symbol 270 MovieClip
"t1"Frame 81Symbol 260 MovieClip
"movieQualitySetting"Frame 88Symbol 144 MovieClip
"t2"Frame 88Symbol 260 MovieClip
"d2"Frame 88Symbol 254 MovieClip
"bullet"Frame 88Symbol 6 MovieClip [bullet]
"oBullet"Frame 88Symbol 9 MovieClip [oBullet]
"opponent1"Frame 88Symbol 301 MovieClip
"t3"Frame 95Symbol 260 MovieClip
"bullet"Frame 95Symbol 6 MovieClip [bullet]
"opponent2"Frame 95Symbol 301 MovieClip
"opponent1"Frame 95Symbol 301 MovieClip
"o2Bullet"Frame 95Symbol 9 MovieClip [oBullet]
"oBullet"Frame 95Symbol 9 MovieClip [oBullet]
"opponent2"Frame 102Symbol 301 MovieClip
"m2"Frame 102Symbol 270 MovieClip
"t4"Frame 102Symbol 260 MovieClip
"t3"Frame 102Symbol 260 MovieClip
"t2"Frame 102Symbol 260 MovieClip
"d3"Frame 102Symbol 254 MovieClip
"d2"Frame 102Symbol 254 MovieClip
"d1"Frame 102Symbol 254 MovieClip
"m1"Frame 102Symbol 270 MovieClip
"t1"Frame 102Symbol 260 MovieClip
"bullet"Frame 102Symbol 6 MovieClip [bullet]
"movieControls"Frame 112Symbol 131 MovieClip
"movieQualitySetting"Frame 112Symbol 144 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 1Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 88Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 88Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 89Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 89Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 90Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 90Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 91Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 91Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 92Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 92Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 93Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 93Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 94Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 94Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 95Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 95Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 95Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 96Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 96Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 96Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 97Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 97Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 97Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 98Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 98Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 98Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 99Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 99Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 99Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 100Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 100Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 100Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 101Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 101Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 101Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 102Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 102Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 102Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 103Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 103Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 103Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 104Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 104Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 104Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 105Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 105Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 105Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 106Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 106Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 106Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 107Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 107Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 107Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 108Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 108Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 108Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 109Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 109Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 109Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 110Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 110Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 110Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 111Symbol 6 as "bullet"
ExportAssets (56)Timeline Frame 111Symbol 9 as "oBullet"
ExportAssets (56)Timeline Frame 111Symbol 9 as "oBullet"

Labels

"begin"Frame 6
"GO"Frame 11
"instructions"Frame 65
"level1"Frame 81
"level2"Frame 88
"level3"Frame 95
"keepPlaying"Frame 102
"winLevel1"Frame 112
"winLevel1Continue"Frame 131
"winLevel2"Frame 136
"winLevel2Continue"Frame 156
"winLevel3"Frame 161
"torched"Frame 189
"lose2"Frame 285
"drain"Frame 310
"off"Symbol 6 MovieClip [bullet] Frame 1
"hit"Symbol 6 MovieClip [bullet] Frame 7
"off"Symbol 9 MovieClip [oBullet] Frame 1
"hit"Symbol 9 MovieClip [oBullet] Frame 7
"on"Symbol 53 MovieClip Frame 1
"loop"Symbol 53 MovieClip Frame 3
"off"Symbol 123 MovieClip Frame 1
"low"Symbol 123 MovieClip Frame 7
"medium"Symbol 123 MovieClip Frame 14
"high"Symbol 123 MovieClip Frame 22
"checkLight"Symbol 128 MovieClip Frame 1
"zero"Symbol 128 MovieClip Frame 2
"one"Symbol 128 MovieClip Frame 3
"two"Symbol 128 MovieClip Frame 4
"three"Symbol 128 MovieClip Frame 5
"four"Symbol 128 MovieClip Frame 6
"five"Symbol 128 MovieClip Frame 7
"six"Symbol 128 MovieClip Frame 8
"seven"Symbol 128 MovieClip Frame 9
"down"Symbol 131 MovieClip Frame 1
"up"Symbol 131 MovieClip Frame 5
"play"Symbol 137 MovieClip Frame 1
"pause"Symbol 137 MovieClip Frame 10
"off"Symbol 151 MovieClip Frame 1
"on"Symbol 151 MovieClip Frame 2
"off"Symbol 152 MovieClip Frame 1
"on"Symbol 152 MovieClip Frame 2
"off"Symbol 153 MovieClip Frame 1
"on"Symbol 153 MovieClip Frame 2
"off"Symbol 154 MovieClip Frame 1
"on"Symbol 154 MovieClip Frame 2
"off"Symbol 155 MovieClip Frame 1
"on"Symbol 155 MovieClip Frame 2
"on"Symbol 158 MovieClip Frame 1
"off"Symbol 158 MovieClip Frame 2
"backOn"Symbol 228 MovieClip Frame 9
"stop"Symbol 238 MovieClip Frame 1
"ready"Symbol 238 MovieClip Frame 2
"down"Symbol 238 MovieClip Frame 3
"up"Symbol 238 MovieClip Frame 4
"backward"Symbol 238 MovieClip Frame 5
"forward"Symbol 238 MovieClip Frame 6
"stop_gun"Symbol 238 MovieClip Frame 13
"ready_gun"Symbol 238 MovieClip Frame 14
"down_gun"Symbol 238 MovieClip Frame 15
"up_gun"Symbol 238 MovieClip Frame 16
"backward_gun"Symbol 238 MovieClip Frame 17
"forward_gun"Symbol 238 MovieClip Frame 18
"shoot"Symbol 238 MovieClip Frame 29
"flip"Symbol 238 MovieClip Frame 42
"hit"Symbol 238 MovieClip Frame 48
"explosion"Symbol 238 MovieClip Frame 53
"start"Symbol 244 MovieClip Frame 1
"off"Symbol 254 MovieClip Frame 1
"down"Symbol 254 MovieClip Frame 7
"hit"Symbol 254 MovieClip Frame 13
"off"Symbol 260 MovieClip Frame 1
"down"Symbol 260 MovieClip Frame 7
"crash"Symbol 260 MovieClip Frame 13
"off"Symbol 270 MovieClip Frame 1
"down"Symbol 270 MovieClip Frame 6
"hit"Symbol 270 MovieClip Frame 13
"loop"Symbol 277 MovieClip Frame 5
"off"Symbol 301 MovieClip Frame 1
"shoot"Symbol 301 MovieClip Frame 11
"hit"Symbol 301 MovieClip Frame 20
"bump"Symbol 301 MovieClip Frame 27

Dynamic Text Variables

copyrightNoticeSymbol 38 EditableText""
movieQualityUserSetSymbol 141 EditableText"0"
movieQualityDefaultSymbol 142 EditableText"2"
movieQualitySymbol 143 EditableText"3"
jimmyScoreSymbol 279 EditableText""
movieQualityUserSetSymbol 286 EditableText"0"
movieQualityDefaultSymbol 287 EditableText"2"
bulletsSymbol 303 EditableText""
movieQualityUserSetSymbol 305 EditableText"0"
movieQualityDefaultSymbol 306 EditableText"2"
movieQualityUserSetSymbol 308 EditableText"0"
movieQualityDefaultSymbol 309 EditableText"2"
movieQualityUserSetSymbol 311 EditableText"0"
movieQualityDefaultSymbol 312 EditableText"2"
jimmyScoreSymbol 378 EditableText""




http://swfchan.com/6/28887/info.shtml
Created: 20/5 -2019 05:10:23 Last modified: 20/5 -2019 05:10:23 Server time: 09/05 -2024 07:51:12