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

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

SymbiosisofEvil05.swf

This is the info page for
Flash #107583

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


Text
<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

HELLO. PLEASE PRESS THE
KEY YOU WISH TO ASSIGN
THE "ATTACK" FUNCTION.

<p align="left"><font face="Impact" size="43" color="#ff00ff" letterSpacing="0.000000" kerning="1">=</font></p>

<p align="left"></p>

<p align="left"></p>

DEFAULT/CHANGE AGAIN

NEXT>>

BACKDASH CODER

SLIDING CODER

NOJUMP CODER

WHIPPING CODER

<p align="left"><font face="Impact" size="43" color="#ff00ff" letterSpacing="0.000000" kerning="1">=</font></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<<BACK

HELLO. PLEASE PRESS THE
KEY YOU WISH TO ASSIGN
THE "JUMP" FUNCTION.

<p align="left"><font face="Impact" size="43" color="#ff00ff" letterSpacing="0.000000" kerning="1">=</font></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

HELLO. PLEASE PRESS THE KEY
YOU WISH TO ASSIGN THE
"BACKDASH" FUNCTION.

<p align="left"><font face="Impact" size="43" color="#ff00ff" letterSpacing="0.000000" kerning="1">=</font></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

HELLO. PLEASE PRESS THE
KEY YOU WISH TO ASSIGN
THE "UP" FUNCTION.

<p align="left"><font face="Impact" size="43" color="#ff00ff" letterSpacing="0.000000" kerning="1">=</font></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

HELLO. PLEASE PRESS THE
KEY YOU WISH TO ASSIGN
THE "DOWN" FUNCTION.

<p align="left"><font face="Impact" size="43" color="#ff00ff" letterSpacing="0.000000" kerning="1">=</font></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

HELLO. PLEASE PRESS THE
KEY YOU WISH TO ASSIGN
THE "LEFT" FUNCTION.

<p align="left"><font face="Impact" size="43" color="#ff00ff" letterSpacing="0.000000" kerning="1">=</font></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

HELLO. PLEASE PRESS THE
KEY YOU WISH TO ASSIGN
THE "RIGHT" FUNCTION.

ARE THESE SETTINGS OKAY?

ATTACK

JUMP

BACKDASH

UP

DOWN

LEFT

RIGHT

<p align="left"><font face="Impact" size="43" color="#ffffff" letterSpacing="0.000000" kerning="1">&lt;&lt;RESTART</font></p>

<p align="left"><font face="Impact" size="43" color="#ffffff" letterSpacing="0.000000" kerning="1">PLAY&gt;&gt;</font></p>

<p align="left"><font face="Franklin Gothic Medium" size="8" color="#ff3300" letterSpacing="0.000000" kerning="1"><b>90</b></font></p>

ActionScript [AS1/AS2]

Frame 1
var menuselect = new Sound(); menuselect.attachSound("menuselect"); var menudeselect = new Sound(); menudeselect.attachSound("menudeselect"); var jonathanhurtsound = new Sound(); jonathanhurtsound.attachSound("jonathanhurtsound"); var specialitem = new Sound(); specialitem.attachSound("specialitem"); var jump_sound = new Sound(); jump_sound.attachSound("jump"); var taunt_sound = new Sound(); taunt_sound.attachSound("taunt_sound"); var xdeathsound = new Sound(); xdeathsound.attachSound("xdeathsound"); var xhitsound = new Sound(); xhitsound.attachSound("xhitsound"); var land_sound = new Sound(); land_sound.attachSound("land"); var empty_tome = new Sound(); empty_tome.attachSound("empty_tome"); var backdash_sound = new Sound(); backdash_sound.attachSound("backdash_sound"); var hard_land_sound = new Sound(); hard_land_sound.attachSound("hard_land"); var heart_sound = new Sound(); heart_sound.attachSound("heart_sound"); var slide_sound = new Sound(); slide_sound.attachSound("slide_sound"); var whip_sound = new Sound(); whip_sound.attachSound("whip_sound"); var whip_sound2 = new Sound(); whip_sound2.attachSound("whip_sound2"); _root.empty_tome.start("", "1000");
Instance of Symbol 22 MovieClip "bg" in Frame 1
onClipEvent (load) { this._visible = false; }
Frame 2
var menuselect = new Sound(); menuselect.attachSound("menuselect"); var menudeselect = new Sound(); menudeselect.attachSound("menudeselect"); var jonathanhurtsound = new Sound(); jonathanhurtsound.attachSound("jonathanhurtsound"); var specialitem = new Sound(); specialitem.attachSound("specialitem"); var jump_sound = new Sound(); jump_sound.attachSound("jump"); var taunt_sound = new Sound(); taunt_sound.attachSound("taunt_sound"); var xdeathsound = new Sound(); xdeathsound.attachSound("xdeathsound"); var xhitsound = new Sound(); xhitsound.attachSound("xhitsound"); var land_sound = new Sound(); land_sound.attachSound("land"); var empty_tome = new Sound(); empty_tome.attachSound("empty_tome"); var backdash_sound = new Sound(); backdash_sound.attachSound("backdash_sound"); var hard_land_sound = new Sound(); hard_land_sound.attachSound("hard_land"); var heart_sound = new Sound(); heart_sound.attachSound("heart_sound"); var slide_sound = new Sound(); slide_sound.attachSound("slide_sound"); var whip_sound = new Sound(); whip_sound.attachSound("whip_sound"); var whip_sound2 = new Sound(); whip_sound2.attachSound("whip_sound2"); stop();
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((((_global.whipstring != "\u2190") and (_global.whipstring != "\u2192")) and (_global.whipstring != "\u2191")) and (_global.whipstring != "\u2193")) { _global.attackfinal = ord(_global.whipstring); } if (_global.whipstring == "\u2190") { _global.attackfinal = 37; } if (_global.whipstring == "\u2191") { _global.attackfinal = 38; } if (_global.whipstring == "\u2192") { _global.attackfinal = 39; } if (_global.whipstring == "\u2193") { _global.attackfinal = 40; } }
Instance of Symbol 59 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((((_global.jumpstring != "\u2190") and (_global.jumpstring != "\u2192")) and (_global.jumpstring != "\u2191")) and (_global.jumpstring != "\u2193")) { _global.jumpfinal = ord(_global.jumpstring); } if (_global.jumpstring == "\u2190") { _global.jumpfinal = 37; } if (_global.jumpstring == "\u2191") { _global.jumpfinal = 38; } if (_global.jumpstring == "\u2192") { _global.jumpfinal = 39; } if (_global.jumpstring == "\u2193") { _global.jumpfinal = 40; } }
Instance of Symbol 61 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((((_global.backdashstring != "\u2190") and (_global.backdashstring != "\u2192")) and (_global.backdashstring != "\u2191")) and (_global.backdashstring != "\u2193")) { _global.backdashfinal = ord(_global.backdashstring); } if (_global.backdashstring == "\u2190") { _global.backdashfinal = 37; } if (_global.backdashstring == "\u2191") { _global.backdashfinal = 38; } if (_global.backdashstring == "\u2192") { _global.backdashfinal = 39; } if (_global.backdashstring == "\u2193") { _global.backdashfinal = 40; } }
Instance of Symbol 63 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((((_global.upstring != "\u2190") and (_global.upstring != "\u2192")) and (_global.upstring != "\u2191")) and (_global.upstring != "\u2193")) { _global.upfinal = ord(_global.upstring); } if (_global.upstring == "\u2190") { _global.upfinal = 37; } if (_global.upstring == "\u2191") { _global.upfinal = 38; } if (_global.upstring == "\u2192") { _global.upfinal = 39; } if (_global.upstring == "\u2193") { _global.upfinal = 40; } }
Instance of Symbol 65 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((((_global.downstring != "\u2190") and (_global.downstring != "\u2192")) and (_global.downstring != "\u2191")) and (_global.downstring != "\u2193")) { _global.downfinal = ord(_global.downstring); } if (_global.downstring == "\u2190") { _global.downfinal = 37; } if (_global.downstring == "\u2191") { _global.downfinal = 38; } if (_global.downstring == "\u2192") { _global.downfinal = 39; } if (_global.downstring == "\u2193") { _global.downfinal = 40; } }
Instance of Symbol 67 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((((_global.leftstring != "\u2190") and (_global.leftstring != "\u2192")) and (_global.leftstring != "\u2191")) and (_global.leftstring != "\u2193")) { _global.leftfinal = ord(_global.leftstring); } if (_global.leftstring == "\u2190") { _global.leftfinal = 37; } if (_global.leftstring == "\u2191") { _global.leftfinal = 38; } if (_global.leftstring == "\u2192") { _global.leftfinal = 39; } if (_global.leftstring == "\u2193") { _global.leftfinal = 40; } }
Instance of Symbol 69 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((((_global.rightstring != "\u2190") and (_global.rightstring != "\u2192")) and (_global.rightstring != "\u2191")) and (_global.rightstring != "\u2193")) { _global.rightfinal = ord(_global.rightstring); } if (_global.rightstring == "\u2190") { _global.rightfinal = 37; } if (_global.rightstring == "\u2191") { _global.rightfinal = 38; } if (_global.rightstring == "\u2192") { _global.rightfinal = 39; } if (_global.rightstring == "\u2193") { _global.rightfinal = 40; } }
Instance of Symbol 79 MovieClip in Frame 2
onClipEvent (load) { _global.whipstring = "A"; _global.timer = 0; } onClipEvent (enterFrame) { if ((((((_global.whipkey != 32) and (_global.whipkey != 36)) and (_global.whipkey != 37)) and (_global.whipkey != 38)) and (_global.whipkey != 39)) and (_global.whipkey != 40)) { _global.whipstring = chr(_global.whipkey); } if (Key.isDown(37)) { _global.whipstring = "\u2190"; } if (Key.isDown(39)) { _global.whipstring = "\u2192"; } if (Key.isDown(38)) { _global.whipstring = "\u2191"; } if (Key.isDown(40)) { _global.whipstring = "\u2193"; } if (Key.isDown(32)) { _global.whipstring = "SP"; } }
Instance of Symbol 84 MovieClip in Frame 2
onClipEvent (load) { _global.detect = true; } onClipEvent (enterFrame) { trace(_global.timer); this.onPress = function () { _global.timer = 0; _global.detect = true; _root.asdf.gotoAndPlay(1); }; }
Instance of Symbol 86 MovieClip in Frame 2
onClipEvent (enterFrame) { this.onPress = function () { _root.menuselect.start(); _root.gotoAndStop(3); }; }
Instance of Symbol 199 MovieClip "jonathan" in Frame 2
onClipEvent (load) { _global.whipjump = false; _global.togglestand = "on"; _global.togglecrouch = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglebackdash = "on"; _global.toggleslide = "on"; _global.togglemovement = "on"; _global.toggletaunt = "on"; _global.whipping = false; _global.crouchwhipping = false; _global.slidingstart = false; backdashability = true; Falling = true; Movement = 0; Movement_speed = 4; Movement_friction = 0.7; Jumping_amount = 30; Health = 99; Yvelocity = 0; Jumping = 1; facing_direction = "left"; barvar = 12; gravity = 2.75; _global.Zholdcount = 0; _global.Sholdcount = 0; _global.Aholdcount = 0; _global.backdashing = false; dashtimer = 0; dashtime = 0; _global.djfv = 0; Slidingspeed = 12; _global.clipping = false; } onClipEvent (enterFrame) { if (!_root.bg.hitTest(_x, _y, true)) { _global.damage = 45; } if ((!Key.isDown(_global.leftfinal)) and _root.bg.hitTest(_x, _y + 2, true)) { if (Aholdcount <= 9) { _global.damage = 45; } } if ((!Key.isDown(_global.rightfinal)) and _root.bg.hitTest(_x, _y + 2, true)) { if (Aholdcount <= 9) { _global.damage = 45; } } if ((Key.isDown(_global.leftfinal) and Key.isDown(_global.attackfinal)) and _root.bg.hitTest(_x, _y + 2, true)) { if (Aholdcount >= 10) { _global.damage = 1; } } if ((Key.isDown(_global.rightfinal) and Key.isDown(_global.attackfinal)) and _root.bg.hitTest(_x, _y + 2, true)) { if (Aholdcount >= 10) { _global.damage = 1; } } if ((Key.isDown(_global.leftfinal) and Key.isDown(_global.rightfinal)) and Key.isDown(_global.attackfinal)) { _global.damage = 1; } if (((Key.isDown(_global.attackfinal) and Key.isDown(_global.leftfinal)) and (Aholdcount <= 10)) and _root.bg.hitTest(_x, _y + 2, true)) { _global.togglemovement = "off"; _global.whipping = true; _global.backdashing = false; } if (((Key.isDown(_global.attackfinal) and Key.isDown(_global.leftfinal)) and (Aholdcount >= 11)) and _root.bg.hitTest(_x, _y + 2, true)) { _global.togglemovement = "off"; _global.whipping = false; _global.backdashing = false; } if (((Key.isDown(_global.attackfinal) and Key.isDown(_global.rightfinal)) and (Aholdcount <= 10)) and _root.bg.hitTest(_x, _y + 2, true)) { _global.togglemovement = "off"; _global.whipping = true; _global.backdashing = false; } if (((Key.isDown(_global.attackfinal) and Key.isDown(_global.rightfinal)) and (Aholdcount >= 11)) and _root.bg.hitTest(_x, _y + 2, true)) { _global.togglemovement = "off"; _global.whipping = false; _global.backdashing = false; } if ((_root.bg.hitTest(_x + 44, _y - 70, true) and Key.isDown(_global.rightfinal)) and Key.isDown(_global.attackfinal)) { Movement = Movement * 0; } if ((_root.bg.hitTest(_x - 44, _y - 70, true) and Key.isDown(_global.leftfinal)) and Key.isDown(_global.attackfinal)) { Movement = Movement * 0; } if ((_root.bg.hitTest(_x + 44, _y - 70, true) and Key.isDown(_global.rightfinal)) and (_global.whipjumpcount >= 0)) { Movement = Movement * 0; } if ((_root.bg.hitTest(_x - 44, _y - 70, true) and Key.isDown(_global.leftfinal)) and (_global.whipjumpcount >= 0)) { Movement = Movement * 0; } if (_root.bg.hitTest(_x, _y - 90, true) and _root.bg.hitTest(_x, _y, true)) { _global.clipping = true; } else { _global.clipping = false; } if (_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { if (facing_direction == "left") { if ((!Key.isDown(_global.jumpfinal)) and (_global.sliding == false)) { Yvelocity = Yvelocity + 7; } if (_global.sliding == true) { Yvelocity = Yvelocity + 10; } } if (facing_direction == "right") { _rotation = 0; } } if (_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { if (facing_direction == "right") { if ((!Key.isDown(_global.jumpfinal)) and (_global.sliding == false)) { Yvelocity = Yvelocity + 7; } if (_global.sliding == true) { Yvelocity = Yvelocity + 10; } } if (facing_direction == "left") { _rotation = 0; } } if ((!_root.bg.hitTest(_x, _y + 2, true)) and (_global.togglejump == "on")) { if (_global.jv >= 23) { if ((facing_direction == "left") and (_global.whipjump == false)) { this.gotoAndStop("doublejumpfallingleft"); } if ((facing_direction == "right") and (_global.whipjump == false)) { this.gotoAndStop("doublejumpfallingright"); } } } if (!Key.isDown(_global.jumpfinal)) { _global.Zholdcount = 0; } if (Key.isDown(_global.jumpfinal)) { _global.Zholdcount = _global.Zholdcount + 1; } if (!Key.isDown(_global.backdashfinal)) { _global.Sholdcount = 0; } if (Key.isDown(_global.backdashfinal)) { _global.Sholdcount = _global.Sholdcount + 1; } if (!Key.isDown(_global.attackfinal)) { _global.Aholdcount = 0; } if (Key.isDown(_global.attackfinal) and (_global.backdashing == false)) { _global.Aholdcount = _global.Aholdcount + 1; } if (_root.bg.hitTest(_x, _y - 90, true)) { if (_global.clipping == false) { Yvelocity = 5; } } if ((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.rightfinal))) { if (_root.bg.hitTest(((_x + barvar) + (_width / 2)) + 10, _y - 75, true)) { if (_global.backdashing == false) { if (facing_direction == "right") { Movement = 0; } } if (_global.backdashing == true) { Movement = -8; _global.backdashing = false; } if (_global.sliding == true) { Movement = -5; _global.sliding = false; } } if (_root.bg.hitTest(((_x - barvar) - (_width / 2)) - 10, _y - 75, true)) { if (_global.backdashing == false) { if (facing_direction == "left") { Movement = 0; } } if (_global.backdashing == true) { Movement = 8; _global.backdashing = false; } if (_global.sliding == true) { Movement = 5; _global.sliding = false; } } } if ((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.rightfinal))) { if (_root.bg.hitTest((_x - barvar) - (_width / 2), _y - 70, true) and (Movement <= -0.5)) { if (_global.backdashing == false) { Movement = Movement * 0; } } if (_root.bg.hitTest((_x + barvar) + (_width / 2), _y - 70, true) and (Movement >= -0.5)) { if ((_global.backdashing == false) and (_global.whipjump == false)) { Movement = Movement * 0; } } } if (Key.isDown(_global.rightfinal)) { if (_root.bg.hitTest((_x + barvar) + (_width / 2), _y - 75, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.hitTest((_x + barvar) + (_width / 2), _y - 70, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.hitTest((_x + barvar) + (_width / 2), _y - 68, true) and (_global.whipjump == false)) { Movement = Movement * 0; } } if (Key.isDown(_global.leftfinal)) { if (_root.bg.hitTest((_x - barvar) - (_width / 2), _y - 75, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.hitTest((_x - barvar) - (_width / 2), _y - 70, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.hitTest((_x - barvar) - (_width / 2), _y - 68, true) and (_global.whipjump == false)) { Movement = Movement * 0; } } _y = (_y + Yvelocity); _x = (_x + Movement); Movement = Movement * Movement_friction; if ((Movement <= 0.25) and (Movement >= -0.25)) { Movement = 0; } if (Falling == true) { if (_global.togglejump == "on") { if (Key.isDown(_global.leftfinal) and (_global.whipjump == false)) { if (_global.jv <= 22) { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 1"); this.gotoAndStop("Jumping_left"); } } } if ((((!Key.isDown(_global.leftfinal)) and (facing_direction == "left")) and (_global.jv <= 22)) and (Movement <= -1)) { if (_global.jv <= 22) { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 2"); this.gotoAndStop("Jumping_left"); } } } if (Key.isDown(_global.rightfinal) and (_global.whipjump == false)) { if (_global.jv <= 22) { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 3"); this.gotoAndStop("Jumping_right"); } } } if ((((!Key.isDown(_global.rightfinal)) and (facing_direction == "right")) and (_global.jv <= 22)) and (Movement >= 1)) { if (_global.jv <= 22) { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 4"); this.gotoAndStop("Jumping_right"); } } } } if (Yvelocity <= 10) { if (_global.clipping == false) { Yvelocity = Yvelocity + gravity; } } if ((Yvelocity >= 10) and (Yvelocity <= 18)) { Yvelocity = Yvelocity + 0.2; } } if (!_root.bg.hitTest(_x, _y + 2, true)) { Falling = true; if ((((((facing_direction == "left") and (Movement <= -1)) and (!Key.isDown(_global.leftfinal))) and (_global.doublejump == false)) and (_global.jv <= 22)) and (_global.togglejump == "on")) { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 5"); this.gotoAndStop("Jumping_left"); } } if ((((((facing_direction == "right") and (Movement >= 1)) and (!Key.isDown(_global.rightfinal))) and (_global.doublejump == false)) and (_global.jv <= 22)) and (_global.togglejump == "on")) { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 6"); this.gotoAndStop("Jumping_right"); } } if (Jumping == 0) { _global.nojumping = true; if (((_global.doublejump == false) and (_global.jv <= 22)) and (_global.togglejump == "on")) { if (facing_direction == "left") { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 7"); this.gotoAndStop("Jumping_left"); } } if (facing_direction == "right") { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 8"); this.gotoAndStop("Jumping_right"); } } } } if (_global.backdashing == true) { _global.nojumping = true; if (facing_direction == "left") { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { this.gotoAndStop("Jumping_left"); } } if (facing_direction == "right") { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { this.gotoAndStop("Jumping_right"); } } _global.backdashing = false; } if (_global.sliding == true) { _global.nojumping = true; if (facing_direction == "left") { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { _rotation = 0; this.gotoAndStop("Jumping_left"); } } if (facing_direction == "right") { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { _rotation = 0; this.gotoAndStop("Jumping_right"); } } _global.sliding = false; } } else { while (_root.bg.hitTest(_x, _y, true) and (!_root.bg.hitTest(_x, _y - 90, true))) { if (((Yvelocity >= 12) and (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true))) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { _root.land_sound.start(); } _global.fall = 0; _y = (_y - 1); _global.nojumping = false; Yvelocity = 0; Falling = false; Jumping = 0; } } if (_root.bg.hitTest(_x, _y + 2, true)) { if ((((_global.whipping == true) and (_global.togglewhip == "on")) and (!Key.isDown(_global.downfinal))) and (_global.crouchwhipping == false)) { if (facing_direction == "left") { this.gotoAndStop("whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("whipping_right"); } } if (((((Key.isDown(_global.attackfinal) and (_global.Aholdcount <= 16)) and (togglewhip == "on")) and (!Key.isDown(_global.downfinal))) and (_global.crouchwhipping == false)) and (_global.whipjump == false)) { _global.whipping = true; if (facing_direction == "left") { this.gotoAndStop("whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("whipping_right"); } } if ((((togglewhip == "on") and (!Key.isDown(_global.downfinal))) and (_global.crouchwhipping == false)) and (_global.whipjump == true)) { if (facing_direction == "left") { this.gotoAndStop("whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("whipping_right"); } } if ((((_global.whipping == true) and (_global.crouchwhipping == true)) and (_global.togglewhip == "on")) and Key.isDown(_global.downfinal)) { if (facing_direction == "left") { this.gotoAndStop("crouch_whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("crouch_whipping_right"); } } if (((Key.isDown(_global.attackfinal) and (_global.Aholdcount <= 25)) and (togglewhip == "on")) and Key.isDown(_global.downfinal)) { _global.whipping = true; _global.crouchwhipping = true; if (facing_direction == "left") { this.gotoAndStop("crouch_whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("crouch_whipping_right"); } } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { if (_global.backdashing == true) { Movement = Movement * 0; _global.backdashing = false; } if (((!Key.isDown(_global.jumpfinal)) and (_global.crouchwhipping == false)) and (_global.togglecrouch == "on")) { if ((_global.sliding == false) and (_global.slidingstart == false)) { _global.jv = 1; if (facing_direction == "left") { _rotation = 0; this.gotoAndStop("crouching_left"); } if (facing_direction == "right") { _rotation = 0; this.gotoAndStop("crouching_right"); } } } if (((Key.isDown(_global.jumpfinal) and (_global.toggleslide == "on")) and (_global.crouchwhipping == false)) and (!Key.isDown(_global.attackfinal))) { if (Zholdcount <= 14.9) { if (facing_direction == "left") { if (_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { if (_global.slidingstart == true) { _rotation = -45; } else if (_global.slidingstart == false) { _rotation = 0; } } if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { _rotation = 0; } this.gotoAndStop("sliding_left"); } if (facing_direction == "right") { if (_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { if (_global.slidingstart == true) { _rotation = 45; } else if (_global.slidingstart == false) { _rotation = 0; } } if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { _rotation = 0; } this.gotoAndStop("sliding_right"); } } if (Zholdcount >= 15) { if (facing_direction == "left") { _rotation = 0; this.gotoAndStop("crouching_left"); } if (facing_direction == "right") { _rotation = 0; this.gotoAndStop("crouching_right"); } } } } if ((((((Key.isDown(_global.rightfinal) and Key.isDown(_global.jumpfinal)) and (!Key.isDown(_global.downfinal))) and (_global.Zholdcount >= 10)) and (!Key.isDown(_global.attackfinal))) and (_global.whipping == false)) and (_global.togglemovement == "on")) { this.gotoAndStop("Walking_right"); } if ((((((Key.isDown(_global.leftfinal) and Key.isDown(_global.jumpfinal)) and (!Key.isDown(_global.downfinal))) and (_global.Zholdcount >= 10)) and (!Key.isDown(_global.attackfinal))) and (_global.whipping == false)) and (_global.togglemovement == "on")) { this.gotoAndStop("Walking_left"); } if ((((((((Key.isDown(_global.backdashfinal) and (Sholdcount <= 10)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.upfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) and (backdashability == true)) and (_global.togglebackdash == "on")) and (!Key.isDown(_global.attackfinal))) { if (_global.clipping == false) { _global.backdashing = true; if (facing_direction == "left") { this.gotoAndStop("Backdash_left"); } if (facing_direction == "right") { this.gotoAndStop("Backdash_right"); } } } if (((((!Key.isDown(_global.leftfinal)) and (Movement == 0)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.upfinal))) and (_global.togglestand == "on")) { if ((((facing_direction == "left") and (_global.backdashing == false)) and (_global.whipping == false)) and (_global.whipjump == false)) { _rotation = 0; gotoAndStop ("Standing_left"); } } if (((((!Key.isDown(_global.rightfinal)) and (Movement == 0)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.upfinal))) and (_global.togglestand == "on")) { if ((((facing_direction == "right") and (_global.backdashing == false)) and (_global.whipping == false)) and (_global.whipjump == false)) { _rotation = 0; gotoAndStop ("Standing_right"); } } if (((((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.attackfinal))) and (Movement == 0)) and Key.isDown(_global.upfinal)) and (_global.toggletaunt == "on")) { if (facing_direction == "left") { _global.backdashing = false; gotoAndStop ("taunt_left"); } } if (((((!Key.isDown(_global.rightfinal)) and (!Key.isDown(_global.attackfinal))) and (Movement == 0)) and Key.isDown(_global.upfinal)) and (_global.toggletaunt == "on")) { if (facing_direction == "right") { _global.backdashing = false; gotoAndStop ("taunt_right"); } } if ((((((facing_direction == "left") and (!Key.isDown(_global.downfinal))) and (Movement <= -1)) and (!Key.isDown(_global.leftfinal))) and (_global.togglemovement == "on")) and (_global.whipping == false)) { _rotation = 0; this.gotoAndStop("Stopping_left"); } if ((((((facing_direction == "right") and (!Key.isDown(_global.downfinal))) and (Movement >= 1)) and (!Key.isDown(_global.rightfinal))) and (_global.togglemovement == "on")) and (_global.whipping == false)) { _rotation = 0; this.gotoAndStop("Stopping_right"); } } if (_global.backdashing == true) { if (dashtime == 0) { if (facing_direction == "left") { Movement = 13; } if (facing_direction == "right") { Movement = -13; } dashtimer++; if (dashtimer >= 5) { dashtime = 1; } } } if ((_global.sliding == true) and (_global.slidingstart == true)) { if (facing_direction == "left") { Movement = -20; } if (facing_direction == "right") { Movement = 20; } } if (_global.backdashing == false) { dashtimer = 0; dashtime = 0; } if (Key.isDown(_global.leftfinal)) { if (Key.isDown(_global.downfinal)) { if (_global.sliding == false) { facing_direction = "left"; } } if ((!Key.isDown(_global.downfinal)) and (_global.togglemovement == "on")) { facing_direction = "left"; if (Movement >= -7) { Movement = Movement - Movement_speed; } if (Key.isDown(_global.attackfinal) and (Zholdcount >= 5)) { if ((_global.movementhinder == false) and (_global.togglemovement == "on")) { _global.backdashing = false; if (_root.bg.hitTest(_x, _y + 2, true) and (_global.Zholdcount == 0)) { this.gotoAndStop("Walking_left"); } } } if (!Key.isDown(_global.attackfinal)) { facing_direction = "left"; if (Movement >= -7) { Movement = Movement - Movement_speed; } if (((_global.movementhinder == false) and (_global.togglemovement == "on")) and (_global.whipping == false)) { _global.backdashing = false; if (_root.bg.hitTest(_x, _y + 2, true) and (_global.Zholdcount == 0)) { this.gotoAndStop("Walking_left"); } } } } } if (Key.isDown(_global.rightfinal)) { if (Key.isDown(_global.downfinal)) { if (_global.sliding == false) { facing_direction = "right"; } } if (((!Key.isDown(_global.downfinal)) and (_global.togglemovement == "on")) and (_global.whipping == false)) { facing_direction = "right"; if (Movement <= 7) { Movement = Movement + Movement_speed; } if ((Key.isDown(_global.attackfinal) and (Zholdcount >= 5)) and (_global.whipping == false)) { if ((_global.movementhinder == false) and (_global.togglemovement == "on")) { _global.backdashing = false; if (_root.bg.hitTest(_x, _y + 2, true) and (_global.Zholdcount == 0)) { this.gotoAndStop("Walking_right"); } } } if (!Key.isDown(_global.attackfinal)) { facing_direction = "right"; if (Movement <= 7) { Movement = Movement + Movement_speed; } if ((_global.movementhinder == false) and (_global.togglemovement == "on")) { _global.backdashing = false; if (_root.bg.hitTest(_x, _y + 2, true) and (_global.Zholdcount == 0)) { this.gotoAndStop("Walking_right"); } } } } } if (Key.isDown(_global.jumpfinal)) { if (((_global.Zholdcount <= 2) and _root.bg.hitTest(_x, _y + 2, true)) and (_global.togglejump == "on")) { if (!Key.isDown(_global.downfinal)) { _root.jump_sound.start(); if (facing_direction == "left") { this.gotoAndStop("Jumping_left"); } if (facing_direction == "right") { this.gotoAndStop("Jumping_right"); } Jumping = 1; } } } }
Instance of Symbol 203 MovieClip "bdcoder" in Frame 2
onClipEvent (load) { _global.movementhinder = false; } onClipEvent (enterFrame) { if (_global.backdashing == true) { this.play(); _global.movementhinder = true; } }
Instance of Symbol 206 MovieClip "bdcoder" in Frame 2
onClipEvent (load) { _global.getridofplatforms = false; } onClipEvent (enterFrame) { if (_global.sliding == true) { this.play(); _global.getridofplatforms = true; } }
Instance of Symbol 209 MovieClip "bdcoder" in Frame 2
onClipEvent (load) { _global.nojumping = true; } onClipEvent (enterFrame) { }
Instance of Symbol 212 MovieClip in Frame 2
onClipEvent (load) { _global.jbvk = 0; _global.whipjumpcount = 0; } onClipEvent (enterFrame) { if (_global.whipjump == true) { whipjumpcount++; } if (whipjumpcount >= 17) { whipjumpcount = 0; _global.whipjump = false; } if ((_global.whipping == true) and (_global.backdashing == false)) { _global.jbvk++; } if (_global.jbvk >= 21) { _global.crouchwhipping = false; _global.whipping = false; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.togglewhip = "off"; _global.togglemovement = "on"; _global.toggletaunt = "on"; _global.togglestand = "on"; _global.toggleslide = "on"; _global.jbvk = 0; } }
Frame 3
stop();
Instance of Symbol 215 MovieClip in Frame 3
onClipEvent (load) { _global.jumpstring = "Z"; _global.timer = 0; } onClipEvent (enterFrame) { if ((((((_global.jumpkey != 32) and (_global.jumpkey != 36)) and (_global.jumpkey != 37)) and (_global.jumpkey != 38)) and (_global.jumpkey != 39)) and (_global.jumpkey != 40)) { _global.jumpstring = chr(_global.jumpkey); } if (Key.isDown(37)) { _global.jumpstring = "\u2190"; } if (Key.isDown(39)) { _global.jumpstring = "\u2192"; } if (Key.isDown(38)) { _global.jumpstring = "\u2191"; } if (Key.isDown(40)) { _global.jumpstring = "\u2193"; } if (Key.isDown(32)) { _global.jumpstring = "SP"; } }
Instance of Symbol 221 MovieClip in Frame 3
onClipEvent (enterFrame) { this.onPress = function () { _root.menudeselect.start(); _root.gotoAndStop(2); }; }
Instance of Symbol 86 MovieClip in Frame 3
onClipEvent (enterFrame) { this.onPress = function () { _root.menuselect.start(); _root.gotoAndStop(4); }; }
Frame 4
stop();
Instance of Symbol 225 MovieClip in Frame 4
onClipEvent (load) { _global.backdashstring = "Z"; _global.timer = 0; } onClipEvent (enterFrame) { if ((((((_global.backdashkey != 32) and (_global.backdashkey != 36)) and (_global.backdashkey != 37)) and (_global.backdashkey != 38)) and (_global.backdashkey != 39)) and (_global.backdashkey != 40)) { _global.backdashstring = chr(_global.backdashkey); } if (Key.isDown(37)) { _global.backdashstring = "\u2190"; } if (Key.isDown(39)) { _global.backdashstring = "\u2192"; } if (Key.isDown(38)) { _global.backdashstring = "\u2191"; } if (Key.isDown(40)) { _global.backdashstring = "\u2193"; } if (Key.isDown(32)) { _global.backdashstring = "SP"; } }
Instance of Symbol 221 MovieClip in Frame 4
onClipEvent (enterFrame) { this.onPress = function () { _root.menudeselect.start(); _root.gotoAndStop(3); }; }
Instance of Symbol 86 MovieClip in Frame 4
onClipEvent (enterFrame) { this.onPress = function () { _root.menuselect.start(); _root.gotoAndStop(5); }; }
Frame 5
stop();
Instance of Symbol 233 MovieClip in Frame 5
onClipEvent (load) { _global.upstring = "\u2191"; _global.timer = 0; } onClipEvent (enterFrame) { if ((((((_global.upkey != 32) and (_global.upkey != 36)) and (_global.upkey != 37)) and (_global.upkey != 38)) and (_global.upkey != 39)) and (_global.upkey != 40)) { _global.upstring = chr(_global.upkey); } if (Key.isDown(37)) { _global.upstring = "\u2190"; } if (Key.isDown(39)) { _global.upstring = "\u2192"; } if (Key.isDown(38)) { _global.upstring = "\u2191"; } if (Key.isDown(40)) { _global.upstring = "\u2193"; } if (Key.isDown(32)) { _global.upstring = "SP"; } }
Instance of Symbol 221 MovieClip in Frame 5
onClipEvent (enterFrame) { this.onPress = function () { _root.menudeselect.start(); _root.gotoAndStop(4); }; }
Instance of Symbol 86 MovieClip in Frame 5
onClipEvent (enterFrame) { this.onPress = function () { _root.menuselect.start(); _root.gotoAndStop(6); }; }
Frame 6
stop();
Instance of Symbol 241 MovieClip in Frame 6
onClipEvent (load) { _global.downstring = "\u2193"; _global.timer = 0; } onClipEvent (enterFrame) { if ((((((_global.downkey != 32) and (_global.downkey != 36)) and (_global.downkey != 37)) and (_global.downkey != 38)) and (_global.downkey != 39)) and (_global.downkey != 40)) { _global.downstring = chr(_global.downkey); } if (Key.isDown(37)) { _global.downstring = "\u2190"; } if (Key.isDown(39)) { _global.downstring = "\u2192"; } if (Key.isDown(38)) { _global.downstring = "\u2191"; } if (Key.isDown(40)) { _global.downstring = "\u2193"; } if (Key.isDown(32)) { _global.downstring = "SP"; } }
Instance of Symbol 221 MovieClip in Frame 6
onClipEvent (enterFrame) { this.onPress = function () { _root.menudeselect.start(); _root.gotoAndStop(5); }; }
Instance of Symbol 86 MovieClip in Frame 6
onClipEvent (enterFrame) { this.onPress = function () { _root.menuselect.start(); _root.gotoAndStop(7); }; }
Frame 7
stop();
Instance of Symbol 249 MovieClip in Frame 7
onClipEvent (load) { _global.leftstring = "\u2190"; _global.timer = 0; } onClipEvent (enterFrame) { if ((((((_global.leftkey != 32) and (_global.leftkey != 36)) and (_global.leftkey != 37)) and (_global.leftkey != 38)) and (_global.leftkey != 39)) and (_global.leftkey != 40)) { _global.leftstring = chr(_global.leftkey); } if (Key.isDown(37)) { _global.leftstring = "\u2190"; } if (Key.isDown(39)) { _global.leftstring = "\u2192"; } if (Key.isDown(38)) { _global.leftstring = "\u2191"; } if (Key.isDown(40)) { _global.leftstring = "\u2193"; } if (Key.isDown(32)) { _global.leftstring = "SP"; } }
Instance of Symbol 221 MovieClip in Frame 7
onClipEvent (enterFrame) { this.onPress = function () { _root.menudeselect.start(); _root.gotoAndStop(6); }; }
Instance of Symbol 86 MovieClip in Frame 7
onClipEvent (enterFrame) { this.onPress = function () { _root.menuselect.start(); _root.gotoAndStop(8); }; }
Frame 8
stop();
Instance of Symbol 257 MovieClip in Frame 8
onClipEvent (load) { _global.rightstring = "\u2192"; _global.timer = 0; } onClipEvent (enterFrame) { if ((((((_global.rightkey != 32) and (_global.rightkey != 36)) and (_global.rightkey != 37)) and (_global.rightkey != 38)) and (_global.rightkey != 39)) and (_global.rightkey != 40)) { _global.rightstring = chr(_global.rightkey); } if (Key.isDown(37)) { _global.rightstring = "\u2190"; } if (Key.isDown(39)) { _global.rightstring = "\u2192"; } if (Key.isDown(38)) { _global.rightstring = "\u2191"; } if (Key.isDown(40)) { _global.rightstring = "\u2193"; } if (Key.isDown(32)) { _global.rightstring = "SP"; } }
Instance of Symbol 221 MovieClip in Frame 8
onClipEvent (enterFrame) { this.onPress = function () { _root.menudeselect.start(); _root.gotoAndStop(7); }; }
Instance of Symbol 86 MovieClip in Frame 8
onClipEvent (enterFrame) { this.onPress = function () { _root.menuselect.start(); _root.gotoAndStop(9); }; }
Frame 9
stop();
Instance of Symbol 57 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((((_global.whipstring != "\u2190") and (_global.whipstring != "\u2192")) and (_global.whipstring != "\u2191")) and (_global.whipstring != "\u2193")) { _global.attackfinal = ord(_global.whipstring); } if (_global.whipstring == "\u2190") { _global.attackfinal = 37; } if (_global.whipstring == "\u2191") { _global.attackfinal = 38; } if (_global.whipstring == "\u2192") { _global.attackfinal = 39; } if (_global.whipstring == "\u2193") { _global.attackfinal = 40; } }
Instance of Symbol 59 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((((_global.jumpstring != "\u2190") and (_global.jumpstring != "\u2192")) and (_global.jumpstring != "\u2191")) and (_global.jumpstring != "\u2193")) { _global.jumpfinal = ord(_global.jumpstring); } if (_global.jumpstring == "\u2190") { _global.jumpfinal = 37; } if (_global.jumpstring == "\u2191") { _global.jumpfinal = 38; } if (_global.jumpstring == "\u2192") { _global.jumpfinal = 39; } if (_global.jumpstring == "\u2193") { _global.jumpfinal = 40; } }
Instance of Symbol 61 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((((_global.backdashstring != "\u2190") and (_global.backdashstring != "\u2192")) and (_global.backdashstring != "\u2191")) and (_global.backdashstring != "\u2193")) { _global.backdashfinal = ord(_global.backdashstring); } if (_global.backdashstring == "\u2190") { _global.backdashfinal = 37; } if (_global.backdashstring == "\u2191") { _global.backdashfinal = 38; } if (_global.backdashstring == "\u2192") { _global.backdashfinal = 39; } if (_global.backdashstring == "\u2193") { _global.backdashfinal = 40; } }
Instance of Symbol 63 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((((_global.upstring != "\u2190") and (_global.upstring != "\u2192")) and (_global.upstring != "\u2191")) and (_global.upstring != "\u2193")) { _global.upfinal = ord(_global.upstring); } if (_global.upstring == "\u2190") { _global.upfinal = 37; } if (_global.upstring == "\u2191") { _global.upfinal = 38; } if (_global.upstring == "\u2192") { _global.upfinal = 39; } if (_global.upstring == "\u2193") { _global.upfinal = 40; } }
Instance of Symbol 65 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((((_global.downstring != "\u2190") and (_global.downstring != "\u2192")) and (_global.downstring != "\u2191")) and (_global.downstring != "\u2193")) { _global.downfinal = ord(_global.downstring); } if (_global.downstring == "\u2190") { _global.downfinal = 37; } if (_global.downstring == "\u2191") { _global.downfinal = 38; } if (_global.downstring == "\u2192") { _global.downfinal = 39; } if (_global.downstring == "\u2193") { _global.downfinal = 40; } }
Instance of Symbol 67 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((((_global.leftstring != "\u2190") and (_global.leftstring != "\u2192")) and (_global.leftstring != "\u2191")) and (_global.leftstring != "\u2193")) { _global.leftfinal = ord(_global.leftstring); } if (_global.leftstring == "\u2190") { _global.leftfinal = 37; } if (_global.leftstring == "\u2191") { _global.leftfinal = 38; } if (_global.leftstring == "\u2192") { _global.leftfinal = 39; } if (_global.leftstring == "\u2193") { _global.leftfinal = 40; } }
Instance of Symbol 69 MovieClip in Frame 9
onClipEvent (enterFrame) { if ((((_global.rightstring != "\u2190") and (_global.rightstring != "\u2192")) and (_global.rightstring != "\u2191")) and (_global.rightstring != "\u2193")) { _global.rightfinal = ord(_global.rightstring); } if (_global.rightstring == "\u2190") { _global.rightfinal = 37; } if (_global.rightstring == "\u2191") { _global.rightfinal = 38; } if (_global.rightstring == "\u2192") { _global.rightfinal = 39; } if (_global.rightstring == "\u2193") { _global.rightfinal = 40; } }
Instance of Symbol 272 MovieClip in Frame 9
onClipEvent (enterFrame) { this.onPress = function () { _root.jonathanhurtsound.start(); _root.gotoAndStop(2); }; }
Instance of Symbol 274 MovieClip in Frame 9
onClipEvent (enterFrame) { this.onPress = function () { _root.specialitem.start(); stopAllSounds(); _root.gotoAndStop(21); }; }
Frame 21
_global.i = 0; _global.damage = 45; var jump_sound = new Sound(); jump_sound.attachSound("jump"); var taunt_sound = new Sound(); taunt_sound.attachSound("taunt_sound"); var xdeathsound = new Sound(); xdeathsound.attachSound("xdeathsound"); var xhitsound = new Sound(); xhitsound.attachSound("xhitsound"); var land_sound = new Sound(); land_sound.attachSound("land"); var empty_tome = new Sound(); empty_tome.attachSound("empty_tome"); var colossus = new Sound(); colossus.attachSound("colossus"); var backdash_sound = new Sound(); backdash_sound.attachSound("backdash_sound"); var hard_land_sound = new Sound(); hard_land_sound.attachSound("hard_land"); var heart_sound = new Sound(); heart_sound.attachSound("heart_sound"); var slide_sound = new Sound(); slide_sound.attachSound("slide_sound"); var whip_sound = new Sound(); whip_sound.attachSound("whip_sound"); var whip_sound2 = new Sound(); whip_sound2.attachSound("whip_sound2"); _root.colossus.start("", "1000");
Instance of Symbol 289 MovieClip "bg" in Frame 21
onClipEvent (load) { this._visible = false; }
Instance of Symbol 291 MovieClip in Frame 21
onClipEvent (enterFrame) { this._x = _root.jonathan._x; this._y = _root.jonathan._y - 100; }
Instance of Symbol 199 MovieClip "jonathan" in Frame 21
onClipEvent (load) { _global.whipjump = false; _global.togglestand = "on"; _global.togglecrouch = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglebackdash = "on"; _global.toggleslide = "on"; _global.togglemovement = "on"; _global.toggletaunt = "on"; _global.whipping = false; _global.crouchwhipping = false; _global.slidingstart = false; backdashability = true; Falling = true; Movement = 0; Movement_speed = 4; Movement_friction = 0.7; Jumping_amount = 30; Health = 99; Yvelocity = 0; Jumping = 1; facing_direction = "left"; barvar = 12; gravity = 2.75; _global.Zholdcount = 0; _global.Sholdcount = 0; _global.Aholdcount = 0; _global.backdashing = false; dashtimer = 0; dashtime = 0; _global.djfv = 0; Slidingspeed = 12; _global.clipping = false; } onClipEvent (enterFrame) { if (!_root.bg.hitTest(_x, _y, true)) { _global.damage = 45; } if ((!Key.isDown(_global.leftfinal)) and _root.bg.hitTest(_x, _y + 2, true)) { if (Aholdcount <= 9) { _global.damage = 45; } } if ((!Key.isDown(_global.rightfinal)) and _root.bg.hitTest(_x, _y + 2, true)) { if (Aholdcount <= 9) { _global.damage = 45; } } if ((Key.isDown(_global.leftfinal) and Key.isDown(_global.attackfinal)) and _root.bg.hitTest(_x, _y + 2, true)) { if (Aholdcount >= 10) { _global.damage = 1; } } if ((Key.isDown(_global.rightfinal) and Key.isDown(_global.attackfinal)) and _root.bg.hitTest(_x, _y + 2, true)) { if (Aholdcount >= 10) { _global.damage = 1; } } if ((Key.isDown(_global.leftfinal) and Key.isDown(_global.rightfinal)) and Key.isDown(_global.attackfinal)) { _global.damage = 1; } if (((Key.isDown(_global.attackfinal) and Key.isDown(_global.leftfinal)) and (Aholdcount <= 10)) and _root.bg.hitTest(_x, _y + 2, true)) { _global.togglemovement = "off"; _global.whipping = true; _global.backdashing = false; } if (((Key.isDown(_global.attackfinal) and Key.isDown(_global.leftfinal)) and (Aholdcount >= 11)) and _root.bg.hitTest(_x, _y + 2, true)) { _global.togglemovement = "off"; _global.whipping = false; _global.backdashing = false; } if (((Key.isDown(_global.attackfinal) and Key.isDown(_global.rightfinal)) and (Aholdcount <= 10)) and _root.bg.hitTest(_x, _y + 2, true)) { _global.togglemovement = "off"; _global.whipping = true; _global.backdashing = false; } if (((Key.isDown(_global.attackfinal) and Key.isDown(_global.rightfinal)) and (Aholdcount >= 11)) and _root.bg.hitTest(_x, _y + 2, true)) { _global.togglemovement = "off"; _global.whipping = false; _global.backdashing = false; } if ((_root.bg.hitTest(_x + 44, _y - 70, true) and Key.isDown(_global.rightfinal)) and Key.isDown(_global.attackfinal)) { Movement = Movement * 0; } if ((_root.bg.hitTest(_x - 44, _y - 70, true) and Key.isDown(_global.leftfinal)) and Key.isDown(_global.attackfinal)) { Movement = Movement * 0; } if ((_root.bg.hitTest(_x + 44, _y - 70, true) and Key.isDown(_global.rightfinal)) and (_global.whipjumpcount >= 0)) { Movement = Movement * 0; } if ((_root.bg.hitTest(_x - 44, _y - 70, true) and Key.isDown(_global.leftfinal)) and (_global.whipjumpcount >= 0)) { Movement = Movement * 0; } if (_root.bg.hitTest(_x, _y - 90, true) and _root.bg.hitTest(_x, _y, true)) { _global.clipping = true; } else { _global.clipping = false; } if (_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { if (facing_direction == "left") { if ((!Key.isDown(_global.jumpfinal)) and (_global.sliding == false)) { Yvelocity = Yvelocity + 7; } if (_global.sliding == true) { Yvelocity = Yvelocity + 10; } } if (facing_direction == "right") { _rotation = 0; } } if (_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { if (facing_direction == "right") { if ((!Key.isDown(_global.jumpfinal)) and (_global.sliding == false)) { Yvelocity = Yvelocity + 7; } if (_global.sliding == true) { Yvelocity = Yvelocity + 10; } } if (facing_direction == "left") { _rotation = 0; } } if ((!_root.bg.hitTest(_x, _y + 2, true)) and (_global.togglejump == "on")) { if (_global.jv >= 23) { if ((facing_direction == "left") and (_global.whipjump == false)) { this.gotoAndStop("doublejumpfallingleft"); } if ((facing_direction == "right") and (_global.whipjump == false)) { this.gotoAndStop("doublejumpfallingright"); } } } if (!Key.isDown(_global.jumpfinal)) { _global.Zholdcount = 0; } if (Key.isDown(_global.jumpfinal)) { _global.Zholdcount = _global.Zholdcount + 1; } if (!Key.isDown(_global.backdashfinal)) { _global.Sholdcount = 0; } if (Key.isDown(_global.backdashfinal)) { _global.Sholdcount = _global.Sholdcount + 1; } if (!Key.isDown(_global.attackfinal)) { _global.Aholdcount = 0; } if (Key.isDown(_global.attackfinal) and (_global.backdashing == false)) { _global.Aholdcount = _global.Aholdcount + 1; } if (_root.bg.hitTest(_x, _y - 90, true)) { if (_global.clipping == false) { Yvelocity = 5; } } if ((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.rightfinal))) { if (_root.bg.hitTest(((_x + barvar) + (_width / 2)) + 10, _y - 75, true)) { if (_global.backdashing == false) { if (facing_direction == "right") { Movement = 0; } } if (_global.backdashing == true) { Movement = -8; _global.backdashing = false; } if (_global.sliding == true) { Movement = -5; _global.sliding = false; } } if (_root.bg.hitTest(((_x - barvar) - (_width / 2)) - 10, _y - 75, true)) { if (_global.backdashing == false) { if (facing_direction == "left") { Movement = 0; } } if (_global.backdashing == true) { Movement = 8; _global.backdashing = false; } if (_global.sliding == true) { Movement = 5; _global.sliding = false; } } } if ((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.rightfinal))) { if (_root.bg.hitTest((_x - barvar) - (_width / 2), _y - 70, true) and (Movement <= -0.5)) { if (_global.backdashing == false) { Movement = Movement * 0; } } if (_root.bg.hitTest((_x + barvar) + (_width / 2), _y - 70, true) and (Movement >= -0.5)) { if ((_global.backdashing == false) and (_global.whipjump == false)) { Movement = Movement * 0; } } } if (Key.isDown(_global.rightfinal)) { if (_root.bg.hitTest((_x + barvar) + (_width / 2), _y - 75, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.hitTest((_x + barvar) + (_width / 2), _y - 70, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.hitTest((_x + barvar) + (_width / 2), _y - 68, true) and (_global.whipjump == false)) { Movement = Movement * 0; } } if (Key.isDown(_global.leftfinal)) { if (_root.bg.hitTest((_x - barvar) - (_width / 2), _y - 75, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.hitTest((_x - barvar) - (_width / 2), _y - 70, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.hitTest((_x - barvar) - (_width / 2), _y - 68, true) and (_global.whipjump == false)) { Movement = Movement * 0; } } _y = (_y + Yvelocity); _x = (_x + Movement); Movement = Movement * Movement_friction; if ((Movement <= 0.25) and (Movement >= -0.25)) { Movement = 0; } if (Falling == true) { if (_global.togglejump == "on") { if (Key.isDown(_global.leftfinal) and (_global.whipjump == false)) { if (_global.jv <= 22) { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 1"); this.gotoAndStop("Jumping_left"); } } } if ((((!Key.isDown(_global.leftfinal)) and (facing_direction == "left")) and (_global.jv <= 22)) and (Movement <= -1)) { if (_global.jv <= 22) { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 2"); this.gotoAndStop("Jumping_left"); } } } if (Key.isDown(_global.rightfinal) and (_global.whipjump == false)) { if (_global.jv <= 22) { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 3"); this.gotoAndStop("Jumping_right"); } } } if ((((!Key.isDown(_global.rightfinal)) and (facing_direction == "right")) and (_global.jv <= 22)) and (Movement >= 1)) { if (_global.jv <= 22) { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 4"); this.gotoAndStop("Jumping_right"); } } } } if (Yvelocity <= 10) { if (_global.clipping == false) { Yvelocity = Yvelocity + gravity; } } if ((Yvelocity >= 10) and (Yvelocity <= 18)) { Yvelocity = Yvelocity + 0.2; } } if (!_root.bg.hitTest(_x, _y + 2, true)) { Falling = true; if ((((((facing_direction == "left") and (Movement <= -1)) and (!Key.isDown(_global.leftfinal))) and (_global.doublejump == false)) and (_global.jv <= 22)) and (_global.togglejump == "on")) { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 5"); this.gotoAndStop("Jumping_left"); } } if ((((((facing_direction == "right") and (Movement >= 1)) and (!Key.isDown(_global.rightfinal))) and (_global.doublejump == false)) and (_global.jv <= 22)) and (_global.togglejump == "on")) { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 6"); this.gotoAndStop("Jumping_right"); } } if (Jumping == 0) { _global.nojumping = true; if (((_global.doublejump == false) and (_global.jv <= 22)) and (_global.togglejump == "on")) { if (facing_direction == "left") { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 7"); this.gotoAndStop("Jumping_left"); } } if (facing_direction == "right") { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { trace("CODE ERROR = 8"); this.gotoAndStop("Jumping_right"); } } } } if (_global.backdashing == true) { _global.nojumping = true; if (facing_direction == "left") { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { this.gotoAndStop("Jumping_left"); } } if (facing_direction == "right") { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { this.gotoAndStop("Jumping_right"); } } _global.backdashing = false; } if (_global.sliding == true) { _global.nojumping = true; if (facing_direction == "left") { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { _rotation = 0; this.gotoAndStop("Jumping_left"); } } if (facing_direction == "right") { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { _rotation = 0; this.gotoAndStop("Jumping_right"); } } _global.sliding = false; } } else { while (_root.bg.hitTest(_x, _y, true) and (!_root.bg.hitTest(_x, _y - 90, true))) { if (((Yvelocity >= 12) and (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true))) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { _root.land_sound.start(); } _global.fall = 0; _y = (_y - 1); _global.nojumping = false; Yvelocity = 0; Falling = false; Jumping = 0; } } if (_root.bg.hitTest(_x, _y + 2, true)) { if ((((_global.whipping == true) and (_global.togglewhip == "on")) and (!Key.isDown(_global.downfinal))) and (_global.crouchwhipping == false)) { if (facing_direction == "left") { this.gotoAndStop("whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("whipping_right"); } } if (((((Key.isDown(_global.attackfinal) and (_global.Aholdcount <= 16)) and (togglewhip == "on")) and (!Key.isDown(_global.downfinal))) and (_global.crouchwhipping == false)) and (_global.whipjump == false)) { _global.whipping = true; if (facing_direction == "left") { this.gotoAndStop("whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("whipping_right"); } } if ((((togglewhip == "on") and (!Key.isDown(_global.downfinal))) and (_global.crouchwhipping == false)) and (_global.whipjump == true)) { if (facing_direction == "left") { this.gotoAndStop("whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("whipping_right"); } } if ((((_global.whipping == true) and (_global.crouchwhipping == true)) and (_global.togglewhip == "on")) and Key.isDown(_global.downfinal)) { if (facing_direction == "left") { this.gotoAndStop("crouch_whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("crouch_whipping_right"); } } if (((Key.isDown(_global.attackfinal) and (_global.Aholdcount <= 25)) and (togglewhip == "on")) and Key.isDown(_global.downfinal)) { _global.whipping = true; _global.crouchwhipping = true; if (facing_direction == "left") { this.gotoAndStop("crouch_whipping_left"); } if (facing_direction == "right") { this.gotoAndStop("crouch_whipping_right"); } } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { if (_global.backdashing == true) { Movement = Movement * 0; _global.backdashing = false; } if (((!Key.isDown(_global.jumpfinal)) and (_global.crouchwhipping == false)) and (_global.togglecrouch == "on")) { if ((_global.sliding == false) and (_global.slidingstart == false)) { _global.jv = 1; if (facing_direction == "left") { _rotation = 0; this.gotoAndStop("crouching_left"); } if (facing_direction == "right") { _rotation = 0; this.gotoAndStop("crouching_right"); } } } if (((Key.isDown(_global.jumpfinal) and (_global.toggleslide == "on")) and (_global.crouchwhipping == false)) and (!Key.isDown(_global.attackfinal))) { if (Zholdcount <= 14.9) { if (facing_direction == "left") { if (_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { if (_global.slidingstart == true) { _rotation = -45; } else if (_global.slidingstart == false) { _rotation = 0; } } if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { _rotation = 0; } this.gotoAndStop("sliding_left"); } if (facing_direction == "right") { if (_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { if (_global.slidingstart == true) { _rotation = 45; } else if (_global.slidingstart == false) { _rotation = 0; } } if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { _rotation = 0; } this.gotoAndStop("sliding_right"); } } if (Zholdcount >= 15) { if (facing_direction == "left") { _rotation = 0; this.gotoAndStop("crouching_left"); } if (facing_direction == "right") { _rotation = 0; this.gotoAndStop("crouching_right"); } } } } if ((((((Key.isDown(_global.rightfinal) and Key.isDown(_global.jumpfinal)) and (!Key.isDown(_global.downfinal))) and (_global.Zholdcount >= 10)) and (!Key.isDown(_global.attackfinal))) and (_global.whipping == false)) and (_global.togglemovement == "on")) { this.gotoAndStop("Walking_right"); } if ((((((Key.isDown(_global.leftfinal) and Key.isDown(_global.jumpfinal)) and (!Key.isDown(_global.downfinal))) and (_global.Zholdcount >= 10)) and (!Key.isDown(_global.attackfinal))) and (_global.whipping == false)) and (_global.togglemovement == "on")) { this.gotoAndStop("Walking_left"); } if ((((((((Key.isDown(_global.backdashfinal) and (Sholdcount <= 10)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.upfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) and (backdashability == true)) and (_global.togglebackdash == "on")) and (!Key.isDown(_global.attackfinal))) { if (_global.clipping == false) { _global.backdashing = true; if (facing_direction == "left") { this.gotoAndStop("Backdash_left"); } if (facing_direction == "right") { this.gotoAndStop("Backdash_right"); } } } if (((((!Key.isDown(_global.leftfinal)) and (Movement == 0)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.upfinal))) and (_global.togglestand == "on")) { if ((((facing_direction == "left") and (_global.backdashing == false)) and (_global.whipping == false)) and (_global.whipjump == false)) { _rotation = 0; gotoAndStop ("Standing_left"); } } if (((((!Key.isDown(_global.rightfinal)) and (Movement == 0)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.upfinal))) and (_global.togglestand == "on")) { if ((((facing_direction == "right") and (_global.backdashing == false)) and (_global.whipping == false)) and (_global.whipjump == false)) { _rotation = 0; gotoAndStop ("Standing_right"); } } if (((((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.attackfinal))) and (Movement == 0)) and Key.isDown(_global.upfinal)) and (_global.toggletaunt == "on")) { if (facing_direction == "left") { _global.backdashing = false; gotoAndStop ("taunt_left"); } } if (((((!Key.isDown(_global.rightfinal)) and (!Key.isDown(_global.attackfinal))) and (Movement == 0)) and Key.isDown(_global.upfinal)) and (_global.toggletaunt == "on")) { if (facing_direction == "right") { _global.backdashing = false; gotoAndStop ("taunt_right"); } } if ((((((facing_direction == "left") and (!Key.isDown(_global.downfinal))) and (Movement <= -1)) and (!Key.isDown(_global.leftfinal))) and (_global.togglemovement == "on")) and (_global.whipping == false)) { _rotation = 0; this.gotoAndStop("Stopping_left"); } if ((((((facing_direction == "right") and (!Key.isDown(_global.downfinal))) and (Movement >= 1)) and (!Key.isDown(_global.rightfinal))) and (_global.togglemovement == "on")) and (_global.whipping == false)) { _rotation = 0; this.gotoAndStop("Stopping_right"); } } if (_global.backdashing == true) { if (dashtime == 0) { if (facing_direction == "left") { Movement = 13; } if (facing_direction == "right") { Movement = -13; } dashtimer++; if (dashtimer >= 5) { dashtime = 1; } } } if ((_global.sliding == true) and (_global.slidingstart == true)) { if (facing_direction == "left") { Movement = -20; } if (facing_direction == "right") { Movement = 20; } } if (_global.backdashing == false) { dashtimer = 0; dashtime = 0; } if (Key.isDown(_global.leftfinal)) { if (Key.isDown(_global.downfinal)) { if (_global.sliding == false) { facing_direction = "left"; } } if ((!Key.isDown(_global.downfinal)) and (_global.togglemovement == "on")) { facing_direction = "left"; if (Movement >= -7) { Movement = Movement - Movement_speed; } if (Key.isDown(_global.attackfinal) and (Zholdcount >= 5)) { if ((_global.movementhinder == false) and (_global.togglemovement == "on")) { _global.backdashing = false; if (_root.bg.hitTest(_x, _y + 2, true) and (_global.Zholdcount == 0)) { this.gotoAndStop("Walking_left"); } } } if (!Key.isDown(_global.attackfinal)) { facing_direction = "left"; if (Movement >= -7) { Movement = Movement - Movement_speed; } if (((_global.movementhinder == false) and (_global.togglemovement == "on")) and (_global.whipping == false)) { _global.backdashing = false; if (_root.bg.hitTest(_x, _y + 2, true) and (_global.Zholdcount == 0)) { this.gotoAndStop("Walking_left"); } } } } } if (Key.isDown(_global.rightfinal)) { if (Key.isDown(_global.downfinal)) { if (_global.sliding == false) { facing_direction = "right"; } } if (((!Key.isDown(_global.downfinal)) and (_global.togglemovement == "on")) and (_global.whipping == false)) { facing_direction = "right"; if (Movement <= 7) { Movement = Movement + Movement_speed; } if ((Key.isDown(_global.attackfinal) and (Zholdcount >= 5)) and (_global.whipping == false)) { if ((_global.movementhinder == false) and (_global.togglemovement == "on")) { _global.backdashing = false; if (_root.bg.hitTest(_x, _y + 2, true) and (_global.Zholdcount == 0)) { this.gotoAndStop("Walking_right"); } } } if (!Key.isDown(_global.attackfinal)) { facing_direction = "right"; if (Movement <= 7) { Movement = Movement + Movement_speed; } if ((_global.movementhinder == false) and (_global.togglemovement == "on")) { _global.backdashing = false; if (_root.bg.hitTest(_x, _y + 2, true) and (_global.Zholdcount == 0)) { this.gotoAndStop("Walking_right"); } } } } } if (Key.isDown(_global.jumpfinal)) { if (((_global.Zholdcount <= 2) and _root.bg.hitTest(_x, _y + 2, true)) and (_global.togglejump == "on")) { if (!Key.isDown(_global.downfinal)) { _root.jump_sound.start(); if (facing_direction == "left") { this.gotoAndStop("Jumping_left"); } if (facing_direction == "right") { this.gotoAndStop("Jumping_right"); } Jumping = 1; } } } }
Instance of Symbol 203 MovieClip "bdcoder" in Frame 21
onClipEvent (load) { _global.movementhinder = false; } onClipEvent (enterFrame) { if (_global.backdashing == true) { this.play(); _global.movementhinder = true; } }
Instance of Symbol 206 MovieClip "bdcoder" in Frame 21
onClipEvent (load) { _global.getridofplatforms = false; } onClipEvent (enterFrame) { if (_global.sliding == true) { this.play(); _global.getridofplatforms = true; } }
Instance of Symbol 209 MovieClip "bdcoder" in Frame 21
onClipEvent (load) { _global.nojumping = true; } onClipEvent (enterFrame) { }
Instance of Symbol 212 MovieClip in Frame 21
onClipEvent (load) { _global.jbvk = 0; _global.whipjumpcount = 0; } onClipEvent (enterFrame) { if (_global.whipjump == true) { whipjumpcount++; } if (whipjumpcount >= 17) { whipjumpcount = 0; _global.whipjump = false; } if ((_global.whipping == true) and (_global.backdashing == false)) { _global.jbvk++; } if (_global.jbvk >= 21) { _global.crouchwhipping = false; _global.whipping = false; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.togglewhip = "off"; _global.togglemovement = "on"; _global.toggletaunt = "on"; _global.togglestand = "on"; _global.toggleslide = "on"; _global.jbvk = 0; } }
Instance of Symbol 312 MovieClip "box" in Frame 21
onClipEvent (load) { i = 0; if (_global.i >= 1) { } } onClipEvent (enterFrame) { i++; _global.i = i + 1; trace(_global.i); this.onPress = function () { duplicateMovieClip (this, "circle" + _global.i, _global.i); }; }
Symbol 57 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.attackfinal; };
Symbol 59 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.jumpfinal; };
Symbol 61 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.backdashfinal; };
Symbol 63 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.upfinal; };
Symbol 65 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.downfinal; };
Symbol 67 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.leftfinal; };
Symbol 69 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.rightfinal; };
Symbol 79 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.whipstring; };
Symbol 81 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.whipkey; };
Symbol 82 MovieClip Frame 2
stop();
Instance of Symbol 81 MovieClip in Symbol 82 MovieClip Frame 2
onClipEvent (load) { _global.whipkey = 65; _global.detect = true; k = 65; } onClipEvent (enterFrame) { _global.detect = true; var keyListener = {}; keyListener.onKeyDown = function () { var _local3 = Key.getCode(); _global.whipkey = _local3; _global.detect = false; _parent.gotoAndStop(3); }; Key.addListener(keyListener); }
Symbol 82 MovieClip Frame 3
this.onLoad = function () { _global.detect = true; _global.timer++; }; this.onEnterFrame = function () { };
Instance of Symbol 116 MovieClip in Symbol 130 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.doublejump == true) { if (Key.isDown(_global.jumpfinal)) { _parent.gotoAndPlay(16); } } }
Symbol 130 MovieClip Frame 12
gotoAndPlay (10);
Symbol 130 MovieClip Frame 25
gotoAndPlay (23);
Symbol 131 MovieClip Frame 1
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 5)) and (_global.nojumping == false)) { _parent.Yvelocity = -24; } _global.jv = 1;
Instance of Symbol 130 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (load) { if (_global.jumpwhipping == true) { this.play(); this._visible = false; } if (_global.jumpwhipping == false) { this._visible = true; } } onClipEvent (enterFrame) { if (jv <= 23) { this.gotoAndPlay(jv); } if (jwv <= 23) { } if (_global.jumpwhipping == true) { this.play(); this._visible = false; } if (_global.jumpwhipping == false) { this._visible = true; } }
Instance of Symbol 116 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.doublejump == false) { if (Key.isDown(_global.jumpfinal)) { _global.doublejump = false; } if (!Key.isDown(_global.jumpfinal)) { _global.doublejump = true; } } if (_global.doublejump == true) { if (Key.isDown(_global.jumpfinal)) { _parent.gotoAndPlay(16); } } }
Instance of Symbol 116 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (load) { this._visible = false; _global.doublejump = false; }
Symbol 131 MovieClip Frame 2
if ((Key.isDown(_global.jumpfinal) and (Zholdcount <= 10)) and (_global.nojumping == false)) { _parent.Yvelocity = -24; } _global.jv = 2;
Symbol 131 MovieClip Frame 3
if ((Key.isDown(_global.jumpfinal) and (Zholdcount <= 10)) and (_global.nojumping == false)) { _parent.Yvelocity = -24; } _global.jv = 3;
Symbol 131 MovieClip Frame 4
if ((Key.isDown(_global.jumpfinal) and (Zholdcount <= 10)) and (_global.nojumping == false)) { _parent.Yvelocity = -24; } _global.jv = 4;
Symbol 131 MovieClip Frame 5
if ((Key.isDown(_global.jumpfinal) and (Zholdcount <= 10)) and (_global.nojumping == false)) { _parent.Yvelocity = -24; } _global.jv = 5;
Symbol 131 MovieClip Frame 6
_global.jv = 6;
Symbol 131 MovieClip Frame 7
_global.jv = 7;
Symbol 131 MovieClip Frame 8
_global.jv = 8;
Symbol 131 MovieClip Frame 9
_global.jv = 9;
Symbol 131 MovieClip Frame 10
_global.jv = 10;
Symbol 131 MovieClip Frame 11
_global.jv = 11;
Symbol 131 MovieClip Frame 12
gotoAndPlay (10); _global.fall = _global.fall + 1;
Symbol 131 MovieClip Frame 16
_root.jump_sound.start(); if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -22; } _global.jv = 16;
Symbol 131 MovieClip Frame 17
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -22; } _global.jv = 17;
Symbol 131 MovieClip Frame 18
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -22; } _global.jv = 18;
Symbol 131 MovieClip Frame 19
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -20; } _global.jv = 19;
Symbol 131 MovieClip Frame 20
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -16; } _global.jv = 20;
Symbol 131 MovieClip Frame 21
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -14; } _global.jv = 21;
Symbol 131 MovieClip Frame 22
_global.jv = 22;
Symbol 131 MovieClip Frame 23
_global.jv = 23;
Symbol 131 MovieClip Frame 24
_global.jv = 24;
Symbol 131 MovieClip Frame 25
gotoAndPlay (23);
Symbol 138 MovieClip Frame 7
gotoAndStop (2);
Symbol 139 MovieClip Frame 2
_global.djfv = 2;
Symbol 139 MovieClip Frame 3
_global.djfv = 3;
Symbol 139 MovieClip Frame 4
_global.djfv = 4;
Symbol 139 MovieClip Frame 5
_global.djfv = 5;
Symbol 139 MovieClip Frame 6
_global.djfv = 6;
Symbol 139 MovieClip Frame 7
_global.djfv = 7;
Symbol 139 MovieClip Frame 8
_global.djfv = 8;
Symbol 139 MovieClip Frame 9
_global.djfv = 9;
Symbol 139 MovieClip Frame 10
_global.djfv = 10;
Symbol 139 MovieClip Frame 11
_global.djfv = 11;
Symbol 139 MovieClip Frame 12
_global.djfv = 12;
Symbol 139 MovieClip Frame 13
_global.djfv = 13;
Symbol 139 MovieClip Frame 14
_global.djfv = 14;
Symbol 139 MovieClip Frame 15
_global.djfv = 15;
Symbol 139 MovieClip Frame 16
_global.djfv = 16;
Symbol 139 MovieClip Frame 17
_global.djfv = 17;
Symbol 139 MovieClip Frame 18
_global.djfv = 18;
Symbol 139 MovieClip Frame 19
_global.djfv = 19;
Symbol 139 MovieClip Frame 20
_global.djfv = 20;
Symbol 139 MovieClip Frame 21
_global.djfv = 21;
Symbol 139 MovieClip Frame 22
gotoAndPlay (21);
Symbol 153 MovieClip Frame 7
stop();
Symbol 157 MovieClip Frame 6
whipvar = Math.random(1); trace(whipvar); if (whipvar <= 0.5) { _root.whip_sound.start(); } if (whipvar >= 0.51) { _root.whip_sound2.start(); }
Symbol 157 MovieClip Frame 21
stop(); _global.crouchwhipping = false; _global.whipping = false; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.togglewhip = "off"; _global.togglemovement = "on"; _global.toggletaunt = "on"; _global.togglestand = "on"; _global.toggleslide = "on"; _global.whipjump = false; if (facing_direction == "left") { _root.jonathan.gotoAndStop("standing_left"); } if (facing_direction == "right") { _root.jonathan.gotoAndStop("standing_right"); }
Symbol 162 MovieClip Frame 7
stop();
Symbol 168 MovieClip Frame 1
_global.wjv = 1;
Symbol 168 MovieClip Frame 2
_global.wjv = 2;
Symbol 168 MovieClip Frame 3
_global.wjv = 3;
Symbol 168 MovieClip Frame 4
_global.wjv = 4;
Symbol 168 MovieClip Frame 5
_global.wjv = 5;
Symbol 168 MovieClip Frame 6
_global.wjv = 6;
Symbol 168 MovieClip Frame 7
_global.wjv = 7;
Symbol 168 MovieClip Frame 8
_global.wjv = 8;
Symbol 168 MovieClip Frame 9
_global.wjv = 9; whipvar = Math.random(1); trace(whipvar); if (whipvar <= 0.5) { _root.whip_sound.start(); } if (whipvar >= 0.51) { _root.whip_sound2.start(); }
Symbol 168 MovieClip Frame 10
_global.wjv = 10;
Symbol 168 MovieClip Frame 11
_global.wjv = 11;
Symbol 168 MovieClip Frame 12
_global.wjv = 12;
Symbol 168 MovieClip Frame 13
_global.wjv = 13;
Symbol 168 MovieClip Frame 14
_global.wjv = 14;
Symbol 168 MovieClip Frame 15
_global.wjv = 15;
Symbol 168 MovieClip Frame 16
_global.wjv = 16;
Symbol 168 MovieClip Frame 17
_global.wjv = 17; stop();
Symbol 172 MovieClip Frame 1
_root.backdash_sound.start(); _global.bv = 1;
Symbol 172 MovieClip Frame 2
_global.bv = 2;
Symbol 172 MovieClip Frame 3
_global.bv = 3;
Symbol 172 MovieClip Frame 4
_global.bv = 4;
Symbol 172 MovieClip Frame 5
_global.bv = 5;
Symbol 172 MovieClip Frame 6
_global.bv = 6;
Symbol 172 MovieClip Frame 7
_global.bv = 7;
Symbol 172 MovieClip Frame 8
_global.bv = 8;
Symbol 172 MovieClip Frame 9
_global.bv = 9;
Symbol 172 MovieClip Frame 10
_global.bv = 10;
Symbol 172 MovieClip Frame 11
_global.bv = 11;
Symbol 172 MovieClip Frame 12
_global.backdashing = false; _global.bv = 12; stop();
Symbol 173 MovieClip Frame 8
stop();
Symbol 176 MovieClip Frame 10
_root.taunt_sound.start();
Symbol 176 MovieClip Frame 137
stop();
Symbol 190 MovieClip Frame 5
stop();
Symbol 193 MovieClip Frame 4
whipvar = Math.random(1); trace(whipvar); if (whipvar <= 0.5) { _root.whip_sound.start(); } if (whipvar >= 0.51) { _root.whip_sound2.start(); }
Symbol 193 MovieClip Frame 16
stop();
Symbol 198 MovieClip Frame 3
_root.slide_sound.start();
Symbol 198 MovieClip Frame 19
_global.sliding = false;
Symbol 199 MovieClip Frame 1
stop(); _global.doublejump = false; _global.doublejumponce = true; _global.whipjumpcount = 0; _global.whipjump = false; _global.jv = 1; _global.whipping = false; _global.jbvk = 0; _global.bv = 1; if ((!Key.isDown(37)) and (!Key.isDown(39))) { _global.djfv = 1; } _global.togglebackdash = "on"; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.toggleslide = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglemovement = "on"; _global.togglejump = "on"; _global.fall = 0; _global.backdashing = false; _global.sliding = false;
Instance of Symbol 91 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (enterFrame) { stop(); _global.doublejumponce = false; _global.whipjumpcount = 0; _global.whipjump = false; _global.jv = 1; _global.whipping = false; _global.jbvk = 0; _global.bv = 1; if ((!Key.isDown(37)) and (!Key.isDown(39))) { _global.djfv = 1; } _global.togglebackdash = "on"; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.toggleslide = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglemovement = "on"; _global.togglejump = "on"; _global.fall = 0; _global.backdashing = false; _global.sliding = false; }
Symbol 199 MovieClip Frame 21
stop(); _global.jv = 1; _global.djfv = 1; _global.fall = 0; _global.sliding = false; _global.togglewhip = "on"; _global.togglejump = "on";
Instance of Symbol 131 MovieClip in Symbol 199 MovieClip Frame 33
onClipEvent (load) { _global.whipjumpcount = 0; _global.whipjump = false; if (jv <= 22) { this.gotoAndPlay(jv); } if (_global.doublejumponce == true) { jv = 16; this.gotoAndPlay(16); } _global.togglejump = "on"; } onClipEvent (enterFrame) { if (Key.isDown(_global.attackfinal)) { _global.whipjump = true; _parent.gotoAndStop("jumpwhipleft"); } }
Instance of Symbol 139 MovieClip in Symbol 199 MovieClip Frame 55
onClipEvent (load) { _global.whipjumpcount = 0; this.gotoAndPlay(djfv); } onClipEvent (enterFrame) { _global.djfv = _global.djfv + 1; if (_global.djfv >= 2) { this.gotoAndPlay(djfv); } if (Key.isDown(_global.attackfinal)) { _global.whipjump = true; _global.doublejumponce = false; _parent.gotoAndStop("jumpwhipleft"); } }
Symbol 199 MovieClip Frame 71
_global.whipping = true; _global.togglejump = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.togglecrouch = "off"; _global.toggletaunt = "off";
Instance of Symbol 157 MovieClip "whipping" in Symbol 199 MovieClip Frame 71
onClipEvent (load) { _global.Aholdcount = 0; _global.togglestand == "off"; if (_global.whipjump == true) { _global.whipjumpcount = _global.wjv; this.gotoAndPlay(_global.wjv); } }
Instance of Symbol 168 MovieClip "whipping" in Symbol 199 MovieClip Frame 85
onClipEvent (load) { _global.togglemovement = "on"; } onClipEvent (enterFrame) { if (_global.whipjumpcount <= 14) { _global.whipjump = true; } if (_global.whipjumpcount >= 15) { _global.whipjump = false; _global.nojumping = true; _parent.gotoAndStop("Jumping_left"); } if (_global.doublejumponce == false) { if (Key.isDown(_global.jumpfinal) and (Zholdcount <= 0)) { _global.doublejumponce = true; _parent.gotoAndStop("Jumping_left"); } } }
Symbol 199 MovieClip Frame 100
_global.togglejump = "off"; _global.togglewhip = "on"; _global.whipping = false;
Instance of Symbol 172 MovieClip in Symbol 199 MovieClip Frame 100
onClipEvent (load) { this.gotoAndPlay(_global.bv); _global.backdashing = true; } onClipEvent (enterFrame) { _global.jbvk = 0; }
Symbol 199 MovieClip Frame 111
_global.sliding = false; _global.togglebackdash = "on"; _global.toggleslide = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglemovement = "on"; _global.togglejump = "on";
Symbol 199 MovieClip Frame 130
_global.togglewhip = "on"; _global.toggleslide = "on"; _global.whipping = false;
Instance of Symbol 179 MovieClip in Symbol 199 MovieClip Frame 130
onClipEvent (load) { _global.sliding = false; }
Symbol 199 MovieClip Frame 142
_global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off";
Symbol 199 MovieClip Frame 159
_global.togglejump = "off";
Instance of Symbol 198 MovieClip in Symbol 199 MovieClip Frame 159
onClipEvent (load) { _global.sliding = true; _global.slidingstart = true; }
Symbol 199 MovieClip Frame 187
stop(); _global.doublejump = false; _global.doublejumponce = true; _global.whipjumpcount = 0; _global.whipjump = false; _global.jv = 1; _global.whipping = false; _global.jbvk = 0; _global.bv = 1; if ((!Key.isDown(37)) and (!Key.isDown(39))) { _global.djfv = 1; } _global.togglebackdash = "on"; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.toggleslide = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglemovement = "on"; _global.togglejump = "on"; _global.fall = 0; _global.backdashing = false; _global.sliding = false;
Instance of Symbol 91 MovieClip in Symbol 199 MovieClip Frame 187
onClipEvent (enterFrame) { stop(); _global.doublejumponce = false; _global.whipjumpcount = 0; _global.whipjump = false; _global.jv = 1; _global.whipping = false; _global.jbvk = 0; _global.bv = 1; if ((!Key.isDown(37)) and (!Key.isDown(39))) { _global.djfv = 1; } _global.togglebackdash = "on"; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.toggleslide = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglemovement = "on"; _global.togglejump = "on"; _global.fall = 0; _global.backdashing = false; _global.sliding = false; }
Symbol 199 MovieClip Frame 208
stop(); _global.jv = 1; _global.djfv = 1; _global.fall = 0; _global.sliding = false; _global.togglewhip = "on"; _global.togglejump = "on";
Instance of Symbol 131 MovieClip in Symbol 199 MovieClip Frame 218
onClipEvent (load) { _global.whipjumpcount = 0; _global.whipjump = false; if (jv <= 22) { this.gotoAndPlay(jv); } if (_global.doublejumponce == true) { jv = 16; this.gotoAndPlay(16); } _global.togglejump = "on"; } onClipEvent (enterFrame) { if (Key.isDown(_global.attackfinal)) { _global.whipjump = true; _parent.gotoAndStop("jumpwhipright"); } }
Symbol 199 MovieClip Frame 248
_global.togglejump = "off"; _global.togglewhip = "on"; _global.whipping = false;
Instance of Symbol 172 MovieClip in Symbol 199 MovieClip Frame 248
onClipEvent (load) { this.gotoAndPlay(_global.bv); _global.backdashing = true; } onClipEvent (enterFrame) { _global.jbvk = 0; }
Symbol 199 MovieClip Frame 260
_global.sliding = false; _global.togglebackdash = "on"; _global.toggleslide = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglemovement = "on"; _global.togglejump = "on";
Instance of Symbol 139 MovieClip in Symbol 199 MovieClip Frame 284
onClipEvent (load) { _global.whipjumpcount = 0; this.gotoAndPlay(djfv); } onClipEvent (enterFrame) { _global.djfv = _global.djfv + 1; if (_global.djfv >= 2) { this.gotoAndPlay(djfv); } if (Key.isDown(_global.attackfinal)) { _global.whipjump = true; _global.doublejumponce = true; _parent.gotoAndStop("jumpwhipright"); } }
Symbol 199 MovieClip Frame 301
_global.togglewhip = "on"; _global.toggleslide = "on"; _global.whipping = false;
Instance of Symbol 179 MovieClip in Symbol 199 MovieClip Frame 301
onClipEvent (load) { _global.sliding = false; }
Symbol 199 MovieClip Frame 312
_global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off";
Symbol 199 MovieClip Frame 339
_global.togglejump = "off";
Instance of Symbol 198 MovieClip in Symbol 199 MovieClip Frame 339
onClipEvent (load) { _global.sliding = true; _global.slidingstart = true; }
Symbol 199 MovieClip Frame 349
_global.whipping = true; _global.togglejump = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.togglecrouch = "off"; _global.toggletaunt = "off";
Instance of Symbol 157 MovieClip "whipping" in Symbol 199 MovieClip Frame 349
onClipEvent (load) { _global.Aholdcount = 0; _global.togglestand == "off"; if (_global.whipjump == true) { _global.whipjumpcount = _global.wjv + 5; this.gotoAndPlay(_global.wjv); } }
Instance of Symbol 168 MovieClip "whipping" in Symbol 199 MovieClip Frame 361
onClipEvent (load) { _global.togglemovement = "on"; } onClipEvent (enterFrame) { if (_global.whipjumpcount <= 14) { _global.whipjump = true; } if (_global.whipjumpcount >= 15) { _global.whipjump = false; _global.nojumping = true; _parent.gotoAndStop("Jumping_right"); } if (_global.doublejumponce == false) { if (Key.isDown(_global.jumpfinal) and (Zholdcount <= 0)) { _global.doublejumponce = true; _parent.gotoAndStop("Jumping_right"); } } }
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 11
_global.backdashing = false; _global.movementhinder = false; gotoAndStop (1);
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 7
if (_root.jonathan.facing_direction == "left") { if (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { _global.slidingstart = false; } } if (_root.jonathan.facing_direction == "right") { if (!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { _global.slidingstart = false; } }
Symbol 206 MovieClip Frame 18
_global.sliding = false; _global.getridofplatforms = false; gotoAndStop (1); _global.movementhinder = false;
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 18
_global.nojumping = false; gotoAndStop (1);
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 206 MovieClip "bdcoder" in Symbol 212 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 212 MovieClip Frame 25
gotoAndStop (1);
Symbol 215 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.jumpstring; };
Symbol 218 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.jumpkey; };
Symbol 219 MovieClip Frame 2
stop();
Instance of Symbol 218 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (load) { _global.jumpkey = 90; _global.detect = true; k = 90; } onClipEvent (enterFrame) { _global.detect = true; var keyListener2 = {}; keyListener2.onKeyDown = function () { var _local3 = Key.getCode(); _global.jumpkey = _local3; _parent.gotoAndStop(3); }; Key.addListener(keyListener2); }
Symbol 219 MovieClip Frame 3
stop(); this.onLoad = function () { _global.detect = true; _global.timer++; }; this.onEnterFrame = function () { _global.timer = 1; };
Symbol 225 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.backdashstring; };
Symbol 228 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.backdashkey; };
Symbol 229 MovieClip Frame 2
stop();
Instance of Symbol 228 MovieClip in Symbol 229 MovieClip Frame 2
onClipEvent (load) { _global.backdashkey = 83; _global.detect = true; k = 83; } onClipEvent (enterFrame) { _global.detect = true; var keyListener2 = {}; keyListener2.onKeyDown = function () { var _local3 = Key.getCode(); _global.backdashkey = _local3; _parent.gotoAndStop(3); }; Key.addListener(keyListener2); }
Symbol 229 MovieClip Frame 3
stop(); this.onLoad = function () { _global.detect = true; _global.timer++; }; this.onEnterFrame = function () { _global.timer = 1; };
Symbol 233 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.upstring; };
Symbol 236 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.upkey; };
Symbol 237 MovieClip Frame 2
stop();
Instance of Symbol 236 MovieClip in Symbol 237 MovieClip Frame 2
onClipEvent (load) { _global.upkey = 38; _global.detect = true; k = 38; } onClipEvent (enterFrame) { _global.detect = true; var keyListener2 = {}; keyListener2.onKeyDown = function () { var _local3 = Key.getCode(); _global.upkey = _local3; _parent.gotoAndStop(3); }; Key.addListener(keyListener2); }
Symbol 237 MovieClip Frame 3
stop(); this.onLoad = function () { _global.detect = true; _global.timer++; }; this.onEnterFrame = function () { _global.timer = 1; };
Symbol 241 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.downstring; };
Symbol 244 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.downkey; };
Symbol 245 MovieClip Frame 2
stop();
Instance of Symbol 244 MovieClip in Symbol 245 MovieClip Frame 2
onClipEvent (load) { _global.downkey = 40; _global.detect = true; k = 40; } onClipEvent (enterFrame) { _global.detect = true; var keyListener2 = {}; keyListener2.onKeyDown = function () { var _local3 = Key.getCode(); _global.downkey = _local3; _parent.gotoAndStop(3); }; Key.addListener(keyListener2); }
Symbol 245 MovieClip Frame 3
stop(); this.onLoad = function () { _global.detect = true; _global.timer++; }; this.onEnterFrame = function () { _global.timer = 1; };
Symbol 249 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.leftstring; };
Symbol 252 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.leftkey; };
Symbol 253 MovieClip Frame 2
stop();
Instance of Symbol 252 MovieClip in Symbol 253 MovieClip Frame 2
onClipEvent (load) { _global.leftkey = 37; _global.detect = true; k = 37; } onClipEvent (enterFrame) { _global.detect = true; var keyListener2 = {}; keyListener2.onKeyDown = function () { var _local3 = Key.getCode(); _global.leftkey = _local3; _parent.gotoAndStop(3); }; Key.addListener(keyListener2); }
Symbol 253 MovieClip Frame 3
stop(); this.onLoad = function () { _global.detect = true; _global.timer++; }; this.onEnterFrame = function () { _global.timer = 1; };
Symbol 257 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.rightstring; };
Symbol 260 MovieClip Frame 1
this.onEnterFrame = function () { key.text = _global.rightkey; };
Symbol 261 MovieClip Frame 2
stop();
Instance of Symbol 260 MovieClip in Symbol 261 MovieClip Frame 2
onClipEvent (load) { _global.rightkey = 39; _global.detect = true; k = 39; } onClipEvent (enterFrame) { _global.detect = true; var keyListener2 = {}; keyListener2.onKeyDown = function () { var _local3 = Key.getCode(); _global.rightkey = _local3; _parent.gotoAndStop(3); }; Key.addListener(keyListener2); }
Symbol 261 MovieClip Frame 3
stop(); this.onLoad = function () { _global.detect = true; _global.timer++; }; this.onEnterFrame = function () { _global.timer = 1; };
Symbol 288 MovieClip Frame 1
stop();
Instance of Symbol 288 MovieClip in Symbol 289 MovieClip Frame 1
onClipEvent (load) { if (_root.jonathan.Yvelocity <= -0.5) { this.gotoAndStop(2); } if (_root.jonathan.Yvelocity >= 0) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.jonathan.Yvelocity <= -0.5) { this.gotoAndStop(2); } if (_global.getridofplatforms == true) { this.gotoAndStop(2); } if ((_root.jonathan.Yvelocity >= 0) and (_global.getridofplatforms == false)) { this.gotoAndStop(1); } }
Symbol 291 MovieClip Frame 1
function camControl() { rp.x = _x; rp.y = _y; var _local5 = camH * (_yscale * 0.01); var _local6 = camW * (_xscale * 0.01); var _local3 = sH / _local5; var _local4 = sW / _local6; _x2 = (_local6 / 2) * _local4; _y2 = (_local5 / 2) * _local3; _xscale2 = _local4 * 100; _yscale2 = _local3 * 100; _rotation2 = -_rotation; _parent.filters = this.filters; _parent.transform.colorTransform = this.transform.colorTransform; } function reset() { _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; _parent._rotation = 0; _parent._visible = true; } function set_x2(value) { var _local2 = {x:rp.x, y:rp.y}; _parent.localToGlobal(_local2); _parent._x = _parent._x + (value - _local2.x); } function get_x2() { var _local2 = {x:rp.x, y:rp.y}; _parent.localToGlobal(_local2); return(_local2.x); } function set_y2(value) { var _local2 = {x:rp.x, y:rp.y}; _parent.localToGlobal(_local2); _parent._y = _parent._y + (value - _local2.y); } function get_y2() { var _local2 = {x:rp.x, y:rp.y}; _parent.localToGlobal(_local2); return(_local2.y); } function get_xscale2() { return(_parent._xscale); } function set_xscale2(value) { setProperty2("_xscale", value); } function get_yscale2() { return(_parent._yscale); } function set_yscale2(value) { setProperty2("_yscale", value); } function get_rotation2() { return(parent.rotation); } function set_rotation2(value) { setProperty2("_rotation", value); } function setProperty2(prop, n) { var _local3 = {x:rp.x, y:rp.y}; _parent.localToGlobal(_local3); _parent[prop] = n; var _local2 = {x:rp.x, y:rp.y}; _parent.localToGlobal(_local2); _parent._x = _parent._x - (_local2.x - _local3.x); _parent._y = _parent._y - (_local2.y - _local3.y); } _visible = false; addProperty("_x2", get_x2, set_x2); addProperty("_y2", get_y2, set_y2); addProperty("_xscale2", get_xscale2, set_xscale2); addProperty("_yscale2", get_yscale2, set_yscale2); addProperty("_rotation2", get_rotation2, set_rotation2); var oldScaleMode = stage.scaleMode; stage.scaleMode = "exactFit"; var sW = Stage.width; var sH = Stage.height; stage.scaleMode = oldScaleMode; var bounds_obj = this.getBounds(this); var camH = Math.abs(bounds_obj.yMax - bounds_obj.yMin); var camW = Math.abs(bounds_obj.xMax - bounds_obj.xMin); var rp = {x:this._x, y:this._y}; onEnterFrame = function () { camControl(); }; this.onUnload = reset;
Instance of Symbol 305 MovieClip "gx" in Symbol 308 MovieClip Frame 1
onClipEvent (load) { hit = false; death = false; timer = 0; xposneg = 1; xposnegrandom = 1; xposnegrandomvariable = 0; yposneg = 1; xmovement = Math.random(6) * 10; xposition = 0; power = 1; xspeed = 0; yspeed = 0; health = 100; hitcount = 0; _parent.health_bar._visible = false; } onClipEvent (enterFrame) { if ((health <= 99) and (health >= 1)) { _parent.health_bar._visible = true; } if (health <= 0) { death = true; } if ((hitcount == 0) and (death == false)) { _alpha = 100; } _parent.health_bar._width = health / 3; if (((_parent.hitTest(_root.jonathan.whipping.whip) and (death == false)) and (hit == false)) and (hitcount == 0)) { _root.box.duplicateMovieClip("boxx" + _global.i, _global.i); _root["boxx" + _global.i]._x = _parent._x; _root["boxx" + _global.i]._y = _parent._y; hit = true; } if (((hit == true) and (death == false)) and (health >= 1)) { _root.xhitsound.start(); health = health - _global.damage; hitcount++; hit = false; } if ((hitcount >= 1) and (death == false)) { hitcount++; } if ((hitcount >= 10) and (death == false)) { _alpha = 100; hitcount = 0; hit = false; } if (death == true) { hitcount = 0; _parent.health_bar._visible = false; if (_alpha >= 100) { _root.xdeathsound.start(); _root.box.duplicateMovieClip("boxx" + _global.i, _global.i); _root["boxx" + _global.i]._x = _parent._x; _root["boxx" + _global.i]._y = _parent._y; } _alpha = (_alpha - 5); if (_alpha <= 0) { _parent.unloadMovie(); } } if (death == false) { xspeed = xspeed * 0.9; yspeed = yspeed * 0.9; if ((_parent._x <= (_root.jonathan._x + 250)) and (_parent._x >= (_root.jonathan._x - 250))) { _parent._x = _parent._x + xspeed; } if ((_parent._y >= (_root.jonathan._y - 300)) and (_parent._y <= (_root.jonathan._y + 50))) { _parent._y = _parent._y + yspeed; } if (_parent._y >= ((_root.jonathan._y + 50) - 5)) { timer = 60; _parent._y = _parent._y - 12; yspeed = 0; } if (_parent._x >= ((_root.jonathan._x + 250) - 5)) { timer = 60; _parent._x = _parent._x - 12; xspeed = 0; } if (_parent._x <= ((_root.jonathan._x - 250) + 5)) { timer = 60; _parent._x = _parent._x + 12; xspeed = 0; } if (_parent._y <= ((_root.jonathan._y - 300) + 5)) { timer = 60; _parent._y = _parent._y + 12; yspeed = 0; } if (timer <= 100) { timer++; } if (timer >= 60) { xrandom = Math.round(Math.random(2)); if (xrandom == 0) { xrandom = -1; } xposneg = (xposneg = xposneg * xrandom); xmovement = (Math.random(6) * 100) * xposneg; yposneg = (yposneg = yposneg * -1); ymovement = (Math.random(6) * 100) * yposneg; timer = 0; xposition = 0; } if (timer <= 59) { if ((_parent._x >= ((_root.jonathan._x + 250) - 5)) and (xmovement >= 1)) { xmovement = xmovement * 1; xspeed = -6; } if ((_parent._x <= ((_root.jonathan._x - 250) + 5)) and (xmovement <= -1)) { xmovement = xmovement * 1; xspeed = 18; } if ((_parent._y <= ((_root.jonathan._y - 300) + 5)) and (ymovement <= -1)) { xmovement = xmovement * 1; xspeed = 6; } if ((_parent._y >= ((_root.jonathan._y + 50) - 5)) and (ymovement >= 1)) { xmovement = xmovement * 1; xspeed = 6; } if ((xposition <= xmovement) and (xmovement >= 1)) { xposition = xposition + 0.25; if (xspeed <= 12) { xspeed = xspeed + power; } } else if ((xposition >= xmovement) and (xmovement <= -1)) { xposition = xposition - 0.25; if (xspeed >= -12) { xspeed = xspeed - power; } } if ((yposition <= ymovement) and (ymovement >= 1)) { yposition = yposition + 0.25; if (yspeed <= 12) { yspeed = yspeed + power; } } else if ((yposition >= ymovement) and (ymovement <= -1)) { yposition = yposition - 0.25; if (yspeed >= -12) { yspeed = yspeed - power; } } } } }
Instance of Symbol 307 MovieClip "health_bar" in Symbol 308 MovieClip Frame 1
onClipEvent (load) { }
Symbol 311 MovieClip Frame 1
this.onEnterFrame = function () { dmgtext.text = _global.damage; };
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (_global.i >= 1) { _parent._y = _parent._y - 0.5; } if ((timer >= 40) and (_global.i >= 1)) { _parent.removeMovieClip(); } }
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (_global.i >= 1) { _parent._y = _parent._y - 0.5; } if ((timer >= 20) and (_global.i >= 1)) { _parent.removeMovieClip(); } }
Instance of Symbol 325 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) { hit = false; death = false; timer = 0; xposneg = 1; xposnegrandom = 1; xposnegrandomvariable = 0; yposneg = 1; xmovement = Math.random(6) * 10; xposition = 0; power = 1; xspeed = 0; yspeed = 0; health = 100; hitcount = 0; _parent.health_bar._visible = false; } onClipEvent (enterFrame) { if ((health <= 99) and (health >= 1)) { _parent.health_bar._visible = true; } if (health <= 0) { death = true; } if ((hitcount == 0) and (death == false)) { _alpha = 100; } _parent.health_bar._width = health / 3; if (((_parent.hitTest(_root.jonathan.whipping.whip) and (death == false)) and (hit == false)) and (hitcount == 0)) { _root.box.duplicateMovieClip("boxx" + _global.i, _global.i); _root["boxx" + _global.i]._x = _parent._x; _root["boxx" + _global.i]._y = _parent._y; hit = true; } if (((hit == true) and (death == false)) and (health >= 1)) { _root.xhitsound.start(); health = health - _global.damage; hitcount++; hit = false; } if ((hitcount >= 1) and (death == false)) { hitcount++; } if ((hitcount >= 10) and (death == false)) { _alpha = 100; hitcount = 0; hit = false; } if (death == true) { hitcount = 0; _parent.health_bar._visible = false; if (_alpha >= 100) { _root.xdeathsound.start(); _root.box.duplicateMovieClip("boxx" + _global.i, _global.i); _root["boxx" + _global.i]._x = _parent._x; _root["boxx" + _global.i]._y = _parent._y; } _alpha = (_alpha - 5); if (_alpha <= 0) { _parent.unloadMovie(); } } if (death == false) { xspeed = xspeed * 0.9; yspeed = yspeed * 0.9; if ((_parent._x <= (_root.jonathan._x + 250)) and (_parent._x >= (_root.jonathan._x - 250))) { _parent._x = _parent._x + xspeed; } if ((_parent._y >= (_root.jonathan._y - 300)) and (_parent._y <= (_root.jonathan._y + 50))) { _parent._y = _parent._y + yspeed; } if (_parent._y >= ((_root.jonathan._y + 50) - 5)) { timer = 60; _parent._y = _parent._y - 12; yspeed = 0; } if (_parent._x >= ((_root.jonathan._x + 250) - 5)) { timer = 60; _parent._x = _parent._x - 12; xspeed = 0; } if (_parent._x <= ((_root.jonathan._x - 250) + 5)) { timer = 60; _parent._x = _parent._x + 12; xspeed = 0; } if (_parent._y <= ((_root.jonathan._y - 300) + 5)) { timer = 60; _parent._y = _parent._y + 12; yspeed = 0; } if (timer <= 100) { timer++; } if (timer >= 60) { xrandom = Math.round(Math.random(2)); if (xrandom == 0) { xrandom = -1; } xposneg = (xposneg = xposneg * xrandom); xmovement = (Math.random(6) * 100) * xposneg; yposneg = (yposneg = yposneg * -1); ymovement = (Math.random(6) * 100) * yposneg; timer = 0; xposition = 0; } if (timer <= 59) { if ((_parent._x >= ((_root.jonathan._x + 250) - 5)) and (xmovement >= 1)) { xmovement = xmovement * 1; xspeed = -6; } if ((_parent._x <= ((_root.jonathan._x - 250) + 5)) and (xmovement <= -1)) { xmovement = xmovement * 1; xspeed = 18; } if ((_parent._y <= ((_root.jonathan._y - 300) + 5)) and (ymovement <= -1)) { xmovement = xmovement * 1; xspeed = 6; } if ((_parent._y >= ((_root.jonathan._y + 50) - 5)) and (ymovement >= 1)) { xmovement = xmovement * 1; xspeed = 6; } if ((xposition <= xmovement) and (xmovement >= 1)) { xposition = xposition + 0.25; if (xspeed <= 12) { xspeed = xspeed + power; } } else if ((xposition >= xmovement) and (xmovement <= -1)) { xposition = xposition - 0.25; if (xspeed >= -12) { xspeed = xspeed - power; } } if ((yposition <= ymovement) and (ymovement >= 1)) { yposition = yposition + 0.25; if (yspeed <= 12) { yspeed = yspeed + power; } } else if ((yposition >= ymovement) and (ymovement <= -1)) { yposition = yposition - 0.25; if (yspeed >= -12) { yspeed = yspeed - power; } } } } }
Instance of Symbol 337 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (load) { hit = false; death = false; timer = 0; xposneg = 1; xposnegrandom = 1; xposnegrandomvariable = 0; yposneg = 1; xmovement = Math.random(6) * 10; xposition = 0; power = 1; xspeed = 0; yspeed = 0; health = 100; hitcount = 0; _parent.health_bar._visible = false; } onClipEvent (enterFrame) { if ((health <= 99) and (health >= 1)) { _parent.health_bar._visible = true; } if (health <= 0) { death = true; } if ((hitcount == 0) and (death == false)) { _alpha = 100; } _parent.health_bar._width = health / 3; if (((_parent.hitTest(_root.jonathan.whipping.whip) and (death == false)) and (hit == false)) and (hitcount == 0)) { _root.box.duplicateMovieClip("boxx" + _global.i, _global.i); _root["boxx" + _global.i]._x = _parent._x; _root["boxx" + _global.i]._y = _parent._y; hit = true; } if (((hit == true) and (death == false)) and (health >= 1)) { _root.xhitsound.start(); health = health - _global.damage; hitcount++; hit = false; } if ((hitcount >= 1) and (death == false)) { hitcount++; } if ((hitcount >= 10) and (death == false)) { _alpha = 100; hitcount = 0; hit = false; } if (death == true) { hitcount = 0; _parent.health_bar._visible = false; if (_alpha >= 100) { _root.xdeathsound.start(); _root.box.duplicateMovieClip("boxx" + _global.i, _global.i); _root["boxx" + _global.i]._x = _parent._x; _root["boxx" + _global.i]._y = _parent._y; } _alpha = (_alpha - 5); if (_alpha <= 0) { _parent.unloadMovie(); } } if (death == false) { xspeed = xspeed * 0.9; yspeed = yspeed * 0.9; if ((_parent._x <= (_root.jonathan._x + 250)) and (_parent._x >= (_root.jonathan._x - 250))) { _parent._x = _parent._x + xspeed; } if ((_parent._y >= (_root.jonathan._y - 300)) and (_parent._y <= (_root.jonathan._y + 50))) { _parent._y = _parent._y + yspeed; } if (_parent._y >= ((_root.jonathan._y + 50) - 5)) { timer = 60; _parent._y = _parent._y - 12; yspeed = 0; } if (_parent._x >= ((_root.jonathan._x + 250) - 5)) { timer = 60; _parent._x = _parent._x - 12; xspeed = 0; } if (_parent._x <= ((_root.jonathan._x - 250) + 5)) { timer = 60; _parent._x = _parent._x + 12; xspeed = 0; } if (_parent._y <= ((_root.jonathan._y - 300) + 5)) { timer = 60; _parent._y = _parent._y + 12; yspeed = 0; } if (timer <= 100) { timer++; } if (timer >= 60) { xrandom = Math.round(Math.random(2)); if (xrandom == 0) { xrandom = -1; } xposneg = (xposneg = xposneg * xrandom); xmovement = (Math.random(6) * 100) * xposneg; yposneg = (yposneg = yposneg * -1); ymovement = (Math.random(6) * 100) * yposneg; timer = 0; xposition = 0; } if (timer <= 59) { if ((_parent._x >= ((_root.jonathan._x + 250) - 5)) and (xmovement >= 1)) { xmovement = xmovement * 1; xspeed = -6; } if ((_parent._x <= ((_root.jonathan._x - 250) + 5)) and (xmovement <= -1)) { xmovement = xmovement * 1; xspeed = 18; } if ((_parent._y <= ((_root.jonathan._y - 300) + 5)) and (ymovement <= -1)) { xmovement = xmovement * 1; xspeed = 6; } if ((_parent._y >= ((_root.jonathan._y + 50) - 5)) and (ymovement >= 1)) { xmovement = xmovement * 1; xspeed = 6; } if ((xposition <= xmovement) and (xmovement >= 1)) { xposition = xposition + 0.25; if (xspeed <= 12) { xspeed = xspeed + power; } } else if ((xposition >= xmovement) and (xmovement <= -1)) { xposition = xposition - 0.25; if (xspeed >= -12) { xspeed = xspeed - power; } } if ((yposition <= ymovement) and (ymovement >= 1)) { yposition = yposition + 0.25; if (yspeed <= 12) { yspeed = yspeed + power; } } else if ((yposition >= ymovement) and (ymovement <= -1)) { yposition = yposition - 0.25; if (yspeed >= -12) { yspeed = yspeed - power; } } } } }

Library Items

Symbol 1 Sound [whip_sound]
Symbol 2 Sound [whip_sound2]
Symbol 3 Sound [taunt_sound]
Symbol 4 Sound [specialitem]
Symbol 5 Sound [menuselect]
Symbol 6 Sound [land]
Symbol 7 Sound [jump]
Symbol 8 Sound [jonathanhurtsound]
Symbol 9 Sound [menudeselect]
Symbol 10 Sound [hard_land]
Symbol 11 Sound [empty_tome]
Symbol 12 Sound [colossus]
Symbol 13 Sound [backdash_sound]
Symbol 14 Sound [xdeathsound]
Symbol 15 Sound [slide_sound]
Symbol 16 Sound [xhitsound]
Symbol 17 GraphicUsed by:22
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:22
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:22
Symbol 22 MovieClipUses:17 19 21Used by:Timeline
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:Timeline
Symbol 25 GraphicUsed by:54
Symbol 26 GraphicUsed by:30
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:26 27 28 29Used by:54
Symbol 31 GraphicUsed by:35
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:31 32 33 34Used by:54
Symbol 36 GraphicUsed by:41
Symbol 37 GraphicUsed by:41
Symbol 38 GraphicUsed by:41 46
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:36 37 38 39 40Used by:42
Symbol 42 MovieClipUses:41Used by:54
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:43 38 44 45Used by:47
Symbol 47 MovieClipUses:46Used by:54
Symbol 48 GraphicUsed by:52
Symbol 49 GraphicUsed by:52
Symbol 50 GraphicUsed by:52
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:48 49 50 51Used by:53
Symbol 53 MovieClipUses:52Used by:54
Symbol 54 MovieClipUses:25 30 35 42 47 53Used by:Timeline
Symbol 55 FontUsed by:56 58 60 62 64 66 68 76 77 78 80 83 85 213 214 216 217 220 222 223 224 226 227 230 231 232 234 235 238 239 240 242 243 246 247 248 250 251 254 255 256 258 259 262 263 264 265 266 267 268 269 270 271 273
Symbol 56 EditableTextUses:55Used by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 EditableTextUses:55Used by:59
Symbol 59 MovieClipUses:58Used by:Timeline
Symbol 60 EditableTextUses:55Used by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 EditableTextUses:55Used by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 EditableTextUses:55Used by:65
Symbol 65 MovieClipUses:64Used by:Timeline
Symbol 66 EditableTextUses:55Used by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 EditableTextUses:55Used by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 BitmapUsed by:75 277
Symbol 71 BitmapUsed by:75 277
Symbol 72 BitmapUsed by:75 277
Symbol 73 BitmapUsed by:75
Symbol 74 BitmapUsed by:75 277
Symbol 75 GraphicUses:70 71 72 73 74Used by:Timeline
Symbol 76 TextUses:55Used by:Timeline
Symbol 77 EditableTextUses:55Used by:Timeline
Symbol 78 EditableTextUses:55Used by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 EditableTextUses:55Used by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 TextUses:55Used by:84
Symbol 84 MovieClipUses:83Used by:Timeline
Symbol 85 TextUses:55Used by:86
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 GraphicUsed by:91
Symbol 88 GraphicUsed by:91
Symbol 89 GraphicUsed by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:87 88 89 90Used by:199
Symbol 92 GraphicUsed by:96
Symbol 93 GraphicUsed by:96
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:92 93 94 95Used by:199
Symbol 97 GraphicUsed by:112
Symbol 98 GraphicUsed by:112
Symbol 99 GraphicUsed by:112
Symbol 100 GraphicUsed by:112
Symbol 101 GraphicUsed by:112
Symbol 102 GraphicUsed by:112
Symbol 103 GraphicUsed by:112
Symbol 104 GraphicUsed by:112
Symbol 105 GraphicUsed by:112
Symbol 106 GraphicUsed by:112
Symbol 107 GraphicUsed by:112
Symbol 108 GraphicUsed by:112
Symbol 109 GraphicUsed by:112
Symbol 110 GraphicUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:97 98 99 100 101 102 103 104 105 106 107 108 109 110 111Used by:199
Symbol 113 GraphicUsed by:131
Symbol 114 GraphicUsed by:130
Symbol 115 GraphicUsed by:116 203
Symbol 116 MovieClipUses:115Used by:130 131
Symbol 117 GraphicUsed by:130
Symbol 118 GraphicUsed by:130
Symbol 119 GraphicUsed by:130
Symbol 120 GraphicUsed by:130
Symbol 121 GraphicUsed by:130 139
Symbol 122 GraphicUsed by:130 131 139
Symbol 123 GraphicUsed by:130 139
Symbol 124 GraphicUsed by:130 139
Symbol 125 GraphicUsed by:130 139
Symbol 126 GraphicUsed by:130 139
Symbol 127 GraphicUsed by:130 131
Symbol 128 GraphicUsed by:130 131 139
Symbol 129 GraphicUsed by:130 131 139
Symbol 130 MovieClipUses:114 116 117 118 119 120 121 122 123 124 125 126 127 128 129Used by:131
Symbol 131 MovieClipUses:113 130 116 122 127 128 129Used by:199
Symbol 132 GraphicUsed by:138
Symbol 133 GraphicUsed by:138
Symbol 134 GraphicUsed by:138
Symbol 135 GraphicUsed by:138
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:132 133 134 135 136 137Used by:199
Symbol 139 MovieClipUses:128 129 121 122 123 124 125 126Used by:199
Symbol 140 GraphicUsed by:157 168 176
Symbol 141 GraphicUsed by:157 168 176
Symbol 142 GraphicUsed by:157 168 176
Symbol 143 GraphicUsed by:157 168 176
Symbol 144 GraphicUsed by:157
Symbol 145 GraphicUsed by:157
Symbol 146 GraphicUsed by:157
Symbol 147 GraphicUsed by:157
Symbol 148 GraphicUsed by:157
Symbol 149 GraphicUsed by:157
Symbol 150 GraphicUsed by:153
Symbol 151 GraphicUsed by:153
Symbol 152 GraphicUsed by:153 156 162
Symbol 153 MovieClipUses:150 151 152Used by:157
Symbol 154 GraphicUsed by:157
Symbol 155 GraphicUsed by:157
Symbol 156 MovieClipUses:152Used by:157
Symbol 157 MovieClipUses:140 141 142 143 144 145 146 147 148 149 153 154 155 156Used by:199
Symbol 158 GraphicUsed by:168
Symbol 159 GraphicUsed by:168
Symbol 160 GraphicUsed by:168
Symbol 161 GraphicUsed by:162 193
Symbol 162 MovieClipUses:161 152Used by:168
Symbol 163 GraphicUsed by:168
Symbol 164 GraphicUsed by:168
Symbol 165 GraphicUsed by:168
Symbol 166 GraphicUsed by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:140 141 142 143 158 159 160 162 163 164 165 166 167Used by:199
Symbol 169 GraphicUsed by:172 173 176
Symbol 170 GraphicUsed by:172 176
Symbol 171 GraphicUsed by:172 173 176
Symbol 172 MovieClipUses:169 170 171Used by:199
Symbol 173 MovieClipUses:169 171Used by:199
Symbol 174 GraphicUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:140 141 142 143 174 169 170 171 175Used by:199
Symbol 177 GraphicUsed by:179
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:177 178Used by:199
Symbol 180 GraphicUsed by:193
Symbol 181 GraphicUsed by:193
Symbol 182 GraphicUsed by:193
Symbol 183 GraphicUsed by:193
Symbol 184 GraphicUsed by:193
Symbol 185 GraphicUsed by:193
Symbol 186 GraphicUsed by:193
Symbol 187 GraphicUsed by:193
Symbol 188 GraphicUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:188 189Used by:193
Symbol 191 GraphicUsed by:193
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:180 181 182 183 184 185 161 186 187 190 191 192Used by:199
Symbol 194 GraphicUsed by:198
Symbol 195 GraphicUsed by:198
Symbol 196 GraphicUsed by:198
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:194 195 196 197Used by:199
Symbol 199 MovieClipUses:91 96 112 131 138 139 157 168 172 173 176 179 193 198Used by:Timeline
Symbol 200 GraphicUsed by:203 206 209 212
Symbol 201 FontUsed by:202 204 207 210
Symbol 202 TextUses:201Used by:203
Symbol 203 MovieClipUses:200 202 115Used by:Timeline
Symbol 204 TextUses:201Used by:206
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:200 204 205Used by:212  Timeline
Symbol 207 TextUses:201Used by:209
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:200 207 208Used by:Timeline
Symbol 210 TextUses:201Used by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:200 210 211 206Used by:Timeline
Symbol 213 EditableTextUses:55Used by:Timeline
Symbol 214 EditableTextUses:55Used by:215
Symbol 215 MovieClipUses:214Used by:Timeline
Symbol 216 EditableTextUses:55Used by:219
Symbol 217 EditableTextUses:55Used by:218
Symbol 218 MovieClipUses:217Used by:219
Symbol 219 MovieClipUses:216 218Used by:Timeline
Symbol 220 TextUses:55Used by:221
Symbol 221 MovieClipUses:220Used by:Timeline
Symbol 222 TextUses:55Used by:Timeline
Symbol 223 EditableTextUses:55Used by:Timeline
Symbol 224 EditableTextUses:55Used by:225
Symbol 225 MovieClipUses:224Used by:Timeline
Symbol 226 EditableTextUses:55Used by:229
Symbol 227 EditableTextUses:55Used by:228
Symbol 228 MovieClipUses:227Used by:229 237
Symbol 229 MovieClipUses:226 228Used by:Timeline
Symbol 230 TextUses:55Used by:Timeline
Symbol 231 EditableTextUses:55Used by:Timeline
Symbol 232 EditableTextUses:55Used by:233
Symbol 233 MovieClipUses:232Used by:Timeline
Symbol 234 EditableTextUses:55Used by:237
Symbol 235 EditableTextUses:55Used by:236
Symbol 236 MovieClipUses:235Used by:237
Symbol 237 MovieClipUses:234 236 228Used by:Timeline
Symbol 238 TextUses:55Used by:Timeline
Symbol 239 EditableTextUses:55Used by:Timeline
Symbol 240 EditableTextUses:55Used by:241
Symbol 241 MovieClipUses:240Used by:Timeline
Symbol 242 EditableTextUses:55Used by:245
Symbol 243 EditableTextUses:55Used by:244
Symbol 244 MovieClipUses:243Used by:245
Symbol 245 MovieClipUses:242 244Used by:Timeline
Symbol 246 TextUses:55Used by:Timeline
Symbol 247 EditableTextUses:55Used by:Timeline
Symbol 248 EditableTextUses:55Used by:249
Symbol 249 MovieClipUses:248Used by:Timeline
Symbol 250 EditableTextUses:55Used by:253
Symbol 251 EditableTextUses:55Used by:252
Symbol 252 MovieClipUses:251Used by:253
Symbol 253 MovieClipUses:250 252Used by:Timeline
Symbol 254 TextUses:55Used by:Timeline
Symbol 255 EditableTextUses:55Used by:Timeline
Symbol 256 EditableTextUses:55Used by:257
Symbol 257 MovieClipUses:256Used by:Timeline
Symbol 258 EditableTextUses:55Used by:261
Symbol 259 EditableTextUses:55Used by:260
Symbol 260 MovieClipUses:259Used by:261
Symbol 261 MovieClipUses:258 260Used by:Timeline
Symbol 262 TextUses:55Used by:Timeline
Symbol 263 TextUses:55Used by:Timeline
Symbol 264 TextUses:55Used by:Timeline
Symbol 265 TextUses:55Used by:Timeline
Symbol 266 TextUses:55Used by:Timeline
Symbol 267 TextUses:55Used by:Timeline
Symbol 268 TextUses:55Used by:Timeline
Symbol 269 TextUses:55Used by:Timeline
Symbol 270 TextUses:55Used by:Timeline
Symbol 271 EditableTextUses:55Used by:272
Symbol 272 MovieClipUses:271Used by:Timeline
Symbol 273 EditableTextUses:55Used by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 BitmapUsed by:277
Symbol 276 BitmapUsed by:277
Symbol 277 GraphicUses:275 71 72 70 276 74Used by:Timeline
Symbol 278 GraphicUsed by:289
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:289
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:289
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:289
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:289
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:289
Symbol 289 MovieClipUses:278 280 282 284 286 288Used by:Timeline
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:290Used by:Timeline
Symbol 292 MovieClipUsed by:Timeline
Symbol 293 GraphicUsed by:305
Symbol 294 GraphicUsed by:305
Symbol 295 GraphicUsed by:305
Symbol 296 GraphicUsed by:305
Symbol 297 GraphicUsed by:305
Symbol 298 GraphicUsed by:305
Symbol 299 GraphicUsed by:305
Symbol 300 GraphicUsed by:305
Symbol 301 GraphicUsed by:305
Symbol 302 GraphicUsed by:305
Symbol 303 GraphicUsed by:305
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:293 294 295 296 297 298 299 300 301 302 303 304Used by:308
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:308 326 338
Symbol 308 MovieClipUses:305 307Used by:Timeline
Symbol 309 FontUsed by:310
Symbol 310 EditableTextUses:309Used by:311
Symbol 311 MovieClipUses:310Used by:312
Symbol 312 MovieClipUses:311Used by:Timeline
Symbol 313 GraphicUsed by:325
Symbol 314 GraphicUsed by:325
Symbol 315 GraphicUsed by:325
Symbol 316 GraphicUsed by:325
Symbol 317 GraphicUsed by:325
Symbol 318 GraphicUsed by:325
Symbol 319 GraphicUsed by:325
Symbol 320 GraphicUsed by:325
Symbol 321 GraphicUsed by:325
Symbol 322 GraphicUsed by:325
Symbol 323 GraphicUsed by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:313 314 315 316 317 318 319 320 321 322 323 324Used by:326
Symbol 326 MovieClipUses:325 307Used by:Timeline
Symbol 327 GraphicUsed by:337
Symbol 328 GraphicUsed by:337
Symbol 329 GraphicUsed by:337
Symbol 330 GraphicUsed by:337
Symbol 331 GraphicUsed by:337
Symbol 332 GraphicUsed by:337
Symbol 333 GraphicUsed by:337
Symbol 334 GraphicUsed by:337
Symbol 335 GraphicUsed by:337
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:327 328 329 330 331 332 333 334 335 336Used by:338
Symbol 338 MovieClipUses:337 307Used by:Timeline

Instance Names

"bg"Frame 1Symbol 22 MovieClip
"asdf"Frame 2Symbol 82 MovieClip
"jonathan"Frame 2Symbol 199 MovieClip
"bdcoder"Frame 2Symbol 203 MovieClip
"bdcoder"Frame 2Symbol 206 MovieClip
"bdcoder"Frame 2Symbol 209 MovieClip
"asdf"Frame 3Symbol 219 MovieClip
"asdf"Frame 4Symbol 229 MovieClip
"asdf"Frame 5Symbol 237 MovieClip
"asdf"Frame 6Symbol 245 MovieClip
"asdf"Frame 7Symbol 253 MovieClip
"asdf"Frame 8Symbol 261 MovieClip
"bg"Frame 21Symbol 289 MovieClip
"jonathan"Frame 21Symbol 199 MovieClip
"bdcoder"Frame 21Symbol 203 MovieClip
"bdcoder"Frame 21Symbol 206 MovieClip
"bdcoder"Frame 21Symbol 209 MovieClip
"box"Frame 21Symbol 312 MovieClip
"stairwayleft"Symbol 22 MovieClip Frame 1Symbol 19 MovieClip
"stairwayright"Symbol 22 MovieClip Frame 1Symbol 21 MovieClip
"key"Symbol 57 MovieClip Frame 1Symbol 56 EditableText
"key"Symbol 59 MovieClip Frame 1Symbol 58 EditableText
"key"Symbol 61 MovieClip Frame 1Symbol 60 EditableText
"key"Symbol 63 MovieClip Frame 1Symbol 62 EditableText
"key"Symbol 65 MovieClip Frame 1Symbol 64 EditableText
"key"Symbol 67 MovieClip Frame 1Symbol 66 EditableText
"key"Symbol 69 MovieClip Frame 1Symbol 68 EditableText
"key"Symbol 79 MovieClip Frame 1Symbol 78 EditableText
"key"Symbol 81 MovieClip Frame 1Symbol 80 EditableText
"whip"Symbol 157 MovieClip Frame 14Symbol 153 MovieClip
"whip"Symbol 157 MovieClip Frame 21Symbol 156 MovieClip
"whip"Symbol 168 MovieClip Frame 9Symbol 162 MovieClip
"whip"Symbol 193 MovieClip Frame 12Symbol 190 MovieClip
"whipping"Symbol 199 MovieClip Frame 71Symbol 157 MovieClip
"whipping"Symbol 199 MovieClip Frame 85Symbol 168 MovieClip
"whipping"Symbol 199 MovieClip Frame 142Symbol 193 MovieClip
"whipping"Symbol 199 MovieClip Frame 312Symbol 193 MovieClip
"whipping"Symbol 199 MovieClip Frame 349Symbol 157 MovieClip
"whipping"Symbol 199 MovieClip Frame 361Symbol 168 MovieClip
"bdcoder"Symbol 212 MovieClip Frame 24Symbol 206 MovieClip
"key"Symbol 215 MovieClip Frame 1Symbol 214 EditableText
"key"Symbol 218 MovieClip Frame 1Symbol 217 EditableText
"key"Symbol 219 MovieClip Frame 1Symbol 216 EditableText
"key"Symbol 225 MovieClip Frame 1Symbol 224 EditableText
"key"Symbol 228 MovieClip Frame 1Symbol 227 EditableText
"key"Symbol 229 MovieClip Frame 1Symbol 226 EditableText
"key"Symbol 233 MovieClip Frame 1Symbol 232 EditableText
"key"Symbol 236 MovieClip Frame 1Symbol 235 EditableText
"key"Symbol 237 MovieClip Frame 1Symbol 234 EditableText
"key"Symbol 241 MovieClip Frame 1Symbol 240 EditableText
"key"Symbol 244 MovieClip Frame 1Symbol 243 EditableText
"key"Symbol 245 MovieClip Frame 1Symbol 242 EditableText
"key"Symbol 249 MovieClip Frame 1Symbol 248 EditableText
"key"Symbol 252 MovieClip Frame 1Symbol 251 EditableText
"key"Symbol 253 MovieClip Frame 1Symbol 250 EditableText
"key"Symbol 257 MovieClip Frame 1Symbol 256 EditableText
"key"Symbol 260 MovieClip Frame 1Symbol 259 EditableText
"key"Symbol 261 MovieClip Frame 1Symbol 258 EditableText
"stairwayleft"Symbol 289 MovieClip Frame 1Symbol 284 MovieClip
"stairwayright"Symbol 289 MovieClip Frame 1Symbol 286 MovieClip
"gx"Symbol 308 MovieClip Frame 1Symbol 305 MovieClip
"health_bar"Symbol 308 MovieClip Frame 1Symbol 307 MovieClip
"dmgtext"Symbol 311 MovieClip Frame 1Symbol 310 EditableText
"health_bar"Symbol 326 MovieClip Frame 1Symbol 307 MovieClip
"health_bar"Symbol 338 MovieClip Frame 1Symbol 307 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "whip_sound"
ExportAssets (56)Timeline Frame 1Symbol 2 as "whip_sound2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "taunt_sound"
ExportAssets (56)Timeline Frame 1Symbol 4 as "specialitem"
ExportAssets (56)Timeline Frame 1Symbol 5 as "menuselect"
ExportAssets (56)Timeline Frame 1Symbol 6 as "land"
ExportAssets (56)Timeline Frame 1Symbol 7 as "jump"
ExportAssets (56)Timeline Frame 1Symbol 8 as "jonathanhurtsound"
ExportAssets (56)Timeline Frame 1Symbol 9 as "menudeselect"
ExportAssets (56)Timeline Frame 1Symbol 10 as "hard_land"
ExportAssets (56)Timeline Frame 1Symbol 11 as "empty_tome"
ExportAssets (56)Timeline Frame 1Symbol 12 as "colossus"
ExportAssets (56)Timeline Frame 1Symbol 13 as "backdash_sound"
ExportAssets (56)Timeline Frame 1Symbol 14 as "xdeathsound"
ExportAssets (56)Timeline Frame 1Symbol 15 as "slide_sound"
ExportAssets (56)Timeline Frame 1Symbol 16 as "xhitsound"

Labels

"bdcoder "Frame 21
"whip"Symbol 168 MovieClip Frame 9
"Left"Symbol 199 MovieClip Frame 1
"Standing_left"Symbol 199 MovieClip Frame 1
"Startup_left"Symbol 199 MovieClip Frame 11
"Walking_left"Symbol 199 MovieClip Frame 21
"Jumping_left"Symbol 199 MovieClip Frame 33
"Shoryuken_left"Symbol 199 MovieClip Frame 44
"doublejumpfallingleft"Symbol 199 MovieClip Frame 55
"whipping_left"Symbol 199 MovieClip Frame 71
"jumpwhipleft"Symbol 199 MovieClip Frame 85
"Backdash_left"Symbol 199 MovieClip Frame 100
"Stopping_left"Symbol 199 MovieClip Frame 111
"Taunt_left"Symbol 199 MovieClip Frame 121
"crouching_left"Symbol 199 MovieClip Frame 130
"crouch_whipping_left"Symbol 199 MovieClip Frame 142
"sliding_left"Symbol 199 MovieClip Frame 159
"Right"Symbol 199 MovieClip Frame 187
"Standing_right"Symbol 199 MovieClip Frame 187
"Startup_right"Symbol 199 MovieClip Frame 198
"Walking_right"Symbol 199 MovieClip Frame 208
"Jumping_right"Symbol 199 MovieClip Frame 218
"Shoryuken_right"Symbol 199 MovieClip Frame 236
"Backdash_right"Symbol 199 MovieClip Frame 248
"Stopping_right"Symbol 199 MovieClip Frame 260
"taunt_right"Symbol 199 MovieClip Frame 271
"doublejumpfallingright"Symbol 199 MovieClip Frame 284
"crouching_right"Symbol 199 MovieClip Frame 301
"crouch_whipping_right"Symbol 199 MovieClip Frame 312
"sliding_right"Symbol 199 MovieClip Frame 339
"whipping_right"Symbol 199 MovieClip Frame 349
"jumpwhipright"Symbol 199 MovieClip Frame 361




http://swfchan.com/22/107583/info.shtml
Created: 16/3 -2019 09:06:54 Last modified: 16/3 -2019 09:06:54 Server time: 29/04 -2024 18:52:33