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

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

spartaman2.swf

This is the info page for
Flash #82631

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


Text
LOADING

PLAY

In year 2007, Spartan jokes
appeared on the internet.

People decided it would be
funny to watch Leonidas

shopped on every image
available, yelling

"THIS IS SPARTAAAA".
It was funny for a while,

but then people eventually
got sick of it.

but then people eventually
got sick of it.

 
Press Sparta

Sparta
Spartaaaa

Spartan, your jokes aren't funny anymore.

People prefer dick jokes nowadays.

You should go home and watch TV.

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 2
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (enterFrame) { stop(); }
Frame 838
stop(); explode = new Sound(this); explode.attachSound("explode"); immune = new Sound(this); immune.attachSound("immune"); jump = new Sound(this); jump.attachSound("jump"); kiplosion = new Sound(this); kiplosion.attachSound("kiplosion"); scream1 = new Sound(this); scream1.attachSound("scream1"); scream2 = new Sound(this); scream2.attachSound("scream2"); wallhit = new Sound(this); wallhit.attachSound("wallhit"); yell = new Sound(this); yell.attachSound("yell"); giant_footstep = new Sound(this); giant_footstep.attachSound("giant_footstep"); flyby = new Sound(this); flyby.attachSound("flyby"); persian_attack = new Sound(persian_attack); persian_attack.attachSound("persian_attack"); persian_intro = new Sound(persian_intro); persian_intro.attachSound("persian_intro"); persian_ending = new Sound(persian_ending); persian_ending.attachSound("persian_ending");
Instance of Symbol 34 MovieClip in Frame 838
on (release) { _parent.play(); }
Instance of Symbol 87 MovieClip "vcam" in Frame 839
onClipEvent (load) { shake = 0; } onClipEvent (enterFrame) { if (shake != 0) { this._y = this._y - shake; if (shake < 0) { shake = 0; } shake = shake * -1; } }
Frame 874
wallhit.start();
Frame 892
stop();
Instance of Symbol 102 MovieClip "player" in Frame 892
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { jumpSpeed = 0; } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 892
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 34 MovieClip in Frame 892
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Frame 907
stop();
Instance of Symbol 102 MovieClip "player" in Frame 907
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { jumpSpeed = 0; } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 907
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 34 MovieClip in Frame 907
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Frame 922
stop();
Instance of Symbol 102 MovieClip "player" in Frame 922
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { if (grav < 0) { grav = (-grav) / 2; } } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 922
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 125 MovieClip in Frame 922
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.player.hitTest(_x + 10, _y, true)) { _xscale = (_xscale * -1); this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } else if (_root.player.hitTest(_x - 10, _y, true)) { this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } } }
Instance of Symbol 127 MovieClip "joe_shot" in Frame 922
onClipEvent (load) { activate = false; speed = 16; facing = 1; angle = 1; } onClipEvent (enterFrame) { if (activate) { this._x = this._x - (speed * facing); if (_root.player.hitTest(_x + 10, _y, true)) { activate = false; _parent.immune.start(); } } else if (!activate) { this._x = this._x + ((1.2 * speed) * facing); this._y = this._y - ((angle * 0.01) * speed); } }
Instance of Symbol 132 MovieClip in Frame 922
onClipEvent (load) { count = 0; facing = 1; scale = _xscale; death = 0; } onClipEvent (enterFrame) { if (death == 0) { if (_root.player._x > _x) { this._xscale = -scale; facing = -1; } else { this._xscale = scale; facing = 1; } } if (_currentframe == 30) { _root.joe_shot.facing = facing; _root.joe_shot._x = this._x; _root.joe_shot._y = this._y; _root.joe_shot.angle = random(100); _root.joe_shot.activate = true; count++; } if (_root.player.hitTest(this) && (death == 0)) { death = 1; gotoAndPlay ("death"); _parent.scream1.start(); } }
Instance of Symbol 135 MovieClip in Frame 922
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 922
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 34 MovieClip in Frame 922
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Instance of Symbol 125 MovieClip in Frame 922
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.player.hitTest(_x + 10, _y, true)) { _xscale = (_xscale * -1); this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } else if (_root.player.hitTest(_x - 10, _y, true)) { this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } } }
Frame 938
stop();
Instance of Symbol 102 MovieClip "player" in Frame 938
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { if (grav < 0) { grav = (-grav) / 2; } } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 938
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 127 MovieClip "joe_shot" in Frame 938
onClipEvent (load) { activate = false; speed = 16; facing = 1; angle = 1; } onClipEvent (enterFrame) { if (activate) { this._x = this._x - (speed * facing); if (_root.player.hitTest(_x + 10, _y, true)) { activate = false; _parent.immune.start(); } } else if (!activate) { this._x = this._x + ((1.2 * speed) * facing); this._y = this._y - ((angle * 0.01) * speed); } }
Instance of Symbol 132 MovieClip in Frame 938
onClipEvent (load) { count = 0; facing = 1; scale = _xscale; death = 0; } onClipEvent (enterFrame) { if (death == 0) { if (_root.player._x > _x) { this._xscale = -scale; facing = -1; } else { this._xscale = scale; facing = 1; } } if (_currentframe == 30) { _root.joe_shot.facing = facing; _root.joe_shot._x = this._x; _root.joe_shot._y = this._y; _root.joe_shot.angle = random(100); _root.joe_shot.activate = true; count++; } if (_root.player.hitTest(this) && (death == 0)) { death = 1; gotoAndPlay ("death"); _parent.scream1.start(); } }
Instance of Symbol 135 MovieClip in Frame 938
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 938
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 34 MovieClip in Frame 938
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Instance of Symbol 142 MovieClip in Frame 938
onClipEvent (load) { activate = false; speed = 16; } onClipEvent (enterFrame) { if (!activate) { if ((_root.player._x + 100) >= _x) { this.play(); _parent.scream2.start(); activate = true; } } else if (activate) { this._x = this._x + speed; this._y = this._y + ((speed * random(5)) * 0.25); } }
Instance of Symbol 47 MovieClip "player_sprite" in Frame 953
onClipEvent (enterFrame) { stop(); }
Instance of Symbol 47 MovieClip "player_sprite" in Frame 969
onClipEvent (enterFrame) { stop(); }
Instance of Symbol 161 MovieClip in Frame 1005
onClipEvent (load) { speed = 3; death = 0; } onClipEvent (enterFrame) { if (death == 0) { if (_root.player.hitTest(this) && (death == 0)) { death = 1; _root.vcam.shake = 3; gotoAndPlay ("death"); _parent.wallhit.start(); } if ((_currentframe == 4) || (_currentframe == 12)) { _root.vcam.shake = 1; _parent.giant_footstep.start(); } this._x = this._x - speed; } if (_currentframe == 34) { _parent.wallhit.start(); _root.vcam.shake = 7; } if (_currentframe == 67) { _parent.kiplosion.start(); } }
Instance of Symbol 34 MovieClip in Frame 1005
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Frame 1028
stop();
Instance of Symbol 102 MovieClip "player" in Frame 1028
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { if (grav < 0) { grav = (-grav) / 2; } } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 1028
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Frame 1045
stop();
Instance of Symbol 102 MovieClip "player" in Frame 1045
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { if (grav < 0) { grav = (-grav) / 2; } } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 1045
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 127 MovieClip "joe_shot" in Frame 1045
onClipEvent (load) { activate = false; speed = 16; facing = 1; angle = 1; } onClipEvent (enterFrame) { if (activate) { this._x = this._x - (speed * facing); if (_root.player.hitTest(_x + 10, _y, true)) { activate = false; _parent.immune.start(); } } else if (!activate) { this._x = this._x + ((1.2 * speed) * facing); this._y = this._y - ((angle * 0.01) * speed); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 34 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 135 MovieClip in Frame 1045
onClipEvent (enterFrame) { if (_root.player.hitTest(_x, _y, true)) { this.gotoAndStop(2); } }
Instance of Symbol 173 MovieClip in Frame 1045
onClipEvent (load) { speed = 8; dir = 1; count = 0; death = 0; } onClipEvent (enterFrame) { if (death == 0) { if (_root.player.hitTest(this) && (death == 0)) { this.gotoAndPlay("death"); _parent.kiplosion.start(); death = 1; } this._x = this._x + speed; count++; if (count >= 34) { count = 0; speed = speed * -1; } } }
Frame 1060
stop();
Instance of Symbol 102 MovieClip "player" in Frame 1060
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { if (grav < 0) { grav = (-grav) / 2; } } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 1060
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 127 MovieClip "joe_shot" in Frame 1060
onClipEvent (load) { activate = false; speed = 16; facing = 1; angle = 1; } onClipEvent (enterFrame) { if (activate) { this._x = this._x - (speed * facing); if (_root.player.hitTest(_x + 10, _y, true)) { activate = false; _parent.immune.start(); } } else if (!activate) { this._x = this._x + ((1.2 * speed) * facing); this._y = this._y - ((angle * 0.01) * speed); } }
Instance of Symbol 34 MovieClip in Frame 1060
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Instance of Symbol 125 MovieClip in Frame 1060
onClipEvent (enterFrame) { if (_currentframe == 1) { if (_root.player.hitTest(_x + 10, _y, true)) { _xscale = (_xscale * -1); this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } else if (_root.player.hitTest(_x - 10, _y, true)) { this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } } }
Instance of Symbol 176 MovieClip in Frame 1060
onClipEvent (enterFrame) { if (_currentframe == 1) { if (this.hitTest(_root.player._x, _root.player._y + 10, true)) { _yscale = (_yscale * -1); this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } else if (this.hitTest(_root.player._x, _root.player._y - 10, true)) { this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } } }
Instance of Symbol 176 MovieClip in Frame 1060
onClipEvent (enterFrame) { if (_currentframe == 1) { if (this.hitTest(_root.player._x, _root.player._y + 10, true)) { _yscale = (_yscale * -1); this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } else if (this.hitTest(_root.player._x, _root.player._y - 10, true)) { this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } } }
Frame 1077
stop();
Instance of Symbol 102 MovieClip "player" in Frame 1077
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { if (grav < 0) { grav = (-grav) / 2; } } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 1077
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 127 MovieClip "joe_shot" in Frame 1077
onClipEvent (load) { activate = false; speed = 16; facing = 1; angle = 1; } onClipEvent (enterFrame) { if (activate) { this._x = this._x - (speed * facing); if (_root.player.hitTest(_x + 10, _y, true)) { activate = false; _parent.immune.start(); } } else if (!activate) { this._x = this._x + ((1.2 * speed) * facing); this._y = this._y - ((angle * 0.01) * speed); } }
Instance of Symbol 34 MovieClip in Frame 1077
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Instance of Symbol 176 MovieClip in Frame 1077
onClipEvent (enterFrame) { if (_currentframe == 1) { if (this.hitTest(_root.player._x, _root.player._y + 10, true)) { _yscale = (_yscale * -1); this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } else if (this.hitTest(_root.player._x, _root.player._y - 10, true)) { this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } } }
Instance of Symbol 176 MovieClip in Frame 1077
onClipEvent (enterFrame) { if (_currentframe == 1) { if (this.hitTest(_root.player._x, _root.player._y + 10, true)) { _yscale = (_yscale * -1); this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } else if (this.hitTest(_root.player._x, _root.player._y - 10, true)) { this.gotoAndPlay(2); _root.vcam.shake = 5; _parent.wallhit.start(); } } }
Instance of Symbol 132 MovieClip in Frame 1077
onClipEvent (load) { count = 0; facing = 1; scale = _xscale; death = 0; } onClipEvent (enterFrame) { if (death == 0) { if (_root.player._x > _x) { this._xscale = -scale; facing = -1; } else { this._xscale = scale; facing = 1; } } if (_currentframe == 30) { _root.joe_shot.facing = facing; _root.joe_shot._x = this._x; _root.joe_shot._y = this._y; _root.joe_shot.angle = random(100); _root.joe_shot.activate = true; count++; } if (_root.player.hitTest(this) && (death == 0)) { death = 1; gotoAndPlay ("death"); _parent.scream1.start(); } }
Frame 1225
explode.start();
Frame 1263
jump.start();
Instance of Symbol 87 MovieClip "vcam" in Frame 1275
onClipEvent (load) { shake = 0; } onClipEvent (enterFrame) { if (shake != 0) { this._y = this._y - shake; if (shake < 0) { shake = 0; } shake = shake * -1; } }
Frame 1286
flyby.start();
Frame 1300
flyby.start();
Frame 1426
wallhit.start();
Frame 1456
stop();
Instance of Symbol 102 MovieClip "player" in Frame 1456
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { if (grav < 0) { grav = (-grav) / 2; } } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 1456
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 202 MovieClip in Frame 1456
onClipEvent (load) { death = 0; } onClipEvent (enterFrame) { if (death == 0) { if (this.hitTest(_root.player)) { this.gotoAndPlay(1); death = 1; _root.vcam.shake = 5; _parent.explode.start(); } } }
Instance of Symbol 34 MovieClip in Frame 1456
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _parent.play(); } }
Instance of Symbol 87 MovieClip "vcam" in Frame 1456
onClipEvent (load) { shake = 0; } onClipEvent (enterFrame) { if (shake != 0) { this._y = this._y - shake; if (shake < 0) { shake = 0; } shake = shake * -1; } }
Frame 1492
kiplosion.start();
Instance of Symbol 87 MovieClip "vcam" in Frame 1497
onClipEvent (load) { shake = 0; } onClipEvent (enterFrame) { if (shake != 0) { this._y = this._y - shake; if (shake < 0) { shake = 0; } shake = shake * -1; } }
Frame 1554
persian_intro.start();
Frame 1636
stop();
Instance of Symbol 102 MovieClip "player" in Frame 1636
onClipEvent (load) { var grav = 0; var speed = 8; var jumpHeight = 26; var jumpSpeed = 8; var setspeed = speed; var scale = _xscale; var ex = 5; jump_cd = 0; crash_cd = 0; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (grav <= 16) { grav = grav + 2; } if (jump_cd > 0) { jump_cd--; } if (crash_cd > 0) { crash_cd--; } _y = (_y + grav); if (((_root.ground.hitTest(_x, _y - 4, true) || (_root.ground.hitTest(_x, _y - 16, true))) && (_root.player_sprite.landing == -1)) && (crash_cd <= 0)) { _root.player_sprite.landing = 1; jump_cd = 10; crash_cd = 20; } while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.player_sprite._currentframe <= 4) { if (Key.isDown(39)) { _x = (_x + speed); _xscale = scale; } else if (Key.isDown(37)) { _x = (_x - speed); _xscale = (-scale); } if (Key.isDown(38)) { if (_root.ground.hitTest(_x, _y + 5, true)) { if ((_root.player_sprite._currentframe <= 3) && (jump_cd == 0)) { grav = -jumpHeight; _y = (_y - jumpSpeed); _parent.jump.start(); _root.vcam.shake = 3; } } } } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 10, true)) { if (grav < 0) { grav = (-grav) / 2; } } }
Instance of Symbol 118 MovieClip "player_sprite" in Frame 1636
onClipEvent (load) { jumping = false; var scale = _xscale; landing = -1; landcount = 0; } onClipEvent (enterFrame) { if (_root.player.grav < 0) { jumping = true; } else { jumping = false; } this._x = _root.player._x; this._y = _root.player._y - 22; if (landing >= 1) { if (landcount == 1) { this.gotoAndPlay("land"); _parent.kiplosion.start(); _root.vcam.shake = 10; } landcount++; if (landcount >= 7) { landcount = 0; landing = -1; } } else if (Key.isDown(39)) { _xscale = scale; if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(37)) { _xscale = (-scale); if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("run"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } } else if (Key.isDown(32)) { this.gotoAndStop("atk"); _parent.yell.start(); _root.persian.sparta++; } else if (_root.ground.hitTest(_root.player._x, _root.player._y + 5, true)) { this.gotoAndStop("stand"); } else if (jumping) { this.gotoAndStop("jump"); } else { this.gotoAndStop("fall"); } }
Instance of Symbol 245 MovieClip "persian" in Frame 1636
onClipEvent (load) { jump_cd = 50; atk_cd = 0; speed_x = 3; speed_y = 16; sparta = 0; death = 0; } onClipEvent (enterFrame) { if ((sparta < 20) && (death == 0)) { if ((atk_cd > 15) || (atk_cd < 5)) { this.gotoAndStop("atk"); } if (atk_cd <= 0) { _parent.persian_attack.start(); _root.persian_atk.gotoAndPlay(1); atk_cd = 15; } else if (atk_cd == 5) { atk_cd--; this.gotoAndStop("stand"); } else { atk_cd--; } if (jump_cd == 0) { this.gotoAndStop("jump"); this._y = this._y - speed_y; speed_y--; if (speed_y < -16) { speed_y = 16; jump_cd = 50; this.gotoAndStop("stand"); } } else if (jump_cd > 0) { jump_cd--; } } else if (death == 0) { _root.vcam.shake = 5; _parent.explode.start(); this.gotoAndPlay("death"); _root.bar.gotoAndStop(1); death = 1; } if (_currentframe == 50) { _parent.play(); } }
Instance of Symbol 276 MovieClip "persian_atk" in Frame 1636
onClipEvent (load) { force = 0; } onClipEvent (enterFrame) { force = 25 - _currentframe; this._x = _root.persian._x - 32; this._y = _root.persian._y - 55; if (_root.player.hitTest(this)) { _root.player._x = _root.player._x - force; } }
Symbol 24 Button
on (release) { _root.play(); }
Symbol 25 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 25 MovieClip Frame 2
gotoAndPlay (1);
Symbol 87 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _local4 = sX / this._width; _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = (100 + zoom) * _local4; _parent._yscale = (100 + zoom) * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage; zoom = 0;
Symbol 96 MovieClip Frame 7
stop();
Symbol 117 MovieClip Frame 23
stop();
Symbol 118 MovieClip Frame 12
gotoAndStop (1);
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 7
stop();
Symbol 132 MovieClip Frame 52
gotoAndPlay (1);
Symbol 132 MovieClip Frame 79
stop();
Symbol 135 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 6
gotoAndPlay (4);
Symbol 161 MovieClip Frame 17
gotoAndPlay (1);
Symbol 161 MovieClip Frame 88
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 22
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 7
stop();
Symbol 202 MovieClip Frame 1
stop();
Symbol 202 MovieClip Frame 20
stop();
Symbol 244 MovieClip Frame 17
stop();
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 50
stop();
Symbol 273 MovieClip Frame 31
stop();
Symbol 276 MovieClip Frame 11
stop();

Library Items

Symbol 1 Sound [wallhit]
Symbol 2 Sound [scream2]
Symbol 3 Sound [scream1]
Symbol 4 Sound [persian_intro]
Symbol 5 Sound [persian_ending]
Symbol 6 Sound [persian_attack]
Symbol 7 Sound [kiplosion]
Symbol 8 Sound [jump]
Symbol 9 Sound [immune]
Symbol 10 Sound [hurt]
Symbol 11 Sound [giant_footstep]
Symbol 12 Sound [flyby]
Symbol 13 Sound [explode]
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:25
Symbol 16 GraphicUsed by:25
Symbol 17 FontUsed by:18 19 65 68
Symbol 18 TextUses:17Used by:25
Symbol 19 TextUses:17Used by:24
Symbol 20 GraphicUsed by:24
Symbol 21 GraphicUsed by:24
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:19 20 21 22 23Used by:25
Symbol 25 MovieClipUses:15 16 18 24Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:30 41
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 GraphicUsed by:34 40  Timeline
Symbol 32 FontUsed by:33 35 36 37 38 39
Symbol 33 TextUses:32Used by:Timeline
Symbol 34 MovieClipUses:31Used by:Timeline
Symbol 35 TextUses:32Used by:Timeline
Symbol 36 TextUses:32Used by:Timeline
Symbol 37 TextUses:32Used by:Timeline
Symbol 38 TextUses:32Used by:Timeline
Symbol 39 TextUses:32Used by:40
Symbol 40 MovieClipUses:31 39Used by:Timeline
Symbol 41 MovieClipUses:29Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 GraphicUsed by:48  Timeline
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:45 46Used by:48 118  Timeline
Symbol 48 MovieClipUses:44 47Used by:Timeline
Symbol 49 GraphicUsed by:273  Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:60
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:57 58 59Used by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 TextUses:17Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 TextUses:17Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69 SS2Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:77 83 120 122 125 136 163 165 174 175 176 178 190 195 199 203
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:77 83 120 122 165 174 190
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:73 75 76Used by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:83 120 190
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:83 120 190
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:73 79 81 82 75Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88 SS3Used by:Timeline
Symbol 90 GraphicUsed by:91 118
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:118  Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:96
Symbol 96 MovieClipUses:95Used by:118 135  Timeline
Symbol 97 GraphicUsed by:118  Timeline
Symbol 98 GraphicUsed by:102
Symbol 99 GraphicUsed by:102
Symbol 100 GraphicUsed by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:98 99 100 101Used by:Timeline
Symbol 103 GraphicUsed by:106
Symbol 104 GraphicUsed by:106
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:103 104 105Used by:118  Timeline
Symbol 107 GraphicUsed by:118
Symbol 108 GraphicUsed by:117
Symbol 109 GraphicUsed by:117
Symbol 110 GraphicUsed by:117
Symbol 111 GraphicUsed by:117
Symbol 112 GraphicUsed by:117
Symbol 113 GraphicUsed by:117
Symbol 114 GraphicUsed by:117
Symbol 115 GraphicUsed by:117
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:108 109 110 111 112 113 114 115 116 SS4Used by:118
Symbol 118 MovieClipUses:47 106 90 107 117 93 96 97Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:73 79 81 75 119Used by:Timeline
Symbol 121 GraphicUsed by:122 136
Symbol 122 MovieClipUses:73 75 121Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:125 176
Symbol 125 MovieClipUses:73 124Used by:Timeline
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:Timeline
Symbol 128 GraphicUsed by:132
Symbol 129 GraphicUsed by:132
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:132
Symbol 132 MovieClipUses:128 129 131Used by:Timeline
Symbol 133 GraphicUsed by:135
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:133 134 96Used by:Timeline
Symbol 136 MovieClipUses:73 121Used by:Timeline
Symbol 137 GraphicUsed by:142
Symbol 138 GraphicUsed by:142
Symbol 139 GraphicUsed by:142
Symbol 140 GraphicUsed by:142
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:137 138 139 140 141Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:Timeline
Symbol 145 GraphicUsed by:161
Symbol 146 GraphicUsed by:161
Symbol 147 GraphicUsed by:161
Symbol 148 GraphicUsed by:161
Symbol 149 GraphicUsed by:161
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:161
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:161
Symbol 154 GraphicUsed by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:154 155Used by:161
Symbol 157 ShapeTweeningUsed by:161
Symbol 158 ShapeTweeningUsed by:161
Symbol 159 ShapeTweeningUsed by:161
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:145 146 147 148 149 151 153 156 157 158 159 160Used by:Timeline
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:73 162Used by:Timeline
Symbol 164 GraphicUsed by:165 174 175 190 195 203
Symbol 165 MovieClipUses:73 75 164Used by:Timeline
Symbol 166 GraphicUsed by:169
Symbol 167 GraphicUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:166 167 168Used by:173
Symbol 170 GraphicUsed by:173
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:173  Timeline
Symbol 173 MovieClipUses:169 170 172Used by:Timeline
Symbol 174 MovieClipUses:73 75 164Used by:Timeline
Symbol 175 MovieClipUses:73 164Used by:Timeline
Symbol 176 MovieClipUses:73 124Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:73 177Used by:Timeline
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:181
Symbol 181 MovieClipUses:180Used by:Timeline
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:190
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:190 195 202
Symbol 190 MovieClipUses:73 75 187 189 79 81 164Used by:Timeline
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:Timeline
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 MovieClipUses:73 189 164Used by:Timeline
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:73 197 198Used by:Timeline
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:202
Symbol 202 MovieClipUses:189 201Used by:Timeline
Symbol 203 MovieClipUses:73 164Used by:Timeline
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204 SS5Used by:Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:245  Timeline
Symbol 208 GraphicUsed by:245
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:211  Timeline
Symbol 211 MovieClipUses:210Used by:245
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:244
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:244
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:244
Symbol 218 BitmapUsed by:219
Symbol 219 GraphicUses:218Used by:244
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:244
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:244
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:244
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:244
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:244
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:244
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:232Used by:244
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:244
Symbol 236 BitmapUsed by:237
Symbol 237 GraphicUses:236Used by:244
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:244
Symbol 240 BitmapUsed by:241
Symbol 241 GraphicUses:240Used by:244
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:244
Symbol 244 MovieClipUses:213 215 217 219 221 223 225 227 229 231 233 235 237 239 241 243Used by:245
Symbol 245 MovieClipUses:208 211 207 244Used by:Timeline
Symbol 246 GraphicUsed by:273
Symbol 247 GraphicUsed by:273
Symbol 248 GraphicUsed by:273
Symbol 249 GraphicUsed by:273
Symbol 250 GraphicUsed by:273
Symbol 251 GraphicUsed by:273
Symbol 252 GraphicUsed by:273
Symbol 253 GraphicUsed by:273
Symbol 254 GraphicUsed by:273
Symbol 255 GraphicUsed by:273
Symbol 256 GraphicUsed by:273
Symbol 257 GraphicUsed by:273
Symbol 258 GraphicUsed by:273
Symbol 259 GraphicUsed by:273
Symbol 260 GraphicUsed by:273
Symbol 261 GraphicUsed by:273
Symbol 262 GraphicUsed by:273
Symbol 263 GraphicUsed by:273
Symbol 264 GraphicUsed by:273
Symbol 265 GraphicUsed by:273
Symbol 266 GraphicUsed by:273
Symbol 267 GraphicUsed by:273
Symbol 268 GraphicUsed by:273
Symbol 269 GraphicUsed by:273
Symbol 270 GraphicUsed by:273
Symbol 271 GraphicUsed by:273
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:49 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 SS6Used by:Timeline
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:274Used by:276
Symbol 276 MovieClipUses:275Used by:Timeline
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:277 SS7Used by:Timeline
Symbol 279 GraphicUsed by:285
Symbol 280 GraphicUsed by:282
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:280 281Used by:285
Symbol 283 GraphicUsed by:285
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:279 282 283 284Used by:Timeline
Symbol 286 FontUsed by:287 288 289
Symbol 287 TextUses:286Used by:Timeline
Symbol 288 TextUses:286Used by:Timeline
Symbol 289 TextUses:286Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 70 MovieClip
Streaming Sound 3Used by:Symbol 89 MovieClip
Streaming Sound 4Used by:Symbol 117 MovieClip
Streaming Sound 5Used by:Symbol 205 MovieClip
Streaming Sound 6Used by:Symbol 273 MovieClip
Streaming Sound 7Used by:Symbol 278 MovieClip

Instance Names

"ground"Frame 839Symbol 77 MovieClip
"ground"Frame 839Symbol 83 MovieClip
"vcam"Frame 839Symbol 87 MovieClip
"ground"Frame 892Symbol 83 MovieClip
"player"Frame 892Symbol 102 MovieClip
"player_sprite"Frame 892Symbol 118 MovieClip
"ground"Frame 907Symbol 83 MovieClip
"player"Frame 907Symbol 102 MovieClip
"player_sprite"Frame 907Symbol 118 MovieClip
"ground"Frame 922Symbol 120 MovieClip
"player"Frame 922Symbol 102 MovieClip
"player_sprite"Frame 922Symbol 118 MovieClip
"joe_shot"Frame 922Symbol 127 MovieClip
"ground"Frame 938Symbol 122 MovieClip
"player"Frame 938Symbol 102 MovieClip
"player_sprite"Frame 938Symbol 118 MovieClip
"joe_shot"Frame 938Symbol 127 MovieClip
"player_sprite"Frame 953Symbol 47 MovieClip
"ground"Frame 954Symbol 136 MovieClip
"player_sprite"Frame 969Symbol 47 MovieClip
"player"Frame 1028Symbol 102 MovieClip
"player_sprite"Frame 1028Symbol 118 MovieClip
"ground"Frame 1045Symbol 163 MovieClip
"ground"Frame 1045Symbol 165 MovieClip
"player"Frame 1045Symbol 102 MovieClip
"player_sprite"Frame 1045Symbol 118 MovieClip
"joe_shot"Frame 1045Symbol 127 MovieClip
"ground"Frame 1060Symbol 174 MovieClip
"player"Frame 1060Symbol 102 MovieClip
"player_sprite"Frame 1060Symbol 118 MovieClip
"joe_shot"Frame 1060Symbol 127 MovieClip
"ground"Frame 1077Symbol 178 MovieClip
"player"Frame 1077Symbol 102 MovieClip
"player_sprite"Frame 1077Symbol 118 MovieClip
"joe_shot"Frame 1077Symbol 127 MovieClip
"vcam"Frame 1105Symbol 87 MovieClip
"vcam"Frame 1275Symbol 87 MovieClip
"ground"Frame 1426Symbol 199 MovieClip
"vcam"Frame 1426Symbol 87 MovieClip
"ground"Frame 1456Symbol 203 MovieClip
"player"Frame 1456Symbol 102 MovieClip
"player_sprite"Frame 1456Symbol 118 MovieClip
"vcam"Frame 1456Symbol 87 MovieClip
"ground"Frame 1480Symbol 203 MovieClip
"vcam"Frame 1492Symbol 87 MovieClip
"vcam"Frame 1497Symbol 87 MovieClip
"bar"Frame 1585Symbol 273 MovieClip
"player"Frame 1636Symbol 102 MovieClip
"player_sprite"Frame 1636Symbol 118 MovieClip
"persian"Frame 1636Symbol 245 MovieClip
"persian_atk"Frame 1636Symbol 276 MovieClip
"bar"Symbol 25 MovieClip Frame 1Symbol 15 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "wallhit"
ExportAssets (56)Timeline Frame 1Symbol 2 as "scream2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "scream1"
ExportAssets (56)Timeline Frame 1Symbol 4 as "persian_intro"
ExportAssets (56)Timeline Frame 1Symbol 5 as "persian_ending"
ExportAssets (56)Timeline Frame 1Symbol 6 as "persian_attack"
ExportAssets (56)Timeline Frame 1Symbol 7 as "kiplosion"
ExportAssets (56)Timeline Frame 1Symbol 8 as "jump"
ExportAssets (56)Timeline Frame 1Symbol 9 as "immune"
ExportAssets (56)Timeline Frame 1Symbol 10 as "hurt"
ExportAssets (56)Timeline Frame 1Symbol 11 as "giant_footstep"
ExportAssets (56)Timeline Frame 1Symbol 12 as "flyby"
ExportAssets (56)Timeline Frame 1Symbol 13 as "explode"

Labels

"menu"Frame 838
"loaded"Symbol 25 MovieClip Frame 3
"stand"Symbol 118 MovieClip Frame 1
"run"Symbol 118 MovieClip Frame 2
"jump"Symbol 118 MovieClip Frame 3
"fall"Symbol 118 MovieClip Frame 4
"atk"Symbol 118 MovieClip Frame 5
"land"Symbol 118 MovieClip Frame 6
"normal"Symbol 132 MovieClip Frame 1
"death"Symbol 132 MovieClip Frame 53
"death"Symbol 161 MovieClip Frame 18
"death"Symbol 173 MovieClip Frame 2
"stand"Symbol 245 MovieClip Frame 1
"atk"Symbol 245 MovieClip Frame 2
"jump"Symbol 245 MovieClip Frame 3
"death"Symbol 245 MovieClip Frame 4




http://swfchan.com/17/82631/info.shtml
Created: 1/4 -2019 07:25:13 Last modified: 1/4 -2019 07:25:13 Server time: 01/05 -2024 21:56:38