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

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

SonicFlashGame.swf

This is the info page for
Flash #106957

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


ActionScript [AS1/AS2]
Frame 1
stop(); score.text = 0; health.text = 100;
Instance of Symbol 41 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotgun = true; unloadMovie (this); } }
Instance of Symbol 43 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 3); _root.char.speed = 0; } } }
Instance of Symbol 88 MovieClip "char" in Frame 1
onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 10; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if (_root.portal.hitTest(this._x, this._y, true)) { _root.gotoAndPlay(2); } if ((!_root.ground.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 2; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.99; if ((dir == "right") && (!_root.leftblock.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 20; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x, _y:_root.char._y - 25}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { if (_root.timer > _root.maxshoottime) { _root.shooting = false; unloadMovie(this); } _root.timer++; _x = _x + _root.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 2; if (jump < 0) { falling = true; } if (jump < -20) { jump = -20; } } if (_root.ground.hitTest(this._x, this._y, true) && (falling)) { jump = 22; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } }
Instance of Symbol 43 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 3); _root.char.speed = 0; } } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 101 MovieClip in Frame 1
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndPlay("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 101 MovieClip in Frame 1
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 101 MovieClip in Frame 1
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 101 MovieClip in Frame 1
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 43 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 3); _root.char.speed = 0; } } }
Instance of Symbol 43 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 3); _root.char.speed = 0; } } }
Instance of Symbol 43 MovieClip in Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 3); _root.char.speed = 0; } } }
Instance of Symbol 101 MovieClip in Frame 1
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 101 MovieClip in Frame 1
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Frame 2
stop();
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }
Frame 3
stop();
Instance of Symbol 101 MovieClip in Frame 3
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 101 MovieClip in Frame 3
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 101 MovieClip in Frame 3
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 101 MovieClip in Frame 3
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 119 MovieClip in Frame 3
onClipEvent (load) { hits = 0; enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.bulleter)) { hits++; } if (hits > 50) { enemyspeed = 4; this.gotoAndStop("dying"); } if (hits > 75) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; _root.dead = true; } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 5
stop();
Symbol 88 MovieClip Frame 10
stop();
Symbol 88 MovieClip Frame 17
stop();
Symbol 88 MovieClip Frame 24
stop();
Symbol 88 MovieClip Frame 30
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 8
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 2
stop();
Symbol 119 MovieClip Frame 15
stop();

Library Items

Symbol 1 GraphicUsed by:16
Symbol 2 GraphicUsed by:16
Symbol 3 GraphicUsed by:16
Symbol 4 GraphicUsed by:16
Symbol 5 GraphicUsed by:16
Symbol 6 GraphicUsed by:16
Symbol 7 GraphicUsed by:16
Symbol 8 GraphicUsed by:16
Symbol 9 GraphicUsed by:16
Symbol 10 GraphicUsed by:16
Symbol 11 GraphicUsed by:16
Symbol 12 GraphicUsed by:16
Symbol 13 GraphicUsed by:16
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [bullet]Uses:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:Timeline
Symbol 19 GraphicUsed by:33
Symbol 20 GraphicUsed by:33
Symbol 21 GraphicUsed by:33
Symbol 22 GraphicUsed by:33
Symbol 23 GraphicUsed by:33
Symbol 24 GraphicUsed by:33
Symbol 25 GraphicUsed by:33
Symbol 26 GraphicUsed by:33
Symbol 27 GraphicUsed by:33
Symbol 28 GraphicUsed by:33
Symbol 29 GraphicUsed by:33
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:19 20 21 22 23 24 25 26 27 28 29 30 31 32Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:41
Symbol 41 MovieClipUses:40Used by:88  Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 BitmapUsed by:45 46 47 48 49
Symbol 45 GraphicUses:44Used by:50
Symbol 46 GraphicUses:44Used by:50 104 108
Symbol 47 GraphicUses:44Used by:50 104 108
Symbol 48 GraphicUses:44Used by:50 104 108
Symbol 49 GraphicUses:44Used by:50 104 108
Symbol 50 MovieClipUses:45 46 47 48 49Used by:Timeline
Symbol 51 FontUsed by:52 89 105 106 120 121
Symbol 52 EditableTextUses:51Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:88
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:71 73
Symbol 57 GraphicUsed by:71
Symbol 58 GraphicUsed by:71
Symbol 59 GraphicUsed by:71
Symbol 60 GraphicUsed by:71
Symbol 61 GraphicUsed by:71
Symbol 62 GraphicUsed by:71
Symbol 63 GraphicUsed by:71
Symbol 64 GraphicUsed by:71
Symbol 65 GraphicUsed by:71
Symbol 66 GraphicUsed by:71
Symbol 67 GraphicUsed by:71
Symbol 68 GraphicUsed by:71
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:56 57 58 59 60 61 62 63 64 65 66 67 68 69 70Used by:88
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72 56Used by:88
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:88
Symbol 76 GraphicUsed by:85
Symbol 77 GraphicUsed by:85
Symbol 78 GraphicUsed by:85
Symbol 79 GraphicUsed by:85
Symbol 80 GraphicUsed by:85
Symbol 81 GraphicUsed by:85
Symbol 82 GraphicUsed by:85
Symbol 83 GraphicUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:76 77 78 79 80 81 82 83 84Used by:88
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:54 71 73 75 85 86 87 41Used by:Timeline
Symbol 89 EditableTextUses:51Used by:Timeline
Symbol 90 GraphicUsed by:97
Symbol 91 GraphicUsed by:97
Symbol 92 GraphicUsed by:97
Symbol 93 GraphicUsed by:97
Symbol 94 GraphicUsed by:97
Symbol 95 GraphicUsed by:97
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:90 91 92 93 94 95 96Used by:Timeline
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:101
Symbol 101 MovieClipUses:98 100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 MovieClipUses:46 48 49 47Used by:Timeline
Symbol 105 EditableTextUses:51Used by:Timeline
Symbol 106 EditableTextUses:51Used by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 MovieClipUses:46 49 47 48Used by:Timeline
Symbol 109 GraphicUsed by:119
Symbol 110 GraphicUsed by:119
Symbol 111 GraphicUsed by:116
Symbol 112 GraphicUsed by:116
Symbol 113 GraphicUsed by:116
Symbol 114 GraphicUsed by:116
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:111 112 113 114 115Used by:117
Symbol 117 MovieClipUses:116Used by:119
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:109 110 117 118Used by:Timeline
Symbol 120 EditableTextUses:51Used by:Timeline
Symbol 121 EditableTextUses:51Used by:Timeline

Instance Names

"portal"Frame 1Symbol 33 MovieClip
"leftblock"Frame 1Symbol 36 MovieClip
"rightblock"Frame 1Symbol 38 MovieClip
"ground"Frame 1Symbol 50 MovieClip
"health"Frame 1Symbol 52 EditableText
"char"Frame 1Symbol 88 MovieClip
"score"Frame 1Symbol 89 EditableText
"leftblock"Frame 2Symbol 103 MovieClip
"ground"Frame 2Symbol 104 MovieClip
"health"Frame 2Symbol 105 EditableText
"score"Frame 2Symbol 106 EditableText
"rightblock"Frame 3Symbol 103 MovieClip
"ground"Frame 3Symbol 108 MovieClip
"health"Frame 3Symbol 120 EditableText
"score"Frame 3Symbol 121 EditableText
"attackpoint"Symbol 88 MovieClip Frame 10Symbol 75 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 16 as "bullet"

Labels

"idle"Symbol 88 MovieClip Frame 1
"run"Symbol 88 MovieClip Frame 5
"jump"Symbol 88 MovieClip Frame 10
"attack"Symbol 88 MovieClip Frame 17
"dead"Symbol 88 MovieClip Frame 24
"shoot"Symbol 88 MovieClip Frame 30
"walk"Symbol 101 MovieClip Frame 1
"dead"Symbol 101 MovieClip Frame 8
"walk"Symbol 119 MovieClip Frame 1
"dying"Symbol 119 MovieClip Frame 2
"dead"Symbol 119 MovieClip Frame 15




http://swfchan.com/22/106957/info.shtml
Created: 16/3 -2019 17:49:55 Last modified: 16/3 -2019 17:49:55 Server time: 04/05 -2024 09:47:57