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

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

Odd Todd APRIL FOOLS 2007 GAMES 5.swf

This is the info page for
Flash #238873

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


Text
CHALLENGE #5
LOADING...

CHALLENGE #5

9x6=

SEND ME MY DOLLAR

SEND ME MY DOLLAR
PO BOX 187

SEND ME MY DOLLAR
PO BOX 187
NEW YORK,

SEND ME MY DOLLAR
PO BOX 187
NEW YORK, NY

SEND ME MY DOLLAR
PO BOX 187
NEW YORK, NY 10014

SEND ME MY DOLLAR
PO BOX 187
NEW YORK, NY 10014
+ $5.00 for shipping and handling

ActionScript [AS1/AS2]

Frame 2
_root.gotoAndPlay("gotoIntro");
Frame 50
stopAllSounds(); this.onEnterFrame = null; gotoAndPlay (66);
Frame 75
ifFrameLoaded (85) { gotoAndPlay (77); }
Frame 76
gotoAndPlay (66);
Frame 86
Frame 1148
gotoAndStop (1149);
Frame 1149
scoreLimit = 249; killMCs = 0; stop(); var gameMusic = new Sound(); gameMusic.attachSound("music.mp3"); var atomicSound = new Sound(); atomicSound.attachSound("atomic.mp3"); var birdKill = new Sound(); birdKill.attachSound("birdKill.mp3"); var birdShow = new Sound(); birdShow.attachSound("birdShow.mp3"); var coffaySound = new Sound(); coffaySound.attachSound("coffay.mp3"); var elfUpSound = new Sound(); elfUpSound.attachSound("elfUp.mp3"); var laserSound = new Sound(); laserSound.attachSound("laser.wav"); var mepExplodeSound = new Sound(); mepExplodeSound.attachSound("mepExplode.mp3"); var monaySound = new Sound(); monaySound.attachSound("monay.mp3"); var rocketBoost = new Sound(); rocketBoost.attachSound("rocket.mp3"); var rocketBoostPlaying = false; var soundOn = true; var mepChangeWidth = 0; var mepChangeHeight = 0; var rotateSpeed = 10; var thrusterSpeed = 0.3; var thrusterMaxSpeed = 30; var shipControl = true; mepShip_mc.thrustersOn = false; mepShip_mc.thrusters = 0; mepShip_mc.thrustX = 0; mepShip_mc.thrustY = 0; mepShip_mc.retrosOn = false; var laserSpeed = 24; var curLaserMax = 3; var finalLaserMax = 10; var resetPoint = -3000; var curDepth = 20; var createAst = 1; var invincible = false; var astArray = new Array(); var asteroidsLeft = 0; var totalAsteroids = 0; var cookay_mcSpeed = 1; var cupcake_mcSpeed = 1.5; var pringles_mcSpeed = 1; var monay_mcSpeed = 1; var coffay_mcSpeed = 1; var elfUp_mcSpeed = 1; var prizeRandVar = 0.6; var cookay_mcPoints = 1; var cupcake_mcPoints = 2; var pringles_mcPoints = 0; var bossPoints = 20; var monay_mcPoints = 10; var coffay_mcPoints = 2; var elfUp_mcPoints = 5; var myLevel = 0; var createDelay = 45; var myLives = 3; var pScore = 0; txtScore.text = pScore; txtLives.text = myLives; var skySpeed = 5; Key.addListener(mepShip_mc); if (soundOn == true) { gameMusic.start(0, 1); }
Frame 1158
function createAsteroid(whatKind) { if (whatKind == "new") { totalAsteroids--; if (createAst <= 5) { createThisAst = "cookay_mc"; } else if (createAst == 6) { createThisAst = "pringles_mc"; } else if ((createAst > 6) && (createAst <= 9)) { createThisAst = "cupcake_mc"; } else { createAst = 1; createThisAst = "pringles_mc"; } } else if ("pringles_mc" == (substring(whatKind, 0, whatKind.indexOf("-")))) { randPrize = Math.random(); if (randPrize < prizeRandVar) { createThisAst = "monay_mc"; } else if ((randPrize >= prizeRandVar) && (randPrize < 0.7)) { createThisAst = "coffay_mc"; } else if ((randPrize >= 0.7) && (randPrize < 0.95)) { createThisAst = "elfUp_mc"; } else { createThisAst = "atomic_mc"; } } else { createThisAst = substring(whatKind, 0, whatKind.indexOf("-")); } var holder = _root.attachMovie(createThisAst, ((createThisAst + "-") + curDepth) + "_mc", curDepth); if (whatKind == "new") { quickRand = Math.random(); quickRand2 = Math.random(); var randomX = Math.floor(Math.random() * Stage.width); var randomY = Math.floor(Math.random() * Stage.height); if (quickRand <= 0.5) { if (quickRand2 <= 0.5) { startX = 5; } else { startX = Stage.width - 5; } startY = randomY; } else { if (quickRand2 <= 0.5) { startY = 5; } else { startY = Stage.height - 5; } startX = randomX; } startXScale = 100; startYScale = 100; createAst++; } else { startX = eval (whatKind)._x; startY = eval (whatKind)._y; startXScale = eval (whatKind)._xscale / 2; startYScale = eval (whatKind)._yscale / 2; } holder._x = startX; holder._y = startY; holder._xscale = startXScale; holder._yscale = startYScale; retDepth = curDepth; curDepth++; asteroidsLeft++; return(((createThisAst + "-") + retDepth) + "_mc"); } killMCs = 0; gameMusic.onSoundComplete = function () { if (soundOn == true) { gameMusic.start(0, 1); } }; rocketBoost.onSoundComplete = function () { rocketBoostPlaying = false; }; this.onEnterFrame = function () { if (asteroidsLeft == 0) { if (totalAsteroids != 0) { if (totalAsteroids > 5) { createThisMany = 5; } else { createThisMany = totalAsteroids; } x = 0; while (x < createThisMany) { astArray[x] = createAsteroid("new"); eval (astArray[x]).myPos = x; x++; } } else if (createDelay >= 60) { myLevel++; curDepth = 20; createAst = 1; totalAsteroids = 4 + myLevel; curTotal = totalAsteroids; x = 0; while (x < 5) { astArray[x] = createAsteroid("new"); eval (astArray[x]).myPos = x; x++; } createDelay = 0; } else { createDelay++; } } }; mepShip_mc.onKeyUp = function () { theKeyLetGo = Key.getCode(); if ((theKeyLetGo == 87) || (theKeyLetGo == 38)) { mepShip_mc.thrustersOn = false; } if ((theKeyLetGo == 83) || (theKeyLetGo == 40)) { mepShip_mc.retrosOn = false; } if ((theKeyLetGo == 65) || (theKeyLetGo == 37)) { mepShip_mc.rotateCW = false; } if ((theKeyLetGo == 68) || (theKeyLetGo == 39)) { mepShip_mc.rotateCCW = false; } if (theKeyLetGo == 77) { if (soundOn == true) { soundOn = false; gameMusic.setVolume(0); gameMusic.stop(); } else { soundOn = true; gameMusic.setVolume(100); gameMusic.start(0, 1); } } }; mepShip_mc.onKeyDown = function () { if (shipControl == true) { theKeyPressed = Key.getCode(); if ((theKeyPressed == 87) || (theKeyPressed == 38)) { if ((rocketBoostPlaying == false) && (soundOn == true)) { rocketBoost.start(0, 1); rocketBoostPlaying = true; } mepShip_mc.thrustersOn = true; mepShip_mc.retrosOn = false; } if ((theKeyPressed == 83) || (theKeyPressed == 40)) { mepShip_mc.thrustersOn = false; mepShip_mc.retrosOn = true; } if ((theKeyPressed == 65) || (theKeyPressed == 37)) { mepShip_mc.rotateCW = true; mepShip_mc.rotateCCW = false; } if ((theKeyPressed == 68) || (theKeyPressed == 39)) { mepShip_mc.rotateCW = false; mepShip_mc.rotateCCW = true; } if ((theKeyPressed == 32) && (mepShip_mc._currentframe == 1)) { searchLaser = 1; while (searchLaser <= finalLaserMax) { if (searchLaser > curLaserMax) { searchLaser = 20; } else { laserAvail = eval (("laser" + searchLaser) + "_mc")._x; if (laserAvail < -150) { if (soundOn == true) { laserSound.start(0, 1); } eval (("laser" + searchLaser) + "_mc")._x = mepShip_mc._x; eval (("laser" + searchLaser) + "_mc")._y = mepShip_mc._y; eval (("laser" + searchLaser) + "_mc")._rotation = mepShip_mc._rotation; laserRotation = Math.abs(mepShip_mc._rotation - 180); laserRadians = (Math.PI/180) * laserRotation; eval (("laser" + searchLaser) + "_mc").laserChangeWidth = Math.cos(laserRadians); eval (("laser" + searchLaser) + "_mc").laserChangeHeight = Math.sin(laserRadians) * -1; searchLaser = 20; } } searchLaser++; } } } };
Frame 1189
gotoAndPlay ("setup");
Frame 1190
gotoAndPlay (1191); killMCs = 1; stopAllSounds();
Frame 3871
stop();
Frame 4391
gotoAndPlay (3589);
Symbol 7 MovieClip [pringles_mc] Frame 1
this.myType = substring(this._name, 0, this._name.indexOf("-")); useRand = 150 / this._xscale; this.xSpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); this.ySpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); if ((this.xSpeed == 0) && (this.ySpeed == 0)) { quickRand = Math.random(); if (quickRand <= 0.5) { this.xSpeed = eval (("_root." + this.myType) + "Speed"); } else { this.ySpeed = eval (("_root." + this.myType) + "Speed"); } } this.myRotation = Math.floor(Math.random() * (500 / this._xscale)) - 2; if (this.myRotation == 0) { this.myRotation = 1; } gotoAndStop ("play");
Symbol 7 MovieClip [pringles_mc] Frame 11
this.onEnterFrame = function () { if (_root.killMCs == 1) { this.removeMovieClip(); } this._rotation = this._rotation + this.myRotation; this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this._x <= 0) { this._x = Stage.width - 5; } else if (this._x >= Stage.width) { this._x = 5; } else if (this._y <= 0) { this._y = Stage.height - 5; } else if (this._y >= Stage.height) { this._y = 5; } if ((((myHit_mc.hitTest("_root.mepShip_mc.mepShipHit_mc") == true) && (_root.mepShip_mc._currentframe == 1)) && (_root.invincible == false)) && (this._currentframe == 11)) { _root.mepShip_mc.gotoAndPlay("dead"); } };
Symbol 7 MovieClip [pringles_mc] Frame 21
_root.pScore = _root.pScore + eval (("_root." + this.myType) + "Points"); _root.txtScore.text = _root.pScore; _root.astArray[_root.astArray.length] = _root.createAsteroid(_root.astArray[this.myPos]); eval ("_root." + _root.astArray[_root.astArray.length - 1]).myPos = _root.astArray.length - 1; if (_root.totalAsteroids > 0) { _root.astArray[_root.astArray.length] = _root.createAsteroid("new"); eval ("_root." + _root.astArray[_root.astArray.length - 1]).myPos = _root.astArray.length - 1; }
Symbol 7 MovieClip [pringles_mc] Frame 29
stop(); deleteThisOne = _root.astArray[this.myPos]; _root.astArray.splice(this.myPos, 1); x = this.myPos; while (x < _root.astArray.length) { eval ("_root." + _root.astArray[x]).myPos--; x++; } _root.asteroidsLeft--; eval ("_root." + deleteThisOne).removeMovieClip();
Symbol 12 MovieClip [cookay_mc] Frame 1
this.myType = substring(this._name, 0, this._name.indexOf("-")); useRand = 150 / this._xscale; this.xSpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); this.ySpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); if ((this.xSpeed == 0) && (this.ySpeed == 0)) { quickRand = Math.random(); if (quickRand <= 0.5) { this.xSpeed = eval (("_root." + this.myType) + "Speed"); } else { this.ySpeed = eval (("_root." + this.myType) + "Speed"); } } this.myRotation = Math.floor(Math.random() * (500 / this._xscale)) - 2; if (this.myRotation == 0) { this.myRotation = 1; } gotoAndStop ("play");
Symbol 12 MovieClip [cookay_mc] Frame 11
this.onEnterFrame = function () { if (_root.killMCs == 1) { this.removeMovieClip(); } this._rotation = this._rotation + this.myRotation; this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this._x <= 0) { this._x = Stage.width - 5; } else if (this._x >= Stage.width) { this._x = 5; } else if (this._y <= 0) { this._y = Stage.height - 5; } else if (this._y >= Stage.height) { this._y = 5; } if ((((myHit_mc.hitTest("_root.mepShip_mc.mepShipHit_mc") == true) && (_root.mepShip_mc._currentframe == 1)) && (_root.invincible == false)) && (this._currentframe == 11)) { _root.mepShip_mc.gotoAndPlay("dead"); } };
Symbol 12 MovieClip [cookay_mc] Frame 21
_root.pScore = _root.pScore + eval (("_root." + this.myType) + "Points"); _root.txtScore.text = _root.pScore; if (this._xscale > 25) { _root.astArray[_root.astArray.length] = _root.createAsteroid(_root.astArray[this.myPos]); eval ("_root." + _root.astArray[_root.astArray.length - 1]).myPos = _root.astArray.length - 1; _root.astArray[_root.astArray.length] = _root.createAsteroid(_root.astArray[this.myPos]); eval ("_root." + _root.astArray[_root.astArray.length - 1]).myPos = _root.astArray.length - 1; } if ((this._xscale == 100) && (_root.totalAsteroids > 0)) { _root.astArray[_root.astArray.length] = _root.createAsteroid("new"); eval ("_root." + _root.astArray[_root.astArray.length - 1]).myPos = _root.astArray.length - 1; }
Symbol 12 MovieClip [cookay_mc] Frame 29
stop(); deleteThisOne = _root.astArray[this.myPos]; _root.astArray.splice(this.myPos, 1); x = this.myPos; while (x < _root.astArray.length) { eval ("_root." + _root.astArray[x]).myPos--; x++; } _root.asteroidsLeft--; eval ("_root." + deleteThisOne).removeMovieClip();
Symbol 17 MovieClip [cupcake_mc] Frame 1
this.myType = substring(this._name, 0, this._name.indexOf("-")); useRand = 150 / this._xscale; this.xSpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); this.ySpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); if ((this.xSpeed == 0) && (this.ySpeed == 0)) { quickRand = Math.random(); if (quickRand <= 0.5) { this.xSpeed = eval (("_root." + this.myType) + "Speed"); } else { this.ySpeed = eval (("_root." + this.myType) + "Speed"); } } this.myRotation = Math.floor(Math.random() * (500 / this._xscale)) - 2; if (this.myRotation == 0) { this.myRotation = 1; } gotoAndStop ("play");
Symbol 17 MovieClip [cupcake_mc] Frame 11
this.onEnterFrame = function () { if (_root.killMCs == 1) { this.removeMovieClip(); } this._rotation = this._rotation + this.myRotation; this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this._x <= 0) { this._x = Stage.width - 5; } else if (this._x >= Stage.width) { this._x = 5; } else if (this._y <= 0) { this._y = Stage.height - 5; } else if (this._y >= Stage.height) { this._y = 5; } if ((((myHit_mc.hitTest("_root.mepShip_mc.mepShipHit_mc") == true) && (_root.mepShip_mc._currentframe == 1)) && (_root.invincible == false)) && (this._currentframe == 11)) { _root.mepShip_mc.gotoAndPlay("dead"); } };
Symbol 17 MovieClip [cupcake_mc] Frame 21
_root.pScore = _root.pScore + eval (("_root." + this.myType) + "Points"); _root.txtScore.text = _root.pScore; if (this._xscale > 25) { _root.astArray[_root.astArray.length] = _root.createAsteroid(_root.astArray[this.myPos]); eval ("_root." + _root.astArray[_root.astArray.length - 1]).myPos = _root.astArray.length - 1; _root.astArray[_root.astArray.length] = _root.createAsteroid(_root.astArray[this.myPos]); eval ("_root." + _root.astArray[_root.astArray.length - 1]).myPos = _root.astArray.length - 1; } if ((this._xscale == 100) && (_root.totalAsteroids > 0)) { _root.astArray[_root.astArray.length] = _root.createAsteroid("new"); eval ("_root." + _root.astArray[_root.astArray.length - 1]).myPos = _root.astArray.length - 1; }
Symbol 17 MovieClip [cupcake_mc] Frame 29
stop(); deleteThisOne = _root.astArray[this.myPos]; _root.astArray.splice(this.myPos, 1); x = this.myPos; while (x < _root.astArray.length) { eval ("_root." + _root.astArray[x]).myPos--; x++; } _root.asteroidsLeft--; eval ("_root." + deleteThisOne).removeMovieClip();
Symbol 20 MovieClip [elfUp_mc] Frame 1
this.myType = substring(this._name, 0, this._name.indexOf("-")); useRand = 150 / this._xscale; this.xSpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); this.ySpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); if ((this.xSpeed == 0) && (this.ySpeed == 0)) { quickRand = Math.random(); if (quickRand <= 0.5) { this.xSpeed = eval (("_root." + this.myType) + "Speed"); } else { this.ySpeed = eval (("_root." + this.myType) + "Speed"); } } this.myRotation = Math.floor(Math.random() * (500 / this._xscale)) - 2; if (this.myRotation == 0) { this.myRotation = 1; } gotoAndStop ("play");
Symbol 20 MovieClip [elfUp_mc] Frame 11
this.onEnterFrame = function () { if (_root.killMCs == 1) { this.removeMovieClip(); } this._rotation = this._rotation + this.myRotation; this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this._x <= 0) { this._x = Stage.width - 5; } else if (this._x >= Stage.width) { this._x = 5; } else if (this._y <= 0) { this._y = Stage.height - 5; } else if (this._y >= Stage.height) { this._y = 5; } if (((myHit_mc.hitTest("_root.mepShip_mc.mepShipHit_mc") == true) && (_root.mepShip_mc._currentframe == 1)) && (this._currentframe == 11)) { _root.pScore = _root.pScore + eval (("_root." + this.myType) + "Points"); _root.txtScore.text = _root.pScore; if (_root.soundOn == true) { _root.elfUpSound.start(0, 1); } _root.invincible = true; _root.mepShip_mc.invinc_mc._alpha = 100; _root.mepShip_mc.invinc_mc.gotoAndPlay("shields On"); this.gotoAndStop("dead"); } };
Symbol 20 MovieClip [elfUp_mc] Frame 21
stop(); deleteThisOne = _root.astArray[this.myPos]; _root.astArray.splice(this.myPos, 1); x = this.myPos; while (x < _root.astArray.length) { eval ("_root." + _root.astArray[x]).myPos--; x++; } _root.asteroidsLeft--; eval ("_root." + deleteThisOne).removeMovieClip();
Symbol 23 MovieClip [coffay_mc] Frame 1
this.myType = substring(this._name, 0, this._name.indexOf("-")); useRand = 150 / this._xscale; this.xSpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); this.ySpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); if ((this.xSpeed == 0) && (this.ySpeed == 0)) { quickRand = Math.random(); if (quickRand <= 0.5) { this.xSpeed = eval (("_root." + this.myType) + "Speed"); } else { this.ySpeed = eval (("_root." + this.myType) + "Speed"); } } this.myRotation = Math.floor(Math.random() * (500 / this._xscale)) - 2; if (this.myRotation == 0) { this.myRotation = 1; } gotoAndStop ("play");
Symbol 23 MovieClip [coffay_mc] Frame 11
this.onEnterFrame = function () { if (_root.killMCs == 1) { this.removeMovieClip(); } this._rotation = this._rotation + this.myRotation; this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this._x <= 0) { this._x = Stage.width - 5; } else if (this._x >= Stage.width) { this._x = 5; } else if (this._y <= 0) { this._y = Stage.height - 5; } else if (this._y >= Stage.height) { this._y = 5; } if (((myHit_mc.hitTest("_root.mepShip_mc.mepShipHit_mc") == true) && (_root.mepShip_mc._currentframe == 1)) && (this._currentframe == 11)) { _root.pScore = _root.pScore + eval (("_root." + this.myType) + "Points"); _root.txtScore.text = _root.pScore; if (_root.curLaserMax < _root.finalLaserMax) { _root.curLaserMax++; } if (_root.soundOn == true) { _root.coffaySound.start(0, 1); } this.gotoAndStop("dead"); } };
Symbol 23 MovieClip [coffay_mc] Frame 21
stop(); deleteThisOne = _root.astArray[this.myPos]; _root.astArray.splice(this.myPos, 1); x = this.myPos; while (x < _root.astArray.length) { eval ("_root." + _root.astArray[x]).myPos--; x++; } _root.asteroidsLeft--; eval ("_root." + deleteThisOne).removeMovieClip();
Symbol 26 MovieClip [monay_mc] Frame 1
this.myType = substring(this._name, 0, this._name.indexOf("-")); useRand = 150 / this._xscale; this.xSpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); this.ySpeed = (Math.floor(Math.random() * useRand) - (useRand / 2)) * eval (("_root." + this.myType) + "Speed"); if ((this.xSpeed == 0) && (this.ySpeed == 0)) { quickRand = Math.random(); if (quickRand <= 0.5) { this.xSpeed = eval (("_root." + this.myType) + "Speed"); } else { this.ySpeed = eval (("_root." + this.myType) + "Speed"); } } this.myRotation = Math.floor(Math.random() * (500 / this._xscale)) - 2; if (this.myRotation == 0) { this.myRotation = 1; } gotoAndStop ("play");
Symbol 26 MovieClip [monay_mc] Frame 11
this.onEnterFrame = function () { if (_root.killMCs == 1) { this.removeMovieClip(); } this._rotation = this._rotation + this.myRotation; this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this._x <= 0) { this._x = Stage.width - 5; } else if (this._x >= Stage.width) { this._x = 5; } else if (this._y <= 0) { this._y = Stage.height - 5; } else if (this._y >= Stage.height) { this._y = 5; } if (((myHit_mc.hitTest("_root.mepShip_mc.mepShipHit_mc") == true) && (_root.mepShip_mc._currentframe == 1)) && (this._currentframe == 11)) { _root.pScore = _root.pScore + eval (("_root." + this.myType) + "Points"); _root.txtScore.text = _root.pScore; if (_root.soundOn == true) { _root.monaySound.start(0, 1); } this.gotoAndStop("dead"); } };
Symbol 26 MovieClip [monay_mc] Frame 21
stop(); deleteThisOne = _root.astArray[this.myPos]; _root.astArray.splice(this.myPos, 1); x = this.myPos; while (x < _root.astArray.length) { eval ("_root." + _root.astArray[x]).myPos--; x++; } _root.asteroidsLeft--; eval ("_root." + deleteThisOne).removeMovieClip();
Symbol 45 Button
on (release) { gotoAndPlay (1040); }
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 360
_root.invincible = false; this._alpha = 0; gotoAndStop (1);
Symbol 73 MovieClip Frame 1
stop(); this.onEnterFrame = function () { if (this.thrustersOn == true) { this.thrusters = this.thrusters + _root.thrusterSpeed; mepRotation = Math.abs(this._rotation - 180); mepRadians = (Math.PI/180) * mepRotation; this.mepChangeWidth = Math.cos(mepRadians); this.mepChangeHeight = Math.sin(mepRadians) * -1; this.thrustX = this.thrustX + (this.mepChangeWidth * _root.thrusterSpeed); this.thrustY = this.thrustY + (this.mepChangeHeight * _root.thrusterSpeed); } if (this.retrosOn == true) { this.thrusters = this.thrusters - (_root.thrusterSpeed / 2); mepRotation = Math.abs(this._rotation - 180); mepRadians = (Math.PI/180) * mepRotation; this.mepChangeWidth = Math.cos(mepRadians); this.mepChangeHeight = Math.sin(mepRadians) * -1; this.thrustX = this.thrustX - (this.mepChangeWidth * _root.thrusterSpeed); this.thrustY = this.thrustY - (this.mepChangeHeight * _root.thrusterSpeed); } if (this.thrustX > _root.thrusterMaxSpeed) { this.thrustX = _root.thrusterMaxSpeed; } if (this.thrustX < (_root.thrusterMaxSpeed * -1)) { this.thrustX = _root.thrusterMaxSpeed * -1; } if (this.thrustY > _root.thrusterMaxSpeed) { this.thrustY = _root.thrusterMaxSpeed; } if (this.thrustY < (_root.thrusterMaxSpeed * -1)) { this.thrustY = _root.thrusterMaxSpeed * -1; } if (this.rotateCW == true) { this._rotation = this._rotation - _root.rotateSpeed; } if (this.rotateCCW == true) { this._rotation = this._rotation + _root.rotateSpeed; } this._x = this._x + this.thrustX; this._y = this._y + this.thrustY; if (this._x <= 0) { this._x = 720; } else if (this._x >= 720) { this._x = 0; } else if (this._y <= 0) { this._y = 525; } else if (this._y >= 525) { this._y = 0; } };
Symbol 73 MovieClip Frame 8
_root.myLives--; if (_root.soundOn == true) { _root.mepExplodeSound.start(0, 1); } if (_root.myLives == 0) { _parent.gotoAndStop("Game Over"); } else { _root.txtLives.text = _root.myLives; }
Symbol 73 MovieClip Frame 61
mepChangeWidth = 0; mepChangeHeight = 0; thrusterSpeed = 0.3; shipControl = true; this.thrustersOn = false; this.thrusters = 0; this.thrustX = 0; this.thrustY = 0; this.retrosOn = 0; _root.invincible = true; invinc_mc._alpha = 100; invinc_mc.gotoAndPlay("relive"); this._x = Stage.width / 2; this._y = Stage.height / 2; this._rotation = 0;
Symbol 75 MovieClip Frame 1
stop(); this.myType = substring(this._name, 0, 4); if (this.myType == "boss") { this.laserSpeed = Math.floor(_root.laserSpeed / 3) + _root.myLevel; } else { this.laserSpeed = _root.laserSpeed; } this.onEnterFrame = function () { if (this._x > -150) { play(); this._x = this._x + (this.laserChangeWidth * this.laserSpeed); this._y = this._y + (this.laserChangeHeight * this.laserSpeed); if (this._x <= 0) { this._x = Stage.width - 5; } else if (this._x >= Stage.width) { this._x = 5; } else if (this._y <= 0) { this._y = Stage.height - 5; } else if (this._y >= Stage.height) { this._y = 5; } if (this.myType == "lase") { x = 0; while (x < _root.astArray.length) { if ((this.hitTest(eval ("_root." + _root.astArray[x])) == true) && (eval ("_root." + _root.astArray[x])._currentframe <= 20)) { prizeCheck = eval ("_root." + _root.astArray[x]).myType; if ((((prizeCheck == "monay_mc") || (prizeCheck == "coffay_mc")) || (prizeCheck == "elfUp_mc")) || (prizeCheck == "atomic_mc")) { } else { this._x = _root.resetPoint; this._y = _root.resetPoint; gotoAndStop (1); eval ("_root." + _root.astArray[x]).gotoAndPlay("dead"); } } x++; } if ((this.hitTest(_root.boss_mc) == true) && (_root.boss_mc._currentframe <= 20)) { this._x = _root.resetPoint; this._y = _root.resetPoint; _root.boss_mc.gotoAndPlay("dead"); gotoAndStop (1); } } else if (((this.hitTest("_root.mepShip_mc.mepShipHit_mc") == true) && (_root.mepShip_mc._currentframe == 1)) && (_root.invincible == false)) { _root.mepShip_mc.gotoAndPlay("dead"); this._x = _root.resetPoint; this._y = _root.resetPoint; gotoAndStop (1); } } };
Symbol 75 MovieClip Frame 33
gotoAndStop (1); this._x = _root.resetPoint; this._y = _root.resetPoint;
Symbol 80 Button
on (press) { gotoAndStop ("Game"); }
Symbol 86 MovieClip Frame 1
this.onEnterFrame = function () { this._x = this._x + _root.skySpeed; if (this._x >= 2250) { this._x = -1350; } };
Symbol 91 MovieClip Frame 1
this.myType = "boss"; this.reloadCount = 0; this.reloadSound = 0; this.xSpeed = 4 + _root.myLevel; this.ySpeed = 0; gotoAndStop ("play");
Symbol 91 MovieClip Frame 11
this.onEnterFrame = function () { if (_root.killMCs == 1) { this.removeMovieClip(); } if (this._x > -150) { moveRand = Math.random(); if (moveRand <= 0.88) { } else if ((moveRand > 0.88) && (moveRand <= 0.92)) { this.ySpeed = -3; } else if ((moveRand > 0.92) && (moveRand <= 0.96)) { this.ySpeed = 3; } else { this.ySpeed = 0; } this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this._x <= -50) { this._x = _root.resetPoint; } else if (this._x >= (Stage.width + 50)) { this._x = _root.resetPoint; } else if (this._y <= 0) { this._y = Stage.height - 5; } else if (this._y >= Stage.height) { this._y = 5; } if ((((myHit_mc.hitTest("_root.mepShip_mc.mepShipHit_mc") == true) && (_root.mepShip_mc._currentframe == 1)) && (_root.invincible == false)) && (this._currentframe == 11)) { _root.mepShip_mc.gotoAndPlay("dead"); } if (_root.soundOn == true) { if (this.reloadSound == 0) { _root.birdShow.start(0, 1); this.reloadSound = 30; } if (this.reloadSound > 0) { this.reloadSound--; } } randomShoot = Math.random(); if (randomShoot > 0.97) { searchLaser = 1; while (searchLaser <= 2) { laserAvail = eval (("_root.bossLaser" + searchLaser) + "_mc")._x; if (laserAvail < -150) { eval (("_root.bossLaser" + searchLaser) + "_mc")._x = this._x; eval (("_root.bossLaser" + searchLaser) + "_mc")._y = this._y; eval (("_root.bossLaser" + searchLaser) + "_mc")._rotation = Math.round(Math.random() * 360); laserRotation = Math.abs(eval (("_root.bossLaser" + searchLaser) + "_mc")._rotation - 180); laserRadians = (Math.PI/180) * laserRotation; eval (("_root.bossLaser" + searchLaser) + "_mc").laserChangeWidth = Math.cos(laserRadians); eval (("_root.bossLaser" + searchLaser) + "_mc").laserChangeHeight = Math.sin(laserRadians) * -1; searchLaser = 20; } searchLaser++; } } } else if (this.reloadCount >= 300) { randMove = Math.round(Math.random() * 500); if (randMove == 50) { if (_root.soundOn == true) { _root.birdShow.start(0, 1); } var randomX = Math.random(); var randomY = (Math.floor(Math.random() * (Stage.height - 60)) + 30); if (randomX <= 0.5) { startX = -25; this.xSpeed = 4; } else { startX = Stage.width + 25; this.xSpeed = -4; } startY = randomY; this._x = startX; this._y = randomY; this.reloadCount = 0; } } else { this.reloadCount++; } };
Symbol 91 MovieClip Frame 21
_root.pScore = _root.pScore + eval (("_root." + this.myType) + "Points"); _root.txtScore.text = _root.pScore; if (_root.soundOn == true) { _root.birdKill.start(0, 1); }
Symbol 91 MovieClip Frame 28
stop(); this._x = _root.resetPoint; this.reloadCount = 0; gotoAndStop (1);
Symbol 92 MovieClip Frame 1
if (_parent.pScore >= _parent.scoreLimit) { _parent.killMCs = 1; _parent.gotoAndPlay("didIt"); }
Symbol 98 Button
on (press) { killMCs = 1; stopAllSounds(); gotoAndPlay (66); }
Symbol 387 Button
on (rollOver) { gotoAndStop ("bomb"); }
Symbol 390 Button
on (rollOver) { gotoAndStop ("bomb"); }
Symbol 393 Button
on (rollOver) { gotoAndStop ("bomb"); }
Symbol 396 Button
on (rollOver) { gotoAndStop ("bomb"); }
Symbol 399 Button
on (rollOver) { gotoAndStop ("bomb"); }
Symbol 523 Button
on (release) { getURL ("http://www.oddtodd.com/apc1.html"); }
Symbol 531 Button
on (release) { getURL ("http://www.oddtodd.com"); }
Symbol 538 Button
on (release) { getURL ("mailto:oddtodd7@hotmail.com"); }
Symbol 545 Button
on (release) { gotoAndPlay (3889); }

Library Items

Symbol 1 GraphicUsed by:7
Symbol 2 GraphicUsed by:7
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:7 12 17 20 23 26 73 91 131
Symbol 5 ShapeTweeningUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClip [pringles_mc]Uses:1 2 4 5 6
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 ShapeTweeningUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClip [cookay_mc]Uses:8 9 4 10 11
Symbol 13 GraphicUsed by:17
Symbol 14 GraphicUsed by:17
Symbol 15 ShapeTweeningUsed by:17
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClip [cupcake_mc]Uses:13 14 4 15 16
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClip [elfUp_mc]Uses:18 19 4
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClip [coffay_mc]Uses:21 22 4
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip [monay_mc]Uses:24 25 4
Symbol 27 GraphicUsed by:Timeline
Symbol 28 FontUsed by:29 40 384
Symbol 29 TextUses:28Used by:Timeline
Symbol 30 Sound [music.mp3]Used by:Timeline
Symbol 31 Sound [atomic.mp3]Used by:Timeline
Symbol 32 Sound [birdKill.mp3]Used by:Timeline
Symbol 33 Sound [birdShow.mp3]Used by:Timeline
Symbol 34 Sound [coffay.mp3]Used by:Timeline
Symbol 35 Sound [elfUp.mp3]Used by:Timeline
Symbol 36 Sound [laser.wav]Used by:Timeline
Symbol 37 Sound [mepExplode.mp3]Used by:Timeline
Symbol 38 Sound [monay.mp3]Used by:Timeline
Symbol 39 Sound [rocket.mp3]Used by:Timeline
Symbol 40 TextUses:28Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:45
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:42 43 44Used 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 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by: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 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:73
Symbol 67 GraphicUsed by:70
Symbol 68 GraphicUsed by:69 70
Symbol 69 MovieClipUses:68Used by:70
Symbol 70 MovieClipUses:67 68 69Used by:73 131
Symbol 71 ShapeTweeningUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:66 70 4 71 72Used by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 GraphicUsed by:80
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:80
Symbol 79 SoundUsed by:80 98 544 545
Symbol 80 ButtonUses:76 77 78 79Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 FontUsed by:83 84
Symbol 83 EditableTextUses:82Used by:Timeline
Symbol 84 EditableTextUses:82Used by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 GraphicUsed by:91
Symbol 88 GraphicUsed by:91
Symbol 89 ShapeTweeningUsed by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:87 88 4 89 90Used by:Timeline
Symbol 92 MovieClipUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:98
Symbol 95 GraphicUsed by:98
Symbol 96 GraphicUsed by:98
Symbol 97 SoundUsed by:98 537 538
Symbol 98 ButtonUses:94 95 96 79 97Used by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:106 109
Symbol 104 GraphicUsed by:106
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:103 104 105Used by:Timeline
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:103 107 108Used by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:129 70 4 130Used by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 GraphicUsed by:375
Symbol 137 GraphicUsed by:375
Symbol 138 GraphicUsed by:375
Symbol 139 GraphicUsed by:375
Symbol 140 GraphicUsed by:375
Symbol 141 GraphicUsed by:375
Symbol 142 GraphicUsed by:375
Symbol 143 GraphicUsed by:375
Symbol 144 GraphicUsed by:375
Symbol 145 GraphicUsed by:375
Symbol 146 GraphicUsed by:375
Symbol 147 GraphicUsed by:375
Symbol 148 GraphicUsed by:375
Symbol 149 GraphicUsed by:375
Symbol 150 GraphicUsed by:375
Symbol 151 GraphicUsed by:375
Symbol 152 GraphicUsed by:375
Symbol 153 GraphicUsed by:375
Symbol 154 GraphicUsed by:375
Symbol 155 GraphicUsed by:375
Symbol 156 GraphicUsed by:375
Symbol 157 GraphicUsed by:375
Symbol 158 GraphicUsed by:375
Symbol 159 GraphicUsed by:375
Symbol 160 GraphicUsed by:375
Symbol 161 GraphicUsed by:375
Symbol 162 GraphicUsed by:375
Symbol 163 GraphicUsed by:375
Symbol 164 GraphicUsed by:375
Symbol 165 GraphicUsed by:375
Symbol 166 GraphicUsed by:375
Symbol 167 GraphicUsed by:375
Symbol 168 GraphicUsed by:375
Symbol 169 GraphicUsed by:375
Symbol 170 GraphicUsed by:375
Symbol 171 GraphicUsed by:375
Symbol 172 GraphicUsed by:375
Symbol 173 GraphicUsed by:375
Symbol 174 GraphicUsed by:375
Symbol 175 GraphicUsed by:375
Symbol 176 GraphicUsed by:375
Symbol 177 GraphicUsed by:375
Symbol 178 GraphicUsed by:375
Symbol 179 GraphicUsed by:375
Symbol 180 GraphicUsed by:375
Symbol 181 GraphicUsed by:375
Symbol 182 GraphicUsed by:375
Symbol 183 GraphicUsed by:375
Symbol 184 GraphicUsed by:375
Symbol 185 GraphicUsed by:375
Symbol 186 GraphicUsed by:375
Symbol 187 GraphicUsed by:375
Symbol 188 GraphicUsed by:375
Symbol 189 GraphicUsed by:375
Symbol 190 GraphicUsed by:375
Symbol 191 GraphicUsed by:375
Symbol 192 GraphicUsed by:375
Symbol 193 GraphicUsed by:375
Symbol 194 GraphicUsed by:375
Symbol 195 GraphicUsed by:375
Symbol 196 GraphicUsed by:375
Symbol 197 GraphicUsed by:375
Symbol 198 GraphicUsed by:375
Symbol 199 GraphicUsed by:375
Symbol 200 GraphicUsed by:375
Symbol 201 GraphicUsed by:375
Symbol 202 GraphicUsed by:375
Symbol 203 GraphicUsed by:375
Symbol 204 GraphicUsed by:375
Symbol 205 GraphicUsed by:375
Symbol 206 GraphicUsed by:375
Symbol 207 GraphicUsed by:375
Symbol 208 GraphicUsed by:375
Symbol 209 GraphicUsed by:375
Symbol 210 GraphicUsed by:375
Symbol 211 GraphicUsed by:375
Symbol 212 GraphicUsed by:375
Symbol 213 GraphicUsed by:375
Symbol 214 GraphicUsed by:375
Symbol 215 GraphicUsed by:375
Symbol 216 GraphicUsed by:375
Symbol 217 GraphicUsed by:375
Symbol 218 GraphicUsed by:375
Symbol 219 GraphicUsed by:375
Symbol 220 GraphicUsed by:375
Symbol 221 GraphicUsed by:375
Symbol 222 GraphicUsed by:375
Symbol 223 GraphicUsed by:375
Symbol 224 GraphicUsed by:375
Symbol 225 GraphicUsed by:375
Symbol 226 GraphicUsed by:375
Symbol 227 GraphicUsed by:375
Symbol 228 GraphicUsed by:375
Symbol 229 GraphicUsed by:375
Symbol 230 GraphicUsed by:375
Symbol 231 GraphicUsed by:375
Symbol 232 GraphicUsed by:375
Symbol 233 GraphicUsed by:375
Symbol 234 GraphicUsed by:375
Symbol 235 GraphicUsed by:375
Symbol 236 GraphicUsed by:375
Symbol 237 GraphicUsed by:375
Symbol 238 GraphicUsed by:375
Symbol 239 GraphicUsed by:375
Symbol 240 GraphicUsed by:375
Symbol 241 GraphicUsed by:375
Symbol 242 GraphicUsed by:375
Symbol 243 GraphicUsed by:375
Symbol 244 GraphicUsed by:375
Symbol 245 GraphicUsed by:375
Symbol 246 GraphicUsed by:375
Symbol 247 GraphicUsed by:375
Symbol 248 GraphicUsed by:375
Symbol 249 GraphicUsed by:375
Symbol 250 GraphicUsed by:375
Symbol 251 GraphicUsed by:375
Symbol 252 GraphicUsed by:375
Symbol 253 GraphicUsed by:375
Symbol 254 GraphicUsed by:375
Symbol 255 GraphicUsed by:375
Symbol 256 GraphicUsed by:375
Symbol 257 GraphicUsed by:375
Symbol 258 GraphicUsed by:375
Symbol 259 GraphicUsed by:375
Symbol 260 GraphicUsed by:375
Symbol 261 GraphicUsed by:375
Symbol 262 GraphicUsed by:375
Symbol 263 GraphicUsed by:375
Symbol 264 GraphicUsed by:375
Symbol 265 GraphicUsed by:375
Symbol 266 GraphicUsed by:375
Symbol 267 GraphicUsed by:375
Symbol 268 GraphicUsed by:375
Symbol 269 GraphicUsed by:375
Symbol 270 GraphicUsed by:375
Symbol 271 GraphicUsed by:375
Symbol 272 GraphicUsed by:375
Symbol 273 GraphicUsed by:375
Symbol 274 GraphicUsed by:375
Symbol 275 GraphicUsed by:375
Symbol 276 GraphicUsed by:375
Symbol 277 GraphicUsed by:375
Symbol 278 GraphicUsed by:375
Symbol 279 GraphicUsed by:375
Symbol 280 GraphicUsed by:375
Symbol 281 GraphicUsed by:375
Symbol 282 GraphicUsed by:375
Symbol 283 GraphicUsed by:375
Symbol 284 GraphicUsed by:375
Symbol 285 GraphicUsed by:375
Symbol 286 GraphicUsed by:375
Symbol 287 GraphicUsed by:375
Symbol 288 GraphicUsed by:375
Symbol 289 GraphicUsed by:375
Symbol 290 GraphicUsed by:375
Symbol 291 GraphicUsed by:375
Symbol 292 GraphicUsed by:375
Symbol 293 GraphicUsed by:375
Symbol 294 GraphicUsed by:375
Symbol 295 GraphicUsed by:375
Symbol 296 GraphicUsed by:375
Symbol 297 GraphicUsed by:375
Symbol 298 GraphicUsed by:375
Symbol 299 GraphicUsed by:375
Symbol 300 GraphicUsed by:375
Symbol 301 GraphicUsed by:375
Symbol 302 GraphicUsed by:375
Symbol 303 GraphicUsed by:375
Symbol 304 GraphicUsed by:375
Symbol 305 GraphicUsed by:375
Symbol 306 GraphicUsed by:375
Symbol 307 GraphicUsed by:375
Symbol 308 GraphicUsed by:375
Symbol 309 GraphicUsed by:375
Symbol 310 GraphicUsed by:375
Symbol 311 GraphicUsed by:375
Symbol 312 GraphicUsed by:375
Symbol 313 GraphicUsed by:375
Symbol 314 GraphicUsed by:375
Symbol 315 GraphicUsed by:375
Symbol 316 GraphicUsed by:375
Symbol 317 GraphicUsed by:375
Symbol 318 GraphicUsed by:375
Symbol 319 GraphicUsed by:375
Symbol 320 GraphicUsed by:375
Symbol 321 GraphicUsed by:375
Symbol 322 GraphicUsed by:375
Symbol 323 GraphicUsed by:375
Symbol 324 GraphicUsed by:375
Symbol 325 GraphicUsed by:375
Symbol 326 GraphicUsed by:375
Symbol 327 GraphicUsed by:375
Symbol 328 GraphicUsed by:375
Symbol 329 GraphicUsed by:375
Symbol 330 GraphicUsed by:375
Symbol 331 GraphicUsed by:375
Symbol 332 GraphicUsed by:375
Symbol 333 GraphicUsed by:375
Symbol 334 GraphicUsed by:375
Symbol 335 GraphicUsed by:375
Symbol 336 GraphicUsed by:375
Symbol 337 GraphicUsed by:375
Symbol 338 GraphicUsed by:375
Symbol 339 GraphicUsed by:375
Symbol 340 GraphicUsed by:375
Symbol 341 GraphicUsed by:375
Symbol 342 GraphicUsed by:375
Symbol 343 GraphicUsed by:375
Symbol 344 GraphicUsed by:375
Symbol 345 GraphicUsed by:375
Symbol 346 GraphicUsed by:375
Symbol 347 GraphicUsed by:375
Symbol 348 GraphicUsed by:375
Symbol 349 GraphicUsed by:375
Symbol 350 GraphicUsed by:375
Symbol 351 GraphicUsed by:375
Symbol 352 GraphicUsed by:375
Symbol 353 GraphicUsed by:375
Symbol 354 GraphicUsed by:375
Symbol 355 GraphicUsed by:375
Symbol 356 GraphicUsed by:375
Symbol 357 GraphicUsed by:375
Symbol 358 GraphicUsed by:375
Symbol 359 GraphicUsed by:375
Symbol 360 GraphicUsed by:375
Symbol 361 GraphicUsed by:375
Symbol 362 GraphicUsed by:375
Symbol 363 GraphicUsed by:375
Symbol 364 GraphicUsed by:375
Symbol 365 GraphicUsed by:375
Symbol 366 GraphicUsed by:375
Symbol 367 GraphicUsed by:375
Symbol 368 GraphicUsed by:375
Symbol 369 GraphicUsed by:375
Symbol 370 GraphicUsed by:375
Symbol 371 GraphicUsed by:375
Symbol 372 GraphicUsed by:375
Symbol 373 GraphicUsed by:375
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374Used by:Timeline
Symbol 376 GraphicUsed by:Timeline
Symbol 377 GraphicUsed by:Timeline
Symbol 378 GraphicUsed by:Timeline
Symbol 379 GraphicUsed by:Timeline
Symbol 380 GraphicUsed by:Timeline
Symbol 381 GraphicUsed by:Timeline
Symbol 382 GraphicUsed by:Timeline
Symbol 383 GraphicUsed by:Timeline
Symbol 384 TextUses:28Used by:Timeline
Symbol 385 GraphicUsed by:386 387
Symbol 386 MovieClipUses:385Used by:387
Symbol 387 ButtonUses:386 385Used by:Timeline
Symbol 388 GraphicUsed by:389 390
Symbol 389 MovieClipUses:388Used by:390
Symbol 390 ButtonUses:389 388Used by:Timeline
Symbol 391 GraphicUsed by:392 393
Symbol 392 MovieClipUses:391Used by:393
Symbol 393 ButtonUses:392 391Used by:Timeline
Symbol 394 GraphicUsed by:395 396
Symbol 395 MovieClipUses:394Used by:396
Symbol 396 ButtonUses:395 394Used by:Timeline
Symbol 397 GraphicUsed by:398 399
Symbol 398 MovieClipUses:397Used by:399
Symbol 399 ButtonUses:398 397Used by:Timeline
Symbol 400 GraphicUsed by:403
Symbol 401 GraphicUsed by:402
Symbol 402 MovieClipUses:401Used by:403  Timeline
Symbol 403 MovieClipUses:400 402Used by:Timeline
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:404Used by:Timeline
Symbol 406 GraphicUsed by:407
Symbol 407 MovieClipUses:406Used by:408  Timeline
Symbol 408 MovieClipUses:407Used by:Timeline
Symbol 409 GraphicUsed by:411
Symbol 410 GraphicUsed by:411
Symbol 411 MovieClipUses:409 410Used by:Timeline
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:412Used by:Timeline
Symbol 414 GraphicUsed by:Timeline
Symbol 415 GraphicUsed by:Timeline
Symbol 416 GraphicUsed by:Timeline
Symbol 417 GraphicUsed by:Timeline
Symbol 418 GraphicUsed by:Timeline
Symbol 419 GraphicUsed by:Timeline
Symbol 420 GraphicUsed 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
Symbol 430 GraphicUsed by:Timeline
Symbol 431 GraphicUsed by:Timeline
Symbol 432 GraphicUsed by:Timeline
Symbol 433 GraphicUsed by:Timeline
Symbol 434 GraphicUsed by:Timeline
Symbol 435 GraphicUsed by:Timeline
Symbol 436 GraphicUsed by:Timeline
Symbol 437 GraphicUsed by:Timeline
Symbol 438 GraphicUsed by:Timeline
Symbol 439 GraphicUsed by:Timeline
Symbol 440 GraphicUsed by:Timeline
Symbol 441 GraphicUsed by:Timeline
Symbol 442 GraphicUsed by:Timeline
Symbol 443 GraphicUsed by:Timeline
Symbol 444 GraphicUsed by:Timeline
Symbol 445 GraphicUsed by:Timeline
Symbol 446 GraphicUsed by:Timeline
Symbol 447 GraphicUsed by:Timeline
Symbol 448 GraphicUsed by:Timeline
Symbol 449 GraphicUsed by:Timeline
Symbol 450 GraphicUsed by:Timeline
Symbol 451 GraphicUsed by:Timeline
Symbol 452 GraphicUsed by:Timeline
Symbol 453 GraphicUsed by:Timeline
Symbol 454 GraphicUsed by:Timeline
Symbol 455 GraphicUsed by:Timeline
Symbol 456 GraphicUsed by:Timeline
Symbol 457 GraphicUsed by:Timeline
Symbol 458 GraphicUsed by:Timeline
Symbol 459 GraphicUsed by:Timeline
Symbol 460 GraphicUsed by:Timeline
Symbol 461 GraphicUsed by:Timeline
Symbol 462 GraphicUsed by:Timeline
Symbol 463 GraphicUsed by:Timeline
Symbol 464 GraphicUsed by:Timeline
Symbol 465 GraphicUsed by:Timeline
Symbol 466 GraphicUsed by:Timeline
Symbol 467 GraphicUsed by:Timeline
Symbol 468 GraphicUsed by:Timeline
Symbol 469 GraphicUsed by:Timeline
Symbol 470 GraphicUsed by:Timeline
Symbol 471 GraphicUsed by:Timeline
Symbol 472 GraphicUsed by:Timeline
Symbol 473 GraphicUsed by:Timeline
Symbol 474 GraphicUsed by:Timeline
Symbol 475 GraphicUsed by:Timeline
Symbol 476 GraphicUsed by:Timeline
Symbol 477 GraphicUsed by:Timeline
Symbol 478 GraphicUsed by:Timeline
Symbol 479 GraphicUsed by:Timeline
Symbol 480 GraphicUsed by:Timeline
Symbol 481 GraphicUsed by:Timeline
Symbol 482 GraphicUsed by:Timeline
Symbol 483 GraphicUsed by:Timeline
Symbol 484 FontUsed by:485 486 487 488 489 490
Symbol 485 TextUses:484Used by:Timeline
Symbol 486 TextUses:484Used by:Timeline
Symbol 487 TextUses:484Used by:Timeline
Symbol 488 TextUses:484Used by:Timeline
Symbol 489 TextUses:484Used by:Timeline
Symbol 490 TextUses:484Used by:Timeline
Symbol 491 GraphicUsed by:Timeline
Symbol 492 GraphicUsed by:Timeline
Symbol 493 GraphicUsed by:Timeline
Symbol 494 GraphicUsed by:Timeline
Symbol 495 GraphicUsed by:Timeline
Symbol 496 GraphicUsed by:Timeline
Symbol 497 GraphicUsed by:Timeline
Symbol 498 GraphicUsed by:Timeline
Symbol 499 GraphicUsed by:Timeline
Symbol 500 GraphicUsed by:Timeline
Symbol 501 GraphicUsed by:Timeline
Symbol 502 GraphicUsed by:Timeline
Symbol 503 GraphicUsed by:Timeline
Symbol 504 GraphicUsed by:Timeline
Symbol 505 GraphicUsed by:Timeline
Symbol 506 GraphicUsed by:Timeline
Symbol 507 GraphicUsed by:Timeline
Symbol 508 GraphicUsed by:Timeline
Symbol 509 GraphicUsed by:Timeline
Symbol 510 GraphicUsed by:Timeline
Symbol 511 GraphicUsed by:Timeline
Symbol 512 GraphicUsed by:Timeline
Symbol 513 GraphicUsed by:Timeline
Symbol 514 GraphicUsed by:Timeline
Symbol 515 GraphicUsed by:Timeline
Symbol 516 GraphicUsed by:522 523
Symbol 517 GraphicUsed by:522 523
Symbol 518 GraphicUsed by:522 523
Symbol 519 SoundUsed by:522 523
Symbol 520 SoundUsed by:522 523
Symbol 521 SoundUsed by:522 523
Symbol 522 ButtonUses:516 517 518 519 520 521Used by:Timeline
Symbol 523 ButtonUses:516 517 518 519 520 521Used by:Timeline
Symbol 524 GraphicUsed by:530 531
Symbol 525 GraphicUsed by:530 531
Symbol 526 GraphicUsed by:530 531
Symbol 527 SoundUsed by:530 531
Symbol 528 SoundUsed by:530 531
Symbol 529 SoundUsed by:530 531
Symbol 530 ButtonUses:524 525 526 527 528 529Used by:Timeline
Symbol 531 ButtonUses:524 525 526 527 528 529Used by:Timeline
Symbol 532 GraphicUsed by:537 538
Symbol 533 GraphicUsed by:537 538
Symbol 534 GraphicUsed by:537 538
Symbol 535 SoundUsed by:537 538
Symbol 536 SoundUsed by:537 538
Symbol 537 ButtonUses:532 533 534 535 97 536Used by:Timeline
Symbol 538 ButtonUses:532 533 534 535 97 536Used by:Timeline
Symbol 539 GraphicUsed by:544 545
Symbol 540 GraphicUsed by:544 545
Symbol 541 GraphicUsed by:544 545
Symbol 542 SoundUsed by:544 545
Symbol 543 SoundUsed by:544 545
Symbol 544 ButtonUses:539 540 541 79 542 543Used by:Timeline
Symbol 545 ButtonUses:539 540 541 79 542 543Used by:Timeline
Symbol 546 GraphicUsed by:Timeline
Symbol 547 GraphicUsed by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"mepShip_mc"Frame 1149Symbol 73 MovieClip
"laser1_mc"Frame 1149Symbol 75 MovieClip
"laser2_mc"Frame 1149Symbol 75 MovieClip
"laser3_mc"Frame 1149Symbol 75 MovieClip
"laser4_mc"Frame 1149Symbol 75 MovieClip
"laser5_mc"Frame 1149Symbol 75 MovieClip
"laser6_mc"Frame 1149Symbol 75 MovieClip
"laser7_mc"Frame 1149Symbol 75 MovieClip
"laser8_mc"Frame 1149Symbol 75 MovieClip
"laser9_mc"Frame 1149Symbol 75 MovieClip
"laser10_mc"Frame 1149Symbol 75 MovieClip
"bossLaser1_mc"Frame 1149Symbol 75 MovieClip
"bossLaser2_mc"Frame 1149Symbol 75 MovieClip
"txtScore"Frame 1149Symbol 83 EditableText
"txtLives"Frame 1149Symbol 84 EditableText
"boss_mc"Frame 1158Symbol 91 MovieClip
"myHit_mc"Symbol 12 MovieClip [cookay_mc] Frame 11Symbol 4 MovieClip
"myHit_mc"Symbol 17 MovieClip [cupcake_mc] Frame 11Symbol 4 MovieClip
"myHit_mc"Symbol 20 MovieClip [elfUp_mc] Frame 11Symbol 4 MovieClip
"myHit_mc"Symbol 23 MovieClip [coffay_mc] Frame 11Symbol 4 MovieClip
"myHit_mc"Symbol 26 MovieClip [monay_mc] Frame 11Symbol 4 MovieClip
"invinc_mc"Symbol 73 MovieClip Frame 1Symbol 70 MovieClip
"mepShipHit_mc"Symbol 73 MovieClip Frame 1Symbol 4 MovieClip
"myHit_mc"Symbol 91 MovieClip Frame 11Symbol 4 MovieClip
"invinc_mc"Symbol 131 MovieClip Frame 1Symbol 70 MovieClip
"mepShipHit_mc"Symbol 131 MovieClip Frame 1Symbol 4 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 7 as "pringles_mc"
ExportAssets (56)Timeline Frame 1Symbol 12 as "cookay_mc"
ExportAssets (56)Timeline Frame 1Symbol 17 as "cupcake_mc"
ExportAssets (56)Timeline Frame 1Symbol 20 as "elfUp_mc"
ExportAssets (56)Timeline Frame 1Symbol 23 as "coffay_mc"
ExportAssets (56)Timeline Frame 1Symbol 26 as "monay_mc"
ExportAssets (56)Timeline Frame 2Symbol 30 as "music.mp3"
ExportAssets (56)Timeline Frame 3Symbol 31 as "atomic.mp3"
ExportAssets (56)Timeline Frame 4Symbol 32 as "birdKill.mp3"
ExportAssets (56)Timeline Frame 5Symbol 33 as "birdShow.mp3"
ExportAssets (56)Timeline Frame 6Symbol 34 as "coffay.mp3"
ExportAssets (56)Timeline Frame 7Symbol 35 as "elfUp.mp3"
ExportAssets (56)Timeline Frame 8Symbol 36 as "laser.wav"
ExportAssets (56)Timeline Frame 9Symbol 37 as "mepExplode.mp3"
ExportAssets (56)Timeline Frame 10Symbol 38 as "monay.mp3"
ExportAssets (56)Timeline Frame 11Symbol 39 as "rocket.mp3"

Labels

"Preloader"Frame 1
"Sounds Loading"Frame 2
"gotoIntro"Frame 50
"Setup"Frame 1149
"Game"Frame 1158
"Game Over"Frame 1168
"didIt"Frame 1190
"load"Symbol 7 MovieClip [pringles_mc] Frame 1
"play"Symbol 7 MovieClip [pringles_mc] Frame 11
"dead"Symbol 7 MovieClip [pringles_mc] Frame 21
"load"Symbol 12 MovieClip [cookay_mc] Frame 1
"play"Symbol 12 MovieClip [cookay_mc] Frame 11
"dead"Symbol 12 MovieClip [cookay_mc] Frame 21
"load"Symbol 17 MovieClip [cupcake_mc] Frame 1
"play"Symbol 17 MovieClip [cupcake_mc] Frame 11
"dead"Symbol 17 MovieClip [cupcake_mc] Frame 21
"load"Symbol 20 MovieClip [elfUp_mc] Frame 1
"play"Symbol 20 MovieClip [elfUp_mc] Frame 11
"dead"Symbol 20 MovieClip [elfUp_mc] Frame 21
"load"Symbol 23 MovieClip [coffay_mc] Frame 1
"play"Symbol 23 MovieClip [coffay_mc] Frame 11
"dead"Symbol 23 MovieClip [coffay_mc] Frame 21
"load"Symbol 26 MovieClip [monay_mc] Frame 1
"play"Symbol 26 MovieClip [monay_mc] Frame 11
"dead"Symbol 26 MovieClip [monay_mc] Frame 21
"shields on"Symbol 70 MovieClip Frame 1
"fade"Symbol 70 MovieClip Frame 90
"relive"Symbol 70 MovieClip Frame 255
"alive"Symbol 73 MovieClip Frame 1
"dead"Symbol 73 MovieClip Frame 8
"dead wait"Symbol 73 MovieClip Frame 16
"load"Symbol 91 MovieClip Frame 1
"play"Symbol 91 MovieClip Frame 11
"dead"Symbol 91 MovieClip Frame 21




http://swfchan.com/48/238873/info.shtml
Created: 3/1 -2021 00:57:24 Last modified: 3/1 -2021 00:57:24 Server time: 18/05 -2024 18:42:46