STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #237481 |
100 |
stop(); mspeed = 0; this._x -= 0; var touchingGround:Boolean = false; this.attachMovie("particle_explode", "partex", 3()); |
_root.boxArray[ c].attachMovie(" particle_explode ", "partex", 3()); |
100 |
ActionScript [AS1/AS2]
Frame 1function createBox() { currentBox = _root.attachMovie("enemy", "box" + boxArray.length, _root.getNextHighestDepth()); currentBox._x = random(620) - 50; currentBox._y = 194; boxArray.push(currentBox); } function createSprout() { currentSprout = _root.attachMovie("sprout", "spr" + sproutArray.length, _root.getNextHighestDepth()); currentSprout._x = 620; currentSprout._y = 294; SproutArray.push(currentSprout); } function fireWeapon() { if (reloadComplete && (mouseClicked)) { var _local3 = _root.attachMovie("bullet1", "b" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); _local3._x = char._x; _local3._y = char._y; _local3.bulletLifeTimer = 0; randomNum = random(bulletOffset) - (bulletOffset / 2); bulletAngle = (((char._rotation + randomNum) - 90) * Math.PI) / 180; _local3.xSpeed = Math.cos(bulletAngle) * bulletSpeed; _local3.ySpeed = Math.sin(bulletAngle) * bulletSpeed; _local3.onEnterFrame = function () { if (this._x >= 710) { this.removeMovieClip(); } this._rotation = rotationDirection; if (flamethrower == true) { cuttershot = false; this.gotoAndStop(2); } else if (cuttershot == true) { flamethrower = false; this.gotoAndStop(3); } while (ground.hitTest(this._x, this._y, true)) { this.removeMovieClip(); } if (life == 0) { _root.target.removeMovieClip(); this.removeMovieClip(); } this._x = this._x + this.xSpeed; this._y = this._y + this.ySpeed; if (this.bulletLifeTimer >= bulletLifeTimerTotal) { this.removeMovieClip(); } this.bulletLifeTimer++; }; startReloading(); } } function startReloading() { reloadComplete = false; reloadTimer = setInterval(this, "gunReloaded", reloadSpeed); } function gunReloaded() { clearInterval(reloadTimer); reloadComplete = true; } function rotatePlayer() { playerX = char._x; playerY = char._y; rotationDirection = Math.round(180 - ((Math.atan2(_root._xmouse - playerX, _root._ymouse - playerY) * 180) / Math.PI)); char._rotation = rotationDirection; } var bulletOffset = 0; var bulletLifeTimerTotal = 30; var bulletSpeed = 18; var reloadSpeed = 120; var bulletNumber = 1; var reloadTimer; var reloadComplete = true; var bulletAngle; var randomNum; var playerX; var playerY; var rotationDirection; var mouseClicked = false; var dead = false; var flamethrower = false; var cuttershot = false; var bullx = this._x; var bully = this._y; playerX = this._x; playerY = this._y; var ground = _root.ground; var boxArray = []; var sproutArray = []; c = 0; while (c < 1) { d = 0; while (d < 3) { createBox(); d++; } c++; } mouseListener = new Object(); mouseListener.onMouseDown = function () { mouseClicked = true; }; mouseListener.onMouseUp = function () { mouseClicked = false; }; mouseListener.onMouseMove = function () { rotatePlayer(); }; _root.onEnterFrame = function () { fireWeapon(); rotatePlayer(); updateBullets(); }; Mouse.addListener(mouseListener);Instance of Symbol 243 MovieClip "lifebar" in Frame 1onClipEvent (enterFrame) { this._xscale = _root.life * 1; if (_root.life < 0) { unloadMovie (_root.hero); unloadMovie (_root.char); _root.life = 0; } }Instance of Symbol 248 MovieClip "hero" in Frame 1onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 0.8; var speed = 8; var maxJump = -17; var touchingGround = false; } onClipEvent (enterFrame) { if (this._x >= 550) { this._x = 549; _root.ground._x = _root.ground._x - speed; _root._root.bg._x = _root._root.bg._x - 0.4; } if (this._x <= 150) { this._x = 151; _root.ground._x = _root.ground._x + speed; _root.bg._x = _root.bg._x + 0.4; } _root.char._x = this._x; _root.char._y = this._y - 40; _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (Key.isDown(68)) { _root.char._xscale = 100; this._xscale = 100; _x = (_x + speed); } if (Key.isDown(65)) { _root.char._xscale = -100; this._xscale = -100; _x = (_x - speed); } if (Key.isDown(87) && (touchingGround)) { grav = maxJump; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } if (ground.hitTest(_x, _y - _height, true)) { grav = 3; } }Instance of Symbol 243 MovieClip "bulletbar" in Frame 1onClipEvent (enterFrame) { this._xscale = _root.bull * 1; if (_root.life < 0) { unloadMovie (_root.bullet); unloadMovie (_root.char); _root.bull = 0; } }Instance of Symbol 258 MovieClip in Frame 1onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; updateAfterEvent(); this.swapDepths(_root.getNextHighestDepth()); }Symbol 15 MovieClip Frame 6_parent.prevFrame();Symbol 16 MovieClip [sprout] Frame 1stop();Symbol 31 MovieClip Frame 6_parent.prevFrame();Symbol 32 MovieClip [sprout1] Frame 1stop();Symbol 44 MovieClip [dia_explode] Frame 10this.removeMovieClip(); stop();Symbol 45 MovieClip [bullet_explode] Frame 20_parent._parent.removeMovieClip(); stop();Symbol 60 MovieClip Frame 53stop(); _parent._parent.removeMovieClip();Symbol 66 MovieClip Frame 1var ySp = 1; var xSp = 1; var fall = 29; var gravi = ((this.gravi = random(1) - 0.85)); var explode = function () { this._rotation = this.rota; }; this.rota = random(50) - 20;Symbol 66 MovieClip Frame 16stop();Symbol 67 MovieClip Frame 1stop(); this.gotoAndStop(random(11));Symbol 69 MovieClip Frame 1var ySp = 1; var xSp = 1; var fall = 29; var gravi = ((this.gravi = random(1) - 0.85)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(21) - 10; this.ySp = random(22) - 15; this.rota = random(50) - 20; this.onEnterFrame = explode;Symbol 73 MovieClip Frame 10stop();Symbol 84 MovieClip Frame 1var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(20) - 10; this.ySp = random(20) - 15; this.rota = random(50) - 20; this.onEnterFrame = explode; stop(); gotoAndStop(random(11));Symbol 97 MovieClip Frame 1gotoAndStop(random(6)); var fall = 2; var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(10) - 5; this.ySp = random(18) - 14; this.rota = random(50) - 20; this.onEnterFrame = explode;Symbol 100 MovieClip Frame 1var counter = 500; counter--; this.onEnterFrame == function () { counter--; if (counter <= 0) { this.removeMovieClip(); } }; this.gotoAndStop(random(11)); var fall = 6; var gravi = ((this.gravi = random(1) - 0.55)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this.xSp = random(20) - 10; this.ySp = random(20) - 15; this.rota = random(50) - 20; this.onEnterFrame = explode;Symbol 100 MovieClip Frame 2stop();Symbol 101 MovieClip Frame 55_parent.removeMovieClip();Symbol 102 MovieClip Frame 39stop(); _parent.removeMovieClip();Symbol 103 MovieClip Frame 1stop(); gotoAndStop(random(5));Symbol 116 MovieClip Frame 1var fall = 2; var gravi = ((this.gravi = random(0.3) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; }; this.xSp = random(10) - 5; this.ySp = random(45) - 10; this.onEnterFrame = explode;Symbol 116 MovieClip Frame 23var fall = 2; var gravi = ((this.gravi = random(0.3) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; }; this.xSp = random(10) - 5; this.ySp = random(45) - 10; this.onEnterFrame = explode; stop();Symbol 117 MovieClip Frame 51stop(); _parent._parent.removeMovieClip();Symbol 170 MovieClip Frame 1this._alpha = "0";Symbol 170 MovieClip Frame 50this._alpha = "0"; _parent.removeMovieClip();Symbol 171 MovieClip Frame 55stop(); stop();Symbol 172 MovieClip Frame 1stop(); gotoAndStop(random(5));Symbol 172 MovieClip Frame 2stop();Symbol 172 MovieClip Frame 3stop();Symbol 173 MovieClip [enemy] Frame 1stop(); var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 2; var maxJump = -12; var touchingGround = false; onEnterFrame = function () { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } }; var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; onEnterFrame = function () { _y = (_y + grav); grav = grav + gravity; while (ground.hitTest(_x, _y, true)) { _y = (_y - gravity); grav = 0; } if (ground.hitTest(_x, _y + 5, true)) { touchingGround = true; } else { touchingGround = false; } if (ground.hitTest(_x + (_width / 2), _y - (_height / 2), true)) { _x = (_x - speed); } if (ground.hitTest(_x - (_width / 2), _y - (_height / 2), true)) { _x = (_x + speed); } };Instance of Symbol 32 MovieClip [sprout1] "sprout_main" in Symbol 173 MovieClip [enemy] Frame 1onClipEvent (load) { var mspeed = 1; var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; } onClipEvent (enterFrame) { if (_parent._x > _root.hero._x) { _parent._xscale = 100; _parent._x = _parent._x - mspeed; } if (_parent._x < _root.hero._x) { _parent._xscale = -100; _parent._x = _parent._x + mspeed; } if (_parent._x > _root.hero._x) { _parent._x = _parent._x - 1; } if (_parent._x < _root.hero._x) { _parent._x = _parent._x + 1; } }Instance of Symbol 34 MovieClip [box_alive] "box_alive" in Symbol 173 MovieClip [enemy] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 1; _root.lifebar.nextFrame(); _root.hero._x = _root.hero._x - 5; _parent._x = _parent._x + 7; } }Instance of Symbol 34 MovieClip [box_alive] "box_alive" in Symbol 173 MovieClip [enemy] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 1; _root.lifebar.nextFrame(); _root.hero._x = _root.hero._x + 5; _parent._x = _parent._x - 7; } }Instance of Symbol 34 MovieClip [box_alive] "box_alive" in Symbol 173 MovieClip [enemy] Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 1; _root.lifebar.nextFrame(); _root.hero._x = _root.hero._x - 5; } }Symbol 189 MovieClip Frame 1gotoAndStop(random(3));Symbol 190 MovieClip [particle] Frame 1var fall = 3; var gravi = ((this.gravi = random(0.3) - 0.1)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; }; this.xSp = random(10) - 5; this.ySp = random(45) - 10; this.onEnterFrame = explode;Instance of Symbol 189 MovieClip in Symbol 190 MovieClip [particle] Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.ground._x, _y)) { _parent.rota = 0; _parent.gravi = 1; _parent.xSp = 0; _parent.ySp = 0; } }Symbol 191 MovieClip [particle_explode] Frame 70stop();Symbol 195 MovieClip Frame 1stop();Symbol 200 MovieClip Frame 1this._alpha = "0";Symbol 203 MovieClip Frame 28stop();Symbol 208 MovieClip [bullet1] Frame 1stop();Instance of Symbol 195 MovieClip in Symbol 208 MovieClip [bullet1] Frame 1onClipEvent (enterFrame) { c = 0; while (c < _root.boxArray.length) { if (this.shot.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].sprout_main.nextFrame(); _root.boxArray[c].nextFrame(); removeMovieClip(_parent); } c++; } if (this.shot.hitTest(_root.ground.crate.crate_alive)) { _root.ground.crate.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate2.crate_alive)) { _root.ground.crate2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate3.crate_alive)) { _root.ground.crate3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate4.crate_alive)) { _root.ground.crate4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate5.crate_alive)) { _root.ground.crate5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate6.crate_alive)) { _root.ground.crate6.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate7.crate_alive)) { _root.ground.crate7.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate8.crate_alive)) { _root.ground.crate8.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate9.crate_alive)) { _root.ground.crate9.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate10.crate_alive)) { _root.ground.crate10.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate11.crate_alive)) { _root.ground.crate11.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate12.crate_alive)) { _root.ground.crate12.nextFrame(); removeMovieClip(_parent); } }Symbol 208 MovieClip [bullet1] Frame 2stop();Instance of Symbol 203 MovieClip "bullet2" in Symbol 208 MovieClip [bullet1] Frame 2onClipEvent (load) { var ground = _root.ground; var grav = 0; var gravity = 1; var speed = 7; var maxJump = -18; var touchingGround = false; } onClipEvent (enterFrame) { c = 0; while (c < _root.boxArray.length) { if (this.rose.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].gotoAndStop(6); removeMovieClip(_parent); } c++; } if (this.shot.hitTest(_root.ground.crate.crate_alive)) { _root.ground.crate.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate2.crate_alive)) { _root.ground.crate2.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate3.crate_alive)) { _root.ground.crate3.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate4.crate_alive)) { _root.ground.crate4.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate5.crate_alive)) { _root.ground.crate5.nextFrame(); removeMovieClip(_parent); } if (this.shot.hitTest(_root.ground.crate6.crate_alive)) { _root.ground.crate6.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate7.crate_alive)) { _root.ground.crate7.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate8.crate_alive)) { _root.ground.crate8.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate9.crate_alive)) { _root.ground.crate9.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate10.crate_alive)) { _root.ground.crate10.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate11.crate_alive)) { _root.ground.crate11.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate12.crate_alive)) { _root.ground.crate12.nextFrame(); removeMovieClip(_parent); } }Symbol 208 MovieClip [bullet1] Frame 3stop();Instance of Symbol 207 MovieClip in Symbol 208 MovieClip [bullet1] Frame 3onClipEvent (enterFrame) { c = 0; while (c < _root.boxArray.length) { if (this.hitTest(_root["box" + c].box_alive)) { _root.boxArray[c].gotoAndStop(4); removeMovieClip(_parent); } c++; } if (this.hitTest(_root.crate.crate_alive)) { _root.crate.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate.crate_alive)) { _root.ground.crate.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate2.crate_alive)) { _root.ground.crate2.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate3.crate_alive)) { _root.ground.crate3.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate4.crate_alive)) { _root.ground.crate4.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate5.crate_alive)) { _root.ground.crate5.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate6.crate_alive)) { _root.ground.crate6.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate7.crate_alive)) { _root.ground.crate7.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate8.crate_alive)) { _root.ground.crate8.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate9.crate_alive)) { _root.ground.crate9.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate10.crate_alive)) { _root.ground.crate10.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate11.crate_alive)) { _root.ground.crate11.nextFrame(); removeMovieClip(_parent); } if (this.hitTest(_root.ground.crate12.crate_alive)) { _root.ground.crate12.nextFrame(); removeMovieClip(_parent); } }Symbol 216 MovieClip Frame 1stop(); this._alpha = "0";Symbol 221 MovieClip Frame 1var fall = 2; var gravi = ((this.gravi = random(0.5) - 0.5)); var explode = function () { this._x = this._x + this.xSp; this.ySp = this.ySp - gravi; this._y = this._y + this.ySp; this._rotation = this._rotation + this.rota; }; this._xscale = random(210) - 120; this._yscale = random(210) - 120; this.xSp = random(10) - 5; this.ySp = random(18) - 18; this.rota = random(50) - 20; this.onEnterFrame = explode; this.gotoAndStop(random(4));Symbol 222 MovieClip Frame 1stop();Symbol 222 MovieClip Frame 2play();Symbol 234 MovieClip Frame 1stop();Instance of Symbol 233 MovieClip "gem" in Symbol 234 MovieClip Frame 1/* no clip actions */Symbol 235 MovieClip Frame 1stop();Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 40; _root.hero._y = 210; _root.hero._x = 350; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 40; _root.hero._y = 210; _root.hero._x = 350; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 40; _root.hero._y = 210; _root.hero._x = 350; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.cuttershot = false; _root.flamethrower = true; } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(2); _root.bulletLifeTimerTotal = 21; _root.bulletSpeed = 15; _root.bulletOffset = 13; _root.reloadSpeed = 20; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.life = _root.life - 40; _root.hero._y = 210; _root.hero._x = 350; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.cuttershot = false; _root.flamethrower = true; } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(2); _root.bulletLifeTimerTotal = 21; _root.bulletSpeed = 15; _root.bulletOffset = 13; _root.reloadSpeed = 20; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.flamethrower = false; _root.cuttershot = true; } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(3); _root.bulletLifeTimerTotal = 40; _root.bulletSpeed = 20; _root.bulletOffset = 0; _root.reloadSpeed = 70; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.cuttershot = false; _root.flamethrower = true; } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(2); _root.bulletLifeTimerTotal = 21; _root.bulletSpeed = 15; _root.bulletOffset = 13; _root.reloadSpeed = 20; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.cuttershot = false; _root.flamethrower = true; } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(2); _root.bulletLifeTimerTotal = 21; _root.bulletSpeed = 15; _root.bulletOffset = 13; _root.reloadSpeed = 20; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.flamethrower = false; _root.cuttershot = true; } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(3); _root.bulletLifeTimerTotal = 40; _root.bulletSpeed = 20; _root.bulletOffset = 0; _root.reloadSpeed = 70; } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 216 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.createBox(); } if (this.hitTest(_root.hero)) { unloadMovie (this); } }Instance of Symbol 234 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.flamethrower = false; _root.cuttershot = true; this.nextFrame(); } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(3); _root.bulletLifeTimerTotal = 70; _root.bulletSpeed = 25; _root.bulletOffset = 0; _root.reloadSpeed = 80; } }Instance of Symbol 234 MovieClip in Symbol 235 MovieClip Frame 1onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.cuttershot = false; _root.flamethrower = true; this.nextFrame(); } if (this.hitTest(_root.hero)) { _root.char.gotoAndStop(2); _root.bulletLifeTimerTotal = 21; _root.bulletSpeed = 15; _root.bulletOffset = 13; _root.reloadSpeed = 20; } }Symbol 239 MovieClip Frame 1stop();Symbol 239 MovieClip Frame 2stop();Symbol 243 MovieClip Frame 1stop();Instance of Symbol 246 MovieClip "head" in Symbol 248 MovieClip Frame 1onClipEvent (enterFrame) { playerX = this._x; playerY = this._y; rotationDirection = Math.round(90 - ((Math.atan2(_xmouse - playerX, _ymouse - playerY) * 90) / Math.PI)); this._rotation = rotationDirection; }
Library Items
Symbol 1 Graphic | Used by:9 | |
Symbol 2 Graphic | Used by:9 | |
Symbol 3 Graphic | Used by:9 | |
Symbol 4 Graphic | Used by:9 | |
Symbol 5 Graphic | Used by:9 | |
Symbol 6 Graphic | Used by:9 | |
Symbol 7 Graphic | Used by:9 | |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:1 2 3 4 5 6 7 8 | Used by:16 |
Symbol 10 Graphic | Used by:15 | |
Symbol 11 Graphic | Used by:15 | |
Symbol 12 Graphic | Used by:15 | |
Symbol 13 Graphic | Used by:15 | |
Symbol 14 Graphic | Used by:15 | |
Symbol 15 MovieClip | Uses:10 11 12 13 14 | Used by:16 |
Symbol 16 MovieClip [sprout] | Uses:9 15 | |
Symbol 17 Graphic | Used by:25 | |
Symbol 18 Graphic | Used by:25 | |
Symbol 19 Graphic | Used by:25 | |
Symbol 20 Graphic | Used by:25 | |
Symbol 21 Graphic | Used by:25 | |
Symbol 22 Graphic | Used by:25 | |
Symbol 23 Graphic | Used by:25 | |
Symbol 24 Graphic | Used by:25 | |
Symbol 25 MovieClip | Uses:17 18 19 20 21 22 23 24 | Used by:32 |
Symbol 26 Graphic | Used by:31 | |
Symbol 27 Graphic | Used by:31 | |
Symbol 28 Graphic | Used by:31 | |
Symbol 29 Graphic | Used by:31 | |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:26 27 28 29 30 | Used by:32 |
Symbol 32 MovieClip [sprout1] | Uses:25 31 | Used by:173 |
Symbol 33 Graphic | Used by:34 | |
Symbol 34 MovieClip [box_alive] | Uses:33 | Used by:173 |
Symbol 35 Graphic | Used by:44 | |
Symbol 36 Graphic | Used by:44 | |
Symbol 37 Graphic | Used by:44 | |
Symbol 38 Graphic | Used by:44 | |
Symbol 39 Graphic | Used by:44 | |
Symbol 40 Graphic | Used by:44 | |
Symbol 41 Graphic | Used by:44 | |
Symbol 42 Graphic | Used by:44 | |
Symbol 43 Graphic | Used by:44 | |
Symbol 44 MovieClip [dia_explode] | Uses:35 36 37 38 39 40 41 42 43 | Used by:45 102 103 117 |
Symbol 45 MovieClip [bullet_explode] | Uses:44 | Used by:173 195 222 |
Symbol 46 Graphic | Used by:60 | |
Symbol 47 Graphic | Used by:60 | |
Symbol 48 Graphic | Used by:60 | |
Symbol 49 Graphic | Used by:60 | |
Symbol 50 Graphic | Used by:60 | |
Symbol 51 Graphic | Used by:60 | |
Symbol 52 Graphic | Used by:60 | |
Symbol 53 Graphic | Used by:60 | |
Symbol 54 Graphic | Used by:60 | |
Symbol 55 Graphic | Used by:60 | |
Symbol 56 Graphic | Used by:60 | |
Symbol 57 Graphic | Used by:60 | |
Symbol 58 Graphic | Used by:60 | |
Symbol 59 Graphic | Used by:60 | |
Symbol 60 MovieClip | Uses:46 47 48 49 50 51 52 53 54 55 56 57 58 59 | Used by:103 171 172 |
Symbol 61 Graphic | Used by:66 | |
Symbol 62 Graphic | Used by:66 | |
Symbol 63 Graphic | Used by:66 | |
Symbol 64 Graphic | Used by:66 | |
Symbol 65 Graphic | Used by:66 | |
Symbol 66 MovieClip | Uses:61 62 63 64 65 | Used by:67 |
Symbol 67 MovieClip | Uses:66 | Used by:102 103 117 |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:68 | Used by:102 103 117 171 172 |
Symbol 70 Graphic | Used by:73 | |
Symbol 71 Graphic | Used by:73 | |
Symbol 72 Graphic | Used by:73 | |
Symbol 73 MovieClip | Uses:70 71 72 | Used by:102 117 |
Symbol 74 Graphic | Used by:84 | |
Symbol 75 Graphic | Used by:84 | |
Symbol 76 Graphic | Used by:84 | |
Symbol 77 Graphic | Used by:84 | |
Symbol 78 Graphic | Used by:84 | |
Symbol 79 Graphic | Used by:84 | |
Symbol 80 Graphic | Used by:84 | |
Symbol 81 Graphic | Used by:84 | |
Symbol 82 Graphic | Used by:84 | |
Symbol 83 Graphic | Used by:84 | |
Symbol 84 MovieClip | Uses:74 75 76 77 78 79 80 81 82 83 | Used by:101 |
Symbol 85 Graphic | Used by:92 | |
Symbol 86 Graphic | Used by:92 | |
Symbol 87 Graphic | Used by:92 | |
Symbol 88 Graphic | Used by:92 | |
Symbol 89 Graphic | Used by:92 | |
Symbol 90 Graphic | Used by:92 | |
Symbol 91 Graphic | Used by:92 | |
Symbol 92 MovieClip | Uses:85 86 87 88 89 90 91 | Used by:97 |
Symbol 93 Graphic | Used by:97 | |
Symbol 94 Graphic | Used by:97 | |
Symbol 95 Graphic | Used by:97 | |
Symbol 96 Graphic | Used by:97 | |
Symbol 97 MovieClip | Uses:92 93 94 95 96 | Used by:101 |
Symbol 98 Graphic | Used by:100 | |
Symbol 99 Graphic | Used by:100 | |
Symbol 100 MovieClip | Uses:98 99 | Used by:101 |
Symbol 101 MovieClip | Uses:84 97 100 | Used by:102 117 |
Symbol 102 MovieClip | Uses:73 101 44 69 67 | Used by:103 |
Symbol 103 MovieClip | Uses:60 67 44 69 102 | Used by:173 |
Symbol 104 Graphic | Used by:116 | |
Symbol 105 Graphic | Used by:116 | |
Symbol 106 Graphic | Used by:116 | |
Symbol 107 Graphic | Used by:116 | |
Symbol 108 Graphic | Used by:116 | |
Symbol 109 Graphic | Used by:116 | |
Symbol 110 Graphic | Used by:116 | |
Symbol 111 Graphic | Used by:116 | |
Symbol 112 Graphic | Used by:116 | |
Symbol 113 Graphic | Used by:116 | |
Symbol 114 Graphic | Used by:116 | |
Symbol 115 Graphic | Used by:116 | |
Symbol 116 MovieClip | Uses:104 105 106 107 108 109 110 111 112 113 114 115 | Used by:117 172 |
Symbol 117 MovieClip | Uses:73 101 44 69 67 116 | Used by:172 |
Symbol 118 Graphic | Used by:131 | |
Symbol 119 Graphic | Used by:131 | |
Symbol 120 Graphic | Used by:131 | |
Symbol 121 Graphic | Used by:131 | |
Symbol 122 Graphic | Used by:131 | |
Symbol 123 Graphic | Used by:131 | |
Symbol 124 Graphic | Used by:131 | |
Symbol 125 Graphic | Used by:131 | |
Symbol 126 Graphic | Used by:131 | |
Symbol 127 Graphic | Used by:131 | |
Symbol 128 Graphic | Used by:131 | |
Symbol 129 Graphic | Used by:131 | |
Symbol 130 Graphic | Used by:131 | |
Symbol 131 MovieClip | Uses:118 119 120 121 122 123 124 125 126 127 128 129 130 | Used by:171 172 |
Symbol 132 Graphic | Used by:171 | |
Symbol 133 Graphic | Used by:171 | |
Symbol 134 Graphic | Used by:171 | |
Symbol 135 Graphic | Used by:171 | |
Symbol 136 Graphic | Used by:171 | |
Symbol 137 Graphic | Used by:171 | |
Symbol 138 Graphic | Used by:171 | |
Symbol 139 Graphic | Used by:171 | |
Symbol 140 Graphic | Used by:171 | |
Symbol 141 Graphic | Used by:171 | |
Symbol 142 Graphic | Used by:171 | |
Symbol 143 Graphic | Used by:171 | |
Symbol 144 Graphic | Used by:171 | |
Symbol 145 Graphic | Used by:171 | |
Symbol 146 Graphic | Used by:171 | |
Symbol 147 Graphic | Used by:171 | |
Symbol 148 Graphic | Used by:171 | |
Symbol 149 Graphic | Used by:171 | |
Symbol 150 Graphic | Used by:171 | |
Symbol 151 Graphic | Used by:171 | |
Symbol 152 Graphic | Used by:171 | |
Symbol 153 Graphic | Used by:171 | |
Symbol 154 Graphic | Used by:171 | |
Symbol 155 Graphic | Used by:171 | |
Symbol 156 Graphic | Used by:171 | |
Symbol 157 Graphic | Used by:171 | |
Symbol 158 Graphic | Used by:171 | |
Symbol 159 Graphic | Used by:171 | |
Symbol 160 Graphic | Used by:171 | |
Symbol 161 Graphic | Used by:171 | |
Symbol 162 Graphic | Used by:171 | |
Symbol 163 Graphic | Used by:171 | |
Symbol 164 Graphic | Used by:171 | |
Symbol 165 Graphic | Used by:171 | |
Symbol 166 Graphic | Used by:171 | |
Symbol 167 Graphic | Used by:171 | |
Symbol 168 Graphic | Used by:171 | |
Symbol 169 Graphic | Used by:170 | |
Symbol 170 MovieClip | Uses:169 | Used by:171 |
Symbol 171 MovieClip | Uses:132 133 134 135 131 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 60 69 170 | Used by:172 |
Symbol 172 MovieClip | Uses:117 60 131 69 116 171 | Used by:173 |
Symbol 173 MovieClip [enemy] | Uses:32 34 45 103 172 | |
Symbol 174 Graphic | Used by:178 | |
Symbol 175 Graphic | Used by:178 | |
Symbol 176 Graphic | Used by:178 | |
Symbol 177 Graphic | Used by:178 | |
Symbol 178 MovieClip | Uses:174 175 176 177 | Used by:189 |
Symbol 179 Graphic | Used by:183 | |
Symbol 180 Graphic | Used by:183 | |
Symbol 181 Graphic | Used by:183 | |
Symbol 182 Graphic | Used by:183 | |
Symbol 183 MovieClip | Uses:179 180 181 182 | Used by:189 |
Symbol 184 Graphic | Used by:188 | |
Symbol 185 Graphic | Used by:188 | |
Symbol 186 Graphic | Used by:188 | |
Symbol 187 Graphic | Used by:188 | |
Symbol 188 MovieClip | Uses:184 185 186 187 | Used by:189 |
Symbol 189 MovieClip | Uses:178 183 188 | Used by:190 |
Symbol 190 MovieClip [particle] | Uses:189 | Used by:191 |
Symbol 191 MovieClip [particle_explode] | Uses:190 | Used by:234 |
Symbol 192 Graphic | Used by:208 | |
Symbol 193 Graphic | Used by:194 | |
Symbol 194 MovieClip | Uses:193 | Used by:195 |
Symbol 195 MovieClip | Uses:194 45 | Used by:208 |
Symbol 196 Graphic | Used by:203 | |
Symbol 197 Bitmap | Used by:198 202 | |
Symbol 198 Graphic | Uses:197 | Used by:203 |
Symbol 199 Graphic | Used by:200 | |
Symbol 200 MovieClip | Uses:199 | Used by:203 222 |
Symbol 201 Graphic | Used by:203 | |
Symbol 202 Graphic | Uses:197 | Used by:203 |
Symbol 203 MovieClip | Uses:196 198 200 201 202 | Used by:208 |
Symbol 204 Graphic | Used by:207 | |
Symbol 205 Graphic | Used by:207 | |
Symbol 206 Graphic | Used by:207 | |
Symbol 207 MovieClip | Uses:204 205 206 | Used by:208 |
Symbol 208 MovieClip [bullet1] | Uses:192 195 203 207 | Used by:Timeline |
Symbol 209 Graphic | Used by:Timeline | |
Symbol 210 Graphic | Used by:211 | |
Symbol 211 MovieClip | Uses:210 | Used by:Timeline |
Symbol 212 Graphic | Used by:Timeline | |
Symbol 213 Graphic | Used by:Timeline | |
Symbol 214 Graphic | Used by:235 | |
Symbol 215 Graphic | Used by:216 | |
Symbol 216 MovieClip | Uses:215 | Used by:235 |
Symbol 217 Graphic | Used by:222 | |
Symbol 218 Graphic | Used by:221 | |
Symbol 219 Graphic | Used by:221 | |
Symbol 220 Graphic | Used by:221 | |
Symbol 221 MovieClip | Uses:218 219 220 | Used by:222 |
Symbol 222 MovieClip | Uses:217 200 221 45 | Used by:235 |
Symbol 223 Graphic | Used by:233 | |
Symbol 224 Graphic | Used by:233 | |
Symbol 225 Graphic | Used by:233 | |
Symbol 226 Graphic | Used by:233 | |
Symbol 227 Graphic | Used by:233 | |
Symbol 228 Graphic | Used by:233 | |
Symbol 229 Graphic | Used by:233 | |
Symbol 230 Graphic | Used by:233 | |
Symbol 231 Graphic | Used by:233 | |
Symbol 232 Graphic | Used by:233 | |
Symbol 233 MovieClip | Uses:223 224 225 226 227 228 229 230 231 232 | Used by:234 |
Symbol 234 MovieClip | Uses:233 191 | Used by:235 |
Symbol 235 MovieClip | Uses:214 216 222 234 | Used by:Timeline |
Symbol 236 Graphic | Used by:239 | |
Symbol 237 Graphic | Used by:239 | |
Symbol 238 Graphic | Used by:239 | |
Symbol 239 MovieClip | Uses:236 237 238 | Used by:Timeline |
Symbol 240 Font | Used by:241 244 249 | |
Symbol 241 EditableText | Uses:240 | Used by:Timeline |
Symbol 242 Graphic | Used by:243 | |
Symbol 243 MovieClip | Uses:242 | Used by:Timeline |
Symbol 244 Text | Uses:240 | Used by:Timeline |
Symbol 245 Graphic | Used by:246 | |
Symbol 246 MovieClip | Uses:245 | Used by:248 |
Symbol 247 Graphic | Used by:248 | |
Symbol 248 MovieClip | Uses:246 247 | Used by:Timeline |
Symbol 249 Text | Uses:240 | Used by:Timeline |
Symbol 250 Font | Used by:251 | |
Symbol 251 EditableText | Uses:250 | Used by:Timeline |
Symbol 252 Graphic | Used by:255 | |
Symbol 253 Graphic | Used by:254 | |
Symbol 254 MovieClip | Uses:253 | Used by:255 |
Symbol 255 MovieClip | Uses:252 254 | Used by:258 |
Symbol 256 Graphic | Used by:257 | |
Symbol 257 MovieClip | Uses:256 | Used by:258 |
Symbol 258 MovieClip | Uses:255 257 | Used by:Timeline |
Instance Names
"bg" | Frame 1 | Symbol 211 MovieClip |
"ground" | Frame 1 | Symbol 235 MovieClip |
"char" | Frame 1 | Symbol 239 MovieClip |
"lifebar" | Frame 1 | Symbol 243 MovieClip |
"hero" | Frame 1 | Symbol 248 MovieClip |
"bulletbar" | Frame 1 | Symbol 243 MovieClip |
"head" | Symbol 16 MovieClip [sprout] Frame 1 | Symbol 9 MovieClip |
"head" | Symbol 32 MovieClip [sprout1] Frame 1 | Symbol 25 MovieClip |
"head" | Symbol 97 MovieClip Frame 1 | Symbol 92 MovieClip |
"sprout_main" | Symbol 173 MovieClip [enemy] Frame 1 | Symbol 32 MovieClip [sprout1] |
"box_alive" | Symbol 173 MovieClip [enemy] Frame 1 | Symbol 34 MovieClip [box_alive] |
"box_alive" | Symbol 173 MovieClip [enemy] Frame 1 | Symbol 34 MovieClip [box_alive] |
"box_alive" | Symbol 173 MovieClip [enemy] Frame 2 | Symbol 34 MovieClip [box_alive] |
"sprout_main" | Symbol 173 MovieClip [enemy] Frame 2 | Symbol 32 MovieClip [sprout1] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shard" | Symbol 191 MovieClip [particle_explode] Frame 1 | Symbol 190 MovieClip [particle] |
"shot" | Symbol 195 MovieClip Frame 1 | Symbol 194 MovieClip |
"rose" | Symbol 203 MovieClip Frame 1 | Symbol 200 MovieClip |
"bullet2" | Symbol 208 MovieClip [bullet1] Frame 2 | Symbol 203 MovieClip |
"crate_alive" | Symbol 222 MovieClip Frame 1 | Symbol 200 MovieClip |
"gem" | Symbol 234 MovieClip Frame 1 | Symbol 233 MovieClip |
"crate" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate2" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate3" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate4" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate5" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate6" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate7" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate8" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate9" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate10" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate12" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"crate11" | Symbol 235 MovieClip Frame 1 | Symbol 222 MovieClip |
"head" | Symbol 248 MovieClip Frame 1 | Symbol 246 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
ExportAssets (56) | Timeline Frame 1 | Symbol 16 as "sprout" |
ExportAssets (56) | Timeline Frame 1 | Symbol 32 as "sprout1" |
ExportAssets (56) | Timeline Frame 1 | Symbol 34 as "box_alive" |
ExportAssets (56) | Timeline Frame 1 | Symbol 44 as "dia_explode" |
ExportAssets (56) | Timeline Frame 1 | Symbol 45 as "bullet_explode" |
ExportAssets (56) | Timeline Frame 1 | Symbol 173 as "enemy" |
ExportAssets (56) | Timeline Frame 1 | Symbol 190 as "particle" |
ExportAssets (56) | Timeline Frame 1 | Symbol 191 as "particle_explode" |
ExportAssets (56) | Timeline Frame 1 | Symbol 208 as "bullet1" |
Labels
"alive" | Symbol 173 MovieClip [enemy] Frame 1 |
"dead" | Symbol 173 MovieClip [enemy] Frame 4 |
"dead2" | Symbol 173 MovieClip [enemy] Frame 5 |
Dynamic Text Variables
life | Symbol 241 EditableText | "100" |
bull | Symbol 251 EditableText | "100" |
|