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

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

openingcinematic.swf

This is the info page for
Flash #122046

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


Text
<p align="left"><font face="Metroid Fusion Font - Inline Regular" size="13" color="#ffffff" letterSpacing="0.000000" kerning="1">TIME</font></p>

<p align="left"><font face="Metroid Fusion Font - Inline Regular" size="12" color="#ffffff" letterSpacing="0.000000" kerning="1">TIME </font></p>

BACKDASH
CODER

SLIDING CODER

NOJUMP CODER

WHIPPING
CODER

HURT CODER

STAIRWAY
CODER

SUBWEAPON CODER

DAMAGE CODER

LEVEL END CODER

SHORYUKEN CODER

PAUSE CODER

SHOOT CODER

<p align="left"><font face="Metroid Fusion Font - Inline Regular" size="12" color="#ffffff" letterSpacing="0.000000" kerning="1">TIME</font></p>

/

MAIN MENU

<p align="left"><font face="Metroid Fusion Font - Inline Regular" size="12" color="#ffffff" letterSpacing="0.000000" kerning="1">TIME </font></p>

<p align="left"><font face="Metroid Fusion Font - Inline Regular" size="12" color="#ffffff" letterSpacing="0.000000" kerning="1">TIME</font></p>

ActionScript [AS1/AS2]

Frame 1
var textsound = new Sound(); textsound.attachSound("textsound"); var openingprologue = new Sound(); openingprologue.attachSound("openingprologue"); var bslcontrol = new Sound(); bslcontrol.attachSound("bslcontrol"); var enemy_explode = new Sound(); enemy_explode.attachSound("enemy_explode"); var shoot_sound = new Sound(); shoot_sound.attachSound("shoot_sound"); var wallcrumble = new Sound(); wallcrumble.attachSound("wallcrumble"); var jet = new Sound(); jet.attachSound("jet"); var jet2 = new Sound(); jet2.attachSound("jet2"); var door_open = new Sound(); door_open.attachSound("door_open"); var door_close = new Sound(); door_close.attachSound("door_close"); _global.openingcutscene = 0; _global.facing_direction = "left"; _global.death = false; _global.subweapon_choice = "knife"; _global.experience = 1; _global.experienceneeded = 100; _global.experience_level = 0; _global.maxmp = 50; _global.coin_count = 0; _global.unlockfireball = false; _global.healthup = 5; _global.health = 150; _global.maxhealth = 150; _global.equipselection = "NOTHING"; _global.weapon = "VAMPIRE KILLER"; _global.head = "NONE"; _global.chest = "NONE"; _global.legs = "NONE"; _global.back = "NONE"; _global.accessory1 = "NONE"; _global.accessory2 = "NONE"; _global.SWNAME = "NOTHING"; _global.jonathanbig = false; _global.dupecache = 0; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; _root._quality = "LOW";
Instance of Symbol 326 MovieClip "cinematic" in Frame 1
onClipEvent (load) { _root.bg._visible = false; _root.bg.floor._visible = false; } onClipEvent (enterFrame) { }
Instance of Symbol 328 MovieClip "cam" in Frame 1
onClipEvent (load) { beginzoom = false; timer = 0; _global.followjonathan = false; } onClipEvent (enterFrame) { if (_global.followjonathan == true) { this._x = _root.jonathan._x; this._y = _root.jonathan._y - 120; } if (beginzoom == true) { timer++; if (timer <= 120) { this._y = this._y - 0.25; if (timer <= 120) { this._xscale = this._xscale - 0.3; this._yscale = this._yscale - 0.3; } } } if (_global.xswarm == true) { beginzoom = false; if (this._y <= 170) { this._y = this._y + 5; } if (this._y >= 175) { this._y = 175; } if (this._xscale <= 95) { this._xscale = this._xscale + 5; } if (this._xscale >= 100) { this._xscale = 100; } if (this._yscale <= 95) { this._yscale = this._yscale + 7; } if (this._yscale >= 100) { this._yscale = 100; } } }
Instance of Symbol 333 MovieClip "bdcoder" in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.movementhinder = false; _global.backdashingcount = 0; } onClipEvent (enterFrame) { if (_global.pausing == false) { if ((_global.backdashingcount >= 12) and (_global.death == false)) { if (_global.facing_direction == "left") { _root.jonathan.gotoAndStop("standing_left"); } if (_global.facing_direction == "right") { _root.jonathan.gotoAndStop("standing_right"); } _global.crouchwhipping = false; _global.whipping = false; _global.togglecrouchwhip = "on"; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.togglewhip = "off"; _global.togglemovement = "on"; _global.toggletaunt = "on"; _global.togglestand = "on"; _global.toggleslide = "on"; _global.jbvk = 0; _global.backdashingcount = 0; } if (_global.backdashing == true) { if (_global.jbvk >= 21) { _global.whipjump = false; _global.jbvk = 21; } this.play(); _global.movementhinder = true; } } }
Instance of Symbol 336 MovieClip "bdcoder" in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.getridofplatforms = false; timer = 0; _global.slidingstart = false; _global.jigawop = 0; timer2start = false; timer2begin = false; } onClipEvent (enterFrame) { if (_global.pausing == false) { if (timer2start == true) { timer2begin = true; } if (timer2begin == true) { _global.jigawop++; } if (_global.jigawop >= 8) { timer2start = false; } if ((_global.jigawop >= 3) and (_global.jigawop <= 3.5)) { if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 10, true)) { if (_global.facing_direction == "left") { _root.jonathan.gotoAndStop("jumping_left"); } if (_global.facing_direction == "right") { _root.jonathan.gotoAndStop("jumping_right"); } } } if (timer2start == false) { timer2begin = false; _global.jigawop = 0; } if (((_global.sliding == false) and (_root.jonathan.Yvelocity >= 1)) and (timer2start == false)) { _global.getridofplatforms = false; } if (_global.slidingstart == true) { if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 20, true)) { timer2start = true; } _root.jonathan.Yvelocity = 12; timer++; } if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 20, true)) { if (_global.sliding == true) { _global.togglejump = "on"; _global.nojumping = true; _global.backdashing = false; _global.slidingstart = false; _global.getridofplatforms = true; _global.movementhinder = false; timer = 15; _global.sliding = false; } } if (_global.sliding == true) { _global.slidingstart = true; _global.getridofplatforms = true; } if (timer >= 18) { if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 20, true)) { if (_global.facing_direction == "left") { _root.jonathan.gotoAndStop("crouching_left"); } if (_global.facing_direction == "right") { _root.jonathan.gotoAndStop("crouching_right"); } } if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 20, true)) { if (_global.facing_direction == "left") { _root.jonathan.gotoAndStop("jumping_left"); } if (_global.facing_direction == "right") { _root.jonathan.gotoAndStop("jumping_right"); } } _global.sliding = false; _global.slidingstart = false; _global.crouchwhipping = false; _global.whipping = false; _global.togglecrouchwhip = "on"; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.togglewhip = "off"; _global.togglemovement = "on"; _global.toggletaunt = "on"; _global.togglestand = "on"; _global.toggleslide = "on"; _global.jbvk = 0; _global.slidingstart = false; } if (_global.slidingstart == false) { timer = 0; } } }
Instance of Symbol 339 MovieClip "bdcoder" in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.nojumping = true; } onClipEvent (enterFrame) { }
Instance of Symbol 342 MovieClip in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.jbvk = 0; _global.whipjumpcount = 0; } onClipEvent (enterFrame) { if (_global.pausing == false) { if (((_global.whipping == false) and (_global.jbvk >= 21)) and (!Key.isDown(_global.attackfinal))) { _global.whipping = true; _global.damage = _global.attack / _global.damage; } if (_global.whipjump == true) { _global.whipjumpcount++; } if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { if (_global.whipjumpcount >= 17) { _global.whipjumpcount = 0; _global.whipjump = false; } } if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { if (_global.whipjumpcount >= 17) { _global.whipjumpcount = 0; _global.whipjump = false; } } if ((_global.whipping == true) and (_global.backdashing == false)) { _global.backdashingcount = 0; _global.jbvk++; } if ((((_global.whipping == true) and (_global.whipjump == false)) and (_global.jbvk >= 17)) and (!Key.isDown(_global.attackfinal))) { _global.crouchwhipping = false; _global.whipping = false; _global.togglecrouchwhip = "on"; _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 345 MovieClip in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.hurttimer = 0; _global.recoverytimer = 0; _global.recoverystart = false; _global.recoverytimer = 0; _global.death = false; _global.herp = false; } onClipEvent (enterFrame) { _global.xdisable = false; if (_global.health >= _global.maxhealth) { _global.health = _global.maxhealth; } if (_global.health <= 0) { trace("ASS"); _global.health = 0; if (_global.death == false) { _root.fadeout.duplicateMovieClip("fadeout" + _global.derp, _global.derp); _root["fadeout" + _global.derp]._x = _root.jonathan._x; _root["fadeout" + _global.derp]._y = _root.jonathan._y; _global.derp = _global.derp + 20; _global.death = true; } } if (_global.recoverystart == true) { _global.togglecrouchwhip = "on"; _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.recoverytimer++; } if (_global.recoverytimer >= 80) { _global.recoverystart = false; _global.recoverytimer = 0; } if (_global.maincharhurt == false) { _global.hurttimer = 0; } if ((_global.maincharhurt == true) and (_global.death == false)) { _global.redvalue = 185; if ((!_root.bg.hitTest(_root.jonathan._x + 44, _root.jonathan._y - 70, true)) && (!_root.bg.hitTest(_root.jonathan._x - 44, _root.jonathan._y - 70, true))) { if (_global.facing_direction == "left") { _root.jonathan.Movement = 8; } if (_global.facing_direction == "right") { _root.jonathan.Movement = -8; } } else { if (_root.bg.hitTest(_root.jonathan._x + 44, _root.jonathan._y - 70, true)) { _root.jonathan.Movement = _root.jonathan.Movement * 0; } if (_root.bg.hitTest(_root.jonathan._x - 44, _root.jonathan._y - 70, true)) { _root.jonathan.Movement = _root.jonathan.Movement * 0; } } _global.hurttimer++; _global.crouchwhipping = false; _global.togglestand = "off"; _global.togglecrouch = "off"; _global.togglewhip = "off"; _global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.toggletaunt = "off"; _global.togglecrouchwhip = "off"; } if (_global.hurttimer >= 8) { _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)) && (!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; _global.recoverystart = true; _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.togglecrouchwhip = "on"; _global.maincharhurt = false; } if ((_global.maincharhurt == true) and (_global.death == true)) { _global.crouchwhipping = false; _global.togglestand = "off"; _global.togglecrouch = "off"; _global.togglewhip = "off"; _global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.toggletaunt = "off"; _global.togglecrouchwhip = "off"; if (_global.facing_direction == "left") { _root.jonathan.gotoAndStop("die_left"); } if (_global.facing_direction == "right") { _root.jonathan.gotoAndStop("die_right"); } } if ((_global.maincharhurt == false) and (_global.death == true)) { _global.crouchwhipping = false; _global.togglestand = "off"; _global.togglecrouch = "off"; _global.togglewhip = "off"; _global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.toggletaunt = "off"; _global.togglecrouchwhip = "off"; if (_global.facing_direction == "left") { _root.jonathan.gotoAndStop("die_left"); } if (_global.facing_direction == "right") { _root.jonathan.gotoAndStop("die_right"); } } }
Instance of Symbol 348 MovieClip in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.stairwaytimer = 0; _global.stairjumping = false; } onClipEvent (enterFrame) { if (_global.stairjumping == false) { _global.stairwaytimer = 0; } if (Key.isDown(_global.jumpfinal)) { _global.stairjumping = true; } if (_global.stairjumping == true) { _global.stairwaytimer++; } if (_global.stairwaytimer >= 20) { _global.stairjumping = false; } }
Instance of Symbol 351 MovieClip in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.swvk = 0; if (_global.startinggame == false) { } else { _global.unlockhorseghost = true; _global.unlockzerospike = true; _global.unlockripper = true; _global.unlockstump = true; _global.subweaponjumpcount = 0; _global.unlockwoodenarm = true; } xholdcount = 0; switchvar = false; _global.mpcost = 0; } onClipEvent (enterFrame) { _root.woodengolemprojectile._x = 1780; _root.woodengolemprojectile._y = 2000; if (_global.subweapon_choice == "knife") { _global.mpcost = 5; } if (_global.subweapon_choice == "holy_water") { _global.mpcost = 15; } if (_global.subweapon_choice == "zerospike") { _global.mpcost = 10; } if (_global.subweapon_choice == "woodenarm") { _global.mpcost = 30; } if (_global.subweapon_choice == "cross") { _global.mpcost = 12; } if (_global.subweapon_choice == "fireball") { _global.mpcost = 5; } if (_global.subweapon_choice == "ripper") { _global.mpcost = 15; } if (_global.subweapon_choice == "stump") { _global.mpcost = 10; } if (_global.subweapon_choice == "horseghost") { _global.mpcost = 25; } if (_global.pausing == false) { if (Key.isDown(_global.subweaponfinal)) { xholdcount++; if ((xholdcount >= 1) and (xholdcount <= 1.1)) { if ((_global.subweapon_choice == "knife") and (switchvar == false)) { _global.subweapon_choice = "holy_water"; switchvar = true; } if ((_global.subweapon_choice == "holy_water") and (switchvar == false)) { _global.subweapon_choice = "cross"; switchvar = true; } if ((_global.subweapon_choice == "cross") and (switchvar == false)) { if (_global.unlockfireball == false) { if (_global.unlockhorseghost == false) { _global.subweapon_choice = "knife"; } if (_global.unlockhorseghost == true) { _global.subweapon_choice = "horseghost"; } } if (_global.unlockfireball == true) { _global.subweapon_choice = "fireball"; } switchvar = true; } if ((_global.subweapon_choice == "horseghost") and (switchvar == false)) { if (_global.unlockzerospike == false) { _global.subweapon_choice = "knife"; } if (_global.unlockzerospike == true) { _global.subweapon_choice = "zerospike"; } switchvar = true; } if ((_global.subweapon_choice == "zerospike") and (switchvar == false)) { if (_global.unlockripper == false) { _global.subweapon_choice = "knife"; } if (_global.unlockripper == true) { _global.subweapon_choice = "ripper"; } switchvar = true; } if ((_global.subweapon_choice == "ripper") and (switchvar == false)) { if (_global.unlockstump == false) { _global.subweapon_choice = "knife"; } if (_global.unlockstump == true) { _global.subweapon_choice = "stump"; } switchvar = true; } if ((_global.subweapon_choice == "stump") and (switchvar == false)) { if (_global.unlockwoodenarm == false) { _global.subweapon_choice = "knife"; } if (_global.unlockwoodenarm == true) { _global.subweapon_choice = "woodenarm"; } switchvar = true; } if ((_global.subweapon_choice == "woodenarm") and (switchvar == false)) { _global.subweapon_choice = "knife"; switchvar = true; } if ((_global.subweapon_choice == "fireball") and (switchvar == false)) { _global.subweapon_choice = "knife"; switchvar = true; } } } if (!Key.isDown(_global.subweaponfinal)) { switchvar = false; xholdcount = 0; } if (((_global.subweapon == false) and (_global.swvk >= 7)) and (!Key.isDown(_global.attackfinal))) { _global.subweapon = true; } if (_global.subweaponjump == true) { _global.subweaponjumpcount++; } if (_global.subweaponjumpcount >= 10) { _global.subweaponjumpcount = 0; _global.subweaponjump = false; } if ((_global.subweapon == true) and (_global.backdashing == false)) { _global.togglestand = "off"; _global.togglemovement = "off"; _global.toggletaunt = "off"; _global.togglecrouchwhip = "off"; _global.togglewhip = "off"; _global.whipping = false; _global.backdashingcount = 0; _global.swvk++; } if (((_global.subweapon == true) and (_global.swvk >= 7)) and (!Key.isDown(_global.attackfinal))) { _global.crouchwhipping = false; _global.togglecrouchwhip = "on"; _global.toggletaunt = "on"; _global.togglecrouch = "on"; _global.togglewhip = "off"; _global.togglemovement = "on"; _global.toggletaunt = "on"; _global.togglestand = "on"; _global.toggleslide = "on"; _global.swvk = 0; _global.subweapon = false; } } }
Instance of Symbol 354 MovieClip in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; if (_global.startinggame == false) { } else { _global.woodenarmdamage = 30; _global.zerospikeexplosiondamage = 20; _global.zerospikedamage = 5; _global.holywaterdamage = 3; _global.knifedamage = 4; _global.crossdamage = 7; _global.shoryu_damage = 30; _global.horseghostdamage = 10; _global.ripperdamage = 8; _global.ripperexplosiondamage = 30; _global.stumpdamage = 5; _global.fireball_damage = 15; _global.attack = 10; bigbonus = 25; bigbonusget = true; } _global.damage = _global.attack; } onClipEvent (enterFrame) { if (_global.pausing == false) { if (_global.damagedisable == true) { _global.damage = _global.damage / _global.damage; } if (_global.jonathanbig == false) { if (bigbonusget == false) { _global.attack = _global.attack - bigbonus; _global.shoryu_damage = _global.shoryu_damage - bigbonus; bigbonusget = true; } } if (_global.jonathanbig == true) { if (bigbonusget == true) { _global.attack = _global.attack + bigbonus; _global.shoryu_damage = _global.shoryu_damage + bigbonus; bigbonusget = false; } } } }
Instance of Symbol 357 MovieClip in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.levelend = false; if (_global.levelend == true) { _global.crouchwhipping = false; _global.togglestand = "off"; _global.togglecrouch = "off"; _global.togglewhip = "off"; _global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.toggletaunt = "off"; _global.togglecrouchwhip = "off"; } } onClipEvent (enterFrame) { if (_global.pausing == false) { if (_global.levelend == true) { _global.crouchwhipping = false; _global.togglestand = "off"; _global.togglecrouch = "off"; _global.togglewhip = "off"; _global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.toggletaunt = "off"; _global.togglecrouchwhip = "off"; if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root.jonathan.gotoAndStop("levelend_animation"); _root.fadeout._x = _root.jonathan._x; _root.fadeout._y = _root.jonathan._y; _root.fadeout._alpha = _root.fadeout._alpha + 0.5; } } } }
Instance of Symbol 361 MovieClip in Frame 1
onClipEvent (load) { this._x = -10000; this._y = -10000; _global.shoryuken = false; } onClipEvent (enterFrame) { }
Instance of Symbol 363 MovieClip in Frame 1
onClipEvent (load) { _global.pausing = false; _global.pausecount = 0; pausecount2 = 0; activate = false; activate2 = false; } onClipEvent (enterFrame) { if (activate2 == true) { pausecount2++; if (pausecount2 >= 5) { activate2 = false; } } if (activate2 == false) { pausecount2 = 0; } if (!Key.isDown(_global.pausefinal)) { _global.pausecount = 0; } if (Key.isDown(_global.pausefinal)) { _global.pausecount++; if (((_global.pausing == false) and (_global.pausecount <= 2)) and (activate2 == false)) { _global.pausing = true; activate2 = true; } if (((_global.pausing == true) and (_global.pausecount <= 2)) and (activate2 == false)) { _global.pausing = false; activate2 = true; } } if (_global.pausing == false) { activate = false; } if (_global.pausing == true) { if (activate == false) { } } }
Instance of Symbol 493 MovieClip "jonathan" in Frame 1
onClipEvent (load) { this._visible = false; _global.turning = false; _global.whipjumpdiag = false; _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.togglesubweapon = "on"; _global.toggletaunt = "on"; _global.togglecrouchwhip = "on"; _global.whipping = false; _global.subweapon = false; _global.crouchwhipping = false; _global.slidingstart = false; _global.Zholdcount = 0; _global.Sholdcount = 0; _global.Aholdcount = 0; _global.rightcount = 0; _global.leftcount = 0; _global.backdashing = false; _global.clipping = false; _global.djfv = 0; _global.maincharhurt = false; _global.dashavailable = false; _global.dashing = false; activatedashing = false; dashavailablecount = 0; backdashability = true; _global.holdingbothdirections = false; Falling = true; Movement = 0; Movement_speed = 4; Movement_friction = 0.7; Jumping_amount = 30; Yvelocity = 0; Jumping = 1; barvar = 12; gravity = 2.25; dashtimer = 0; dashtime = 0; Slidingspeed = 12; mynewColor = new Color(_root.jonathan); colortimer = 0; _global.greenvalue = 0; _global.redvalue = 0; _global.bluevalue = 0; } onClipEvent (enterFrame) { if ((((_global.death == false) and (_global.pausing == false)) and (this._visible == true)) and (_global.textisonscreen == false)) { if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { _global.turning = false; } if (_global.greenvalue >= 1) { colortimer++; } if (_global.bluevalue >= 1) { colortimer++; } if (_global.redvalue >= 1) { colortimer++; } if (colortimer >= 20) { _global.bluevalue = 0; _global.greenvalue = 0; _global.redvalue = 0; } if (((_global.bluevalue <= 0) and (_global.greenvalue <= 0)) and (_global.redvalue <= 0)) { colortimer = 0; } mynewColor.setTransform({rb:_global.redvalue, gb:_global.greenvalue, bb:_global.bluevalue, aa:100}); if (Key.isDown(_global.leftfinal) and Key.isDown(_global.rightfinal)) { _global.leftcount = 0; _global.rightcount = 0; _global.dashing = false; _global.dashavailablecount = 0; _global.dashavailable = false; _global.holdingbothdirections = true; } if (!Key.isDown(_global.leftfinal)) { _global.holdingbothdirections = false; } if (!Key.isDown(_global.rightfinal)) { _global.holdingbothdirections = false; } if (_global.holdingbothdirections == false) { if (Key.isDown(_global.rightfinal)) { _global.rightcount++; dashavailablecount = 0; } if (Key.isDown(_global.leftfinal)) { _global.leftcount++; dashavailablecount = 0; } if ((!Key.isDown(_global.rightfinal)) and (_global.dashavailable == false)) { if ((_global.rightcount >= 1) and (_global.rightcount <= 3.5)) { _global.dashavailable = true; } _global.rightcount = 0; _global.dashing = false; } if ((!Key.isDown(_global.leftfinal)) and (_global.dashavailable == false)) { if ((_global.leftcount >= 1) and (_global.leftcount <= 3.5)) { _global.dashavailable = true; } _global.leftcount = 0; _global.dashing = false; } } if ((_root.bg.bgmap.hitTest(_x + 50, _y - 50, true) and Key.isDown(_global.leftfinal)) and (_global.facing_direction == "right")) { Movement = Movement * 0; } if ((_root.bg.bgmap.hitTest(_x - 50, _y - 50, true) and Key.isDown(_global.rightfinal)) and (_global.facing_direction == "left")) { Movement = Movement * 0; } if ((_root.bg.bgmap.hitTest(_x + 44, _y - 50, true) and Key.isDown(_global.rightfinal)) and Key.isDown(_global.attackfinal)) { Movement = Movement * 0; } if ((_root.bg.bgmap.hitTest(_x - 44, _y - 50, true) and Key.isDown(_global.leftfinal)) and Key.isDown(_global.attackfinal)) { Movement = Movement * 0; } if ((_root.bg.bgmap.hitTest(_x + 44, _y - 50, true) and Key.isDown(_global.rightfinal)) and (_global.whipjumpcount >= 0)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest(_x - 44, _y - 50, true) and (_global.facing_direction == "left")) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest(_x + 44, _y - 50, true) and (_global.facing_direction == "right")) { Movement = Movement * 0; } if ((_root.bg.bgmap.hitTest(_x - 44, _y - 50, true) and (_global.facing_direction == "right")) and (_global.backdashing == true)) { Movement = Movement * 0; } if ((_root.bg.bgmap.hitTest(_x + 44, _y - 50, true) and (_global.facing_direction == "left")) and (_global.backdashing == true)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest(_x, _y - 50, true) and _root.bg.bgmap.hitTest(_x, _y, true)) { _global.clipping = true; } else { _global.clipping = false; } if (_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { if (_global.facing_direction == "left") { if ((((!Key.isDown(_global.jumpfinal)) and (_global.sliding == false)) and (_global.stairjumping == false)) and (_global.stairwaytimer <= 1)) { if (Key.isDown(_global.leftfinal)) { Yvelocity = Yvelocity + 7; } } if (_global.sliding == true) { Yvelocity = Yvelocity + 10; } } if (_global.facing_direction == "right") { if (_global.backdashing == true) { Yvelocity = Yvelocity + 7; } _rotation = 0; } } if (_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { if (_global.facing_direction == "right") { if ((((!Key.isDown(_global.jumpfinal)) and (_global.sliding == false)) and (_global.stairjumping == false)) and (_global.stairwaytimer <= 1)) { if (Key.isDown(_global.rightfinal)) { Yvelocity = Yvelocity + 7; } } if (_global.sliding == true) { Yvelocity = Yvelocity + 10; } } if (_global.facing_direction == "left") { if (_global.backdashing == true) { Yvelocity = Yvelocity + 7; } _rotation = 0; } } if ((!_root.bg.hitTest(_x, _y + 2, true)) and (_global.togglejump == "on")) { if (_global.jv >= 23) { if (!Key.isDown(_global.attackfinal)) { if ((_global.facing_direction == "left") and (_global.whipjump == false)) { this.gotoAndStop("doublejumpfallingleft"); } if ((_global.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)) { } if (_root.bg.bgmap.hitTest(_x, _y - 50, true)) { if (_global.clipping == false) { Yvelocity = 5; } } if ((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.rightfinal))) { if ((!_root.jonathan.hitTest(_root.bg.stairwayleft)) and (!_root.jonathan.hitTest(_root.bg.stairwayright))) { if (_root.bg.bgmap.hitTest(((_x + barvar) + (_width / 2)) + 10, _y - 35, true)) { if (_global.backdashing == false) { if (_global.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.bgmap.hitTest(((_x - barvar) - (_width / 2)) - 10, _y - 35, true)) { if (_global.backdashing == false) { if (_global.facing_direction == "left") { Movement = 0; } } if (_global.backdashing == true) { Movement = 8; _global.backdashing = false; } if (_global.sliding == true) { Movement = 5; _global.sliding = false; } } } if (_root.jonathan.hitTest(_root.bg.stairwayleft)) { if (_root.bg.bgmap.hitTest(((_x + barvar) + (_width / 2)) + 10, _y - 50, true)) { if (_global.backdashing == false) { if (_global.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 - 50, true)) { if (_global.backdashing == false) { if (_global.facing_direction == "left") { Movement = 0; } } if (_global.backdashing == true) { Movement = 8; _global.backdashing = false; } if (_global.sliding == true) { Movement = 5; _global.sliding = false; } } } if (_root.jonathan.hitTest(_root.bg.stairwayright)) { if (_root.bg.bgmap.hitTest(((_x + barvar) + (_width / 2)) + 10, _y - 50, true)) { if (_global.backdashing == false) { if (_global.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.bgmap.hitTest(((_x - barvar) - (_width / 2)) - 10, _y - 50, true)) { if (_global.backdashing == false) { if (_global.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.jonathan.hitTest(_root.bg.stairwayleft)) and (!_root.jonathan.hitTest(_root.bg.stairwayright))) { if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 30, true) and (Movement <= -0.5)) { if (_global.backdashing == false) { Movement = Movement * 0; } } if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 30, true) and (Movement >= -0.5)) { if ((_global.backdashing == false) and (_global.whipjump == false)) { Movement = Movement * 0; } } } if (_root.jonathan.hitTest(_root.bg.stairwayleft)) { if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 50, true) and (Movement <= -0.5)) { if (_global.backdashing == false) { Movement = Movement * 0; } } if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 50, true) and (Movement >= -0.5)) { if ((_global.backdashing == false) and (_global.whipjump == false)) { Movement = Movement * 0; } } } if (_root.jonathan.hitTest(_root.bg.stairwayright)) { if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 50, true) and (Movement <= -0.5)) { if (_global.backdashing == false) { Movement = Movement * 0; } } if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 50, true) and (Movement >= -0.5)) { if ((_global.backdashing == false) and (_global.whipjump == false)) { Movement = Movement * 0; } } } } if (Key.isDown(_global.rightfinal)) { if (_root.bg.bgmap.hitTest(_x, _y + 2, true)) { if (Key.isDown(_global.attackfinal)) { this.gotoAndStop("walking_right"); } } if (!_root.jonathan.hitTest(_root.bg.stairwayleft)) { if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 35, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 30, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 28, true) and (_global.whipjump == false)) { Movement = Movement * 0; } } if (_root.jonathan.hitTest(_root.bg.stairwayleft)) { if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 50, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 45, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest((_x + barvar) + (_width / 2), _y - 40, true) and (_global.whipjump == false)) { Movement = Movement * 0; } } } if (Key.isDown(_global.leftfinal)) { if (_root.bg.bgmap.hitTest(_x, _y + 2, true)) { if (Key.isDown(_global.attackfinal)) { this.gotoAndStop("walking_left"); } } if (!_root.jonathan.hitTest(_root.bg.stairwayright)) { if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 35, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 30, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 28, true) and (_global.whipjump == false)) { Movement = Movement * 0; } } if (!_root.jonathan.hitTest(_root.bg.stairwayright)) { if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 50, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 45, true) and (_global.whipjump == false)) { Movement = Movement * 0; } if (_root.bg.bgmap.hitTest((_x - barvar) - (_width / 2), _y - 40, true) and (_global.whipjump == false)) { Movement = Movement * 0; } } } if ((Movement <= 0.25) and (Movement >= -0.25)) { Movement = 0; } _y = (_y + Yvelocity); _x = (_x + Movement); if (!_root.bg.hitTest(_x, _y + 2, true)) { _global.damage = _global.attack; if ((_global.maincharhurt == true) and (_global.shoryuken == false)) { Movement = 0; Yvelocity = 4; if (_global.facing_direction == "left") { this.gotoAndStop("hurt_air_left"); } if (_global.facing_direction == "right") { this.gotoAndStop("hurt_air_right"); } } } if (_root.bg.hitTest(_x, _y + 2, true) and (_global.levelend == false)) { if ((((((!Key.isDown(_global.leftfinal)) and (_global.crouchwhipping == false)) and (!Key.isDown(_global.rightfinal))) and Key.isDown(_global.attackfinal)) and Key.isDown(_global.upfinal)) and (_global.Aholdcount >= 12)) { if ((_global.whipping == false) and (_global.subweapon == true)) { if (_global.facing_direction == "right") { gotoAndStop ("Standing_right"); } if (_global.facing_direction == "left") { gotoAndStop ("Standing_left"); } } if ((_global.whipping == false) and (_global.subweapon == false)) { if (_global.facing_direction == "right") { gotoAndStop ("Standing_right"); } if (_global.facing_direction == "left") { gotoAndStop ("Standing_left"); } } } if (((((((!Key.isDown(_global.leftfinal)) and (_global.levelend == false)) and (_global.crouchwhipping == false)) and (!Key.isDown(_global.rightfinal))) and Key.isDown(_global.attackfinal)) and (!Key.isDown(_global.upfinal))) and (_global.Aholdcount >= 12)) { if ((_global.whipping == false) and (_global.subweapon == true)) { if (_global.facing_direction == "right") { gotoAndStop ("Standing_right"); } if (_global.facing_direction == "left") { gotoAndStop ("Standing_left"); } } } if (_global.damagedisable == true) { _global.damage = _global.attack / _global.damage; } if ((((Key.isDown(_global.attackfinal) and (Aholdcount <= 10)) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) and (!Key.isDown(_global.upfinal))) { if (_global.damagedisable == false) { _global.damage = _global.attack; } } if (Key.isDown(_global.attackfinal) and (Aholdcount >= 10)) { _global.damage = _global.attack / _global.damage; } if ((_global.maincharhurt == true) and (_global.shoryuken == false)) { Movement = 0; if (_global.facing_direction == "left") { this.gotoAndStop("hurt_ground_left"); } if (_global.facing_direction == "right") { this.gotoAndStop("hurt_ground_right"); } } } if (_root.bg.bgmap.hitTest(_x, _y - 50, true) and _root.bg.bgmap.hitTest(_x, _y, true)) { _global.clipping = true; } else { _global.clipping = false; } if (_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) { if (_global.facing_direction == "left") { if ((((!Key.isDown(_global.jumpfinal)) and (_global.sliding == false)) and (_global.stairjumping == false)) and (_global.stairwaytimer <= 1)) { if (Key.isDown(_global.leftfinal)) { Yvelocity = Yvelocity + 7; } } if (_global.sliding == true) { Yvelocity = Yvelocity + 10; } } if (_global.facing_direction == "right") { if (_global.backdashing == true) { Yvelocity = Yvelocity + 7; } } } if (_root.bg.stairwayright.hitTest(_x, _y + 20, true)) { if (_global.facing_direction == "right") { if ((((!Key.isDown(_global.jumpfinal)) and (_global.sliding == false)) and (_global.stairjumping == false)) and (_global.stairwaytimer <= 1)) { if (Key.isDown(_global.rightfinal)) { Yvelocity = Yvelocity + 7; } } if (_global.sliding == true) { Yvelocity = Yvelocity + 10; } } if (_global.facing_direction == "left") { if (_global.backdashing == true) { Yvelocity = Yvelocity + 7; } } } if ((!_root.bg.hitTest(_x, _y + 2, true)) and (_global.togglejump == "on")) { if (_global.jv >= 23) { if (!Key.isDown(_global.attackfinal)) { if ((_global.facing_direction == "left") and (_global.whipjump == false)) { this.gotoAndStop("doublejumpfallingleft"); } if ((_global.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 - 50, true)) { if (_global.clipping == false) { Yvelocity = 5; } } if ((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.rightfinal))) { if (_root.bg.bgmap.hitTest(((_x + barvar) + (_width / 2)) + 10, _y - 50, true)) { if (_global.backdashing == false) { if (_global.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.bgmap.hitTest(((_x - barvar) - (_width / 2)) - 10, _y - 50, true)) { if (_global.backdashing == false) { if (_global.facing_direction == "left") { Movement = 0; } } if (_global.backdashing == true) { Movement = 8; _global.backdashing = false; } if (_global.sliding == true) { Movement = 5; _global.sliding = false; } } } Movement = Movement * Movement_friction; if ((Movement <= 0.25) and (Movement >= -0.25)) { Movement = 0; } if (Falling == true) { if (Key.isDown(_global.leftfinal) and (!Key.isDown(_global.rightfinal))) { if (_global.jv <= 22) { if ((!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_left"); } } } if (((((!Key.isDown(_global.leftfinal)) and (!Key.isDown(_global.rightfinal))) and (_global.facing_direction == "left")) and (_global.jv <= 22)) and (Movement <= -1)) { if (_global.whipjump == false) { if (_global.jv <= 22) { if ((!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_left"); } } } } if (Key.isDown(_global.rightfinal) and (!Key.isDown(_global.leftfinal))) { if (_global.jv <= 22) { if ((!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_right"); } } } if (((((!Key.isDown(_global.rightfinal)) and (!Key.isDown(_global.leftfinal))) and (_global.facing_direction == "right")) and (_global.jv <= 22)) and (Movement >= 1)) { if (_global.whipjump == false) { if (_global.jv <= 22) { if ((!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true))) { 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 (((((((_global.facing_direction == "left") and (_global.whipjump == false)) 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)) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_left"); } } if (((((((_global.facing_direction == "right") and (_global.whipjump == false)) 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)) and (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_right"); } } if (Jumping == 0) { _global.nojumping = true; if (((_global.doublejump == false) and (_global.jv <= 22)) and (_global.togglejump == "on")) { if (_global.facing_direction == "left") { if ((!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_left"); } } if (_global.facing_direction == "right") { if ((!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_right"); } } } } if (_global.backdashing == true) { _global.nojumping = true; if (_global.facing_direction == "left") { if ((!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_left"); } } if (_global.facing_direction == "right") { if ((!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { this.gotoAndStop("Jumping_right"); } } _global.backdashing = false; } if ((_global.sliding == true) and _root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _global.nojumping = true; if (_global.facing_direction == "left") { if ((!_root.bg.stairwayleft.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { _rotation = 0; this.gotoAndStop("Jumping_left"); } } if (_global.facing_direction == "right") { if ((!_root.bg.stairwayright.hitTest(_x, _y + 20, true)) and (!_root.bg.stairwayleft.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 - 50, true))) { if (((Yvelocity >= 12) and (!_root.bg.stairwayleft.hitTest(_x, _y + 20, true))) and (!_root.bg.stairwayright.hitTest(_x, _y + 20, true))) { if (_global.slidingstart == false) { _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) and (_global.levelend == false)) { if (((Key.isDown(_global.leftfinal) and Key.isDown(_global.rightfinal)) and (!Key.isDown(_global.upfinal))) and (!Key.isDown(_global.jumpfinal))) { if (facing_direction == "left") { this.gotoAndStop("Standing_left"); } if (facing_direction == "right") { this.gotoAndStop("Standing_right"); } } if (((((_global.Aholdcount <= 7) and (_global.togglesubweapon == "on")) and (_global.subweapon == true)) and (_global.whipping == false)) and (_global.crouchwhipping == false)) { if (_global.mp >= _global.mpcost) { } } if (((((Key.isDown(_global.rightfinal) and (!Key.isDown(_global.leftfinal))) and Key.isDown(_global.jumpfinal)) and (_global.Zholdcount >= 10)) and (_global.whipping == false)) and (_global.togglemovement == "on")) { if (_global.turning == false) { this.gotoAndStop("Walking_right"); } if (_global.turning == true) { this.gotoAndStop("Walking_right"); } } if (((((Key.isDown(_global.leftfinal) and (!Key.isDown(_global.rightfinal))) and Key.isDown(_global.jumpfinal)) and (_global.Zholdcount >= 10)) and (_global.whipping == false)) and (_global.togglemovement == "on")) { if (_global.turning == false) { this.gotoAndStop("Walking_left"); } if (_global.turning == true) { this.gotoAndStop("Walking_left"); } } if (((((Key.isDown(_global.rightfinal) and Key.isDown(_global.leftfinal)) and Key.isDown(_global.jumpfinal)) and (_global.Zholdcount >= 10)) and (_global.whipping == false)) and (_global.togglemovement == "on")) { if (_global.facing_direction == "left") { this.gotoAndStop("Standing_left"); } if (_global.facing_direction == "right") { this.gotoAndStop("Standing_right"); } } if ((((((Key.isDown(_global.backdashfinal) and (Sholdcount <= 10)) and (!Key.isDown(_global.upfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) and (backdashability == true)) and (_global.togglebackdash == "on")) { if (_global.clipping == false) { _global.backdashing = true; if (_global.facing_direction == "left") { this.gotoAndStop("Backdash_left"); } if (_global.facing_direction == "right") { this.gotoAndStop("Backdash_right"); } } } if ((((((!Key.isDown(_global.leftfinal)) and (_global.levelend == false)) and (_global.maincharhurt == false)) and (Movement == 0)) and (!Key.isDown(_global.upfinal))) and (_global.togglestand == "on")) { if ((((_global.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 (_global.levelend == false)) and (_global.maincharhurt == false)) and (Movement == 0)) and (!Key.isDown(_global.upfinal))) and (_global.togglestand == "on")) { if ((((_global.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 (Movement == 0)) and Key.isDown(_global.upfinal)) and (_global.toggletaunt == "on")) and (_global.whipping == false)) { if (_global.facing_direction == "left") { _global.backdashing = false; gotoAndStop ("taunt_left"); } } if (((((!Key.isDown(_global.rightfinal)) and (Movement == 0)) and Key.isDown(_global.upfinal)) and (_global.toggletaunt == "on")) and (_global.whipping == false)) { if (_global.facing_direction == "right") { _global.backdashing = false; gotoAndStop ("taunt_right"); } } if (((((((_global.facing_direction == "left") and (_global.levelend == false)) and (_global.maincharhurt == false)) and (Movement <= -1)) and (!Key.isDown(_global.leftfinal))) and (_global.togglemovement == "on")) and (_global.whipping == false)) { _rotation = 0; if (!Key.isDown(_global.upfinal)) { this.gotoAndStop("Stopping_left"); } if (Key.isDown(_global.upfinal)) { this.gotoAndStop("taunt_left"); } } if (((((((_global.facing_direction == "right") and (_global.levelend == false)) and (_global.maincharhurt == false)) and (Movement >= 1)) and (!Key.isDown(_global.rightfinal))) and (_global.togglemovement == "on")) and (_global.whipping == false)) { _rotation = 0; if (!Key.isDown(_global.upfinal)) { this.gotoAndStop("Stopping_right"); } if (Key.isDown(_global.upfinal)) { this.gotoAndStop("taunt_right"); } } } if (_global.backdashing == true) { if (dashtime == 0) { if (_global.facing_direction == "left") { Movement = 13; } if (_global.facing_direction == "right") { Movement = -13; } dashtimer++; if (dashtimer >= 5) { dashtime = 1; } } } if ((_global.sliding == true) and (_global.slidingstart == true)) { if (_root.bg.hitTest(_x, _y + 25, true)) { if (_global.facing_direction == "left") { Movement = -16; } if (_global.facing_direction == "right") { Movement = 16; } } } if (_global.backdashing == false) { dashtimer = 0; dashtime = 0; } if (Key.isDown(_global.leftfinal) and (_global.levelend == false)) { if (_global.sliding == false) { if ((_global.togglemovement == "on") and (!Key.isDown(_global.rightfinal))) { if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { if (Movement >= -9) { Movement = Movement - Movement_speed; } } } if ((_global.sliding == false) and (_global.whipping == false)) { if (((_global.jbvk <= 7) and (_global.jbvk >= 1)) and (_global.shoryuken == false)) { if (_global.facing_direction == "right") { if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { _global.turning = true; } } _global.facing_direction = "left"; } } } if (((_global.sliding == false) and (_global.togglemovement == "on")) and (!Key.isDown(_global.rightfinal))) { if (_global.shoryuken == false) { if (_global.facing_direction == "right") { if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { _global.turning = true; } } _global.facing_direction = "left"; } if (Movement >= -9) { 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)) { if (_global.turning == false) { this.gotoAndStop("Walking_left"); } if (_global.turning == true) { this.gotoAndStop("Walking_left"); } } } } if (((!Key.isDown(_global.attackfinal)) and (_global.sliding == false)) and (_global.shoryuken == false)) { if (((_global.jbvk <= 7) and (_global.jbvk >= 1)) and (_global.shoryuken == false)) { if (_global.facing_direction == "right") { if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { _global.turning = true; } } _global.facing_direction = "left"; } if (Movement >= -9) { 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)) { if (_global.turning == false) { this.gotoAndStop("Walking_left"); } if (_global.turning == true) { this.gotoAndStop("Walking_left"); } } } } } } if (Key.isDown(_global.rightfinal) and (_global.levelend == false)) { if (_global.sliding == false) { if ((_global.togglemovement == "on") and (!Key.isDown(_global.leftfinal))) { if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { if (Movement <= 9) { Movement = Movement + Movement_speed; } } } if ((_global.sliding == false) and (_global.whipping == false)) { if (((_global.jbvk <= 7) and (_global.jbvk >= 1)) and (_global.shoryuken == false)) { if (_global.facing_direction == "left") { if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { _global.turning = true; } } _global.facing_direction = "right"; } } } if ((((_global.sliding == false) and (!Key.isDown(_global.leftfinal))) and (_global.togglemovement == "on")) and (_global.whipping == false)) { if (((_global.jbvk <= 7) and (_global.jbvk >= 1)) and (_global.shoryuken == false)) { if (_global.facing_direction == "left") { if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { _global.turning = true; } } _global.facing_direction = "right"; } if (Movement <= 9) { 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)) { if (_global.turning == false) { this.gotoAndStop("Walking_right"); } if (_global.turning == true) { this.gotoAndStop("Walking_right"); } } } } if (((!Key.isDown(_global.attackfinal)) and (_global.sliding == false)) and (_global.shoryuken == false)) { if (_global.facing_direction == "left") { if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { _global.turning = true; } } _global.facing_direction = "right"; if (Movement <= 9) { 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)) { if (_global.turning == false) { this.gotoAndStop("Walking_right"); } if (_global.turning == true) { this.gotoAndStop("Walking_right"); } } } } } } if (Key.isDown(_global.jumpfinal) and (_global.levelend == false)) { if ((_global.Zholdcount <= 2) and _root.bg.hitTest(_x, _y + 2, true)) { _root.jump_sound.start(); if (_global.facing_direction == "left") { this.gotoAndStop("Jumping_left"); } if (_global.facing_direction == "right") { this.gotoAndStop("Jumping_right"); } Jumping = 1; } } } }
Instance of Symbol 505 MovieClip in Frame 1
onClipEvent (load) { timer = 0; detect = true; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { trace(_global.dupecache); trace(_global.dupecache3); if (!Key.isDown(_global.jumpfinal)) { if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { timer3++; if ((timer3 >= 3) and (_global.pausing == false)) { _root.jet.start(); timer3 = 0; } } else { timer3 = 0; } timer2 = 0; } if (Key.isDown(_global.jumpfinal)) { timer2++; if (timer2 >= 8) { _root.jet2.start(); timer2 = 0; } if (_root.jonathan.Yvelocity >= -12) { _root.jonathan.Yvelocity = _root.jonathan.Yvelocity - 3; } } if (Key.isDown(_global.attackfinal)) { timer++; } else { detect = true; timer = 0; } if (((((timer >= 2) and (timer <= 2.1)) and (_global.death == false)) and (_global.pausing == false)) and (_root.jonathan._visible == true)) { if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { if (_global.facing_direction == "left") { _root.bslbulletup.duplicateMovieClip("bslu" + _global.derp, _global.derp); if (!Key.isDown(_global.leftfinal)) { _root["bslu" + _global.derp]._x = _root.jonathan._x - 3; } if (Key.isDown(_global.leftfinal)) { _root["bslu" + _global.derp]._x = _root.jonathan._x - 15; } if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root["bslu" + _global.derp]._y = _root.jonathan._y - 80; } if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root["bslu" + _global.derp]._y = _root.jonathan._y - 90; } _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.jonathan._y - 45; _root.shoot_sound.start(); _global.derp = _global.derp + 20; } if (_global.facing_direction == "right") { _root.bslbulletup.duplicateMovieClip("bslu" + _global.derp, _global.derp); if (!Key.isDown(_global.rightfinal)) { _root["bslu" + _global.derp]._x = _root.jonathan._x + 6; } if (Key.isDown(_global.rightfinal)) { _root["bslu" + _global.derp]._x = _root.jonathan._x + 15; } if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root["bslu" + _global.derp]._y = _root.jonathan._y - 80; } if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root["bslu" + _global.derp]._y = _root.jonathan._y - 90; } _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _root.shoot_sound.start(); _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; } } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { if (_global.facing_direction == "left") { _root.bslbulletdown.duplicateMovieClip("bsld" + _global.derp, _global.derp); if (!Key.isDown(_global.leftfinal)) { _root["bsld" + _global.derp]._x = _root.jonathan._x - 8; } if (Key.isDown(_global.leftfinal)) { _root["bsld" + _global.derp]._x = _root.jonathan._x - 15; } if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root["bsld" + _global.derp]._y = _root.jonathan._y - 15; } if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root["bsld" + _global.derp]._y = _root.jonathan._y - 10; } _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _root.shoot_sound.start(); _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; } if (_global.facing_direction == "right") { _root.bslbulletdown.duplicateMovieClip("bsld" + _global.derp, _global.derp); if (!Key.isDown(_global.rightfinal)) { _root["bsld" + _global.derp]._x = _root.jonathan._x + 8; } if (Key.isDown(_global.rightfinal)) { _root["bsld" + _global.derp]._x = _root.jonathan._x + 15; } if (_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root["bsld" + _global.derp]._y = _root.jonathan._y - 15; } if (!_root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 5, true)) { _root["bsld" + _global.derp]._y = _root.jonathan._y - 10; } _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _root.shoot_sound.start(); _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; } } if ((!Key.isDown(_global.upfinal)) and (!Key.isDown(_global.downfinal))) { if (_global.facing_direction == "right") { _root.bslbulletright.duplicateMovieClip("bslr" + _global.derp, _global.derp); _root["bslr" + _global.derp]._x = _root.jonathan._x + 45; _root["bslr" + _global.derp]._y = _root.jonathan._y - 40; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _root.shoot_sound.start(); _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; } if (_global.facing_direction == "left") { _root.bslbulletleft.duplicateMovieClip("bsll" + _global.derp, _global.derp); _root["bsll" + _global.derp]._x = _root.jonathan._x - 45; _root["bsll" + _global.derp]._y = _root.jonathan._y - 40; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _root.shoot_sound.start(); _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; } } } }
Instance of Symbol 179 MovieClip "doorwayleft" in Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.openingcutscene >= 3) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 179 MovieClip "doorwayright" in Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.openingcutscene >= 3) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 22 MovieClip "fadeout" in Frame 1
onClipEvent (load) { if (_global.openingcutscene >= 3) { this._alpha = 100; timer = 0; switching = false; this._x = -453; this._y = -345; activate = false; fadeoutbegin = false; } } onClipEvent (enterFrame) { if (_global.openingcutscene >= 3) { _global.followjonathan = true; timer++; if (fadeoutbegin == true) { switching = false; } if (switching == false) { if (this._alpha >= 0) { this._alpha = this._alpha - 2; } if (this._alpha <= 0) { if (activate == false) { _global.textisonscreen = true; _global.pausing = false; activate = true; } } } if (switching == true) { if (this._alpha <= 100) { this._alpha++; } if (this._alpha >= 99) { _parent.gotoAndStop("third_scene"); } } } }
Instance of Symbol 509 MovieClip in Frame 1
onClipEvent (load) { _global.projectilecount = 0; i = 0; maxobjs = 10000; var monthArr = new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"); var dupearray = new Array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15); delete monthArr[5]; monthArr[5] = i; } onClipEvent (enterFrame) { _root.horseghost._x = -10000; _root.horseghost._y = -10000; _root.bonepillar_fireball_left._x = -10000; _root.bonepillar_fireball_left._y = -10000; _root.bonepillar_fireball_right._x = -10000; _root.bonepillar_fireball_right._y = -10000; _root.fishhead_vortex_left._x = -10000; _root.fishhead_vortex_left._y = -10000; _root.fishhead_vortex_right._x = -10000; _root.fishhead_vortex_right._y = -10000; _root.fishhead_bullet_right._x = -10000; _root.fishhead_bullet_right._y = -10000; _root.fishhead_bullet_left._x = -10000; _root.fishhead_bullet_left._y = -10000; _root.fireball_left._x = -10000; _root.fireball_left._y = -10000; _root.fireball_right._x = -10000; _root.fireball_right._y = -10000; _root.mushroom._x = -10000; _root.mushroom._y = -10000; _root.fireflower._x = -10000; _root.fireflower._y = -10000; _root.shoryukenbox._x = -10000; _root.shoryukenbox._y = -10000; _root.fireballbox._x = -10000; _root.fireballbox._y = -10000; _root.box._x = -10000; _root.box._y = -10000; _root.healthbox._y = -10000; _root.healthbox._x = -10000; _root.zerospikebox._y = -10000; _root.zerospikebox._x = -10000; _root.zerospikeexplosionbox._y = -10000; _root.zerospikeexplosionbox._x = -10000; _root.woodenarmleft._y = -10000; _root.woodenarmleft._x = -10000; _root.woodenarmright._y = -10000; _root.woodenarmright._x = -10000; _root.ripperbox._y = -10000; _root.ripperbox._x = -10000; _root.horseghostbox._y = -10000; _root.horseghostbox._x = -10000; _root.ripperexplosionbox._y = -10000; _root.ripperexplosionbox._x = -10000; _root.stumpbox._y = -10000; _root.stumpbox._x = -10000; _root.crossbox._y = -10000; _root.crossbox._x = -10000; _root.holywaterbox._y = -10000; _root.holywaterbox._x = -10000; _root.woodenarmbox._y = -10000; _root.woodenarmbox._x = -10000; _root.knifebox._y = -10000; _root.knifebox._x = -10000; _root.holywaterleft._x = -10000; _root.holywaterright._x = -10000; _root.holywaterleft._y = -10000; _root.holywaterright._y = -10000; _root.knifeleft._x = -10000; _root.kniferight._x = -10000; _root.knifeleft._y = -10000; _root.kniferight._y = -10000; _root.crossleft._x = -10000; _root.crossright._x = -10000; _root.crossleft._y = -10000; _root.crossright._y = -10000; _root.heart2._x = -10000; _root.heart2._y = -10000; if (((_global.quest1acquired == _global.quest1required) and (_global.quest2acquired == _global.quest2required)) and (_global.quest3acquired == _global.quest3required)) { } _global.derp = monthArr[5]; _global.herp = dupearray; i++; monthArr[5] = i; if (monthArr[5] >= (maxobjs - 1)) { i = 0; } }
Instance of Symbol 639 MovieClip "bg" in Frame 1
onClipEvent (load) { _global.breakablewall5enable = true; _global.breakablefloor2enable = true; _global.breakablewall4enable = true; _global.wallcrumble3enable = true; _global.enabletextscene2 = true; }
Instance of Symbol 290 MovieClip "textc" in Frame 1
onClipEvent (load) { this._visible = false; this.gotoAndStop("scientist2"); _global.textisonscreen = false; timer = 0; textnumber = 24; activate = true; } onClipEvent (enterFrame) { if (_global.openingcutscene >= 3) { this._x = _root.cam._x - (_root.cam._width / 2); this._y = _root.cam._y + (_root.cam._height / 4); if ((textnumber >= 26) and (textnumber <= 26.5)) { _global.textisonscreen = false; } if ((textnumber >= 35) and (textnumber <= 35.5)) { _global.textisonscreen = false; } if ((timer >= 60) and (activate == true)) { this.gotoAndStop("scientist2"); _global.textisonscreen = true; activate = false; } if (_global.textisonscreen == true) { this._visible = true; } else { this._visible = false; } } }
Instance of Symbol 20 MovieClip "long" in Frame 1
onClipEvent (load) { this._visible = false; var effectTxt = ""; var startEff = 1; textnumber = 24; tickingtimer = 0; timer = 0; activate = false; } onClipEvent (enterFrame) { if (_global.openingcutscene >= 3) { timer++; this._x = (_root.cam._x - (_root.cam._width / 2)) + 95; this._y = _root.cam._y + (_root.cam._height / 4); if (_global.textisonscreen == false) { this._visible = false; } if (_global.textisonscreen == true) { if ((activate == false) and (_root.textc.textnumber <= 26.5)) { var effectTxt = "I'VE GOT A BAD FEELING ABOUT THIS. I NEED TO SEND A DISTRESS CALL TO A NEARBY FLEET AND GET OFF THIS SHIP BEFORE SOMETHING HAPPENS."; activate = true; } if (startEff >= effectTxt.length) { _parent.textc.next._visible = true; } this._visible = true; if ((effectTxt.length - 2) >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 2; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } if (effectTxt.length >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 0.5; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } } } }
Instance of Symbol 641 MovieClip "bg2" in Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 643 MovieClip "windowbg" in Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 645 MovieClip "windowbg2" in Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 822 MovieClip "pausemenu" in Frame 1
onClipEvent (load) { _global.MDBName = "ZEROSPIKE"; } onClipEvent (enterFrame) { if (_global.pausing == true) { this._x = _root.cam._x; this._y = _root.cam._y; } else { this.gotoAndStop(1); this._x = 3500; this._y = 534; } }
Symbol 16 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 13
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
stop();
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 26
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 15) { _parent.unloadMovie(); } }
Symbol 90 MovieClip Frame 19
stop();
Symbol 91 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 136
stop();
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 81
stop();
Symbol 141 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Instance of Symbol 141 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (load) { if ((!Key.isDown(_global.downfinal)) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(1); } if (Key.isDown(_global.downfinal) and Key.isDown(_global.upfinal)) { this.gotoAndStop(1); } if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { this.gotoAndStop(2); } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(3); } } onClipEvent (enterFrame) { if ((!Key.isDown(_global.downfinal)) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(1); } if (Key.isDown(_global.downfinal) and Key.isDown(_global.upfinal)) { this.gotoAndStop(1); } if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { this.gotoAndStop(2); } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(3); } }
Instance of Symbol 141 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) { if ((!Key.isDown(_global.downfinal)) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(1); } if (Key.isDown(_global.downfinal) and Key.isDown(_global.upfinal)) { this.gotoAndStop(1); } if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { this.gotoAndStop(2); } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(3); } } onClipEvent (enterFrame) { if ((!Key.isDown(_global.downfinal)) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(1); } if (Key.isDown(_global.downfinal) and Key.isDown(_global.upfinal)) { this.gotoAndStop(1); } if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { this.gotoAndStop(2); } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(3); } }
Symbol 155 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 177 MovieClip Frame 1
onClipEvent (load) { timer = 0; this._visible = false; activate = false; } onClipEvent (enterFrame) { timer++; if ((timer >= 3) and (activate == false)) { if (_parent.hitTest(_root.cam)) { _root.door_close.start(); } activate = true; } }
Symbol 177 MovieClip Frame 4
stop();
Instance of Symbol 173 MovieClip in Symbol 177 MovieClip Frame 4
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndPlay("open"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndPlay("open"); } }
Instance of Symbol 173 MovieClip in Symbol 177 MovieClip Frame 7
onClipEvent (load) { this._visible = false; if (_parent.hitTest(_root.cam)) { _root.door_open.start(); } }
Symbol 177 MovieClip Frame 11
stop();
Symbol 177 MovieClip Frame 23
stop();
Symbol 238 MovieClip Frame 44
stop();
Symbol 239 MovieClip Frame 1
stop();
Instance of Symbol 238 MovieClip in Symbol 239 MovieClip Frame 16
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 44) { _parent.unloadMovie(); } }
Symbol 274 MovieClip Frame 40
stop();
Symbol 275 MovieClip Frame 1
stop();
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 21
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 40) { _parent.unloadMovie(); } }
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 76
stop();
Instance of Symbol 283 MovieClip in Symbol 284 MovieClip Frame 1
onClipEvent (load) { this._visible = false; _parent.timertext.text = _parent._parent.textvar; } onClipEvent (enterFrame) { _parent.timertext.text = _parent._parent.textvar; }
Symbol 290 MovieClip Frame 1
stop();
Instance of Symbol 285 MovieClip "next" in Symbol 290 MovieClip Frame 1
onClipEvent (load) { textvar = "NEXT"; activate = false; timer = 0; } onClipEvent (enterFrame) { textvar = "NEXT"; if (activate == true) { timer++; } if (timer >= 10) { activate = false; } if (activate == false) { timer = 0; } if (this._visible == true) { this.onRelease = function () { if (((_parent.textnumber == 0) and (activate == false)) and (_global.textisonscreen == true)) { _parent._parent.textc.gotoAndStop("scientist2"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "I'M NOT ONE TO QUESTION THE G FED'S METHODS BUT I'VE DONE MY READING ON THESE THINGS. SHOULDN'T WE LEAVE THIS IN BIOLOGIC'S HANDS BEFORE SOMETHING GOES WRONG?"; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 1) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist1"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "WE'VE HANDLED PLENTY OF PATHOGENS BEFORE THIS ONE IS NO DIFFERENT. ITS HARMLESS IN THE CONTAINMENT CHAMBER ANYWAYS."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 2) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist3"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "I'VE BEEN HERE LONGER THAN BOTH OF YOU COMBINED, AND IF YOU BOTH READ YOUR BRIEFING LOGS THIS IS A SIMPLE DATA GATHERING EXPERIMENT."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 3) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist3"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "WE EXPOSE THE DECEASED CREATURE TO THIS 'X' SPECIMEN, WE RECORD OUR OBSERVATIONS, SUBMIT IT TO HQ, THEN WE CAN GO AND EAT. OR WHATEVER YOU TWO DO ON YOUR BREAKS."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 4) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist2"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "LOOK I KNOW YOU'VE BEEN DOING THIS FOR HOWEVER LONG, BUT JUST LOOKING AT THAT BLOB AND THE WAY IT MOVES IT LOOKS... ANGRY. VOLATILE. TRAPPED. IN PAIN."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 5) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist1"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "WHILE I DON'T SHARE YOUR 'GUT INSTINCT,' YOU MAY HAVE A POINT. THESE READINGS ON THE X PARASITE ARE COMPLETELY INCONSISTENT."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 6) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist1"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "THERE IS NO PATTERN TO ITS MOVEMENTS. IT SEEMS TO BE FIGHTING THE ANASTHETIC GEL IT'S INCASED IN. IT DOESNT SEEM TO LIKE CAPTIVITY. "; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 7) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist2"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "LOOK ALL I'M SAYING HERE IS THAT ONE WRONG MOVE, ONE MALFUNCTION ON THE CONTAINMENT SHIELD, AND THAT THING GETS OUT, OR INTO ONE OF OUR SUITS, IT'S DONE."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 8) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist2"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "THIS ENTIRE STATION WILL BE COMPROMISED IN A MATTER OF MINUTES AND THERE IS VIRTUALLY NO WAY OF FIGHTING THE INFECTION."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 9) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist3"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "THAT'S WHERE YOU'RE WRONG. AFTER THE INCIDENT ON THE BUBBLE SHIP WITH THE HELP OF SAMUS ARAN, WE MANAGED TO CREATE THE ANTI-X."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 10) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist1"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "ANTI-X? THAT WASN'T ON MY DATA LOG."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 11) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist3"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "THE ANTI-X IS DESIGNED SPECIFICALLY TO COMBAT THE EFFECTS OF THE X INFECTION, PROTECTING THE HOST FROM THE DEVASTATING EFFECTS OF THE PARASITE."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 12) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist3"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "THE MORE WE KNOW ABOUT THE X, THE MORE ANTI-X WE CAN CREATE. SYNTHESIZED ANTI X CAN ONLY BE CREATED THROUGH THE X'S INFECTION PROCESS."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 13) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist3"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "YOU TWO ARE ABOUT TO WITNESS NATURE IN ITS UTMOST BEAUTY AND GLORY. IMAGINE IF WE CAN GET THE X ON OUR SIDE! TO CREATE AN X THAT WILL GIVE THE HOST IMMORTALITY!"; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 14) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist2"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "THAT'S ABSURD. I THINK WE'RE MEDDLING IN THINGS THAT SHOULDNT BE TOUCHED BY EVEN THE MOST DELICATE OF HANDS. COUNT ME OUT."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 15) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist1"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "WHY ARE YOU LEAVING?"; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 16) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist2"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "THE GALACTIC FEDERATION DOESN'T PAY ME ENOUGH TO PUT MY LIFE AND THE LIVES OF ALL MANKIND ON THE LINE FOR 'IMMORTALITY.'"; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 17) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist1"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "............"; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 18) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist3"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "LEAVE THEN, BUT JUST KNOW THAT YOU WILL BE ON RECORD FOR REFUSING TO FOLLOW ORDERS."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 19) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist3"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "OBSTRUCTION OF MISSION OBJECTIVES, QUESTIONING A SUPERIOR OFFICER. YOU MIGHT JUST LOSE YOUR LICENSE TO EXPERIMENT."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 20) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist2"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "I'LL TAKE IT UP WITH HR. AND YOUR COMMANDING OFFICER."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 21) and (activate == false)) { _parent._parent.long._visible = false; _parent._parent.textc.gotoAndStop("scientist2"); _parent._parent.long.effectTxt = "I'LL TAKE IT UP WITH HR. AND YOUR COMMANDING OFFICER."; _parent.gotoAndStop("Equip"); _parent._visible = false; _global.textisonscreen = false; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 22) and (activate == false)) { _parent._parent.textc.gotoAndStop("scientist1"); _parent._parent.long.startEff = 1; _parent._parent.long.effectTxt = "AFFIRMATIVE, SIR."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 23) and (activate == false)) { _parent._parent.long.effectTxt = "AFFIRMATIVE, SIR."; _parent._parent.fadeout.fadeoutbegin = true; activate = true; } if ((_parent.textnumber == 24) and (activate == false)) { _root.textc.gotoAndStop("scientist2"); _root.long.startEff = 1; _root.long.effectTxt = "BETTER SECURE THAT ANTI-X STUFF TOO. IF IT WERE DESTROYED THIS GALAXY WILL BE IN EXTREME DANGER."; _parent.gotoAndStop("Equip"); _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 25) and (activate == false)) { _root.long._visible = false; _root.textc.gotoAndStop("scientist2"); _root.long.startEff = 1; _root.long.effectTxt = ""; _parent._visible = false; _global.pausing = false; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 27) and (activate == false)) { _root.long._visible = true; _root.textc.gotoAndStop("scientist4"); _root.long.startEff = 1; _root.long.effectTxt = "ONLY AUTHORIZED PERSONNEL ARE ALLOWED BEYOND THIS DOOR."; this._visible = true; _parent._visible = true; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 28) and (activate == false)) { _root.long._visible = true; _root.textc.gotoAndStop("scientist2"); _root.long.startEff = 1; _root.long.effectTxt = "THIS IS AN EMERGENCY, SIR. I NEED TO SECURE THE ANTI-X TO PREVENT A POSSIBLE X-PARASITE OUTBREAK."; this._visible = true; _parent._visible = true; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 29) and (activate == false)) { _root.long._visible = true; _root.textc.gotoAndStop("scientist4"); _root.long.startEff = 1; _root.long.effectTxt = "UNLESS YOU HAVE THE REQUIRED CLEARANCE, I CAN'T LET YOU THROUGH. YOU CAN SEND A REQUEST TO HQ FOR UPDATED CLEARANCE."; this._visible = true; _parent._visible = true; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 30) and (activate == false)) { _root.long._visible = true; _root.textc.gotoAndStop("scientist2"); _root.long.startEff = 1; _root.long.effectTxt = "LOOK THERE'S NO TIME! I NEED TO GET THROUGH NOW!"; this._visible = true; _parent._visible = true; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 31) and (activate == false)) { _root.long._visible = true; _root.textc.gotoAndStop("scientist4"); _root.long.startEff = 1; _root.long.effectTxt = "LEAVE BEFORE I ESCORT YOU MYSELF."; this._visible = true; _parent._visible = true; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 32) and (activate == false)) { _root.long._visible = true; _root.textc.gotoAndStop("scientist4"); _root.long.startEff = 1; _root.long.effectTxt = "FINAL WARNING."; this._visible = true; _parent._visible = true; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 33) and (activate == false)) { _root.long._visible = true; _root.textc.gotoAndStop("scientist2"); _root.long.startEff = 1; _root.long.effectTxt = "DAMMIT. GOTTA FIND ANOTHER WAY IN."; this._visible = true; _parent._visible = true; _parent.textnumber = _parent.textnumber + 1; activate = true; } if ((_parent.textnumber == 34) and (activate == false)) { _global.enabletextscene2 = false; _root.long._visible = false; _root.textc.gotoAndStop("scientist2"); _root.long.startEff = 1; _root.long.effectTxt = ""; _parent._visible = false; _global.pausing = false; _parent.textnumber = _parent.textnumber + 1; activate = true; } }; } }
Symbol 326 MovieClip Frame 1
stop(); _root.openingprologue.start("", "1000000"); _global.openingcutscene = 0;
Instance of Symbol 13 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) { speed = 0.4; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x >= 1197) { this._x = -650; } }
Instance of Symbol 13 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) { speed = 0.4; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x >= 1197) { this._x = -650; } }
Instance of Symbol 13 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) { speed = 0.4; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x >= 1197) { this._x = -650; } }
Instance of Symbol 13 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) { speed = 0.4; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x >= 1197) { this._x = -650; } }
Instance of Symbol 13 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) { speed = 0.4; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x >= 1197) { this._x = -650; } }
Instance of Symbol 13 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) { speed = 0.4; } onClipEvent (enterFrame) { this._x = this._x + speed; if (this._x >= 1197) { this._x = -650; } }
Instance of Symbol 20 MovieClip "long" in Symbol 326 MovieClip Frame 1
onClipEvent (load) { this._visible = false; var effectTxt = ""; var startEff = 1; tickingtimer = 0; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 80) { this._visible = true; var effectTxt = "SOMEWHERE IN THE SOLAR SYSTEM..."; if ((effectTxt.length - 2) >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 0.25; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } if (effectTxt.length >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 0.125; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } } }
Instance of Symbol 22 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (load) { this._alpha = 100; timer = 0; switching = false; this._x = -450; this._y = -345; } onClipEvent (enterFrame) { timer++; if (timer >= 250) { switching = true; } if (switching == false) { if (this._alpha >= 0) { this._alpha--; } } if (switching == true) { if (this._alpha <= 100) { this._alpha++; } if (this._alpha >= 99) { stopAllSounds(); _parent.gotoAndStop("second_scene"); } } }
Symbol 326 MovieClip Frame 19
_root.bslcontrol.start("", "10000000");
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 0.2; xspeed = 0.9; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 6) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 300) { this._y = this._y + 60; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 0.5; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 45) { this._y = this._y + 90; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1.5; xspeed = 0.7; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 46) { this._y = this._y + 70; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 0.2; xspeed = 0.9; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 6) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 450) { this._y = this._y + 90; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 3; xspeed = 0.9; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 6) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 23) { this._y = this._y + 70; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1; xspeed = 0.7; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 70) { this._y = this._y + 70; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 0.2; xspeed = 0.9; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 6) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 300) { this._y = this._y + 60; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 0.5; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 45) { this._y = this._y + 90; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1.5; xspeed = 0.7; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 46) { this._y = this._y + 70; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 0.2; xspeed = 0.9; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 6) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 450) { this._y = this._y + 90; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 3; xspeed = 0.9; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 6) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 23) { this._y = this._y + 70; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1; xspeed = 0.7; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 70) { this._y = this._y + 70; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 1; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 50) { this._y = this._y + 100; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 3; xspeed = 0.6; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 30) { this._y = this._y + 90; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1.5; xspeed = 0.5; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 60) { this._y = this._y + 90; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 0.2; xspeed = 0.9; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 6) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 500) { this._y = this._y + 100; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1.5; xspeed = 0.7; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 73.33) { this._y = this._y + 1110; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1; xspeed = 0.5; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 110) { this._y = this._y + 110; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 1; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 50) { this._y = this._y + 100; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 3; xspeed = 0.6; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 30) { this._y = this._y + 90; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1.5; xspeed = 0.5; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 60) { this._y = this._y + 90; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1.5; xspeed = 0.7; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 73.33) { this._y = this._y + 1110; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1; xspeed = 0.5; timer = 0; timer2 = 0; } onClipEvent (enterFrame) { timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 110) { this._y = this._y + 110; timer = 0; } }
Instance of Symbol 38 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (enterFrame) { if (_global.glassbreak == true) { this.gotoAndStop("broke"); } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 1; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 65) { this._y = this._y + 130; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1.25; xspeed = 0.4; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 112) { this._y = this._y + 140; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1.5; xspeed = 0.5; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 100) { this._y = this._y + 150; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1; xspeed = 0.5; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 145) { this._y = this._y + 145; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1; xspeed = 0.5; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 130) { this._y = this._y + 130; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 1; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 70) { this._y = this._y + 140; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 0.75; xspeed = 0.25; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 4) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 173) { this._y = this._y + 130; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 3; xspeed = 0.25; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 8) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 50) { this._y = this._y + 150; timer = 0; } }
Instance of Symbol 32 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2.5; xspeed = 0.1; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 10) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 60) { this._y = this._y + 150; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 1; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 3) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 75) { this._y = this._y + 150; timer = 0; } }
Instance of Symbol 30 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 0.8; xspeed = 1; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 5) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 150) { this._y = this._y + 130; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 5; xspeed = 0.75; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 5) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 26) { this._y = this._y + 130; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 3; xspeed = 1; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 6) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 40) { this._y = this._y + 120; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 5; xspeed = 0.75; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 5) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 26) { this._y = this._y + 130; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 5; xspeed = 0.75; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 5) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 26) { this._y = this._y + 130; timer = 0; } }
Instance of Symbol 28 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 5; xspeed = 0.75; timer = 0; timer2 = 0; timer3 = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { timer3++; if (timer3 >= 15) { this.unloadMovie(); } } timer++; timer2++; this._y = this._y - yspeed; this._x = this._x + xspeed; if (timer2 >= 5) { xspeed = xspeed * -1; timer2 = 0; } if (timer >= 26) { this._y = this._y + 130; timer = 0; } }
Instance of Symbol 55 MovieClip "claw" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 1; timer = 0; timer2 = 0; clawdrop = false; clawopen = false; } onClipEvent (enterFrame) { if (clawdrop == true) { timer++; if (timer >= 160) { clawdrop = false; clawopen = true; } this._y = this._y + yspeed; } if (clawdrop == false) { timer = 0; } if (clawopen == true) { timer2++; if (timer2 >= 50) { this.gotoAndStop("open"); _parent.puffer.pufferdrop = true; } } }
Instance of Symbol 76 MovieClip "puffer" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this.gotoAndStop("dead"); yspeed = 1; timer = 0; timer2 = 0; timer3 = 0; pufferdrop = false; infectionstart = false; infectionend = false; beginexplode = false; } onClipEvent (enterFrame) { if (_parent.claw.clawdrop == true) { timer++; if (timer >= 160) { clawdrop = false; } this._y = this._y + yspeed; } if ((clawdrop == false) and (pufferdrop == false)) { yspeed = 0; timer = 0; } if (pufferdrop == true) { timer2++; clawdrop = false; if (timer2 <= 20) { yspeed = yspeed + 0.03; } if (timer2 >= 120) { if (this.hitTest(_parent.xparasite)) { _parent.xparasite.gotoAndStop("wigout"); infectionstart = true; } yspeed = 0; } this._y = this._y + yspeed; } if (infectionstart == true) { timer3++; if ((timer3 >= 50) and (timer3 <= 60)) { this.gotoAndStop("standby"); _root.cam.beginzoom = true; } if ((timer3 >= 150) and (infectionend == false)) { this.gotoAndStop("puffing"); infectionend = true; } if ((timer3 >= 250) and (beginexplode == false)) { this.gotoAndStop("explode"); beginexplode = true; } if (timer3 >= 264) { _global.xswarm = true; } } }
Instance of Symbol 91 MovieClip "xparasite" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; timer = 0; timer3 = 0; addspeedtimer = 0; friction = 0.9; facing = "up"; switchdirectionsup = false; switchdirectionsdown = false; } onClipEvent (enterFrame) { timer3++; if (timer3 >= 200) { this._y = this._y + 6; timer3 = 0; } timer++; yspeed = yspeed * friction; if (timer >= 40) { if (facing == "up") { switchdirectionsup = true; timer = 0; } if (facing == "down") { switchdirectionsdown = true; timer = 0; } } if (switchdirectionsup == true) { facing = "down"; addspeed = true; switchdirectionsup = false; } if (switchdirectionsdown == true) { facing = "up"; addspeed = true; switchdirectionsdown = false; } if ((addspeed == true) and (facing == "up")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed + 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if ((addspeed == true) and (facing == "down")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed - 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if (addspeed == false) { addspeedtimer = 0; } this._y = this._y - yspeed; }
Instance of Symbol 104 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 5; timer = 0; timer3 = 0; addspeedtimer = 0; friction = 0.9; facing = "up"; facing_direction = "right"; switchdirectionsup = false; switchdirectionsdown = false; switchdirectionsleft = false; switchdirectionsright = false; activate = false; } onClipEvent (enterFrame) { if (_global.xswarm == false) { this._x = 10000; this._y = 10000; } if ((_global.xswarm == true) and (activate == false)) { this._x = 250; this._y = 80; activate = true; } if (_global.xswarm == true) { this._x = this._x + xspeed; if (switchdirectionsright == true) { xspeed = 5; facing_direction = "right"; switchdirectionsright = false; } if (switchdirectionsleft == true) { xspeed = -5; facing_direction = "left"; switchdirectionsleft = false; } if (_root.cinematic.bg.hitTest(this._x, this._y, true)) { if (facing_direction == "left") { this._x = this._x + 10; switchdirectionsright = true; } } if (_root.cinematic.bg.hitTest(this._x + 20, this._y, true)) { if (facing_direction == "right") { this._x = this._x - 10; switchdirectionsleft = true; } } } timer3++; if (timer3 >= 200) { this._y = this._y + 6; timer3 = 0; } timer++; yspeed = yspeed * friction; if (timer >= 40) { if (facing == "up") { switchdirectionsup = true; timer = 0; } if (facing == "down") { switchdirectionsdown = true; timer = 0; } } if (switchdirectionsup == true) { facing = "down"; addspeed = true; switchdirectionsup = false; } if (switchdirectionsdown == true) { facing = "up"; addspeed = true; switchdirectionsdown = false; } if ((addspeed == true) and (facing == "up")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed + 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if ((addspeed == true) and (facing == "down")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed - 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if (addspeed == false) { addspeedtimer = 0; } this._y = this._y - yspeed; }
Instance of Symbol 89 MovieClip "x9" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = -3; timer = 0; timer3 = 0; addspeedtimer = 0; friction = 0.9; facing = "up"; facing_direction = "left"; switchdirectionsup = false; switchdirectionsdown = false; switchdirectionsleft = false; switchdirectionsright = false; activate = false; } onClipEvent (enterFrame) { if (_global.xswarm == false) { this._x = 10000; this._y = 10000; } if ((_global.xswarm == true) and (activate == false)) { this._x = 295; this._y = 110; activate = true; } if (_global.xswarm == true) { this._x = this._x + xspeed; if (switchdirectionsright == true) { xspeed = 3; facing_direction = "right"; switchdirectionsright = false; } if (switchdirectionsleft == true) { xspeed = -3; facing_direction = "left"; switchdirectionsleft = false; } if (_root.cinematic.bg.hitTest(this._x, this._y, true)) { if (facing_direction == "left") { this._x = this._x + 10; switchdirectionsright = true; } } if (_root.cinematic.bg.hitTest(this._x + 20, this._y, true)) { if (facing_direction == "right") { this._x = this._x - 10; switchdirectionsleft = true; } } } timer3++; if (timer3 >= 200) { this._y = this._y + 6; timer3 = 0; } timer++; yspeed = yspeed * friction; if (timer >= 40) { if (facing == "up") { switchdirectionsup = true; timer = 0; } if (facing == "down") { switchdirectionsdown = true; timer = 0; } } if (switchdirectionsup == true) { facing = "down"; addspeed = true; switchdirectionsup = false; } if (switchdirectionsdown == true) { facing = "up"; addspeed = true; switchdirectionsdown = false; } if ((addspeed == true) and (facing == "up")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed + 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if ((addspeed == true) and (facing == "down")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed - 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if (addspeed == false) { addspeedtimer = 0; } this._y = this._y - yspeed; }
Instance of Symbol 115 MovieClip "x5" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = -4; timer = 0; timer3 = 0; addspeedtimer = 0; friction = 0.9; facing = "up"; facing_direction = "left"; switchdirectionsup = false; switchdirectionsdown = false; switchdirectionsleft = false; switchdirectionsright = false; activate = false; } onClipEvent (enterFrame) { if (_global.xswarm == false) { this._x = 10000; this._y = 10000; } if ((_global.xswarm == true) and (activate == false)) { this._x = 255; this._y = 170; activate = true; } if (_global.xswarm == true) { this._x = this._x + xspeed; if (switchdirectionsright == true) { xspeed = 4; facing_direction = "right"; switchdirectionsright = false; } if (switchdirectionsleft == true) { xspeed = -4; facing_direction = "left"; switchdirectionsleft = false; } if (_root.cinematic.bg.hitTest(this._x, this._y, true)) { if (facing_direction == "left") { this._x = this._x + 10; switchdirectionsright = true; } } if (_root.cinematic.bg.hitTest(this._x + 20, this._y, true)) { if (facing_direction == "right") { this._x = this._x - 10; switchdirectionsleft = true; } } } timer3++; if (timer3 >= 200) { this._y = this._y + 6; timer3 = 0; } timer++; yspeed = yspeed * friction; if (timer >= 40) { if (facing == "up") { switchdirectionsup = true; timer = 0; } if (facing == "down") { switchdirectionsdown = true; timer = 0; } } if (switchdirectionsup == true) { facing = "down"; addspeed = true; switchdirectionsup = false; } if (switchdirectionsdown == true) { facing = "up"; addspeed = true; switchdirectionsdown = false; } if ((addspeed == true) and (facing == "up")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed + 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if ((addspeed == true) and (facing == "down")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed - 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if (addspeed == false) { addspeedtimer = 0; } this._y = this._y - yspeed; }
Instance of Symbol 89 MovieClip "x9" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = 3; timer = 0; timer3 = 0; addspeedtimer = 0; friction = 0.9; facing = "up"; facing_direction = "right"; switchdirectionsup = false; switchdirectionsdown = false; switchdirectionsleft = false; switchdirectionsright = false; activate = false; } onClipEvent (enterFrame) { if (_global.xswarm == false) { this._x = 10000; this._y = 10000; } if ((_global.xswarm == true) and (activate == false)) { this._x = 220; this._y = 130; activate = true; } if (_global.xswarm == true) { this._x = this._x + xspeed; if (switchdirectionsright == true) { xspeed = 3; facing_direction = "right"; switchdirectionsright = false; } if (switchdirectionsleft == true) { xspeed = -3; facing_direction = "left"; switchdirectionsleft = false; } if (_root.cinematic.bg.hitTest(this._x, this._y, true)) { if (facing_direction == "left") { this._x = this._x + 10; switchdirectionsright = true; } } if (_root.cinematic.bg.hitTest(this._x + 20, this._y, true)) { if (facing_direction == "right") { this._x = this._x - 10; switchdirectionsleft = true; } } } timer3++; if (timer3 >= 200) { this._y = this._y + 6; timer3 = 0; } timer++; yspeed = yspeed * friction; if (timer >= 40) { if (facing == "up") { switchdirectionsup = true; timer = 0; } if (facing == "down") { switchdirectionsdown = true; timer = 0; } } if (switchdirectionsup == true) { facing = "down"; addspeed = true; switchdirectionsup = false; } if (switchdirectionsdown == true) { facing = "up"; addspeed = true; switchdirectionsdown = false; } if ((addspeed == true) and (facing == "up")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed + 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if ((addspeed == true) and (facing == "down")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed - 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if (addspeed == false) { addspeedtimer = 0; } this._y = this._y - yspeed; }
Instance of Symbol 89 MovieClip "x3" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; xspeed = -3; timer = 0; timer3 = 0; addspeedtimer = 0; friction = 0.9; facing = "up"; facing_direction = "left"; switchdirectionsup = false; switchdirectionsdown = false; switchdirectionsleft = false; switchdirectionsright = false; activate = false; } onClipEvent (enterFrame) { if (_global.xswarm == false) { this._x = 10000; this._y = 10000; } if ((_global.xswarm == true) and (activate == false)) { this._x = 275; this._y = 98; activate = true; } if (_global.xswarm == true) { this._x = this._x + xspeed; if (switchdirectionsright == true) { xspeed = 3; facing_direction = "right"; switchdirectionsright = false; } if (switchdirectionsleft == true) { xspeed = -3; facing_direction = "left"; switchdirectionsleft = false; } if (_root.cinematic.bg.hitTest(this._x, this._y, true)) { if (facing_direction == "left") { this._x = this._x + 10; switchdirectionsright = true; } } if (_root.cinematic.bg.hitTest(this._x + 20, this._y, true)) { if (facing_direction == "right") { this._x = this._x - 10; switchdirectionsleft = true; } } } timer3++; if (timer3 >= 200) { this._y = this._y + 6; timer3 = 0; } timer++; yspeed = yspeed * friction; if (timer >= 40) { if (facing == "up") { switchdirectionsup = true; timer = 0; } if (facing == "down") { switchdirectionsdown = true; timer = 0; } } if (switchdirectionsup == true) { facing = "down"; addspeed = true; switchdirectionsup = false; } if (switchdirectionsdown == true) { facing = "up"; addspeed = true; switchdirectionsdown = false; } if ((addspeed == true) and (facing == "up")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed + 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if ((addspeed == true) and (facing == "down")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed - 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if (addspeed == false) { addspeedtimer = 0; } this._y = this._y - yspeed; }
Instance of Symbol 89 MovieClip "x6" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; timer = 0; timer3 = 0; addspeedtimer = 0; friction = 0.9; facing = "up"; switchdirectionsup = false; switchdirectionsdown = false; activate = false; } onClipEvent (enterFrame) { if (_global.xswarm == false) { this._x = 10000; this._y = 10000; } if ((_global.xswarm == true) and (activate == false)) { this._x = 230; this._y = 160; activate = true; } timer3++; if (timer3 >= 200) { this._y = this._y + 6; timer3 = 0; } timer++; yspeed = yspeed * friction; if (timer >= 40) { if (facing == "up") { switchdirectionsup = true; timer = 0; } if (facing == "down") { switchdirectionsdown = true; timer = 0; } } if (switchdirectionsup == true) { facing = "down"; addspeed = true; switchdirectionsup = false; } if (switchdirectionsdown == true) { facing = "up"; addspeed = true; switchdirectionsdown = false; } if ((addspeed == true) and (facing == "up")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed + 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if ((addspeed == true) and (facing == "down")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed - 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if (addspeed == false) { addspeedtimer = 0; } this._y = this._y - yspeed; }
Instance of Symbol 89 MovieClip "x6" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { yspeed = 2; timer = 0; timer3 = 0; addspeedtimer = 0; friction = 0.9; facing = "up"; switchdirectionsup = false; switchdirectionsdown = false; activate = false; } onClipEvent (enterFrame) { if (_global.xswarm == false) { this._x = 10000; this._y = 10000; } if ((_global.xswarm == true) and (activate == false)) { this._x = 298; this._y = 97; activate = true; } timer3++; if (timer3 >= 200) { this._y = this._y + 6; timer3 = 0; } timer++; yspeed = yspeed * friction; if (timer >= 40) { if (facing == "up") { switchdirectionsup = true; timer = 0; } if (facing == "down") { switchdirectionsdown = true; timer = 0; } } if (switchdirectionsup == true) { facing = "down"; addspeed = true; switchdirectionsup = false; } if (switchdirectionsdown == true) { facing = "up"; addspeed = true; switchdirectionsdown = false; } if ((addspeed == true) and (facing == "up")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed + 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if ((addspeed == true) and (facing == "down")) { addspeedtimer++; if (addspeedtimer <= 20) { yspeed = yspeed - 0.1; } if (addspeedtimer >= 20) { addspeed = false; } } if (addspeed == false) { addspeedtimer = 0; } this._y = this._y - yspeed; }
Instance of Symbol 125 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; activate = false; timer = 0; } onClipEvent (enterFrame) { if ((_global.xswarm == true) and (activate == false)) { this._visible = true; this.gotoAndPlay(2); activate = true; } if (_global.xswarm == true) { timer++; if (timer >= 180) { _global.glassbreak = true; this.unloadMovie(); } } }
Instance of Symbol 125 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; activate = false; timer = 0; } onClipEvent (enterFrame) { if ((_global.xswarm == true) and (activate == false)) { this._visible = true; this.gotoAndPlay(2); activate = true; } if (_global.xswarm == true) { timer++; if (timer >= 180) { _global.glassbreak = true; this.unloadMovie(); } } }
Instance of Symbol 130 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { activate = false; } onClipEvent (enterFrame) { if ((_global.glassbreak == true) and (activate == false)) { this.gotoAndPlay(2); activate = true; } }
Instance of Symbol 134 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; } }
Instance of Symbol 134 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; } }
Instance of Symbol 155 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this.gotoAndStop("facingahead"); }
Instance of Symbol 155 MovieClip "bsl2" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this.gotoAndStop("still_left"); } onClipEvent (enterFrame) { if ((_parent.textc.textnumber >= 21) and (_global.textisonscreen == false)) { this._x = this._x - 2; this.gotoAndStop("walking_left"); } }
Instance of Symbol 155 MovieClip "bsl1" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this.gotoAndStop("still_right"); timerstart = false; timer = 0; activate = false; } onClipEvent (enterFrame) { if (this.hitTest(_parent.bsl2)) { timerstart = true; this.gotoAndStop("still_left"); } if (timerstart == true) { timer++; if ((timer >= 120) and (activate == false)) { _global.textisonscreen = true; _parent.long._visible = true; _parent.textc.gotoAndStop("scientist3"); _parent.long.startEff = 1; _parent.long.effectTxt = "PREPARE THE TANK FOR INSERTION. MAKE SURE ALL SAFETY SETTINGS ARE ON."; this.gotoAndStop("still_right"); activate = true; } } }
Instance of Symbol 177 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { activate = false; activate2 = false; starttimer = false; timer = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.bsl2) and (activate == false)) { this.gotoAndPlay("open"); starttimer = true; activate = true; } if (starttimer == true) { timer++; if ((timer >= 1) and (timer <= 1.05)) { _root.door_open.start(); } if ((timer >= 40) and (activate2 == false)) { _root.door_close.start(); this.gotoAndPlay("close"); activate2 = true; } } }
Instance of Symbol 239 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 27) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 239 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 27) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 239 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 27) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 239 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 27) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 275 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 25) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 275 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 25) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 239 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 27) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 239 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 27) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 275 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 25) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 275 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 25) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 275 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { if (_global.glassbreak == true) { this._visible = true; timer++; if (timer >= 25) { this.gotoAndStop("waterfalldissipate"); } } }
Instance of Symbol 277 MovieClip in Symbol 326 MovieClip Frame 19
onClipEvent (load) { activate = false; timer++; } onClipEvent (enterFrame) { if ((_global.glassbreak == true) and (activate == false)) { if (timer >= 25) { this.gotoAndPlay(2); activate = true; } } }
Instance of Symbol 290 MovieClip "textc" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; _global.textisonscreen = false; timer = 0; textnumber = 0; activate = true; } onClipEvent (enterFrame) { timer++; if ((timer >= 60) and (activate == true)) { this.gotoAndStop("scientist1"); _global.textisonscreen = true; activate = false; } if (_global.textisonscreen == true) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 20 MovieClip "long" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._visible = false; var effectTxt = ""; var startEff = 1; textnumber = 0; tickingtimer = 0; timer = 0; activate = false; } onClipEvent (enterFrame) { timer++; if (_global.textisonscreen == false) { this._visible = false; } if (_global.textisonscreen == true) { if (activate == false) { var effectTxt = "ANALYZING GENETIC STRUCTURE. UPLOADING DATA TO GALACTIC FEDERATION SERVER."; activate = true; } if (startEff >= effectTxt.length) { _parent.textc.next._visible = true; } this._visible = true; if ((effectTxt.length - 2) >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 2; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } if (effectTxt.length >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 0.5; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } } }
Instance of Symbol 22 MovieClip "fadeout" in Symbol 326 MovieClip Frame 19
onClipEvent (load) { this._alpha = 100; timer = 0; switching = false; fadeoutbegin = false; this._x = -453; this._y = -345; } onClipEvent (enterFrame) { timer++; if (fadeoutbegin == true) { switching = true; } if (switching == false) { if (this._alpha >= 0) { this._alpha = this._alpha - 2; } } if (switching == true) { if (this._alpha <= 100) { this._alpha = this._alpha + 2; } if (this._alpha >= 99) { _root.bg.floor._visible = true; _root.bg._visible = true; _parent.gotoAndStop("third_scene"); } } }
Symbol 326 MovieClip Frame 37
_root.jonathan._visible = true; _global.openingcutscene = 3; _global.scene = 3; _global.attackstring = "A"; _global.jumpstring = "Z"; _global.backdashstring = "S"; _global.upstring = "\u2191"; _global.leftstring = "\u2190"; _global.downstring = "\u2193"; _global.rightstring = "\u2192"; _global.subweaponstring = "X"; _global.pausestring = "ST"; _global.attackfinal = 65; _global.jumpfinal = 90; _global.backdashfinal = 83; _global.upfinal = 38; _global.downfinal = 40; _global.leftfinal = 37; _global.rightfinal = 39; _global.subweaponfinal = 88; _global.pausefinal = 16; _root.bg._visible = true; _root.bg.floor._visible = true;
Instance of Symbol 173 MovieClip in Symbol 326 MovieClip Frame 37
onClipEvent (load) { activate = true; this._visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { if (((activate == true) and (_global.enabletextscene2 == true)) and _root.bg.hitTest(_root.jonathan._x, _root.jonathan._y + 2, true)) { trace("herp"); _root.textc.gotoAndStop("scientist4"); _root.jonathan.gotoAndStop("standing_left"); _root.long.startEff = 1; _root.long.effectTxt = "THIS ROOM IS FOR SECURITY CLEARANCE 5 OR HIGHER."; _global.textisonscreen = true; _root.textc.textnumber = 27; _root.textc._visible = true; _root.long._visible = true; activate = false; } } }
Symbol 326 MovieClip Frame 53
_global.scene = 4;
Symbol 326 MovieClip Frame 67
_global.scene = 5;
Symbol 326 MovieClip Frame 80
_global.scene = 6;
Symbol 328 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;
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 11
_global.backdashing = false; _global.movementhinder = false; gotoAndStop (1);
Symbol 336 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 7
if (_root.cinematic.jonathan.facing_direction == "left") { if (!_root.cinematic.bg.stairwayleft.hitTest(_x, _y + 20, true)) { _global.slidingstart = false; } } if (_root.cinematic.jonathan.facing_direction == "right") { if (!_root.cinematic.bg.stairwayright.hitTest(_x, _y + 20, true)) { _global.slidingstart = false; } }
Symbol 336 MovieClip Frame 18
_global.sliding = false; _global.slidingstart = false; _global.getridofplatforms = false; gotoAndStop (1); _global.movementhinder = false;
Symbol 339 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 18
_global.nojumping = false; gotoAndStop (1);
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 336 MovieClip "bdcoder" in Symbol 342 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 342 MovieClip Frame 25
gotoAndStop (1);
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 336 MovieClip "bdcoder" in Symbol 345 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 345 MovieClip Frame 25
gotoAndStop (1);
Symbol 348 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 336 MovieClip "bdcoder" in Symbol 348 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 348 MovieClip Frame 25
gotoAndStop (1);
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 336 MovieClip "bdcoder" in Symbol 351 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 351 MovieClip Frame 25
gotoAndStop (1);
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 336 MovieClip "bdcoder" in Symbol 354 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 354 MovieClip Frame 25
gotoAndStop (1);
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 336 MovieClip "bdcoder" in Symbol 357 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 357 MovieClip Frame 25
gotoAndStop (1);
Symbol 361 MovieClip Frame 1
stop(); _global.shoryuken = false;
Instance of Symbol 360 MovieClip in Symbol 361 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(_global.downfinal)) { _global.togglesubweapon = "off"; _parent.gotoAndPlay(2); } if (!Key.isDown(_global.downfinal)) { _global.togglesubweapon = "on"; } }
Symbol 361 MovieClip Frame 2
Symbol 361 MovieClip Frame 3
stop();
Instance of Symbol 360 MovieClip in Symbol 361 MovieClip Frame 3
onClipEvent (enterFrame) { if ((Key.isDown(_global.upfinal) and Key.isDown(_global.attackfinal)) and (!Key.isDown(_global.downfinal))) { _global.togglesubweapon = "off"; _parent.gotoAndPlay(4); } else { if (!Key.isDown(_global.upfinal)) { _global.togglesubweapon = "on"; _parent.gotoAndStop(1); } if (!Key.isDown(_global.attackfinal)) { _global.togglesubweapon = "on"; _parent.gotoAndStop(1); } } }
Symbol 361 MovieClip Frame 4
_root.shoryu_sound.start(); _root.epicslide.start(); _global.shoryuken = true; _global.togglesubweapon = "off";
Symbol 361 MovieClip Frame 24
_global.shoryuken = false; _global.togglestand = "on"; _global.togglecrouch = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglebackdash = "on"; _global.toggleslide = "on"; _global.toggletaunt = "on"; _global.togglecrouchwhip = "on"; _global.togglesubweapon = "on";
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 336 MovieClip "bdcoder" in Symbol 363 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 363 MovieClip Frame 25
gotoAndStop (1);
Symbol 375 MovieClip Frame 16
_global.turning = false;
Symbol 377 MovieClip Frame 1
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 5)) and (_global.nojumping == false)) { _parent.Yvelocity = -17; } _global.getridofplatforms = true; _global.jv = 1;
Instance of Symbol 141 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (load) { if ((!Key.isDown(_global.downfinal)) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(1); } if (Key.isDown(_global.downfinal) and Key.isDown(_global.upfinal)) { this.gotoAndStop(1); } if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { this.gotoAndStop(2); } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(3); } } onClipEvent (enterFrame) { if ((!Key.isDown(_global.downfinal)) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(1); } if (Key.isDown(_global.downfinal) and Key.isDown(_global.upfinal)) { this.gotoAndStop(1); } if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { this.gotoAndStop(2); } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(3); } }
Instance of Symbol 376 MovieClip in Symbol 377 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)) { _global.jv = 16; _parent.gotoAndPlay(16); } } }
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (load) { this._visible = false; _global.doublejump = false; }
Symbol 377 MovieClip Frame 2
if ((Key.isDown(_global.jumpfinal) and (Zholdcount <= 10)) and (_global.nojumping == false)) { _parent.Yvelocity = -17; } _global.getridofplatforms = true; _global.jv = 2;
Symbol 377 MovieClip Frame 3
if ((Key.isDown(_global.jumpfinal) and (Zholdcount <= 10)) and (_global.nojumping == false)) { _parent.Yvelocity = -17; } _global.getridofplatforms = true; _global.jv = 3;
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip Frame 3
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (!Key.isDown(_global.downfinal)) { if (!Key.isDown(_global.jumpfinal)) { if (_parent._parent.Yvelocity <= -8.55) { _parent._parent.Yvelocity = -8.5; } _global.jv = 10; _parent.gotoAndPlay(10); } } }
Symbol 377 MovieClip Frame 4
if ((Key.isDown(_global.jumpfinal) and (Zholdcount <= 10)) and (_global.nojumping == false)) { _parent.Yvelocity = -17; } _global.getridofplatforms = true; _global.jv = 4;
Symbol 377 MovieClip Frame 5
if ((Key.isDown(_global.jumpfinal) and (Zholdcount <= 10)) and (_global.nojumping == false)) { _parent.Yvelocity = -17; } _global.camchange = true; _global.jv = 5;
Symbol 377 MovieClip Frame 6
_global.jv = 6;
Symbol 377 MovieClip Frame 7
_global.jv = 7;
Symbol 377 MovieClip Frame 8
_global.jv = 8;
Symbol 377 MovieClip Frame 9
_global.jv = 9;
Symbol 377 MovieClip Frame 10
_global.jv = 10;
Symbol 377 MovieClip Frame 11
_global.jv = 11;
Symbol 377 MovieClip Frame 12
gotoAndPlay (10); _global.fall = _global.fall + 1;
Symbol 377 MovieClip Frame 16
_global.fall = 0; if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -20; } _global.jv = 16;
Symbol 377 MovieClip Frame 17
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -20; } _global.jv = 17;
Symbol 377 MovieClip Frame 18
_root.jump_sound.start(); if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -18; } _global.jv = 18;
Symbol 377 MovieClip Frame 19
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -16; } _global.jv = 19;
Symbol 377 MovieClip Frame 20
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -12; } _global.jv = 20;
Symbol 377 MovieClip Frame 21
if ((Key.isDown(_global.jumpfinal) and (_global.Zholdcount <= 50)) and (_global.doublejumponce == false)) { _parent.Yvelocity = -10; } _global.jv = 21;
Symbol 377 MovieClip Frame 22
_global.jv = 22;
Symbol 377 MovieClip Frame 23
_global.jv = 23;
Symbol 377 MovieClip Frame 24
_global.jv = 24;
Symbol 377 MovieClip Frame 25
gotoAndPlay (23);
Instance of Symbol 365 MovieClip "shoryuhitbox" in Symbol 384 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 384 MovieClip Frame 7
gotoAndStop (2);
Instance of Symbol 141 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (load) { if ((!Key.isDown(_global.downfinal)) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(1); } if (Key.isDown(_global.downfinal) and Key.isDown(_global.upfinal)) { this.gotoAndStop(1); } if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { this.gotoAndStop(2); } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(3); } } onClipEvent (enterFrame) { if ((!Key.isDown(_global.downfinal)) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(1); } if (Key.isDown(_global.downfinal) and Key.isDown(_global.upfinal)) { this.gotoAndStop(1); } if (Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) { this.gotoAndStop(2); } if (Key.isDown(_global.downfinal) and (!Key.isDown(_global.upfinal))) { this.gotoAndStop(3); } }
Symbol 385 MovieClip Frame 2
_global.djfv = 2;
Symbol 385 MovieClip Frame 3
_global.djfv = 3;
Symbol 385 MovieClip Frame 4
_global.djfv = 4;
Symbol 385 MovieClip Frame 5
_global.djfv = 5;
Symbol 385 MovieClip Frame 6
_global.djfv = 6;
Symbol 385 MovieClip Frame 7
_global.djfv = 7;
Symbol 385 MovieClip Frame 8
_global.djfv = 8;
Symbol 385 MovieClip Frame 9
_global.djfv = 9;
Symbol 385 MovieClip Frame 10
_global.djfv = 10;
Symbol 385 MovieClip Frame 11
_global.djfv = 11;
Symbol 385 MovieClip Frame 12
_global.djfv = 12;
Symbol 385 MovieClip Frame 13
_global.djfv = 13;
Symbol 385 MovieClip Frame 14
_global.djfv = 14;
Symbol 385 MovieClip Frame 15
_global.djfv = 15;
Symbol 385 MovieClip Frame 16
_global.djfv = 16;
Symbol 385 MovieClip Frame 17
_global.djfv = 17;
Symbol 385 MovieClip Frame 18
_global.djfv = 18;
Symbol 385 MovieClip Frame 19
_global.djfv = 19;
Symbol 385 MovieClip Frame 20
_global.djfv = 20;
Symbol 385 MovieClip Frame 21
_global.djfv = 21;
Symbol 385 MovieClip Frame 22
gotoAndPlay (21);
Symbol 395 MovieClip Frame 7
stop();
Symbol 399 MovieClip Frame 2
if (_global.whipjumpcount <= 1) { whipvar = Math.random(1); if (whipvar <= 0.25) { _root.whip_crack.start(); } if ((whipvar >= 0.251) and (whipvar <= 0.5)) { _root.jonathanyell1.start(); _root.whip_crack.start(); } if ((whipvar >= 0.5000001) and (whipvar <= 0.749)) { _root.jonathanyell2.start(); _root.whip_crack.start(); } if (whipvar >= 0.75) { _root.whip_sound2.start(); _root.whip_crack.start(); } }
Symbol 399 MovieClip Frame 17
stop();
Instance of Symbol 398 MovieClip "whip" in Symbol 399 MovieClip Frame 17
onClipEvent (load) { rotationgravity = 0; uptimer = 0; lefttimer = 0; righttimer = 0; timer = 0; downtimer = 0; if ((((!Key.isDown(_global.upfinal)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) { whipable = true; } if (Key.isDown(_global.upfinal)) { whipable = false; } if (Key.isDown(_global.leftfinal)) { whipable = false; } if (Key.isDown(_global.rightfinal)) { whipable = false; } if (Key.isDown(_global.downfinal)) { whipable = false; } } onClipEvent (enterFrame) { timer++; if (timer >= 1.5) { _global.damagedisable = true; } if (!Key.isDown(_global.upfinal)) { uptimer = 0; } if (!Key.isDown(_global.leftfinal)) { lefttimer = 0; } if (!Key.isDown(_global.rightfinal)) { righttimer = 0; } if (!Key.isDown(_global.downfinal)) { downtimer = 0; } if ((((!Key.isDown(_global.upfinal)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) { if (whipable == false) { whipable = true; } } if (whipable == false) { rotationgravity = rotationgravity * 0.9; if (this._rotation != -90) { this._rotation = this._rotation + rotationgravity; } if ((this._rotation >= -100) and (this._rotation <= -85)) { this._rotation = -90; } if (Key.isDown(_global.attackfinal)) { if (this._rotation == -90) { rotationgravity = 0; } if ((this._rotation >= -89) and (this._rotation <= 0)) { if (rotationgravity >= -12) { rotationgravity = rotationgravity - 2; } } if ((this._rotation >= -180) and (this._rotation <= -90)) { if (rotationgravity <= 12) { rotationgravity = rotationgravity + 2; } } if ((this._rotation >= 0) and (this._rotation <= 90)) { if (rotationgravity >= -12) { rotationgravity = rotationgravity - 2; } } if ((this._rotation >= 91) and (this._rotation <= 180)) { if (rotationgravity <= 12) { rotationgravity = rotationgravity + 2; } } } } if (whipable == true) { if (((Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) { uptimer++; } if (((Key.isDown(_global.leftfinal) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.upfinal))) and (!Key.isDown(_global.rightfinal))) { lefttimer++; } if (((Key.isDown(_global.rightfinal) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.upfinal))) { righttimer++; } if (((Key.isDown(_global.downfinal) and (!Key.isDown(_global.rightfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.upfinal))) { downtimer++; } if ((uptimer <= 4) and (uptimer >= 1)) { this._rotation = this._rotation + 50; } if ((downtimer <= 4) and (downtimer >= 1)) { if (_global.facing_direction == "left") { this._rotation = this._rotation - 15; } if (_global.facing_direction == "right") { this._rotation = this._rotation + 15; } } if ((lefttimer <= 4) and (lefttimer >= 1)) { if (_global.facing_direction == "left") { this._rotation = this._rotation + 35; } if (_global.facing_direction == "right") { this._rotation = this._rotation - 35; } } if ((righttimer <= 4) and (righttimer >= 1)) { if (_global.facing_direction == "left") { this._rotation = this._rotation - 35; } if (_global.facing_direction == "right") { this._rotation = this._rotation + 35; } } rotationgravity = rotationgravity * 0.9; if (this._rotation != -90) { this._rotation = this._rotation + rotationgravity; } if ((this._rotation >= -100) and (this._rotation <= -85)) { this._rotation = -90; } if (Key.isDown(_global.attackfinal)) { if (this._rotation == -90) { rotationgravity = 0; } if ((this._rotation >= -89) and (this._rotation <= 0)) { if (rotationgravity >= -12) { rotationgravity = rotationgravity - 2; } } if ((this._rotation >= -180) and (this._rotation <= -90)) { if (rotationgravity <= 12) { rotationgravity = rotationgravity + 2; } } if ((this._rotation >= 0) and (this._rotation <= 90)) { if (rotationgravity >= -12) { rotationgravity = rotationgravity - 2; } } if ((this._rotation >= 91) and (this._rotation <= 180)) { if (rotationgravity <= 12) { rotationgravity = rotationgravity + 2; } } } } }
Symbol 408 MovieClip Frame 7
stop();
Symbol 414 MovieClip Frame 1
_global.wjv = 1;
Symbol 414 MovieClip Frame 2
_global.wjv = 2;
Symbol 414 MovieClip Frame 3
_global.wjv = 3;
Symbol 414 MovieClip Frame 4
_global.wjv = 4;
Symbol 414 MovieClip Frame 5
_global.wjv = 5;
Symbol 414 MovieClip Frame 6
_global.wjv = 6;
Symbol 414 MovieClip Frame 7
_global.wjv = 7;
Symbol 414 MovieClip Frame 8
_global.wjv = 8;
Symbol 414 MovieClip Frame 9
_global.wjv = 9; whipvar = Math.random(1); if (whipvar <= 0.25) { _root.whip_crack.start(); } if ((whipvar >= 0.251) and (whipvar <= 0.5)) { _root.jonathanyell1.start(); _root.whip_crack.start(); } if ((whipvar >= 0.5000001) and (whipvar <= 0.749)) { _root.jonathanyell2.start(); _root.whip_crack.start(); } if (whipvar >= 0.75) { _root.whip_sound2.start(); _root.whip_crack.start(); }
Symbol 414 MovieClip Frame 10
_global.wjv = 10;
Symbol 414 MovieClip Frame 11
_global.wjv = 11;
Symbol 414 MovieClip Frame 12
_global.wjv = 12;
Symbol 414 MovieClip Frame 13
_global.wjv = 13;
Symbol 414 MovieClip Frame 14
_global.wjv = 14;
Symbol 414 MovieClip Frame 15
_global.wjv = 15;
Symbol 414 MovieClip Frame 16
_global.wjv = 16;
Symbol 414 MovieClip Frame 17
_global.wjv = 17; stop();
Symbol 416 MovieClip Frame 5
stop();
Symbol 422 MovieClip Frame 1
_global.wjv = 1;
Symbol 422 MovieClip Frame 2
_global.wjv = 2;
Symbol 422 MovieClip Frame 3
_global.wjv = 3;
Symbol 422 MovieClip Frame 4
_global.wjv = 4;
Symbol 422 MovieClip Frame 5
_global.wjv = 5;
Symbol 422 MovieClip Frame 6
_global.wjv = 6;
Symbol 422 MovieClip Frame 7
_global.wjv = 7;
Symbol 422 MovieClip Frame 8
_global.wjv = 8;
Symbol 422 MovieClip Frame 9
_global.wjv = 9; whipvar = Math.random(1); if (whipvar <= 0.25) { _root.whip_crack.start(); } if ((whipvar >= 0.251) and (whipvar <= 0.5)) { _root.jonathanyell1.start(); _root.whip_crack.start(); } if ((whipvar >= 0.5000001) and (whipvar <= 0.749)) { _root.jonathanyell2.start(); _root.whip_crack.start(); } if (whipvar >= 0.75) { _root.whip_sound2.start(); _root.whip_crack.start(); }
Symbol 422 MovieClip Frame 10
_global.wjv = 10;
Symbol 422 MovieClip Frame 11
_global.wjv = 11;
Symbol 422 MovieClip Frame 12
_global.wjv = 12;
Symbol 422 MovieClip Frame 13
_global.wjv = 13;
Symbol 422 MovieClip Frame 14
_global.wjv = 14;
Symbol 422 MovieClip Frame 15
_global.wjv = 15;
Symbol 422 MovieClip Frame 16
_global.wjv = 16;
Symbol 422 MovieClip Frame 17
_global.wjv = 17; stop();
Symbol 423 MovieClip Frame 1
_root.backdash_sound.start(); _global.bv = 1;
Symbol 423 MovieClip Frame 2
_global.bv = 2;
Symbol 423 MovieClip Frame 3
_global.bv = 3;
Symbol 423 MovieClip Frame 4
_global.bv = 4;
Symbol 423 MovieClip Frame 5
_global.bv = 5;
Symbol 423 MovieClip Frame 6
_global.bv = 6;
Symbol 423 MovieClip Frame 7
_global.bv = 7;
Symbol 423 MovieClip Frame 8
_global.bv = 8;
Symbol 423 MovieClip Frame 9
_global.bv = 9;
Symbol 423 MovieClip Frame 10
_global.bv = 10;
Symbol 423 MovieClip Frame 11
_global.bv = 11;
Symbol 423 MovieClip Frame 12
_global.backdashing = false; _global.bv = 12; stop();
Symbol 437 MovieClip Frame 5
stop();
Symbol 440 MovieClip Frame 4
whipvar = Math.random(1); if (whipvar <= 0.25) { _root.whip_crack.start(); } if ((whipvar >= 0.251) and (whipvar <= 0.5)) { _root.jonathanyell1.start(); _root.whip_crack.start(); } if ((whipvar >= 0.5000001) and (whipvar <= 0.749)) { _root.jonathanyell2.start(); _root.whip_crack.start(); } if (whipvar >= 0.75) { _root.whip_sound2.start(); _root.whip_crack.start(); }
Instance of Symbol 437 MovieClip "whip" in Symbol 440 MovieClip Frame 12
onClipEvent (load) { rotationgravity = 0; uptimer = 0; lefttimer = 0; timer = 0; righttimer = 0; downtimer = 0; if ((((!Key.isDown(_global.upfinal)) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) { whipable = true; } if (Key.isDown(_global.upfinal)) { whipable = false; } if (Key.isDown(_global.leftfinal)) { whipable = false; } if (Key.isDown(_global.rightfinal)) { whipable = false; } if (Key.isDown(_global.downfinal)) { whipable = false; } } onClipEvent (enterFrame) { timer++; if (timer >= 2) { _global.damagedisable = true; } if (!Key.isDown(_global.upfinal)) { uptimer = 0; } if (!Key.isDown(_global.leftfinal)) { lefttimer = 0; } if (!Key.isDown(_global.rightfinal)) { righttimer = 0; } if (!Key.isDown(_global.downfinal)) { downtimer = 0; } if (whipable == false) { rotationgravity = rotationgravity * 0.9; if (this._rotation != -90) { this._rotation = this._rotation + rotationgravity; } if ((this._rotation >= -100) and (this._rotation <= -85)) { this._rotation = -90; } if (Key.isDown(_global.attackfinal)) { if (this._rotation == -90) { rotationgravity = 0; } if ((this._rotation >= -89) and (this._rotation <= 0)) { if (rotationgravity >= -12) { rotationgravity = rotationgravity - 2; } } if ((this._rotation >= -180) and (this._rotation <= -90)) { if (rotationgravity <= 12) { rotationgravity = rotationgravity + 2; } } if ((this._rotation >= 0) and (this._rotation <= 90)) { if (rotationgravity >= -12) { rotationgravity = rotationgravity - 2; } } if ((this._rotation >= 91) and (this._rotation <= 180)) { if (rotationgravity <= 12) { rotationgravity = rotationgravity + 2; } } } } if (whipable == true) { if (((Key.isDown(_global.upfinal) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.rightfinal))) { uptimer++; } if (((Key.isDown(_global.leftfinal) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.upfinal))) and (!Key.isDown(_global.rightfinal))) { lefttimer++; } if (((Key.isDown(_global.rightfinal) and (!Key.isDown(_global.downfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.upfinal))) { righttimer++; } if (((Key.isDown(_global.downfinal) and (!Key.isDown(_global.rightfinal))) and (!Key.isDown(_global.leftfinal))) and (!Key.isDown(_global.upfinal))) { } if ((uptimer <= 4) and (uptimer >= 1)) { this._rotation = this._rotation + 50; } if ((downtimer <= 4) and (downtimer >= 1)) { if (_global.facing_direction == "left") { this._rotation = this._rotation - 15; } if (_global.facing_direction == "right") { this._rotation = this._rotation + 15; } } if ((lefttimer <= 4) and (lefttimer >= 1)) { if (_global.facing_direction == "left") { this._rotation = this._rotation + 35; } if (_global.facing_direction == "right") { this._rotation = this._rotation - 35; } } if ((righttimer <= 4) and (righttimer >= 1)) { if (_global.facing_direction == "left") { this._rotation = this._rotation - 35; } if (_global.facing_direction == "right") { this._rotation = this._rotation + 35; } } rotationgravity = rotationgravity * 0.9; if (this._rotation != -90) { this._rotation = this._rotation + rotationgravity; } if ((this._rotation >= -100) and (this._rotation <= -85)) { this._rotation = -90; } if (Key.isDown(_global.attackfinal)) { if (this._rotation == -90) { rotationgravity = 0; } if ((this._rotation >= -89) and (this._rotation <= 0)) { if (rotationgravity >= -12) { rotationgravity = rotationgravity - 2; } } if ((this._rotation >= -180) and (this._rotation <= -90)) { if (rotationgravity <= 12) { rotationgravity = rotationgravity + 2; } } if ((this._rotation >= 0) and (this._rotation <= 90)) { if (rotationgravity >= -12) { rotationgravity = rotationgravity - 2; } } if ((this._rotation >= 91) and (this._rotation <= 180)) { if (rotationgravity <= 12) { rotationgravity = rotationgravity + 2; } } } } }
Symbol 440 MovieClip Frame 16
stop();
Symbol 445 MovieClip Frame 3
_root.backdash_sound.start();
Symbol 445 MovieClip Frame 12
_global.sliding = false;
Symbol 450 MovieClip Frame 1
hurtvar = Math.random(1); _root.jonathan_hit.start(); if (hurtvar <= 0.5) { _root.jonathan_hurt.start(); } if (hurtvar >= 0.5000001) { _root.jonathan_hurt2.start(); } if (_global.jonathanbig == true) { _root.smb_pipe.start(); _root.cinematic.jonathan._width = 55; _root.cinematic.jonathan._height = 100; _global.jonathanbig = false; }
Symbol 450 MovieClip Frame 8
stop();
Symbol 452 MovieClip Frame 1
hurtvar = Math.random(1); _root.jonathan_hit.start(); if (hurtvar <= 0.5) { _root.jonathan_hurt.start(); } if (hurtvar >= 0.5000001) { _root.jonathan_hurt2.start(); } if (_global.jonathanbig == true) { _root.smb_pipe.start(); _root.cinematic.jonathan._width = 55; _root.cinematic.jonathan._height = 100; _global.jonathanbig = false; }
Symbol 452 MovieClip Frame 3
stop();
Symbol 457 MovieClip Frame 7
stop();
Symbol 460 MovieClip Frame 1
_root.slash.start(); _root.jonathandie.start();
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 8
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 8
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 8
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 8
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 8
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 8
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 8
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 14
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 14
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 14
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 14
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 14
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 14
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 14
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 22
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 22
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 22
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 22
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 22
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 22
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 22
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 33
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 33
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 33
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 33
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 33
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 33
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 33
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 41
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 41
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 41
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 41
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 41
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 41
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 41
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 47
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 47
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 47
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 47
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 47
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 47
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 47
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 52
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 52
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 52
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 52
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 52
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 52
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 52
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 20) { this.unloadMovie(); } this._y = this._y + 2; }
Symbol 460 MovieClip Frame 59
stop();
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 8) { if (redo == false) { this._y = this._y - 16; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 16) { if (redo == false) { this._y = this._y - 32; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 10) { if (redo == false) { this._y = this._y - 20; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 10) { if (redo == false) { this._y = this._y - 20; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 10) { if (redo == false) { this._y = this._y - 20; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 10) { if (redo == false) { this._y = this._y - 20; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 10) { if (redo == false) { this._y = this._y - 20; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Instance of Symbol 459 MovieClip in Symbol 460 MovieClip Frame 59
onClipEvent (load) { timer = 0; redo = false; } onClipEvent (enterFrame) { timer++; if (timer >= 10) { if (redo == false) { this._y = this._y - 20; redo = true; } } if (redo == true) { timer = 0; redo = false; } this._y = this._y + 2; }
Symbol 465 MovieClip Frame 5
throwvar = Math.random(1); if (throwvar <= 0.33) { _root.comeandgetit.start(); } if ((throwvar >= 0.335) and (throwvar <= 0.66)) { _root.cmonchump.start(); } if (throwvar >= 0.665) { _root.jonathangrunt1.start(); }
Symbol 465 MovieClip Frame 8
stop();
Symbol 470 MovieClip Frame 5
throwvar = Math.random(1); if (throwvar <= 0.33) { _root.comeandgetit.start(); } if ((throwvar >= 0.335) and (throwvar <= 0.66)) { _root.cmonchump.start(); } if (throwvar >= 0.665) { _root.jonathangrunt1.start(); }
Symbol 470 MovieClip Frame 8
stop();
Symbol 492 MovieClip Frame 36
_root.yahoo.start();
Symbol 492 MovieClip Frame 182
stop();
Instance of Symbol 491 MovieClip in Symbol 492 MovieClip Frame 182
onClipEvent (enterFrame) { _parent._parent._x = _parent._parent._x + 5; }
Symbol 493 MovieClip Frame 1
stop(); _global.togglecrouchwhip = "on"; _global.whipjumpdiag = false; _global.doublejump = false; _global.damagedisable = 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 365 MovieClip "hitbox" in Symbol 493 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 146 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) { _global.doublejumponce = false; _global.whipjumpcount = 0; _global.whipjump = false; _global.jv = 1; _global.whipping = false; _global.jbvk = 0; _global.bv = 1; if (!_root.bg.bgmap.hitTest(_parent._x, _parent._y + 2, true)) { if (Key.isDown(_global.upfinal)) { this.gotoAndStop(2); } } 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 493 MovieClip Frame 21
stop(); _global.jv = 1; _global.djfv = 1; _global.whipjumpdiag = false; _global.damagedisable = false; _global.fall = 0; _global.sliding = false; _global.togglewhip = "on"; _global.togglejump = "on"; _global.doublejumponce = false;
Instance of Symbol 375 MovieClip in Symbol 493 MovieClip Frame 36
onClipEvent (enterFrame) { if (!Key.isDown(_global.leftfinal)) { _global.turning = false; } }
Instance of Symbol 377 MovieClip in Symbol 493 MovieClip Frame 55
onClipEvent (load) { _global.whipjumpcount = 0; _global.whipjump = false; _global.subweaponjump = false; _global.subweaponjumpcount = 0; if (jv <= 22) { this.gotoAndPlay(jv); _global.getridofplatforms = true; } if (_global.doublejumponce == true) { jv = 16; this.gotoAndPlay(16); } _global.togglejump = "on"; } onClipEvent (enterFrame) { }
Instance of Symbol 384 MovieClip "shoryuken" in Symbol 493 MovieClip Frame 66
onClipEvent (load) { _parent.Yvelocity = -25; }
Instance of Symbol 385 MovieClip in Symbol 493 MovieClip Frame 77
onClipEvent (load) { _global.whipjumpcount = 0; this.gotoAndPlay(djfv); } onClipEvent (enterFrame) { _global.djfv = _global.djfv + 1; if (_global.djfv >= 2) { this.gotoAndPlay(djfv); } }
Symbol 493 MovieClip Frame 93
_global.whipping = true; _global.crouchwhipping = false; _global.togglejump = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.togglecrouch = "off"; _global.toggletaunt = "off"; _global.turning = false;
Instance of Symbol 399 MovieClip "whipping" in Symbol 493 MovieClip Frame 93
onClipEvent (load) { _global.Aholdcount = 0; _global.togglestand == "off"; _global.togglemovement = "off"; if (_global.whipjump == true) { _global.whipjumpcount = _global.wjv + 5; _global.jbvk = 21; this.gotoAndStop(21); } } onClipEvent (enterFrame) { _global.togglecrouchwhip = "off"; }
Instance of Symbol 414 MovieClip "whipping" in Symbol 493 MovieClip Frame 107
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"); } } }
Instance of Symbol 422 MovieClip "whipping" in Symbol 493 MovieClip Frame 120
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 493 MovieClip Frame 134
_global.togglejump = "off"; _global.togglewhip = "on"; _global.whipping = false;
Instance of Symbol 423 MovieClip in Symbol 493 MovieClip Frame 134
onClipEvent (load) { this.gotoAndPlay(_global.bv); _global.backdashing = true; } onClipEvent (enterFrame) { _global.jbvk = 8; _global.backdashingcount++; }
Symbol 493 MovieClip Frame 145
_global.sliding = false; _global.togglebackdash = "on"; _global.toggleslide = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglemovement = "on"; _global.togglejump = "on";
Instance of Symbol 146 MovieClip in Symbol 493 MovieClip Frame 155
onClipEvent (enterFrame) { _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 493 MovieClip Frame 164
_global.togglewhip = "on"; _global.toggleslide = "on"; _global.whipping = false; _global.damagedisable = false; _global.turning = false;
Instance of Symbol 426 MovieClip in Symbol 493 MovieClip Frame 164
onClipEvent (load) { _global.sliding = false; _global.togglecrouchwhip = "on"; } onClipEvent (enterFrame) { _global.togglecrouchwhip = "on"; _global.subweapon = false; }
Symbol 493 MovieClip Frame 176
_global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.togglestand = "off";
Symbol 493 MovieClip Frame 193
_global.togglejump = "off";
Instance of Symbol 445 MovieClip in Symbol 493 MovieClip Frame 193
onClipEvent (load) { _global.sliding = true; _global.slidingstart = true; }
Symbol 493 MovieClip Frame 206
_global.togglejump = "off";
Symbol 493 MovieClip Frame 223
_global.togglejump = "off";
Instance of Symbol 365 MovieClip "hitbox" in Symbol 493 MovieClip Frame 252
onClipEvent (load) { this._visible = false; }
Instance of Symbol 465 MovieClip in Symbol 493 MovieClip Frame 252
onClipEvent (load) { timer = 0; detect = true; } onClipEvent (enterFrame) { timer++; if ((timer >= 2) and (timer <= 2.1)) { if (_global.subweapon_choice == "holy_water") { _root.holywaterleft.duplicateMovieClip("hwl" + _global.derp, _global.derp); _root["hwl" + _global.derp]._x = _parent._x - 20; _root["hwl" + _global.derp]._y = _parent._y - 50; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 15; _global.derp = _global.derp + 20; _root.squarebg.blueglyph.duplicateMovieClip("blueglyph" + _global.derp, _global.derp); _root.squarebg["blueglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["blueglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "zerospike") { _root.zeroleft.duplicateMovieClip("zl" + _global.derp, _global.derp); _root["zl" + _global.derp]._x = _parent._x - 20; _root["zl" + _global.derp]._y = _parent._y - 50; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 10; _global.derp = _global.derp + 20; _root.squarebg.yellowglyph.duplicateMovieClip("yellowglyph" + _global.derp, _global.derp); _root.squarebg["yellowglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["yellowglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "knife") { _root.knifeleft.duplicateMovieClip("kl" + _global.derp, _global.derp); _root["kl" + _global.derp]._x = _parent._x - 35; _root["kl" + _global.derp]._y = _parent._y - 65; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "woodenarm") { _root.woodenarmleft.duplicateMovieClip("wal" + _global.derp, _global.derp); _root["wal" + _global.derp]._x = _parent._x - 35; _root["wal" + _global.derp]._y = _parent._y - 65; _root.missilelaunch.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 30; _global.derp = _global.derp + 20; _root.squarebg.greenglyph.duplicateMovieClip("greenglyph" + _global.derp, _global.derp); _root.squarebg["greenglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["greenglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "stump") { _root.stumpleft.duplicateMovieClip("sl" + _global.derp, _global.derp); _root["sl" + _global.derp]._x = _parent._x - 35; _root["sl" + _global.derp]._y = _parent._y - 65; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 10; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "horseghost") { _root.horseleft.duplicateMovieClip("hl" + _global.derp, _global.derp); _root["hl" + _global.derp]._x = _parent._x - 35; _root["hl" + _global.derp]._y = _parent._y - 65; _root.horsedash.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 25; _global.derp = _global.derp + 20; _root.squarebg.purpleglyph.duplicateMovieClip("purpleglyph" + _global.derp, _global.derp); _root.squarebg["purpleglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["purpleglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "ripper") { _root.ripperleft.duplicateMovieClip("rl" + _global.derp, _global.derp); _root["rl" + _global.derp]._x = _parent._x - 35; _root["rl" + _global.derp]._y = _parent._y - 65; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 15; _global.derp = _global.derp + 20; _root.squarebg.purpleglyph.duplicateMovieClip("purpleglyph" + _global.derp, _global.derp); _root.squarebg["purpleglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["purpleglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "cross") { _root.crossleft.duplicateMovieClip("cl" + _global.derp, _global.derp); _root["cl" + _global.derp]._x = _parent._x - 35; _root["cl" + _global.derp]._y = _parent._y - 65; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 12; _global.derp = _global.derp + 20; _root.squarebg.blueglyph.duplicateMovieClip("blueglyph" + _global.derp, _global.derp); _root.squarebg["blueglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["blueglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "fireball") { _root.fireball_left.duplicateMovieClip("fl" + _global.derp, _global.derp); _root["fl" + _global.derp]._x = _parent._x - 35; _root["fl" + _global.derp]._y = _parent._y - 65; _root.fireball.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } } }
Instance of Symbol 470 MovieClip in Symbol 493 MovieClip Frame 278
onClipEvent (load) { _global.togglemovement = "on"; timer = 0; detect = true; } onClipEvent (enterFrame) { timer++; if ((timer >= 2) and (timer <= 2.1)) { if (_global.subweapon_choice == "holy_water") { _root.holywaterleft.duplicateMovieClip("hwl" + _global.derp, _global.derp); _root["hwl" + _global.derp]._x = _parent._x - 30; _root["hwl" + _global.derp]._y = _parent._y - 50; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 15; _global.derp = _global.derp + 20; _root.squarebg.blueglyph.duplicateMovieClip("blueglyph" + _global.derp, _global.derp); _root.squarebg["blueglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["blueglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "zerospike") { _root.zeroleft.duplicateMovieClip("zl" + _global.derp, _global.derp); _root["zl" + _global.derp]._x = _parent._x - 30; _root["zl" + _global.derp]._y = _parent._y - 50; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 10; _global.derp = _global.derp + 20; _root.squarebg.yellowglyph.duplicateMovieClip("yellowglyph" + _global.derp, _global.derp); _root.squarebg["yellowglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["yellowglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "knife") { _root.knifeleft.duplicateMovieClip("kl" + _global.derp, _global.derp); _root["kl" + _global.derp]._x = _parent._x - 40; _root["kl" + _global.derp]._y = _parent._y - 65; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "woodenarm") { _root.woodenarmleft.duplicateMovieClip("wal" + _global.derp, _global.derp); _root["wal" + _global.derp]._x = _parent._x - 40; _root["wal" + _global.derp]._y = _parent._y - 65; _root.missilelaunch.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 30; _global.derp = _global.derp + 20; _root.squarebg.greenglyph.duplicateMovieClip("greenglyph" + _global.derp, _global.derp); _root.squarebg["greenglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["greenglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "stump") { _root.stumpleft.duplicateMovieClip("sl" + _global.derp, _global.derp); _root["sl" + _global.derp]._x = _parent._x - 40; _root["sl" + _global.derp]._y = _parent._y - 65; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 10; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "horseghost") { _root.horseleft.duplicateMovieClip("hl" + _global.derp, _global.derp); _root["hl" + _global.derp]._x = _parent._x - 40; _root["hl" + _global.derp]._y = _parent._y - 65; _root.horsedash.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 25; _global.derp = _global.derp + 20; _root.squarebg.purpleglyph.duplicateMovieClip("purpleglyph" + _global.derp, _global.derp); _root.squarebg["purpleglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["purpleglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "ripper") { _root.ripperleft.duplicateMovieClip("rl" + _global.derp, _global.derp); _root["rl" + _global.derp]._x = _parent._x - 40; _root["rl" + _global.derp]._y = _parent._y - 65; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 15; _global.derp = _global.derp + 20; _root.squarebg.purpleglyph.duplicateMovieClip("purpleglyph" + _global.derp, _global.derp); _root.squarebg["purpleglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["purpleglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "cross") { _root.crossleft.duplicateMovieClip("cl" + _global.derp, _global.derp); _root["cl" + _global.derp]._x = _parent._x - 40; _root["cl" + _global.derp]._y = _parent._y - 65; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 12; _global.derp = _global.derp + 20; _root.squarebg.blueglyph.duplicateMovieClip("blueglyph" + _global.derp, _global.derp); _root.squarebg["blueglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["blueglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "fireball") { _root.fireball_left.duplicateMovieClip("fl" + _global.derp, _global.derp); _root["fl" + _global.derp]._x = _parent._x - 40; _root["fl" + _global.derp]._y = _parent._y - 65; _root.fireball.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } } if (_global.subweaponjumpcount <= 5) { _global.subweaponjump = true; } if (_global.subweaponjumpcount >= 6) { _global.subweaponjump = 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 493 MovieClip Frame 299
stop(); _global.togglecrouchwhip = "on"; _global.whipjumpdiag = false; _global.damagedisable = false; _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 146 MovieClip in Symbol 493 MovieClip Frame 299
onClipEvent (enterFrame) { _global.doublejumponce = false; _global.whipjumpcount = 0; _global.whipjump = false; _global.jv = 1; _global.whipping = false; _global.jbvk = 0; _global.bv = 1; if (!_root.bg.bgmap.hitTest(_parent._x, _parent._y + 2, true)) { if (Key.isDown(_global.upfinal)) { this.gotoAndStop(2); } } 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 493 MovieClip Frame 320
stop(); _global.jv = 1; _global.djfv = 1; _global.fall = 0; _global.whipjumpdiag = false; _global.sliding = false; _global.togglewhip = "on"; _global.togglejump = "on"; _global.damagedisable = false; _global.doublejumponce = false;
Instance of Symbol 375 MovieClip in Symbol 493 MovieClip Frame 334
onClipEvent (enterFrame) { if (!Key.isDown(_global.rightfinal)) { _global.turning = false; } }
Instance of Symbol 377 MovieClip in Symbol 493 MovieClip Frame 350
onClipEvent (load) { _global.whipjumpcount = 0; _global.whipjump = false; _global.subweaponjump = false; _global.subweaponjumpcount = 0; if (jv <= 22) { this.gotoAndPlay(jv); _global.getridofplatforms = true; } if (_global.doublejumponce == true) { jv = 16; this.gotoAndPlay(16); } _global.togglejump = "on"; } onClipEvent (enterFrame) { }
Instance of Symbol 384 MovieClip "shoryuken" in Symbol 493 MovieClip Frame 368
onClipEvent (load) { _parent.Yvelocity = -25; }
Symbol 493 MovieClip Frame 380
_global.togglejump = "off"; _global.togglewhip = "on"; _global.whipping = false;
Instance of Symbol 423 MovieClip in Symbol 493 MovieClip Frame 380
onClipEvent (load) { this.gotoAndPlay(_global.bv); _global.backdashing = true; } onClipEvent (enterFrame) { _global.jbvk = 8; _global.backdashingcount++; }
Symbol 493 MovieClip Frame 392
_global.sliding = false; _global.togglebackdash = "on"; _global.toggleslide = "on"; _global.togglewhip = "on"; _global.togglejump = "on"; _global.togglemovement = "on"; _global.togglejump = "on";
Instance of Symbol 146 MovieClip in Symbol 493 MovieClip Frame 403
onClipEvent (enterFrame) { _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; }
Instance of Symbol 385 MovieClip in Symbol 493 MovieClip Frame 416
onClipEvent (load) { _global.whipjumpcount = 0; this.gotoAndPlay(djfv); } onClipEvent (enterFrame) { _global.djfv = _global.djfv + 1; if (_global.djfv >= 2) { this.gotoAndPlay(djfv); } }
Symbol 493 MovieClip Frame 433
_global.togglewhip = "on"; _global.toggleslide = "on"; _global.whipping = false; _global.damagedisable = false; _global.turning = false;
Instance of Symbol 426 MovieClip in Symbol 493 MovieClip Frame 433
onClipEvent (load) { _global.sliding = false; _global.togglecrouchwhip = "on"; } onClipEvent (enterFrame) { _global.togglecrouchwhip = "on"; _global.subweapon = false; }
Symbol 493 MovieClip Frame 444
_global.togglejump = "off"; _global.togglebackdash = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.togglestand = "off";
Symbol 493 MovieClip Frame 471
_global.togglejump = "off";
Instance of Symbol 445 MovieClip in Symbol 493 MovieClip Frame 471
onClipEvent (load) { _global.sliding = true; _global.slidingstart = true; }
Symbol 493 MovieClip Frame 481
_global.whipping = true; _global.togglejump = "off"; _global.toggleslide = "off"; _global.togglemovement = "off"; _global.togglecrouch = "off"; _global.toggletaunt = "off"; _global.turning = false;
Instance of Symbol 399 MovieClip "whipping" in Symbol 493 MovieClip Frame 481
onClipEvent (load) { _global.Aholdcount = 0; _global.togglestand == "off"; _global.togglemovement = "off"; if (_global.whipjump == true) { _global.whipjumpcount = _global.wjv + 5; _global.jbvk = 20; this.gotoAndPlay(20); } } onClipEvent (enterFrame) { _global.togglecrouchwhip = "off"; }
Instance of Symbol 414 MovieClip "whipping" in Symbol 493 MovieClip Frame 493
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"); } } }
Instance of Symbol 422 MovieClip "whipping" in Symbol 493 MovieClip Frame 507
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 493 MovieClip Frame 528
_global.togglejump = "off";
Symbol 493 MovieClip Frame 547
_global.togglejump = "off";
Instance of Symbol 365 MovieClip "hitbox" in Symbol 493 MovieClip Frame 582
onClipEvent (load) { this._visible = false; }
Instance of Symbol 465 MovieClip in Symbol 493 MovieClip Frame 582
onClipEvent (load) { timer = 0; detect = true; } onClipEvent (enterFrame) { timer++; if ((timer >= 2) and (timer <= 2.1)) { if (_global.subweapon_choice == "holy_water") { _root.holywaterright.duplicateMovieClip("hwr" + _global.derp, _global.derp); _root["hwr" + _global.derp]._x = _parent._x + 20; _root["hwr" + _global.derp]._y = _parent._y - 50; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 15; _global.derp = _global.derp + 20; _root.squarebg.blueglyph.duplicateMovieClip("blueglyph" + _global.derp, _global.derp); _root.squarebg["blueglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["blueglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "zerospike") { _root.zeroright.duplicateMovieClip("zr" + _global.derp, _global.derp); _root["zr" + _global.derp]._x = _parent._x + 20; _root["zr" + _global.derp]._y = _parent._y - 50; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 10; _global.derp = _global.derp + 20; _root.squarebg.yellowglyph.duplicateMovieClip("yellowglyph" + _global.derp, _global.derp); _root.squarebg["yellowglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["yellowglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "knife") { _root.kniferight.duplicateMovieClip("kr" + _global.derp, _global.derp); _root["kr" + _global.derp]._x = _parent._x + 35; _root["kr" + _global.derp]._y = _parent._y - 65; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "woodenarm") { _root.woodenarmright.duplicateMovieClip("war" + _global.derp, _global.derp); _root["war" + _global.derp]._x = _parent._x + 35; _root["war" + _global.derp]._y = _parent._y - 65; _root.missilelaunch.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 30; _global.derp = _global.derp + 20; _root.squarebg.greenglyph.duplicateMovieClip("greenglyph" + _global.derp, _global.derp); _root.squarebg["greenglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["greenglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "stump") { _root.stumpright.duplicateMovieClip("sr" + _global.derp, _global.derp); _root["sr" + _global.derp]._x = _parent._x + 35; _root["sr" + _global.derp]._y = _parent._y - 65; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 10; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "horseghost") { _root.horseright.duplicateMovieClip("hr" + _global.derp, _global.derp); _root["hr" + _global.derp]._x = _parent._x + 35; _root["hr" + _global.derp]._y = _parent._y - 65; _root.horsedash.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 25; _global.derp = _global.derp + 20; _root.squarebg.purpleglyph.duplicateMovieClip("purpleglyph" + _global.derp, _global.derp); _root.squarebg["purpleglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["purpleglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "ripper") { _root.ripperright.duplicateMovieClip("rr" + _global.derp, _global.derp); _root["rr" + _global.derp]._x = _parent._x + 35; _root["rr" + _global.derp]._y = _parent._y - 65; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 15; _global.derp = _global.derp + 20; _root.squarebg.purpleglyph.duplicateMovieClip("purpleglyph" + _global.derp, _global.derp); _root.squarebg["purpleglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["purpleglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "cross") { _root.crossright.duplicateMovieClip("cr" + _global.derp, _global.derp); _root["cr" + _global.derp]._x = _parent._x + 35; _root["cr" + _global.derp]._y = _parent._y - 65; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 12; _global.derp = _global.derp + 20; _root.squarebg.blueglyph.duplicateMovieClip("blueglyph" + _global.derp, _global.derp); _root.squarebg["blueglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["blueglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "fireball") { _root.fireball_right.duplicateMovieClip("fr" + _global.derp, _global.derp); _root["fr" + _global.derp]._x = _parent._x + 35; _root["fr" + _global.derp]._y = _parent._y - 65; _root.fireball.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } } }
Instance of Symbol 470 MovieClip in Symbol 493 MovieClip Frame 608
onClipEvent (load) { _global.togglemovement = "on"; timer = 0; detect = true; } onClipEvent (enterFrame) { timer++; if ((timer >= 2) and (timer <= 2.1)) { if (_global.subweapon_choice == "holy_water") { _root.holywaterright.duplicateMovieClip("hwr" + _global.derp, _global.derp); _root["hwr" + _global.derp]._x = _parent._x + 30; _root["hwr" + _global.derp]._y = _parent._y - 50; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 15; _global.derp = _global.derp + 20; _root.squarebg.blueglyph.duplicateMovieClip("blueglyph" + _global.derp, _global.derp); _root.squarebg["blueglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["blueglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "zerospike") { _root.zeroright.duplicateMovieClip("zr" + _global.derp, _global.derp); _root["zr" + _global.derp]._x = _parent._x + 30; _root["zr" + _global.derp]._y = _parent._y - 50; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 10; _global.derp = _global.derp + 20; _root.squarebg.yellowglyph.duplicateMovieClip("yellowglyph" + _global.derp, _global.derp); _root.squarebg["yellowglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["yellowglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "knife") { _root.kniferight.duplicateMovieClip("kr" + _global.derp, _global.derp); _root["kr" + _global.derp]._x = _parent._x + 40; _root["kr" + _global.derp]._y = _parent._y - 65; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "woodenarm") { _root.woodenarmright.duplicateMovieClip("war" + _global.derp, _global.derp); _root["war" + _global.derp]._x = _parent._x + 40; _root["war" + _global.derp]._y = _parent._y - 65; _root.missilelaunch.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 30; _global.derp = _global.derp + 20; _root.squarebg.greenglyph.duplicateMovieClip("greenglyph" + _global.derp, _global.derp); _root.squarebg["greenglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["greenglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "stump") { _root.stumpright.duplicateMovieClip("sr" + _global.derp, _global.derp); _root["sr" + _global.derp]._x = _parent._x + 40; _root["sr" + _global.derp]._y = _parent._y - 65; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 10; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "horseghost") { _root.horseright.duplicateMovieClip("hr" + _global.derp, _global.derp); _root["hr" + _global.derp]._x = _parent._x + 40; _root["hr" + _global.derp]._y = _parent._y - 65; _root.horsedash.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 25; _global.derp = _global.derp + 20; _root.squarebg.purpleglyph.duplicateMovieClip("purpleglyph" + _global.derp, _global.derp); _root.squarebg["purpleglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["purpleglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "ripper") { _root.ripperright.duplicateMovieClip("rr" + _global.derp, _global.derp); _root["rr" + _global.derp]._x = _parent._x + 40; _root["rr" + _global.derp]._y = _parent._y - 65; _root.knife_throw.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 15; _global.derp = _global.derp + 20; _root.squarebg.purpleglyph.duplicateMovieClip("purpleglyph" + _global.derp, _global.derp); _root.squarebg["purpleglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["purpleglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "cross") { _root.crossright.duplicateMovieClip("cr" + _global.derp, _global.derp); _root["cr" + _global.derp]._x = _parent._x + 40; _root["cr" + _global.derp]._y = _parent._y - 65; if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 12; _global.derp = _global.derp + 20; _root.squarebg.blueglyph.duplicateMovieClip("blueglyph" + _global.derp, _global.derp); _root.squarebg["blueglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["blueglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } if (_global.subweapon_choice == "fireball") { _root.fireball_right.duplicateMovieClip("fr" + _global.derp, _global.derp); _root["fr" + _global.derp]._x = _parent._x + 40; _root["fr" + _global.derp]._y = _parent._y - 65; _root.fireball.start(); if ((_global.dupecache == 0) and (detect == true)) { _global.dupecache = _global.derp; detect = false; } if (((_global.dupecache >= 1) and (_global.dupecache2 == 0)) and (detect == true)) { _global.dupecache2 = _global.derp; detect = false; } if (((_global.dupecache2 >= 1) and (_global.dupecache3 == 0)) and (detect == true)) { _global.dupecache3 = _global.derp; detect = false; } if (((_global.dupecache3 >= 1) and (_global.dupecache4 == 0)) and (detect == true)) { _global.dupecache4 = _global.derp; detect = false; } if (((_global.dupecache4 >= 1) and (_global.dupecache5 == 0)) and (detect == true)) { _global.dupecache5 = _global.derp; detect = false; } if (((_global.dupecache5 >= 1) and (_global.dupecache6 == 0)) and (detect == true)) { _global.dupecache6 = _global.derp; detect = false; } if (((_global.dupecache6 >= 1) and (_global.dupecache7 == 0)) and (detect == true)) { _global.dupecache7 = _global.derp; detect = false; } if (((_global.dupecache7 >= 1) and (_global.dupecache8 == 0)) and (detect == true)) { _global.dupecache8 = _global.derp; detect = false; } if (((_global.dupecache8 >= 1) and (_global.dupecache9 == 0)) and (detect == true)) { _global.dupecache9 = _global.derp; detect = false; } if (((_global.dupecache9 >= 1) and (_global.dupecache10 == 0)) and (detect == true)) { _global.dupecache10 = _global.derp; detect = false; } if ((_global.dupecache10 >= 1) and (detect == true)) { _global.dupecache = _global.derp; _global.dupecache2 = 0; _global.dupecache3 = 0; _global.dupecache4 = 0; _global.dupecache5 = 0; _global.dupecache6 = 0; _global.dupecache7 = 0; _global.dupecache8 = 0; _global.dupecache9 = 0; _global.dupecache10 = 0; detect = false; } _global.mp = _global.mp - 5; _global.derp = _global.derp + 20; _root.squarebg.redglyph.duplicateMovieClip("redglyph" + _global.derp, _global.derp); _root.squarebg["redglyph" + _global.derp]._x = _root.cinematic.jonathan._x; _root.squarebg["redglyph" + _global.derp]._y = _root.cinematic.jonathan._y - 45; _root.beam3.start(); _global.derp = _global.derp + 20; } } if (_global.subweaponjumpcount <= 5) { _global.subweaponjump = true; } if (_global.subweaponjumpcount >= 6) { _global.subweaponjump = 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"); } } }
Instance of Symbol 492 MovieClip in Symbol 493 MovieClip Frame 632
onClipEvent (enterFrame) { _global.mp = _global.mp + 0.05; }
Symbol 501 MovieClip Frame 6
stop();
Symbol 502 MovieClip Frame 1
stop();
Instance of Symbol 495 MovieClip in Symbol 502 MovieClip Frame 1
onClipEvent (load) { speed = -20; } onClipEvent (enterFrame) { if (_global.pausing == false) { _parent._x = _parent._x - speed; if (_root.bg.hitTest(_parent._x, _parent._y, true)) { if (this.hitTest(_root.cam)) { _root.knife_hit.start(); } _parent.gotoAndStop(2); } } }
Symbol 502 MovieClip Frame 2
_root.enemy_explode.start();
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 2
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 6) { _parent.unloadMovie(); } }
Symbol 503 MovieClip Frame 1
stop();
Instance of Symbol 495 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) { speed = -20; } onClipEvent (enterFrame) { if (_global.pausing == false) { _parent._x = _parent._x + speed; if (_root.bg.hitTest(_parent._x, _parent._y, true)) { if (this.hitTest(_root.cam)) { _root.knife_hit.start(); } _parent.gotoAndStop(2); } } }
Symbol 503 MovieClip Frame 2
_root.enemy_explode.start();
Instance of Symbol 501 MovieClip in Symbol 503 MovieClip Frame 2
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 6) { _parent.unloadMovie(); } }
Symbol 505 MovieClip Frame 1
stop();
Symbol 505 MovieClip Frame 24
_global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0;
Instance of Symbol 336 MovieClip "bdcoder" in Symbol 505 MovieClip Frame 24
onClipEvent (load) { _global.togglewhip = "off"; _global.whipping = false; _global.jbvk = 0; _parent.gotoAndStop(1); }
Symbol 505 MovieClip Frame 25
gotoAndStop (1);
Symbol 506 MovieClip Frame 1
stop();
Instance of Symbol 495 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) { speed = 20; } onClipEvent (enterFrame) { if (_global.pausing == false) { _parent._y = _parent._y - speed; if (_root.bg.hitTest(_parent._x, _parent._y, true)) { if (this.hitTest(_root.cam)) { _root.knife_hit.start(); } _parent.gotoAndStop(2); } } }
Symbol 506 MovieClip Frame 2
_root.enemy_explode.start();
Instance of Symbol 501 MovieClip in Symbol 506 MovieClip Frame 2
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 6) { _parent.unloadMovie(); } }
Symbol 507 MovieClip Frame 1
stop();
Instance of Symbol 495 MovieClip in Symbol 507 MovieClip Frame 1
onClipEvent (load) { speed = -20; } onClipEvent (enterFrame) { if (_global.pausing == false) { _parent._y = _parent._y - speed; if (_root.bg.hitTest(_parent._x, _parent._y, true)) { if (this.hitTest(_root.cam)) { _root.knife_hit.start(); } _parent.gotoAndStop(2); } } }
Symbol 507 MovieClip Frame 2
_root.enemy_explode.start();
Instance of Symbol 501 MovieClip in Symbol 507 MovieClip Frame 2
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 6) { _parent.unloadMovie(); } }
Instance of Symbol 511 MovieClip in Symbol 513 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 173 MovieClip in Symbol 515 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 526 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 526 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("first"); } }
Instance of Symbol 173 MovieClip in Symbol 526 MovieClip Frame 6
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("second"); } } }
Instance of Symbol 173 MovieClip in Symbol 526 MovieClip Frame 12
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("third"); } } }
Instance of Symbol 173 MovieClip in Symbol 526 MovieClip Frame 18
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("last"); } } }
Symbol 526 MovieClip Frame 24
_root.wallcrumble.start();
Instance of Symbol 521 MovieClip in Symbol 526 MovieClip Frame 24
onClipEvent (load) { speed = 3; Yvelocity = 0; } onClipEvent (enterFrame) { this._y = this._y - Yvelocity; this._x = this._x - speed; this._alpha = this._alpha - 2; if (this._alpha <= 20) { _parent.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 2; } this._rotation = this._rotation + 25; }
Instance of Symbol 523 MovieClip in Symbol 526 MovieClip Frame 24
onClipEvent (load) { speed = 3; Yvelocity = 0; } onClipEvent (enterFrame) { this._y = this._y - Yvelocity; this._x = this._x + speed; this._alpha = this._alpha - 2; if (this._alpha <= 20) { _parent.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 2; } this._rotation = this._rotation + 25; }
Instance of Symbol 525 MovieClip in Symbol 526 MovieClip Frame 24
onClipEvent (load) { speed = 3; Yvelocity = 0; } onClipEvent (enterFrame) { this._y = this._y - Yvelocity; this._x = this._x - speed; this._alpha = this._alpha - 2; if (this._alpha <= 20) { _parent.unloadMovie(); } if (Yvelocity >= -10) { Yvelocity = Yvelocity - 2; } this._rotation = this._rotation + 25; }
Symbol 552 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 552 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("first"); } }
Symbol 552 MovieClip Frame 5
stop();
Instance of Symbol 173 MovieClip in Symbol 552 MovieClip Frame 5
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("second"); } } }
Symbol 552 MovieClip Frame 9
stop();
Instance of Symbol 173 MovieClip in Symbol 552 MovieClip Frame 9
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("third"); } } }
Symbol 552 MovieClip Frame 13
stop();
Instance of Symbol 173 MovieClip in Symbol 552 MovieClip Frame 13
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("last"); } } }
Symbol 552 MovieClip Frame 17
stop(); _root.wallcrumble.start();
Instance of Symbol 535 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 537 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 0) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 539 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 0) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation - 20; this._y = this._y - Yvelocity; }
Instance of Symbol 541 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 0) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation - 20; this._y = this._y - Yvelocity; }
Instance of Symbol 543 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 0) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 545 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 0) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 547 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 0) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation - 20; this._y = this._y - Yvelocity; }
Instance of Symbol 549 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 0) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation - 20; this._y = this._y - Yvelocity; }
Instance of Symbol 551 MovieClip in Symbol 552 MovieClip Frame 17
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 0) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Symbol 577 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 577 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("first"); } }
Instance of Symbol 173 MovieClip in Symbol 577 MovieClip Frame 9
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("second"); } } }
Instance of Symbol 173 MovieClip in Symbol 577 MovieClip Frame 16
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("last"); } } }
Symbol 577 MovieClip Frame 24
_root.wallcrumble.start();
Instance of Symbol 560 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 562 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 564 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _global.wallcrumble3enable = false; _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 566 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 568 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 570 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 572 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 574 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 576 MovieClip in Symbol 577 MovieClip Frame 24
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 528 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 552 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (load) { if (_global.wallcrumble1 == true) { this.unloadMovie(); } } onClipEvent (enterFrame) { }
Instance of Symbol 577 MovieClip in Symbol 578 MovieClip Frame 1
onClipEvent (load) { if (_global.wallcrumble3enable == true) { this._x = 165; this._y = 1307; } else { this._visible = false; this._x = -284.9; this._y = 1307; } }
Symbol 603 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("first"); } }
Instance of Symbol 173 MovieClip in Symbol 603 MovieClip Frame 12
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("second"); } } }
Instance of Symbol 173 MovieClip in Symbol 603 MovieClip Frame 21
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("last"); } } }
Symbol 603 MovieClip Frame 29
_root.wallcrumble.start();
Instance of Symbol 591 MovieClip in Symbol 603 MovieClip Frame 29
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _global.breakablewall4enable = false; _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 593 MovieClip in Symbol 603 MovieClip Frame 29
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 595 MovieClip in Symbol 603 MovieClip Frame 29
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 597 MovieClip in Symbol 603 MovieClip Frame 29
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 599 MovieClip in Symbol 603 MovieClip Frame 29
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 601 MovieClip in Symbol 603 MovieClip Frame 29
onClipEvent (load) { timer = 0; gravity = 3; Yvelocity = 8; } onClipEvent (enterFrame) { this._alpha = this._alpha - 2; if (this._alpha <= 50) { _parent.unloadMovie(); this.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 1; } this._rotation = this._rotation + 20; this._y = this._y - Yvelocity; }
Instance of Symbol 580 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 603 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall4enable == true) { this._x = 432; this._y = -137; } else { this._x = 1052; this._y = -137; } }
Symbol 616 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 616 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("first"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("first"); } }
Instance of Symbol 173 MovieClip in Symbol 616 MovieClip Frame 6
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("second"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("second"); } } }
Instance of Symbol 173 MovieClip in Symbol 616 MovieClip Frame 12
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("third"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("third"); } } }
Instance of Symbol 173 MovieClip in Symbol 616 MovieClip Frame 18
onClipEvent (load) { this._visible = false; timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 7) { if (_parent.hitTest(_root.cinematic.jonathan.whipping.whip)) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["war" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["wal" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["zr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsll" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.derp])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bsld" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["bslu" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["rr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hwr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["hr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["sr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache])) { _root["kl" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache2])) { _root["kl" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache3])) { _root["kl" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache4])) { _root["kl" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache5])) { _root["kl" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache6])) { _root["kl" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache7])) { _root["kl" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache8])) { _root["kl" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache9])) { _root["kl" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kl" + _global.dupecache10])) { _root["kl" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache])) { _root["kr" + _global.dupecache].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache2])) { _root["kr" + _global.dupecache2].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache3])) { _root["kr" + _global.dupecache3].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache4])) { _root["kr" + _global.dupecache4].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache5])) { _root["kr" + _global.dupecache5].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache6])) { _root["kr" + _global.dupecache6].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache7])) { _root["kr" + _global.dupecache7].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache8])) { _root["kr" + _global.dupecache8].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache9])) { _root["kr" + _global.dupecache9].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["kr" + _global.dupecache10])) { _root["kr" + _global.dupecache10].gotoAndStop(2); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cl" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache2])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache3])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache4])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache5])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache6])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache7])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache8])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache9])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["cr" + _global.dupecache10])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache])) { _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache2])) { _root["fl" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache3])) { _root["fl" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache4])) { _root["fl" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache5])) { _root["fl" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache6])) { _root["fl" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache7])) { _root["fl" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache8])) { _root["fl" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache9])) { _root["fl" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fl" + _global.dupecache10])) { _root["fl" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache])) { _root["fr" + _global.dupecache].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache2])) { _root["fr" + _global.dupecache2].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache3])) { _root["fr" + _global.dupecache3].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache4])) { _root["fr" + _global.dupecache4].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache5])) { _root["fr" + _global.dupecache5].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache6])) { _root["fr" + _global.dupecache6].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache7])) { _root["fr" + _global.dupecache7].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache8])) { _root["fr" + _global.dupecache8].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache9])) { _root["fr" + _global.dupecache9].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root["fr" + _global.dupecache10])) { _root["fr" + _global.dupecache10].gotoAndStop(4); _parent.gotoAndStop("last"); } if (_parent.hitTest(_root.cinematic.jonathan.shoryuken.shoryuhitbox)) { _parent.gotoAndStop("last"); } } }
Symbol 616 MovieClip Frame 24
_root.wallcrumble.start();
Instance of Symbol 611 MovieClip in Symbol 616 MovieClip Frame 24
onClipEvent (load) { speed = 3; Yvelocity = 0; } onClipEvent (enterFrame) { this._y = this._y - Yvelocity; this._x = this._x - speed; this._alpha = this._alpha - 2; if (this._alpha <= 20) { _parent.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 2; } this._rotation = this._rotation + 25; }
Instance of Symbol 613 MovieClip in Symbol 616 MovieClip Frame 24
onClipEvent (load) { speed = 3; Yvelocity = 0; } onClipEvent (enterFrame) { this._y = this._y - Yvelocity; this._x = this._x - speed; this._alpha = this._alpha - 2; if (this._alpha <= 20) { _parent.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 2; } this._rotation = this._rotation + 25; }
Instance of Symbol 615 MovieClip in Symbol 616 MovieClip Frame 24
onClipEvent (load) { speed = 3; Yvelocity = 0; } onClipEvent (enterFrame) { this._y = this._y - Yvelocity; this._x = this._x - speed; this._alpha = this._alpha - 2; if (this._alpha <= 20) { _parent.unloadMovie(); } if (Yvelocity >= -4) { Yvelocity = Yvelocity - 2; } this._rotation = this._rotation + 25; }
Instance of Symbol 618 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 623 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 552 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 552 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 552 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 552 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 626 MovieClip in Symbol 628 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 552 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 552 MovieClip in Symbol 630 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 630 MovieClip in Symbol 631 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 552 MovieClip in Symbol 633 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 552 MovieClip in Symbol 633 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 633 MovieClip in Symbol 634 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Instance of Symbol 552 MovieClip in Symbol 636 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 552 MovieClip in Symbol 636 MovieClip Frame 1
onClipEvent (load) { if (_global.breakablewall5enable == true) { this._x = -1507; this._y = 325; } else { this._visible = false; this._x = -1807; } }
Instance of Symbol 636 MovieClip in Symbol 638 MovieClip Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 639 MovieClip Frame 1
stop();
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _root.jonathan._x = 460; _root.jonathan._y = 270; _root.cinematic.gotoAndStop("fourth_scene"); _parent.gotoAndStop("second"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.scene = 4; _root.windowbg._visible = true; _root.jonathan._x = 258; _root.jonathan._y = 114; _root.cinematic.gotoAndStop("fourth_scene"); _parent.gotoAndStop("second"); } }
Instance of Symbol 526 MovieClip "floor" in Symbol 639 MovieClip Frame 1
onClipEvent (load) { this._visible = false; if (_global.wallcrumble2 == true) { this.unloadMovie(); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 14
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _root.windowbg._visible = false; _root.jonathan._x = -835; _root.jonathan._y = 270; _root.cinematic.gotoAndStop("third_scene"); _parent.gotoAndStop(1); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 14
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _root.windowbg._visible = false; _global.scene = 3; _root.jonathan._x = 140; _root.jonathan._y = 305; _global.wallcrumble2 = true; _root.cinematic.gotoAndStop("third_scene"); _parent.gotoAndStop(1); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 14
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _root.windowbg._visible = false; _global.breakablefloor2enable = false; _global.scene = 5; _root.doorwayleft._x = 570; _root.doorwayleft._y = 277; _root.doorwayright._x = -590; _root.doorwayright._y = 274; _root.jonathan._x = 275; _root.jonathan._y = 411; _root.cinematic.gotoAndStop("fifth_scene"); _parent.gotoAndStop("third"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 14
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 7; _root.windowbg._visible = false; _root.windowbg2._visible = true; _root.jonathan._x = 555; _root.jonathan._y = 430; _root.cinematic.gotoAndStop("seventh_scene"); _parent.gotoAndStop("fifth"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 28
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _root.jonathan._x = 140; _root.jonathan._y = 305; _root.cinematic.gotoAndStop("third_scene"); _parent.gotoAndStop(1); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 28
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _root.windowbg._visible = true; _global.breakablefloor2enable = false; _global.scene = 4; _root.doorwayleft._x = 520; _root.doorwayleft._y = 105; _root.doorwayright._x = -931; _root.doorwayright._y = 105; _root.jonathan._x = -1000; _root.jonathan._y = 1800; _global.wallcrumble1 = true; _root.cinematic.gotoAndStop("fourth_scene"); _parent.gotoAndStop("second"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 28
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 5; _global.scene = 6; _root.doorwayleft._x = 570; _root.doorwayright._y = 275; _root.jonathan._x = 520; _root.jonathan._y = 436; _root.cinematic.gotoAndStop("sixth_scene"); _parent.gotoAndStop("fourth"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 28
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 7; _root.windowbg2._visible = true; _global.breakablewall5enable = false; _root.jonathan._x = -1406; _root.jonathan._y = 385; _root.cinematic.gotoAndStop("seventh_scene"); _parent.gotoAndStop("fifth"); } }
Instance of Symbol 616 MovieClip in Symbol 639 MovieClip Frame 28
onClipEvent (load) { if (_global.breakablefloor2enable == true) { this._x = 241; this._y = 443; } else { this._y = 783; } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 28
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 5; _global.scene = 9; _root.doorwayleft._x = 570; _root.doorwayright._y = 275; _root.jonathan._x = 515; _root.jonathan._y = 432; _root.cinematic.gotoAndStop("ninth_scene"); _parent.gotoAndStop("eigth"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 40
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _root.windowbg._visible = true; _global.scene = 4; _root.doorwayleft._x = 520; _root.doorwayleft._y = 105; _root.doorwayright._x = -931; _root.doorwayright._y = 105; _root.jonathan._x = -1000; _root.jonathan._y = 1800; _global.wallcrumble1 = true; _root.cinematic.gotoAndStop("fourth_scene"); _parent.gotoAndStop("second"); } }
Instance of Symbol 621 MovieClip "stairwayleft" in Symbol 639 MovieClip Frame 40
onClipEvent (load) { this._visible = false; }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 40
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 5; _root.jonathan._x = -470; _root.jonathan._y = 35; _root.cinematic.gotoAndStop("fifth_scene"); _parent.gotoAndStop("third"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 52
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 3; _global.scene = 4; _global.wallcrumble3enable = false; _root.windowbg._visible = true; _root.windowbg2._visible = false; _root.jonathan._x = 221; _root.jonathan._y = 1026; _root.cinematic.gotoAndStop("fourth_scene"); _parent.gotoAndStop("second"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 52
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.breakablewall5enable = false; _global.breakablewall4enable = false; _root.windowbg2._visible = false; _root.jonathan._x = 420; _root.jonathan._y = -40; _root.cinematic.gotoAndStop("fifth_scene"); _parent.gotoAndStop("third"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 84
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 9; _root.jonathan._x = 91; _root.jonathan._y = 442; _root.cinematic.gotoAndStop("ninth_scene"); _parent.gotoAndStop("eigth"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 84
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 10; _root.jonathan._x = -595; _root.jonathan._y = 438; _root.cinematic.gotoAndStop("tenth_scene"); _parent.gotoAndStop("ninth"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 96
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 5; _root.jonathan._x = -480; _root.jonathan._y = 434; _root.cinematic.gotoAndStop("fifth_scene"); _parent.gotoAndStop("third"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 96
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 8; _root.jonathan._x = 516; _root.jonathan._y = 438; _root.cinematic.gotoAndStop("eigth_scene"); _parent.gotoAndStop("seventh"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 112
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 11; _root.jonathan._x = -580; _root.jonathan._y = 435; _root.cinematic.gotoAndStop("eleventh_scene"); _parent.gotoAndStop("tenth"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 112
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 8; _root.jonathan._x = 505; _root.jonathan._y = -564; _root.cinematic.gotoAndStop("eigth_scene"); _parent.gotoAndStop("seventh"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 131
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 5; _root.jonathan._x = -480; _root.jonathan._y = 434; _root.cinematic.gotoAndStop("fifth_scene"); _parent.gotoAndStop("third"); } }
Instance of Symbol 515 MovieClip in Symbol 639 MovieClip Frame 131
onClipEvent (load) { } onClipEvent (enterFrame) { if (this.hitTest(_root.jonathan.hitbox)) { _global.openingcutscene = 0; _global.scene = 10; _root.jonathan._x = 1052; _root.jonathan._y = 438; _root.cinematic.gotoAndStop("tenth_scene"); _parent.gotoAndStop("ninth"); } }
Instance of Symbol 283 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (load) { this._visible = false; _parent.timertext.text = _parent._parent.textvar; } onClipEvent (enterFrame) { _parent.timertext.text = _parent._parent.textvar; }
Instance of Symbol 657 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (load) { health = 99; textvar = "OBJECTIVE"; } onClipEvent (enterFrame) { textvar = "OBJECTIVE"; }
Instance of Symbol 665 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) { if ((_global.scene >= 2.9) and (_global.scene <= 3.1)) { this._x = 48.5; this._y = -1.8; } } onClipEvent (enterFrame) { if ((_global.scene >= 2.9) and (_global.scene <= 3.1)) { _global.mapcoordinatesy = "A"; if (_root.jonathan._x >= 232) { _global.mapcoordinatesx = "13"; this._x = 48.4; } if ((_root.jonathan._x >= 47) and (_root.jonathan._x <= 231.9)) { _global.mapcoordinatesx = "12"; this._x = 28.4; } if ((_root.jonathan._x >= -250) and (_root.jonathan._x <= 46.9)) { _global.mapcoordinatesx = "11"; this._x = 8.4; } if ((_root.jonathan._x >= -900) and (_root.jonathan._x <= -249.9)) { _global.mapcoordinatesx = "10"; this._x = -11.6; } } if ((_global.scene >= 3.9) and (_global.scene <= 4.1)) { if ((_root.jonathan._x <= 726) and (_root.jonathan._x >= -73)) { _global.mapcoordinatesx = "12"; this._x = 28.4; } if ((_root.jonathan._x >= -393) and (_root.jonathan._x <= -73.1)) { _global.mapcoordinatesx = "11"; this._x = 8.4; } if ((_root.jonathan._x >= -633) and (_root.jonathan._x <= -393.1)) { _global.mapcoordinatesx = "10"; this._x = -11.6; } if ((_root.jonathan._x >= -899) and (_root.jonathan._x <= -633.1)) { _global.mapcoordinatesx = "9"; this._x = -31.6; } if ((_root.jonathan._x >= -1300) and (_root.jonathan._x <= -900)) { _global.mapcoordinatesx = "8"; this._x = -51.6; } if ((_root.jonathan._y >= -121) and (_root.jonathan._y <= 318)) { _global.mapcoordinatesy = "B"; this._y = 18.2; } if ((_root.jonathan._y >= 318) and (_root.jonathan._y <= 800)) { _global.mapcoordinatesy = "C"; this._y = 38.2; } if ((_root.jonathan._y >= 801) and (_root.jonathan._y <= 1350)) { _global.mapcoordinatesy = "D"; this._y = 58.2; } if ((_root.jonathan._y >= 1373) and (_root.jonathan._y <= 2000)) { _global.mapcoordinatesy = "E"; this._y = 78.2; } if ((_root.jonathan._y >= 2001) and (_root.jonathan._y <= 2153)) { _global.mapcoordinatesy = "F"; this._y = 98.2; } } if ((_global.scene >= 4.9) and (_global.scene <= 5.1)) { if ((_root.jonathan._x <= -260) and (_root.jonathan._x >= -600)) { _global.mapcoordinatesx = "6"; this._x = -91.6; } if ((_root.jonathan._x >= -259) and (_root.jonathan._x <= 0)) { _global.mapcoordinatesx = "7"; this._x = -71.6; } if ((_root.jonathan._x >= 0.5) and (_root.jonathan._x <= 432)) { _global.mapcoordinatesx = "8"; this._x = -51.6; } if ((_root.jonathan._x >= 432.5) and (_root.jonathan._x <= 660)) { _global.mapcoordinatesx = "9"; this._x = -31.6; } if ((_root.jonathan._y >= 160) and (_root.jonathan._y <= 480)) { _global.mapcoordinatesy = "D"; this._y = 58.2; } if ((_root.jonathan._y >= 41) and (_root.jonathan._y <= 160)) { _global.mapcoordinatesy = "C"; this._y = 38.2; } if ((_root.jonathan._y >= -360) and (_root.jonathan._y <= 40)) { _global.mapcoordinatesy = "B"; this._y = 18.2; } } if ((_global.scene >= 5.9) and (_global.scene <= 6.1)) { _global.mapcoordinatesy = "B"; _global.mapcoordinatesx = "5"; this._x = -111.6; this._y = 18.2; } if ((_global.scene >= 6.9) and (_global.scene <= 7.1)) { if ((_root.jonathan._x <= 775) and (_root.jonathan._x >= 86)) { _global.mapcoordinatesx = "11"; this._x = 8.4; } if ((_root.jonathan._x >= -642) and (_root.jonathan._x <= 85)) { _global.mapcoordinatesx = "10"; this._x = -11.6; } if ((_root.jonathan._x >= -1614) and (_root.jonathan._x <= -643)) { _global.mapcoordinatesx = "9"; this._x = -31.6; } if ((_root.jonathan._y >= -80) and (_root.jonathan._y <= 567)) { _global.mapcoordinatesy = "C"; this._y = 38.2; } } if ((_global.scene >= 7.9) and (_global.scene <= 8.1)) { _global.mapcoordinatesx = "4"; this._x = -131.6; if ((_root.jonathan._y >= 230) and (_root.jonathan._y <= 595)) { _global.mapcoordinatesy = "D"; this._y = 58.2; } if ((_root.jonathan._y >= -133) and (_root.jonathan._y <= 229)) { _global.mapcoordinatesy = "C"; this._y = 38.2; } if ((_root.jonathan._y >= -470) and (_root.jonathan._y <= -133)) { _global.mapcoordinatesy = "B"; this._y = 18.2; } if ((_root.jonathan._y >= -874) and (_root.jonathan._y <= -471)) { _global.mapcoordinatesy = "A"; this._y = -1.8; } } if ((_global.scene >= 8.9) and (_global.scene <= 9.1)) { _global.mapcoordinatesx = "5"; _global.mapcoordinatesy = "D"; this._x = -111.6; this._y = 58.2; } if ((_global.scene >= 9.9) and (_global.scene <= 10.1)) { _global.mapcoordinatesy = "A"; this._y = -1.8; if ((_root.jonathan._x >= -795) and (_root.jonathan._x <= -175)) { _global.mapcoordinatesx = "5"; this._x = -111.6; } if ((_root.jonathan._x >= -175) and (_root.jonathan._x <= 555)) { _global.mapcoordinatesx = "6"; this._x = -91.6; } if ((_root.jonathan._x >= 555) and (_root.jonathan._x <= 1253)) { _global.mapcoordinatesx = "7"; this._x = -71.6; } } if ((_global.scene >= 10.9) and (_global.scene <= 11.1)) { _global.mapcoordinatesy = "A"; this._y = -1.8; if ((_root.jonathan._x >= -757) and (_root.jonathan._x <= -101)) { _global.mapcoordinatesx = "8"; this._x = -51.6; } if ((_root.jonathan._x >= -101) and (_root.jonathan._x <= 580)) { _global.mapcoordinatesx = "9"; this._x = -31.6; } } }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "A"; } onClipEvent (enterFrame) { textvar = "A"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "B"; } onClipEvent (enterFrame) { textvar = "B"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "C"; } onClipEvent (enterFrame) { textvar = "C"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "D"; } onClipEvent (enterFrame) { textvar = "D"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "E"; } onClipEvent (enterFrame) { textvar = "E"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "F"; } onClipEvent (enterFrame) { textvar = "F"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "G"; } onClipEvent (enterFrame) { textvar = "G"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "H"; } onClipEvent (enterFrame) { textvar = "H"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "I"; } onClipEvent (enterFrame) { textvar = "I"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "J"; } onClipEvent (enterFrame) { textvar = "J"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "K"; } onClipEvent (enterFrame) { textvar = "K"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "L"; } onClipEvent (enterFrame) { textvar = "L"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "M"; } onClipEvent (enterFrame) { textvar = "M"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "N"; } onClipEvent (enterFrame) { textvar = "N"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "O"; } onClipEvent (enterFrame) { textvar = "O"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "P"; } onClipEvent (enterFrame) { textvar = "P"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "Q"; } onClipEvent (enterFrame) { textvar = "Q"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "R"; } onClipEvent (enterFrame) { textvar = "R"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "S"; } onClipEvent (enterFrame) { textvar = "S"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "T"; } onClipEvent (enterFrame) { textvar = "T"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "U"; } onClipEvent (enterFrame) { textvar = "U"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "A"; } onClipEvent (enterFrame) { textvar = "A"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "B"; } onClipEvent (enterFrame) { textvar = "B"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "C"; } onClipEvent (enterFrame) { textvar = "C"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "D"; } onClipEvent (enterFrame) { textvar = "D"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "E"; } onClipEvent (enterFrame) { textvar = "E"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "F"; } onClipEvent (enterFrame) { textvar = "F"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "G"; } onClipEvent (enterFrame) { textvar = "G"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "H"; } onClipEvent (enterFrame) { textvar = "H"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "I"; } onClipEvent (enterFrame) { textvar = "I"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "J"; } onClipEvent (enterFrame) { textvar = "J"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "K"; } onClipEvent (enterFrame) { textvar = "K"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "L"; } onClipEvent (enterFrame) { textvar = "L"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "M"; } onClipEvent (enterFrame) { textvar = "M"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "N"; } onClipEvent (enterFrame) { textvar = "N"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "O"; } onClipEvent (enterFrame) { textvar = "O"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "P"; } onClipEvent (enterFrame) { textvar = "P"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "Q"; } onClipEvent (enterFrame) { textvar = "Q"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "R"; } onClipEvent (enterFrame) { textvar = "R"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "S"; } onClipEvent (enterFrame) { textvar = "S"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "T"; } onClipEvent (enterFrame) { textvar = "T"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "U"; } onClipEvent (enterFrame) { textvar = "U"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "1"; } onClipEvent (enterFrame) { textvar = "1"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "2"; } onClipEvent (enterFrame) { textvar = "2"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "3"; } onClipEvent (enterFrame) { textvar = "3"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "4"; } onClipEvent (enterFrame) { textvar = "4"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "5"; } onClipEvent (enterFrame) { textvar = "5"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "6"; } onClipEvent (enterFrame) { textvar = "6"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "7"; } onClipEvent (enterFrame) { textvar = "7"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "8"; } onClipEvent (enterFrame) { textvar = "8"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "9"; } onClipEvent (enterFrame) { textvar = "9"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "10"; } onClipEvent (enterFrame) { textvar = "10"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "11"; } onClipEvent (enterFrame) { textvar = "11"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "12"; } onClipEvent (enterFrame) { textvar = "12"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "13"; } onClipEvent (enterFrame) { textvar = "13"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "14"; } onClipEvent (enterFrame) { textvar = "14"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "15"; } onClipEvent (enterFrame) { textvar = "15"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "16"; } onClipEvent (enterFrame) { textvar = "16"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "17"; } onClipEvent (enterFrame) { textvar = "17"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "18"; } onClipEvent (enterFrame) { textvar = "18"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "V"; } onClipEvent (enterFrame) { textvar = "V"; }
Instance of Symbol 649 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { textvar = "V"; } onClipEvent (enterFrame) { textvar = "V"; }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "B") and (_global.mapcoordinatesx == "12")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "C") and (_global.mapcoordinatesx == "12")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "D") and (_global.mapcoordinatesx == "12")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "E") and (_global.mapcoordinatesx == "12")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "E") and (_global.mapcoordinatesx == "11")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "E") and (_global.mapcoordinatesx == "10")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "E") and (_global.mapcoordinatesx == "9")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "E") and (_global.mapcoordinatesx == "8")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "D") and (_global.mapcoordinatesx == "5")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "B") and (_global.mapcoordinatesx == "5")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "D") and (_global.mapcoordinatesx == "8")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "D") and (_global.mapcoordinatesx == "9")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "D") and (_global.mapcoordinatesx == "7")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "D") and (_global.mapcoordinatesx == "6")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "C") and (_global.mapcoordinatesx == "6")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "C") and (_global.mapcoordinatesx == "7")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "C") and (_global.mapcoordinatesx == "8")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "B") and (_global.mapcoordinatesx == "8")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "B") and (_global.mapcoordinatesx == "7")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "B") and (_global.mapcoordinatesx == "6")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "C") and (_global.mapcoordinatesx == "11")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "C") and (_global.mapcoordinatesx == "10")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "C") and (_global.mapcoordinatesx == "9")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "D") and (_global.mapcoordinatesx == "4")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "C") and (_global.mapcoordinatesx == "4")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "B") and (_global.mapcoordinatesx == "4")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "A") and (_global.mapcoordinatesx == "4")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "A") and (_global.mapcoordinatesx == "5")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "A") and (_global.mapcoordinatesx == "6")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "A") and (_global.mapcoordinatesx == "7")) { this._visible = false; } }
Instance of Symbol 652 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { if ((_global.mapcoordinatesy == "A") and (_global.mapcoordinatesx == "8")) { this._visible = false; } }
Symbol 675 MovieClip Frame 1
stop();
Instance of Symbol 283 MovieClip in Symbol 751 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { _parent._parent.walking = true; }
Symbol 751 MovieClip Frame 13
if (_parent._parent._parent.hitTest(_root.cam)) { _root.stomp2.start(); }
Instance of Symbol 283 MovieClip in Symbol 751 MovieClip Frame 15
onClipEvent (load) { this._visible = false; if (_parent._parent._parent.hitTest(_root.cam)) { _root.steam.start(); } _root.steam1left.duplicateMovieClip("steam1left" + _global.derp, _global.derp); _root["steam1left" + _global.derp]._x = _parent._parent._parent._x - 30; _root["steam1left" + _global.derp]._y = _parent._parent._parent._y - 180; _global.derp = _global.derp + 20; } onClipEvent (enterFrame) { _parent._parent.walking = false; }
Instance of Symbol 283 MovieClip in Symbol 751 MovieClip Frame 24
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { _parent._parent.walking = true; }
Symbol 751 MovieClip Frame 47
if (_parent._parent._parent.hitTest(_root.cam)) { _root.stomp2.start(); }
Instance of Symbol 283 MovieClip in Symbol 751 MovieClip Frame 49
onClipEvent (load) { this._visible = false; if (_parent._parent._parent.hitTest(_root.cam)) { _root.steam.start(); } _root.steam1right.duplicateMovieClip("steam1right" + _global.derp, _global.derp); _root["steam1right" + _global.derp]._x = _parent._parent._parent._x + 30; _root["steam1right" + _global.derp]._y = _parent._parent._parent._y - 180; _global.derp = _global.derp + 20; } onClipEvent (enterFrame) { _parent._parent.walking = false; }
Instance of Symbol 283 MovieClip in Symbol 751 MovieClip Frame 62
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { _parent._parent.walking = true; }
Symbol 751 MovieClip Frame 74
gotoAndPlay (6);
Instance of Symbol 753 MovieClip "gx" in Symbol 754 MovieClip Frame 1
onClipEvent (load) { jonathansound = Math.random(1); hit = false; death = false; appearancetimer = 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; } onClipEvent (enterFrame) { if (_global.pausing == false) { if (health <= 0) { death = true; } appearancetimer++; if ((hitcount == 0) and (death == false)) { _alpha = 100; } if (appearancetimer >= 35) { if ((_parent.hitTest(_root.jonathan) and (_global.xdisable == false)) and (!_parent.hitTest(_root.jonathan.whipping.whip))) { _global.healthup = 15; _root.healthbox.duplicateMovieClip("healthboxdupe" + _global.derp, _global.derp); _root["healthboxdupe" + _global.derp]._x = _root.jonathan._x; _root["healthboxdupe" + _global.derp]._y = _root.jonathan._y - 70; _global.derp = _global.derp + 20; _global.itemget = true; _global.itemrestart = true; _global.itemvalue = "Green X Parasite"; _global.greenvalue = 150; if (jonathansound <= 0.5) { _root.herewego.start(); } if (jonathansound >= 0.5000001) { _root.icantakeit.start(); } _root.xabsorb.start(); _global.mp = _global.mp + 15; _parent.unloadMovie(); } } if (death == false) { xspeed = xspeed * 0.9; yspeed = yspeed * 0.9; if ((_parent._x <= (_root.jonathan._x + 450)) and (_parent._x >= (_root.jonathan._x - 450))) { _parent._x = _parent._x + xspeed; } if ((_parent._y >= (_root.jonathan._y - 400)) 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 + 375) - 5)) { timer = 60; _parent._x = _parent._x - 12; xspeed = 0; } if (_parent._x <= ((_root.jonathan._x - 375) + 5)) { timer = 60; _parent._x = _parent._x + 12; xspeed = 0; } if (_parent._y <= ((_root.jonathan._y - 350) + 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 + 375) - 5)) and (xmovement >= 1)) { xmovement = xmovement * 1; xspeed = -6; } if ((_parent._x <= ((_root.jonathan._x - 375) + 5)) and (xmovement <= -1)) { xmovement = xmovement * 1; xspeed = 18; } if ((_parent._y <= ((_root.jonathan._y - 350) + 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; } } } } } }
Symbol 755 MovieClip Frame 1
stop();
Instance of Symbol 752 MovieClip in Symbol 755 MovieClip Frame 75
onClipEvent (load) { hit = false; death = false; appearancetimer = 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; } onClipEvent (enterFrame) { if (_global.pausing == false) { if (health <= 0) { death = true; } appearancetimer++; if ((hitcount == 0) and (death == false)) { _alpha = 100; } if (appearancetimer >= 35) { if ((_parent.hitTest(_root.jonathan) and (_global.xdisable == false)) and (!_parent.hitTest(_root.jonathan.whipping.whip))) { _global.healthup = 5; _root.healthbox.duplicateMovieClip("healthboxdupe" + _global.derp, _global.derp); _root["healthboxdupe" + _global.derp]._x = _root.jonathan._x; _root["healthboxdupe" + _global.derp]._y = _root.jonathan._y - 70; _global.derp = _global.derp + 20; _global.itemget = true; _global.itemrestart = true; _global.itemvalue = "Yellow X Parasite"; _root.xabsorb.start(); _global.health = _global.health + 5; _parent.unloadMovie(); } } if (death == false) { xspeed = xspeed * 0.9; yspeed = yspeed * 0.9; if ((_parent._x <= (_root.jonathan._x + 450)) and (_parent._x >= (_root.jonathan._x - 450))) { _parent._x = _parent._x + xspeed; } if ((_parent._y >= (_root.jonathan._y - 400)) 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 + 375) - 5)) { timer = 60; _parent._x = _parent._x - 12; xspeed = 0; } if (_parent._x <= ((_root.jonathan._x - 375) + 5)) { timer = 60; _parent._x = _parent._x + 12; xspeed = 0; } if (_parent._y <= ((_root.jonathan._y - 350) + 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 + 375) - 5)) and (xmovement >= 1)) { xmovement = xmovement * 1; xspeed = -6; } if ((_parent._x <= ((_root.jonathan._x - 375) + 5)) and (xmovement <= -1)) { xmovement = xmovement * 1; xspeed = 18; } if ((_parent._y <= ((_root.jonathan._y - 350) + 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 754 MovieClip "heart" in Symbol 755 MovieClip Frame 88
onClipEvent (enterFrame) { if (_global.dead == true) { this.unloadMovie(); } }
Instance of Symbol 283 MovieClip in Symbol 775 MovieClip Frame 1
onClipEvent (load) { this._visible = false; _parent.timertext.text = _parent._parent.textvar; } onClipEvent (enterFrame) { _parent.timertext.text = _parent._parent.textvar; }
Symbol 805 MovieClip Frame 1
stop();
Instance of Symbol 804 MovieClip in Symbol 805 MovieClip Frame 2
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer >= 27) { _parent._parent.unloadMovie(); } }
Instance of Symbol 283 MovieClip in Symbol 810 MovieClip Frame 1
onClipEvent (load) { this._visible = false; _parent.timertext.text = _parent._parent.textvar; } onClipEvent (enterFrame) { _parent.timertext.text = _parent._parent.textvar; }
Instance of Symbol 808 MovieClip "square" in Symbol 811 MovieClip Frame 1
onClipEvent (load) { } onClipEvent (enterFrame) { }
Symbol 820 MovieClip Frame 1
stop();
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { this.onRelease = function () { _global.weapon = "VAMPIRE KILLER"; }; }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (enterFrame) { }
Instance of Symbol 657 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (load) { textvar = "WEAPON:"; } onClipEvent (enterFrame) { textvar = "WEAPON:"; }
Instance of Symbol 657 MovieClip in Symbol 820 MovieClip Frame 8
onClipEvent (load) { textvar = _global.weapon; } onClipEvent (enterFrame) { textvar = _global.weapon; }
Instance of Symbol 759 MovieClip in Symbol 820 MovieClip Frame 19
onClipEvent (enterFrame) { }
Symbol 822 MovieClip Frame 1
stop();
Instance of Symbol 667 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { this._x = -111.75; this._y = 18.25; } onClipEvent (enterFrame) { if (_global.pausing == true) { if (this._y >= 18.25) { this._y = 18.25; } if (this._y <= -263) { this._y = -263; } if (Key.isDown(_global.upfinal)) { if (this._y >= -263) { this._y = this._y - 3; } } if (Key.isDown(_global.downfinal)) { if (this._y <= 18.25) { this._y = this._y + 3; } } } }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "HP:"; } onClipEvent (enterFrame) { textvar = "HP:"; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "MP:"; } onClipEvent (enterFrame) { textvar = "MP:"; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "ABILITIES"; } onClipEvent (enterFrame) { textvar = "ABILITIES"; this.onRelease = function () { _parent.gotoAndStop("Abilities"); }; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "STATUS:"; } onClipEvent (enterFrame) { textvar = "STATUS:"; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "GOOD"; } onClipEvent (enterFrame) { textvar = "GOOD"; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "SUBWEAPONS"; } onClipEvent (enterFrame) { textvar = "SUBWEAPONS"; this.onRelease = function () { _parent.gotoAndStop("Subweapons"); }; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "MONSTER DATABASE"; } onClipEvent (enterFrame) { textvar = "MONSTER DATABASE"; this.onRelease = function () { _parent.gotoAndStop("Monster Database"); }; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "NEW!!"; timer = 0; timer2 = 0; visible = true; } onClipEvent (enterFrame) { textvar = "NEW!!"; if (visible == true) { timer2 = 0; timer++; if (timer >= 30) { this._visible = false; visible = false; } } if (visible == false) { timer = 0; timer2++; if (timer2 >= 30) { this._visible = true; visible = true; } } }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "NEW!!"; timer = 0; timer2 = 0; visible = true; } onClipEvent (enterFrame) { textvar = "NEW!!"; if (visible == true) { timer2 = 0; timer++; if (timer >= 30) { this._visible = false; visible = false; } } if (visible == false) { timer = 0; timer2++; if (timer2 >= 30) { this._visible = true; visible = true; } } }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "NEW!!"; timer = 0; timer2 = 0; visible = true; } onClipEvent (enterFrame) { textvar = "NEW!!"; if (visible == true) { timer2 = 0; timer++; if (timer >= 30) { this._visible = false; visible = false; } } if (visible == false) { timer = 0; timer2++; if (timer2 >= 30) { this._visible = true; visible = true; } } }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = "MAP:"; } onClipEvent (enterFrame) { textvar = "MAP:"; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { _global.mapcoordinatesy = "A"; textvar = _global.mapcoordinatesy; } onClipEvent (enterFrame) { textvar = _global.mapcoordinatesy; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { _global.mapcoordinatesx = "13"; textvar = _global.mapcoordinatesx; } onClipEvent (enterFrame) { textvar = _global.mapcoordinatesx; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = _global.health; } onClipEvent (enterFrame) { textvar = _global.health; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { health = 99; textvar = _global.maxhealth; } onClipEvent (enterFrame) { textvar = _global.maxhealth; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { _global.mp = 50; textvar = _global.scene; } onClipEvent (enterFrame) { textvar = _global.scene; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 1
onClipEvent (load) { textvar = _global.maxmp; } onClipEvent (enterFrame) { textvar = _global.maxmp; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { textvar = "BACK"; } onClipEvent (enterFrame) { textvar = "BACK"; this.onRelease = function () { _parent.gotoAndStop("Main_Menu"); }; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { textvar = _global.MDBName; } onClipEvent (enterFrame) { textvar = _global.MDBName; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { if (_global.MDBName == "ZEROSPIKE") { textvar = "PLANET SR388"; } if (_global.MDBName == "RIPPER") { textvar = "PLANET ZEBES"; } if (_global.MDBName == "HORSE HEAD") { textvar = "CASTLE DRACULA"; } if (_global.MDBName == "UNDEAD STUMP") { textvar = "PERION"; } if (_global.MDBName == "WOODEN GOLEM") { textvar = "CASTLE DRACULA"; } if (_global.MDBName == "YELLOW X PARASITE") { textvar = "BUBBLE SHIP"; } if (_global.MDBName == "GREEN X PARASITE") { textvar = "BUBBLE SHIP"; } } onClipEvent (enterFrame) { if (_global.MDBName == "ZEROSPIKE") { textvar = "PLANET SR388"; } if (_global.MDBName == "RIPPER") { textvar = "PLANET ZEBES"; } if (_global.MDBName == "HORSE HEAD") { textvar = "CASTLE DRACULA"; } if (_global.MDBName == "UNDEAD STUMP") { textvar = "PERION"; } if (_global.MDBName == "WOODEN GOLEM") { textvar = "CASTLE DRACULA"; } if (_global.MDBName == "YELLOW X PARASITE") { textvar = "BUBBLE SHIP"; } if (_global.MDBName == "GREEN X PARASITE") { textvar = "BUBBLE SHIP"; } }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { textvar = "PLACE OF ORIGIN:"; } onClipEvent (enterFrame) { textvar = "PLACE OF ORIGIN:"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { textvar = "LETHALITY RATING:"; } onClipEvent (enterFrame) { textvar = "LETHALITY RATING:"; }
Instance of Symbol 675 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { if (_global.MDBName == "ZEROSPIKE") { textvar = "LOW"; } if (_global.MDBName == "RIPPER") { textvar = "MEDIUM"; } if (_global.MDBName == "HORSE HEAD") { textvar = "HIGH"; } if (_global.MDBName == "UNDEAD STUMP") { textvar = "MEDIUM"; } if (_global.MDBName == "WOODEN GOLEM") { textvar = "HIGH"; } if (_global.MDBName == "YELLOW X PARASITE") { textvar = "LOW"; } if (textvar == "LOW") { this.gotoAndStop(1); } if (textvar == "MEDIUM") { this.gotoAndStop(2); } if (textvar == "HIGH") { this.gotoAndStop(3); } } onClipEvent (enterFrame) { if (_global.MDBName == "ZEROSPIKE") { textvar = "LOW"; } if (_global.MDBName == "RIPPER") { textvar = "MEDIUM"; } if (_global.MDBName == "HORSE HEAD") { textvar = "HIGH"; } if (_global.MDBName == "UNDEAD STUMP") { textvar = "MEDIUM"; } if (_global.MDBName == "WOODEN GOLEM") { textvar = "HIGH"; } if (_global.MDBName == "YELLOW X PARASITE") { textvar = "LOW"; } if (textvar == "LOW") { this.gotoAndStop(1); } if (textvar == "MEDIUM") { this.gotoAndStop(2); } if (textvar == "HIGH") { this.gotoAndStop(3); } }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { textvar = "NEXT"; enabletimer = 0; enable = true; } onClipEvent (enterFrame) { textvar = "NEXT"; if (enable == false) { enabletimer++; } if (enabletimer >= 5) { enable = true; } if (enable == true) { enabletimer = 0; } this.onRelease = function () { if (enable == true) { if (_global.MDBName == "ZEROSPIKE") { _parent.long.startEff = 1; _global.MDBName = "RIPPER"; enable = false; } } if (enable == true) { if (_global.MDBName == "RIPPER") { _parent.long.startEff = 1; _global.MDBName = "HORSE HEAD"; enable = false; } } if (enable == true) { if (_global.MDBName == "HORSE HEAD") { _parent.long.startEff = 1; _global.MDBName = "UNDEAD STUMP"; enable = false; } } if (enable == true) { if (_global.MDBName == "UNDEAD STUMP") { _parent.long.startEff = 1; _global.MDBName = "WOODEN GOLEM"; enable = false; } } if (enable == true) { if (_global.MDBName == "WOODEN GOLEM") { _parent.long.startEff = 1; _global.MDBName = "YELLOW X PARASITE"; enable = false; } } if (enable == true) { if (_global.MDBName == "YELLOW X PARASITE") { _parent.long.startEff = 1; _global.MDBName = "GREEN X PARASITE"; enable = false; } } }; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { textvar = "NAME:"; } onClipEvent (enterFrame) { textvar = (textvar = "NAME:"); }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { textvar = "PREVIOUS"; } onClipEvent (enterFrame) { textvar = "PREVIOUS"; this.onRelease = function () { if (_global.MDBName == "RIPPER") { _parent.long.startEff = 1; _global.MDBName = "ZEROSPIKE"; } if (_global.MDBName == "HORSE HEAD") { _parent.long.startEff = 1; _global.MDBName = "RIPPER"; } if (_global.MDBName == "UNDEAD STUMP") { _parent.long.startEff = 1; _global.MDBName = "HORSE HEAD"; } if (_global.MDBName == "WOODEN GOLEM") { _parent.long.startEff = 1; _global.MDBName = "UNDEAD STUMP"; } if (_global.MDBName == "YELLOW X PARASITE") { _parent.long.startEff = 1; _global.MDBName = "WOODEN GOLEM"; } if (_global.MDBName == "GREEN X PARASITE") { _parent.long.startEff = 1; _global.MDBName = "YELLOW X PARASITE"; } }; }
Instance of Symbol 755 MovieClip in Symbol 822 MovieClip Frame 20
onClipEvent (load) { if (_global.MDBName == "ZEROSPIKE") { this.gotoAndStop("zerospike"); } if (_global.MDBName == "RIPPER") { this.gotoAndStop("ripper"); } if (_global.MDBName == "HORSE HEAD") { this.gotoAndStop("horseghost"); } if (_global.MDBName == "UNDEAD STUMP") { this.gotoAndStop("stump"); } if (_global.MDBName == "WOODEN GOLEM") { this.gotoAndStop("Wooden Golem"); } if (_global.MDBName == "YELLOW X PARASITE") { this.gotoAndStop("yellow x"); } if (_global.MDBName == "GREEN X PARASITE") { this.gotoAndStop("green x"); } } onClipEvent (enterFrame) { if (_global.MDBName == "ZEROSPIKE") { this.gotoAndStop("zerospike"); } if (_global.MDBName == "RIPPER") { this.gotoAndStop("ripper"); } if (_global.MDBName == "HORSE HEAD") { this.gotoAndStop("horseghost"); } if (_global.MDBName == "UNDEAD STUMP") { this.gotoAndStop("stump"); } if (_global.MDBName == "WOODEN GOLEM") { this.gotoAndStop("Wooden Golem"); } if (_global.MDBName == "YELLOW X PARASITE") { this.gotoAndStop("yellow x"); } if (_global.MDBName == "GREEN X PARASITE") { this.gotoAndStop("green x"); } }
Instance of Symbol 20 MovieClip "long" in Symbol 822 MovieClip Frame 20
onClipEvent (load) { if (_global.MDBName == "ZEROSPIKE") { var effectTxt = "THIS SLUG-LIKE CREATURE WAS FOUND IN ABUNDANCE ON SR388 DURING THE GALACTIC FEDERATION'S EXPEDITION TO CATALOG AND BREED ALIEN LIFE FORMS. THE CREATURE IS KNOWN TO EXPLODE WHEN CRITICALLY INJURED, AND ITS SPIKES ARE USED AS A DEFENSE MECHANISM TO CAUSE SERIOUS DAMAGE TO PREDATORS. CAUTION IS ADVISED WHEN DISPATCHING THE 'ZEROSPIKE' SPECIES."; } if (_global.MDBName == "RIPPER") { var effectTxt = "THE 'RIPPER' LIFEFORM HAS BEEN PRESENT ON PlANET ZEBES, SR388, AS WELL AS THE BUBBLE SHIP. IT HAS OFTEN IMPEDED THE PROGRESS OF SCIENTIFIC DISCOVERY AS WELL AS EXPLORATION DUE TO IT'S REPETITIVE BACK-AND-FORTH MOVEMENTS. IT RAMS INTO ANYTHING THAT STANDS IN ITS WAY WITH BLUNT FORCE, AND WILL NOT STOP UNTIL IT REACHES DEATH. EXTERMINATION IS ADVISED."; } if (_global.MDBName == "HORSE HEAD") { var effectTxt = "WHILE THIS CREATURE APPEARS TO BE ILLUSIONARY, IT IS ACTUALLY THE DISEMBODIED HEAD OF A HORSE FILLED WITH DARK DEMONIC POWER. IT WILL PURSUE ANY INTRUDERS ENDLESSLY, AND WHEN IT NEARS ITS PREY IT WILL DASH WITH UNRELENTING SPEED AND FEROCITY. TAKE EXTREME CAUTION AND ENGAGE WITH HOSTILITY WHEN ENCOUNTERING THE HORSE HEAD."; } if (_global.MDBName == "UNDEAD STUMP") { var effectTxt = "AFTER THE FORESTS NEAR CASTLE DRACULA WERE SLASHED AND BURNED BY MAN, THE SOULS OF THE FALLEN ANCIENT TREES BECAME RESTLESS AND INHABITED THEIR FORMER LIFELESS BODIES. WANDERING WASTELANDS THEY SEEK OUT MAN-MADE STRUCTURES FOR REVENGE ON THEIR KILLERS. SEEMINGLY HARMLESS BY ITSELF, THE UNDEAD STUMPS CAN BE FORMIDABLE IN LARGE GROUPS WITH THEIR ABILITY TO ENDURE HIGH DAMAGE."; } if (_global.MDBName == "WOODEN GOLEM") { var effectTxt = "INSUFFICIENT DATA ON ORIGIN. APPEARS TO HAVE BEEN DESIGNED TO DISPATCH INTRUDERS WITH ZERO TOLERANCE. WHEN IT TAKES SIGNIFICANT DAMAGE IT RETALIATES BY FIRING A SERIES OF WHAT APPEARS TO BE ITS ARMS AT ITS ATTACKER. THE X SEEM TO HAVE TAKEN OVER AS MANY OF THE GOLEMS AS THEY COULD FIND DUE TO THEIR SUPERIOR FIREPOWER AND WEAPONRY. FACE WITH EXTREME CAUTION."; } if (_global.MDBName == "YELLOW X PARASITE") { var effectTxt = "THE ORIGIN OF THE PARASITIC PANDEMIC. THIS BASE X LIFEFORM IS THE GENERIC 'WORKER' OF THE INFECTION. IT EASILY MULTIPLIES AND TAKES OVER LIVING CREATURES WITH EASE. DUE TO THE ANTI X VACCINE INSTEAD OF DYING FROM INFECTION THIS PARASITE HEALS YOU."; } if (_global.MDBName == "GREEN X PARASITE") { var effectTxt = "THIS SUBSPECIES OF THE YELLOW X ASSISTS IN BREAKING DOWN THE TISSUE OF OTHER ORGANISM AND HELPS WITH MAINTAINING ITS VICTIMS ABILITIES AND MEMORIES. THE ANTI X ALLOWS YOU TO ASSIMILATE THE GREEN X INTO YOUR BODY RECOVERING YOUR MP."; } this.longtext.timertext.text = ""; var startEff = 1; tickingtimer = 0; } onClipEvent (enterFrame) { if (_global.MDBName == "ZEROSPIKE") { var effectTxt = "THIS SLUG-LIKE CREATURE WAS FOUND IN ABUNDANCE ON SR388 DURING THE GALACTIC FEDERATION'S EXPEDITION TO CATALOG AND BREED ALIEN LIFE FORMS. THE CREATURE IS KNOWN TO EXPLODE WHEN CRITICALLY INJURED, AND ITS SPIKES ARE USED AS A DEFENSE MECHANISM TO CAUSE SERIOUS DAMAGE TO PREDATORS. CAUTION IS ADVISED WHEN DISPATCHING THE 'ZEROSPIKE' SPECIES."; } if (_global.MDBName == "RIPPER") { var effectTxt = "THE 'RIPPER' LIFEFORM HAS BEEN PRESENT ON PlANET ZEBES, SR388, AS WELL AS THE BUBBLE SHIP. IT HAS OFTEN IMPEDED THE PROGRESS OF SCIENTIFIC DISCOVERY AS WELL AS EXPLORATION DUE TO IT'S REPETITIVE BACK-AND-FORTH MOVEMENTS. IT RAMS INTO ANYTHING THAT STANDS IN ITS WAY WITH BLUNT FORCE, AND WILL NOT STOP UNTIL IT REACHES DEATH. EXTERMINATION IS ADVISED."; } if (_global.MDBName == "HORSE HEAD") { var effectTxt = "WHILE THIS CREATURE APPEARS TO BE ILLUSIONARY, IT IS ACTUALLY THE DISEMBODIED HEAD OF A HORSE FILLED WITH DARK DEMONIC POWER. IT WILL PURSUE ANY INTRUDERS ENDLESSLY, AND WHEN IT NEARS ITS PREY IT WILL DASH WITH UNRELENTING SPEED AND FEROCITY. TAKE EXTREME CAUTION AND ENGAGE WITH HOSTILITY WHEN ENCOUNTERING THE HORSE HEAD."; } if (_global.MDBName == "UNDEAD STUMP") { var effectTxt = "AFTER THE FORESTS NEAR CASTLE DRACULA WERE SLASHED AND BURNED BY MAN, THE SOULS OF THE FALLEN ANCIENT TREES BECAME RESTLESS AND INHABITED THEIR FORMER LIFELESS BODIES. WANDERING WASTELANDS THEY SEEK OUT MAN-MADE STRUCTURES FOR REVENGE ON THEIR KILLERS. SEEMINGLY HARMLESS BY ITSELF, THE UNDEAD STUMPS CAN BE FORMIDABLE IN LARGE GROUPS WITH THEIR ABILITY TO ENDURE HIGH DAMAGE."; } if (_global.MDBName == "WOODEN GOLEM") { var effectTxt = "INSUFFICIENT DATA ON ORIGIN. APPEARS TO HAVE BEEN DESIGNED TO DISPATCH INTRUDERS WITH ZERO TOLERANCE. WHEN IT TAKES SIGNIFICANT DAMAGE IT RETALIATES BY FIRING A SERIES OF WHAT APPEARS TO BE ITS ARMS AT ITS ATTACKER. THE X SEEM TO HAVE TAKEN OVER AS MANY OF THE GOLEMS AS THEY COULD FIND DUE TO THEIR SUPERIOR FIREPOWER AND WEAPONRY. FACE WITH EXTREME CAUTION."; } if (_global.MDBName == "YELLOW X PARASITE") { var effectTxt = "THE ORIGIN OF THE PARASITIC PANDEMIC. THIS BASE X LIFEFORM IS THE GENERIC 'WORKER' OF THE INFECTION. IT EASILY MULTIPLIES AND TAKES OVER LIVING CREATURES WITH EASE. DUE TO THE ANTI X VACCINE INSTEAD OF DYING FROM INFECTION THIS PARASITE HEALS YOU."; } if (_global.MDBName == "GREEN X PARASITE") { var effectTxt = "THIS SUBSPECIES OF THE YELLOW X ASSISTS IN BREAKING DOWN THE TISSUE OF OTHER ORGANISM AND HELPS WITH MAINTAINING ITS VICTIMS ABILITIES AND MEMORIES. THE ANTI X ALLOWS YOU TO ASSIMILATE THE GREEN X INTO YOUR BODY RECOVERING YOUR MP."; } if ((effectTxt.length - 2) >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 2; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } if (effectTxt.length >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 0.5; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "SLIDE:"; } onClipEvent (enterFrame) { textvar = "SLIDE:"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "DOWN+JUMP"; } onClipEvent (enterFrame) { textvar = "DOWN+JUMP"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "THROW SUBWEAPON:"; } onClipEvent (enterFrame) { textvar = "THROW SUBWEAPON:"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "UP+ATTACK"; } onClipEvent (enterFrame) { textvar = "UP+ATTACK"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "FLAMING UPPERCUT:"; } onClipEvent (enterFrame) { textvar = "FLAMING UPPERCUT:"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "DOWN,UP+ATTACK"; } onClipEvent (enterFrame) { textvar = "DOWN,UP+ATTACK"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "DASH:"; } onClipEvent (enterFrame) { textvar = "DASH:"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "DOUBLE TAP L/R"; } onClipEvent (enterFrame) { textvar = "DOUBLE TAP L/R"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "TAUNT:"; } onClipEvent (enterFrame) { textvar = "TAUNT:"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "HOLD UP"; } onClipEvent (enterFrame) { textvar = "HOLD UP"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "FLAIL WHIP:"; } onClipEvent (enterFrame) { textvar = "FLAIL WHIP:"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "HOLD ATTACK"; } onClipEvent (enterFrame) { textvar = "HOLD ATTACK"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "HOLD UP+L/R"; } onClipEvent (enterFrame) { textvar = "HOLD UP+L/R"; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 41
onClipEvent (load) { textvar = "BACK"; } onClipEvent (enterFrame) { textvar = "BACK"; this.onRelease = function () { _parent.gotoAndStop("Main_Menu"); }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "V. HUNTERS"; _global.SWNAME = "KNIFE"; }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "V. HUNTERS"; _global.SWNAME = "CROSS"; }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "V. HUNTERS"; _global.SWNAME = "HOLY WATER"; }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "M. KINGDOM"; _global.SWNAME = "FIREBALL"; }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "C. DRACULA"; _global.SWNAME = "HORSE HEAD"; }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "M. ISLAND"; _global.SWNAME = "UNDEAD STUMP"; }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "P. ZEBES"; _global.SWNAME = "RIPPER"; }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "SR388"; _global.SWNAME = "ZEROSPIKE"; }; }
Instance of Symbol 759 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (enterFrame) { this.onRelease = function () { _parent.long.startEff = 1; _global.SWORIGIN = "UNKNOWN"; _global.SWNAME = "WOODEN MISSILE"; }; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { textvar = "BACK"; } onClipEvent (enterFrame) { textvar = "BACK"; this.onRelease = function () { _parent.gotoAndStop("Main_Menu"); }; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { textvar = "DMG:"; this._visible = false; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; } textvar = "DMG:"; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { textvar = "MP COST:"; this._visible = false; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; } textvar = "MP COST:"; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { this._visible = false; textvar = 0; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; } if (_global.SWNAME == "ZEROSPIKE") { textvar = _global.zerospikedamage; } if (_global.SWNAME == "RIPPER") { textvar = _global.ripperdamage; } if (_global.SWNAME == "CROSS") { textvar = _global.crossdamage; } if (_global.SWNAME == "KNIFE") { textvar = _global.knifedamage; } if (_global.SWNAME == "HOLY WATER") { textvar = _global.holywaterdamage; } if (_global.SWNAME == "FIREBALL") { textvar = _global.fireball_damage; } if (_global.SWNAME == "UNDEAD STUMP") { textvar = _global.stumpdamage; } if (_global.SWNAME == "HORSE HEAD") { textvar = _global.horseghostdamage; } if (_global.SWNAME == "WOODEN MISSILE") { textvar = _global.woodenarmdamage; } }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; } if (_global.SWNAME == "ZEROSPIKE") { textvar = 10; } if (_global.SWNAME == "RIPPER") { textvar = 15; } if (_global.SWNAME == "CROSS") { textvar = 12; } if (_global.SWNAME == "KNIFE") { textvar = 5; } if (_global.SWNAME == "HOLY WATER") { textvar = 15; } if (_global.SWNAME == "FIREBALL") { textvar = 5; } if (_global.SWNAME == "UNDEAD STUMP") { textvar = 10; } if (_global.SWNAME == "HORSE HEAD") { textvar = 25; } if (_global.SWNAME == "WOODEN MISSILE") { textvar = 30; } }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { textvar = "NAME:"; this._visible = false; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; } textvar = "NAME:"; }
Instance of Symbol 776 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { textvar = _global.SWNAME; this._visible = false; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; } textvar = _global.SWNAME; }
Instance of Symbol 649 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { textvar = "ORIGIN:"; this._visible = false; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; } textvar = "ORIGIN:"; }
Instance of Symbol 776 MovieClip in Symbol 822 MovieClip Frame 56
onClipEvent (load) { textvar = _global.SWORIGIN; this._visible = false; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; } textvar = _global.SWORIGIN; }
Instance of Symbol 20 MovieClip "long" in Symbol 822 MovieClip Frame 56
onClipEvent (load) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; if (_global.SWNAME == "ZEROSPIKE") { var effectTxt = "THE ANTI-X OF THE 'ZEROSPIKE' IS PARTICULARLY USEFUL IN COMBAT DUE TO IT'S TIME DELAYED EXPLOSIVE PROPERTY. IT DOES MINIMAL DAMAGE ON CONTACT, BUT WHEN IT DETONATES IT RELEASES A BLAST OF ENERGY DAMAGING ALL CREATURES NEARBY."; } if (_global.SWNAME == "RIPPER") { var effectTxt = "THE 'RIPPER' ANTI-X REMAINS TO BE INDIFFERENT FROM ITS X COUNTERPARTS EXCEPT FOR AFTER A SHORT PERIOD OF TIME IT WILL EXPLODE RELEASING ITS ENERGY INTO THE ATMOSPHERE. THE EXPLOSION DOES ALMOST 4 TIMES THE DAMAGE IT DOES ON CONTACT."; } if (_global.SWNAME == "CROSS") { var effectTxt = "THE CROSS IS A SUBWEAPON FAVORED BY MOST HUNTERS, DUE TO ITS ABILITY TO HIT MULTIPLE TIMES AND ITS BOOMERANG LIKE PROPERTIES. ON RETURNING TO ITS THROWER, A BIT OF MP IS REGAINED. CANNOT PHASE THROUGH WALLS."; } if (_global.SWNAME == "KNIFE") { var effectTxt = "A THROWING KNIFE USED SINCE THE DAWN OF THE DAYS OF HUNTING. SHARP AND PERFECTLY CRAFTED TO BE THROWN LONG DISTANCES, IT CUTS THROUGH MOST SOFT FLESH AND PIERCES LIGHT ARMORS. IT GLISTENS WITH HOLY WATER ON ITS BLADE."; } if (_global.SWNAME == "HOLY WATER") { var effectTxt = "A BOTTLE OF SACRED HOLY WATER. ON CONTACT IT DOUSES THE ENEMY IN BLUE HOLY FLAMES DAMAGING IT FOR LARGE AMOUNTS OF SPLASH DAMAGE. REPEATED THROWS WILL SEVERELY DAMAGE A GROUNDED OPPONENT."; } if (_global.SWNAME == "FIREBALL") { var effectTxt = "RECORDS INDICATE THIS SUBWEAPON WAS USED IN THE MUSHROOM KINGDOM IN SIEGES AGAINST THE KOOPAS. IT APPEARS TO BOUNCE WHEN IT TOUCHES THE GROUND, AND ON CONTACT WITH AN ENEMY WILL DEAL FIRE DAMAGE. IT DISINTEGRATES WHEN TOUCHING A WALL."; } if (_global.SWNAME == "UNDEAD STUMP") { var effectTxt = "THE 'UNDEAD STUMP' ANTI X SEEKS OUT YOUR FOES TO ENACT ITS VENGEANCE UPON ITS PRE-POSSESSORS. IT WIlL TEAR FOES APART, BUT WILL LOSE ITS LIFE AFTER A SHORT PERIOD OF TIME BURSTING INTO RED SAP."; } if (_global.SWNAME == "HORSE HEAD") { var effectTxt = "'HORSE HEAD' ANTI X SEEM TO SEEK OUT EXTREME SPEEDS AND ARE HELLBENT ON TEARING APART YOUR FOES. THEY WILL NOT STOP OR COME BACK, AND WILL PHASE THROUGH WALLS AND BARRICADES WITH EASE. POWERFUL AND USEFUL DARK MAGIC."; } if (_global.SWNAME == "WOODEN MISSILE") { var effectTxt = "ACQUIRING THIS SUBWEAPON WILL BE USEFUL AGAINST FOES THAT ATTACK AT A DISTANCE OR UP CLOSE. IT'S LETHALITY AND EXPLOSIVE DAMAGE ARE IMPRESSIVE. IT MAY COST QUITE A BIT OF MP TO USE BUT THE 'WOODEN MISSILE' IS A GREAT ADDITION TO ANY ARSENAL."; } } this.longtext.timertext.text = ""; var startEff = 1; tickingtimer = 0; } onClipEvent (enterFrame) { if (_global.SWNAME == "NOTHING") { this._visible = false; } else { this._visible = true; if (_global.SWNAME == "ZEROSPIKE") { var effectTxt = "THE ANTI-X OF THE 'ZEROSPIKE' IS PARTICULARLY USEFUL IN COMBAT DUE TO IT'S TIME DELAYED EXPLOSIVE PROPERTY. IT DOES MINIMAL DAMAGE ON CONTACT, BUT WHEN IT DETONATES IT RELEASES A BLAST OF ENERGY DAMAGING ALL CREATURES NEARBY."; } if (_global.SWNAME == "RIPPER") { var effectTxt = "THE 'RIPPER' ANTI-X REMAINS TO BE INDIFFERENT FROM ITS X COUNTERPARTS EXCEPT FOR AFTER A SHORT PERIOD OF TIME IT WILL EXPLODE RELEASING ITS ENERGY INTO THE ATMOSPHERE. THE EXPLOSION DOES ALMOST 4 TIMES THE DAMAGE IT DOES ON CONTACT."; } if (_global.SWNAME == "CROSS") { var effectTxt = "THE CROSS IS A SUBWEAPON FAVORED BY MOST HUNTERS, DUE TO ITS ABILITY TO HIT MULTIPLE TIMES AND ITS BOOMERANG LIKE PROPERTIES. ON RETURNING TO ITS THROWER, A BIT OF MP IS REGAINED. CANNOT PHASE THROUGH WALLS."; } if (_global.SWNAME == "KNIFE") { var effectTxt = "A THROWING KNIFE USED SINCE THE DAWN OF THE DAYS OF HUNTING. SHARP AND PERFECTLY CRAFTED TO BE THROWN LONG DISTANCES, IT CUTS THROUGH MOST SOFT FLESH AND PIERCES LIGHT ARMORS. IT GLISTENS WITH HOLY WATER ON ITS BLADE."; } if (_global.SWNAME == "HOLY WATER") { var effectTxt = "A BOTTLE OF SACRED HOLY WATER. ON CONTACT IT DOUSES THE ENEMY IN BLUE HOLY FLAMES DAMAGING IT FOR LARGE AMOUNTS OF SPLASH DAMAGE. REPEATED THROWS WILL SEVERELY DAMAGE A GROUNDED OPPONENT."; } if (_global.SWNAME == "FIREBALL") { var effectTxt = "RECORDS INDICATE THIS SUBWEAPON WAS USED IN THE MUSHROOM KINGDOM IN SIEGES AGAINST THE KOOPAS. IT APPEARS TO BOUNCE WHEN IT TOUCHES THE GROUND, AND ON CONTACT WITH AN ENEMY WILL DEAL FIRE DAMAGE. IT DISINTEGRATES WHEN TOUCHING A WALL."; } if (_global.SWNAME == "UNDEAD STUMP") { var effectTxt = "THE 'UNDEAD STUMP' ANTI X SEEKS OUT YOUR FOES TO ENACT ITS VENGEANCE UPON ITS PRE-POSSESSORS. IT WIlL TEAR FOES APART, BUT WILL LOSE ITS LIFE AFTER A SHORT PERIOD OF TIME BURSTING INTO RED SAP."; } if (_global.SWNAME == "HORSE HEAD") { var effectTxt = "'HORSE HEAD' ANTI X SEEM TO SEEK OUT EXTREME SPEEDS AND ARE HELLBENT ON TEARING APART YOUR FOES. THEY WILL NOT STOP OR COME BACK, AND WILL PHASE THROUGH WALLS AND BARRICADES WITH EASE. POWERFUL AND USEFUL DARK MAGIC."; } if (_global.SWNAME == "WOODEN MISSILE") { var effectTxt = "ACQUIRING THIS SUBWEAPON WILL BE USEFUL AGAINST FOES THAT ATTACK AT A DISTANCE OR UP CLOSE. IT'S LETHALITY AND EXPLOSIVE DAMAGE ARE IMPRESSIVE. IT MAY COST QUITE A BIT OF MP TO USE BUT THE 'WOODEN MISSILE' IS A GREAT ADDITION TO ANY ARSENAL."; } if ((effectTxt.length - 2) >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 2; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } if (effectTxt.length >= startEff) { this.longtext.timertext.text = effectTxt.substr(0, startEff); startEff = startEff + 0.5; tickingtimer++; if (tickingtimer >= 2) { _root.textsound.start(); tickingtimer = 0; } } } }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = _global.weapon; } onClipEvent (enterFrame) { textvar = _global.weapon; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = "BACK"; } onClipEvent (enterFrame) { textvar = "BACK"; this.onRelease = function () { _parent.gotoAndStop("Main_Menu"); }; }
Instance of Symbol 811 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = "HEAD"; } onClipEvent (enterFrame) { textvar = "HEAD"; this.square.onRelease = function () { _global.equipselection = "HEAD"; }; }
Instance of Symbol 811 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = "CHEST"; } onClipEvent (enterFrame) { textvar = "CHEST"; this.square.onRelease = function () { _global.equipselection = "CHEST"; }; }
Instance of Symbol 811 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = "BACK"; } onClipEvent (enterFrame) { textvar = "BACK"; this.square.onRelease = function () { _global.equipselection = "BACK"; }; }
Instance of Symbol 811 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = "LEGS"; } onClipEvent (enterFrame) { textvar = "LEGS"; this.square.onRelease = function () { _global.equipselection = "LEGS"; }; }
Instance of Symbol 811 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = "ACCESSORY 1"; } onClipEvent (enterFrame) { textvar = "ACCESSORY 1"; this.square.onRelease = function () { _global.equipselection = "ACCESSORY 1"; }; }
Instance of Symbol 811 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = "ACCESSORY 2"; } onClipEvent (enterFrame) { textvar = "ACCESSORY 2"; this.square.onRelease = function () { _global.equipselection = "ACCESSORY 2"; }; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { if (_global.equipselection == "NOTHING") { this._visible = false; } textvar = "VIEW EQUIPMENT"; } onClipEvent (enterFrame) { if (_global.equipselection == "NOTHING") { this._visible = false; } else { this._visible = true; } textvar = "VIEW EQUIPMENT"; this.onRelease = function () { _global.equipselection = "NOTHING"; }; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = _global.head; } onClipEvent (enterFrame) { textvar = _global.head; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = _global.chest; } onClipEvent (enterFrame) { textvar = _global.chest; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = _global.back; } onClipEvent (enterFrame) { textvar = _global.back; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = _global.legs; } onClipEvent (enterFrame) { textvar = _global.legs; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = _global.accessory1; } onClipEvent (enterFrame) { textvar = _global.accessory1; }
Instance of Symbol 657 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = _global.accessory2; } onClipEvent (enterFrame) { textvar = _global.accessory2; }
Instance of Symbol 811 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { textvar = "WEAPON"; } onClipEvent (enterFrame) { textvar = "WEAPON"; this.square.onRelease = function () { _global.equipselection = "WEAPON"; }; }
Instance of Symbol 820 MovieClip in Symbol 822 MovieClip Frame 72
onClipEvent (load) { } onClipEvent (enterFrame) { if (_global.equipselection == "WEAPON") { this.gotoAndStop("weapon"); } if (_global.equipselection == "HEAD") { this.gotoAndStop("head"); } if (_global.equipselection == "CHEST") { this.gotoAndStop("chest"); } if (_global.equipselection == "LEGS") { this.gotoAndStop("legs"); } if (_global.equipselection == "BACK") { this.gotoAndStop("back"); } if (_global.equipselection == "ACCESSORY 1") { this.gotoAndStop("accessory1"); } if (_global.equipselection == "ACCESSORY 2") { this.gotoAndStop("accessory2"); } if (_global.equipselection == "NOTHING") { this.gotoAndStop(1); } }

Library Items

Symbol 1 Sound [textsound]
Symbol 2 Sound [bslcontrol]
Symbol 3 Sound [openingprologue]
Symbol 4 Sound [jet]
Symbol 5 Sound [jet2]
Symbol 6 Sound [wallcrumble]
Symbol 7 Sound [door_open]
Symbol 8 Sound [door_close]
Symbol 9 Sound [enemy_explode]
Symbol 10 Sound [shoot_sound]
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:13
Symbol 13 MovieClipUses:12Used by:326
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:14 15Used by:326
Symbol 17 FontUsed by:18 281 655 671 672 774 809
Symbol 18 EditableTextUses:17Used by:19
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:326 822  Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:326  Timeline
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:326
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:326 822
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:326
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:326
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:326
Symbol 33 GraphicUsed by:326
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:326 822
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:36 37Used by:326
Symbol 39 GraphicUsed by:326
Symbol 40 GraphicUsed by:43
Symbol 41 GraphicUsed by:43
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:40 41 42Used by:326
Symbol 44 GraphicUsed by:326
Symbol 45 GraphicUsed by:50
Symbol 46 GraphicUsed by:50
Symbol 47 GraphicUsed by:50
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:45 46 47 48 49Used by:326
Symbol 51 GraphicUsed by:326
Symbol 52 GraphicUsed by:326
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:53 54Used by:326
Symbol 56 GraphicUsed by:63 64
Symbol 57 GraphicUsed by:63 64
Symbol 58 GraphicUsed by:63
Symbol 59 GraphicUsed by:63
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63 67
Symbol 63 MovieClipUses:56 57 58 59 60 61 62Used by:76
Symbol 64 MovieClipUses:56 57Used by:76
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:76
Symbol 67 MovieClipUses:62Used by:76
Symbol 68 GraphicUsed by:75
Symbol 69 GraphicUsed by:75
Symbol 70 GraphicUsed by:75
Symbol 71 GraphicUsed by:75
Symbol 72 GraphicUsed by:75
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:68 69 70 71 72 73 74Used by:76
Symbol 76 MovieClipUses:63 64 66 67 75Used by:326
Symbol 77 GraphicUsed by:89 752
Symbol 78 GraphicUsed by:89 752
Symbol 79 GraphicUsed by:89 752
Symbol 80 GraphicUsed by:89 752
Symbol 81 GraphicUsed by:89 752
Symbol 82 GraphicUsed by:89 752
Symbol 83 GraphicUsed by:89 752
Symbol 84 GraphicUsed by:89 752
Symbol 85 GraphicUsed by:89 752
Symbol 86 GraphicUsed by:89 752
Symbol 87 GraphicUsed by:89 752
Symbol 88 GraphicUsed by:89 752
Symbol 89 MovieClipUses:77 78 79 80 81 82 83 84 85 86 87 88Used by:90 91 326
Symbol 90 MovieClipUses:89Used by:91
Symbol 91 MovieClipUses:89 90Used by:326
Symbol 92 GraphicUsed by:104 753
Symbol 93 GraphicUsed by:104 753
Symbol 94 GraphicUsed by:104 753
Symbol 95 GraphicUsed by:104 753
Symbol 96 GraphicUsed by:104 753
Symbol 97 GraphicUsed by:104 753
Symbol 98 GraphicUsed by:104 753
Symbol 99 GraphicUsed by:104 753
Symbol 100 GraphicUsed by:104 753
Symbol 101 GraphicUsed by:104 753
Symbol 102 GraphicUsed by:104 753
Symbol 103 GraphicUsed by:104 753
Symbol 104 MovieClipUses:92 93 94 95 96 97 98 99 100 101 102 103Used by:326
Symbol 105 GraphicUsed by:115
Symbol 106 GraphicUsed by:115
Symbol 107 GraphicUsed by:115
Symbol 108 GraphicUsed by:115
Symbol 109 GraphicUsed by:115
Symbol 110 GraphicUsed by:115
Symbol 111 GraphicUsed by:115
Symbol 112 GraphicUsed by:115
Symbol 113 GraphicUsed by:115
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:105 106 107 108 109 110 111 112 113 114Used by:326
Symbol 116 GraphicUsed by:125
Symbol 117 GraphicUsed by:125
Symbol 118 GraphicUsed by:125
Symbol 119 GraphicUsed by:125
Symbol 120 GraphicUsed by:125
Symbol 121 GraphicUsed by:125
Symbol 122 GraphicUsed by:125
Symbol 123 GraphicUsed by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:116 117 118 119 120 121 122 123 124Used by:326
Symbol 126 GraphicUsed by:130 277
Symbol 127 ShapeTweeningUsed by:130
Symbol 128 ShapeTweeningUsed by:130
Symbol 129 GraphicUsed by:130 277
Symbol 130 MovieClipUses:126 127 128 129Used by:326
Symbol 131 GraphicUsed by:134
Symbol 132 GraphicUsed by:134
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:131 132 133Used by:326
Symbol 135 GraphicUsed by:326
Symbol 136 GraphicUsed by:326
Symbol 137 GraphicUsed by:146 377 385
Symbol 138 GraphicUsed by:141
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:138 139 140Used by:146 153 155 377 385
Symbol 142 GraphicUsed by:145
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:142 143 144Used by:146 377 385 805
Symbol 146 MovieClipUses:137 141 145Used by:155 423 493
Symbol 147 GraphicUsed by:153
Symbol 148 GraphicUsed by:153
Symbol 149 GraphicUsed by:153
Symbol 150 GraphicUsed by:153
Symbol 151 GraphicUsed by:153
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:147 141 148 149 150 151 152Used by:155 493
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:146 153 154 141Used by:326
Symbol 156 GraphicUsed by:169
Symbol 157 GraphicUsed by:169
Symbol 158 GraphicUsed by:169
Symbol 159 GraphicUsed by:169
Symbol 160 GraphicUsed by:169
Symbol 161 GraphicUsed by:169
Symbol 162 GraphicUsed by:169
Symbol 163 GraphicUsed by:169
Symbol 164 GraphicUsed by:169
Symbol 165 GraphicUsed by:169
Symbol 166 GraphicUsed by:169
Symbol 167 GraphicUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:156 157 158 159 160 161 162 163 164 165 166 167 168Used by:326
Symbol 170 GraphicUsed by:177
Symbol 171 GraphicUsed by:177
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:177 326 515 526 552 577 603 616 639
Symbol 174 GraphicUsed by:177
Symbol 175 GraphicUsed by:177
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:170 171 173 174 175 176Used by:326 604 619 628 631 634 638
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:326  Timeline
Symbol 180 GraphicUsed by:194
Symbol 181 GraphicUsed by:194
Symbol 182 GraphicUsed by:194
Symbol 183 GraphicUsed by:194
Symbol 184 GraphicUsed by:194
Symbol 185 GraphicUsed by:194
Symbol 186 GraphicUsed by:194
Symbol 187 GraphicUsed by:194
Symbol 188 GraphicUsed by:194
Symbol 189 GraphicUsed by:194
Symbol 190 GraphicUsed by:194
Symbol 191 GraphicUsed by:194
Symbol 192 GraphicUsed by:194
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:180 181 182 183 184 185 186 187 188 189 190 191 192 193Used by:239
Symbol 195 GraphicUsed by:238
Symbol 196 GraphicUsed by:238
Symbol 197 GraphicUsed by:238
Symbol 198 GraphicUsed by:238
Symbol 199 GraphicUsed by:238
Symbol 200 GraphicUsed by:238
Symbol 201 GraphicUsed by:238
Symbol 202 GraphicUsed by:238
Symbol 203 GraphicUsed by:238
Symbol 204 GraphicUsed by:238
Symbol 205 GraphicUsed by:238
Symbol 206 GraphicUsed by:238
Symbol 207 GraphicUsed by:238
Symbol 208 GraphicUsed by:238
Symbol 209 GraphicUsed by:238
Symbol 210 GraphicUsed by:238
Symbol 211 GraphicUsed by:238
Symbol 212 GraphicUsed by:238
Symbol 213 GraphicUsed by:238
Symbol 214 GraphicUsed by:238
Symbol 215 GraphicUsed by:238
Symbol 216 GraphicUsed by:238
Symbol 217 GraphicUsed by:238
Symbol 218 GraphicUsed by:238
Symbol 219 GraphicUsed by:238
Symbol 220 GraphicUsed by:238
Symbol 221 GraphicUsed by:238
Symbol 222 GraphicUsed by:238
Symbol 223 GraphicUsed by:238
Symbol 224 GraphicUsed by:238
Symbol 225 GraphicUsed by:238
Symbol 226 GraphicUsed by:238
Symbol 227 GraphicUsed by:238
Symbol 228 GraphicUsed by:238
Symbol 229 GraphicUsed by:238
Symbol 230 GraphicUsed by:238
Symbol 231 GraphicUsed by:238
Symbol 232 GraphicUsed by:238
Symbol 233 GraphicUsed by:238
Symbol 234 GraphicUsed by:238
Symbol 235 GraphicUsed by:238
Symbol 236 GraphicUsed by:238
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237Used by:239
Symbol 239 MovieClipUses:194 238Used by:326
Symbol 240 GraphicUsed by:255 274
Symbol 241 GraphicUsed by:255 274
Symbol 242 GraphicUsed by:255
Symbol 243 GraphicUsed by:255
Symbol 244 GraphicUsed by:255
Symbol 245 GraphicUsed by:255
Symbol 246 GraphicUsed by:255
Symbol 247 GraphicUsed by:255
Symbol 248 GraphicUsed by:255
Symbol 249 GraphicUsed by:255
Symbol 250 GraphicUsed by:255
Symbol 251 GraphicUsed by:255
Symbol 252 GraphicUsed by:255
Symbol 253 GraphicUsed by:255
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:240 241 242 243 244 245 246 247 248 249 250 251 252 253 254Used by:275 822
Symbol 256 GraphicUsed by:274
Symbol 257 GraphicUsed by:274
Symbol 258 GraphicUsed by:274
Symbol 259 GraphicUsed by:274
Symbol 260 GraphicUsed by:274
Symbol 261 GraphicUsed by:274
Symbol 262 GraphicUsed by:274
Symbol 263 GraphicUsed by:274
Symbol 264 GraphicUsed by:274
Symbol 265 GraphicUsed by:274
Symbol 266 GraphicUsed by:274
Symbol 267 GraphicUsed by:274
Symbol 268 GraphicUsed by:274
Symbol 269 GraphicUsed by:274
Symbol 270 GraphicUsed by:274
Symbol 271 GraphicUsed by:274
Symbol 272 GraphicUsed by:274
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:240 241 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273Used by:275
Symbol 275 MovieClipUses:255 274Used by:326
Symbol 276 ShapeTweeningUsed by:277
Symbol 277 MovieClipUses:126 276 129Used by:326
Symbol 278 GraphicUsed by:326
Symbol 279 GraphicUsed by:290
Symbol 280 GraphicUsed by:285
Symbol 281 EditableTextUses:17Used by:284
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:284 656 751 775 810
Symbol 284 MovieClipUses:281 283Used by:285 649
Symbol 285 MovieClipUses:280 284Used by:290
Symbol 286 GraphicUsed by:290
Symbol 287 GraphicUsed by:290
Symbol 288 GraphicUsed by:290
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:279 285 286 287 288 289Used by:326  Timeline
Symbol 291 BitmapUsed by:294
Symbol 292 BitmapUsed by:294
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:291 292 293Used by:326
Symbol 295 GraphicUsed by:326
Symbol 296 BitmapUsed by:308
Symbol 297 BitmapUsed by:308 554 558 559 561 563 565 567 569 571 573 575
Symbol 298 BitmapUsed by:308
Symbol 299 BitmapUsed by:308
Symbol 300 BitmapUsed by:308
Symbol 301 BitmapUsed by:308
Symbol 302 BitmapUsed by:308
Symbol 303 BitmapUsed by:308 605
Symbol 304 BitmapUsed by:308
Symbol 305 BitmapUsed by:308 605
Symbol 306 BitmapUsed by:308 605
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:296 297 298 299 300 301 302 303 304 305 306 307Used by:326
Symbol 309 BitmapUsed by:310 606 609 610 612 614
Symbol 310 GraphicUses:309Used by:326
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:326
Symbol 313 BitmapUsed by:315
Symbol 314 BitmapUsed by:315
Symbol 315 GraphicUses:313 314Used by:326
Symbol 316 BitmapUsed by:317 319 323 325
Symbol 317 GraphicUses:316Used by:326
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318 316Used by:326
Symbol 320 BitmapUsed by:323
Symbol 321 BitmapUsed by:323
Symbol 322 BitmapUsed by:323
Symbol 323 GraphicUses:322 320 321 316Used by:326
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324 316Used by:326
Symbol 326 MovieClipUses:13 16 20 22 24 26 28 30 32 33 35 38 39 43 44 50 51 52 55 76 91 104 89 115 125 130 134 135 136 155 169 177 179 239 275 277 278 290 294 295 173 308 310 312 315 317 319 323 325Used by:Timeline
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:327Used by:Timeline
Symbol 329 GraphicUsed by:333 336 339 342 345 348 351 354 357 361 363 505
Symbol 330 FontUsed by:331 334 337 340 343 346 349 352 355 358 362 504
Symbol 331 TextUses:330Used by:333
Symbol 332 GraphicUsed by:333 376
Symbol 333 MovieClipUses:329 331 332Used by:Timeline
Symbol 334 TextUses:330Used by:336
Symbol 335 GraphicUsed by:336 363 505
Symbol 336 MovieClipUses:329 334 335Used by:342 345 348 351 354 357 363 505  Timeline
Symbol 337 TextUses:330Used by:339
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:329 337 338Used by:Timeline
Symbol 340 TextUses:330Used by:342
Symbol 341 GraphicUsed by:342 345 348 351 354 357 361 363 505
Symbol 342 MovieClipUses:329 340 341 336Used by:Timeline
Symbol 343 TextUses:330Used by:345
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:329 343 344 341 336Used by:Timeline
Symbol 346 TextUses:330Used by:348
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:329 346 347 341 336Used by:Timeline
Symbol 349 TextUses:330Used by:351
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:329 349 350 341 336Used by:Timeline
Symbol 352 TextUses:330Used by:354
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:329 352 353 341 336Used by:Timeline
Symbol 355 TextUses:330Used by:357
Symbol 356 GraphicUsed by:357 361
Symbol 357 MovieClipUses:329 355 356 341 336Used by:Timeline
Symbol 358 TextUses:330Used by:361
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:361
Symbol 361 MovieClipUses:329 358 356 360 341Used by:Timeline
Symbol 362 TextUses:330Used by:363
Symbol 363 MovieClipUses:329 362 335 341 336Used by:Timeline
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:384 493
Symbol 366 GraphicUsed by:370
Symbol 367 GraphicUsed by:370
Symbol 368 GraphicUsed by:370
Symbol 369 GraphicUsed by:370
Symbol 370 MovieClipUses:366 367 368 369Used by:493
Symbol 371 GraphicUsed by:375
Symbol 372 GraphicUsed by:375
Symbol 373 GraphicUsed by:375
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:371 372 373 374Used by:493
Symbol 376 MovieClipUses:332Used by:377
Symbol 377 MovieClipUses:145 137 141 376Used by:493
Symbol 378 GraphicUsed by:384
Symbol 379 GraphicUsed by:384
Symbol 380 GraphicUsed by:384
Symbol 381 GraphicUsed by:384
Symbol 382 GraphicUsed by:384
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:378 365 379 380 381 382 383Used by:493
Symbol 385 MovieClipUses:145 137 141Used by:493
Symbol 386 GraphicUsed by:399
Symbol 387 GraphicUsed by:399
Symbol 388 GraphicUsed by:399
Symbol 389 GraphicUsed by:399
Symbol 390 GraphicUsed by:399
Symbol 391 GraphicUsed by:399
Symbol 392 GraphicUsed by:395
Symbol 393 GraphicUsed by:395
Symbol 394 GraphicUsed by:395 398 408 416
Symbol 395 MovieClipUses:392 393 394Used by:399
Symbol 396 GraphicUsed by:399
Symbol 397 GraphicUsed by:399
Symbol 398 MovieClipUses:394Used by:399
Symbol 399 MovieClipUses:386 387 388 389 390 391 395 396 397 398Used by:493
Symbol 400 GraphicUsed by:414 422 492
Symbol 401 GraphicUsed by:414 422 492
Symbol 402 GraphicUsed by:414 422 492
Symbol 403 GraphicUsed by:414 422 492
Symbol 404 GraphicUsed by:414 422
Symbol 405 GraphicUsed by:414 422
Symbol 406 GraphicUsed by:414
Symbol 407 GraphicUsed by:408 440
Symbol 408 MovieClipUses:407 394Used by:414
Symbol 409 GraphicUsed by:414
Symbol 410 GraphicUsed by:414
Symbol 411 GraphicUsed by:414
Symbol 412 GraphicUsed by:414
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:400 401 402 403 404 405 406 408 409 410 411 412 413Used by:493
Symbol 415 GraphicUsed by:422
Symbol 416 MovieClipUses:394Used by:422
Symbol 417 GraphicUsed by:422
Symbol 418 GraphicUsed by:422
Symbol 419 GraphicUsed by:422
Symbol 420 GraphicUsed by:422
Symbol 421 GraphicUsed by:422
Symbol 422 MovieClipUses:400 401 402 403 404 405 415 416 417 418 419 420 421Used by:493
Symbol 423 MovieClipUses:146Used by:493
Symbol 424 GraphicUsed by:426
Symbol 425 GraphicUsed by:426
Symbol 426 MovieClipUses:424 425Used by:493
Symbol 427 GraphicUsed by:440
Symbol 428 GraphicUsed by:440
Symbol 429 GraphicUsed by:440
Symbol 430 GraphicUsed by:440
Symbol 431 GraphicUsed by:440
Symbol 432 GraphicUsed by:440
Symbol 433 GraphicUsed by:440
Symbol 434 GraphicUsed by:440
Symbol 435 GraphicUsed by:437
Symbol 436 GraphicUsed by:437
Symbol 437 MovieClipUses:435 436Used by:440
Symbol 438 GraphicUsed by:440
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:427 428 429 430 431 432 407 433 434 437 438 439Used by:493
Symbol 441 GraphicUsed by:445
Symbol 442 GraphicUsed by:445
Symbol 443 GraphicUsed by:445
Symbol 444 GraphicUsed by:445
Symbol 445 MovieClipUses:441 442 443 444Used by:493
Symbol 446 GraphicUsed by:450
Symbol 447 GraphicUsed by:450
Symbol 448 GraphicUsed by:450
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:446 447 448 449Used by:493
Symbol 451 GraphicUsed by:452
Symbol 452 MovieClipUses:451Used by:493
Symbol 453 GraphicUsed by:457
Symbol 454 GraphicUsed by:457
Symbol 455 GraphicUsed by:457
Symbol 456 GraphicUsed by:457
Symbol 457 MovieClipUses:453 454 455 456Used by:460
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:460
Symbol 460 MovieClipUses:457 459Used by:493
Symbol 461 GraphicUsed by:465
Symbol 462 GraphicUsed by:465
Symbol 463 GraphicUsed by:465
Symbol 464 GraphicUsed by:465
Symbol 465 MovieClipUses:461 462 463 464Used by:493
Symbol 466 GraphicUsed by:470
Symbol 467 GraphicUsed by:470
Symbol 468 GraphicUsed by:470
Symbol 469 GraphicUsed by:470
Symbol 470 MovieClipUses:466 467 468 469Used by:493
Symbol 471 GraphicUsed by:492
Symbol 472 GraphicUsed by:492
Symbol 473 GraphicUsed by:492
Symbol 474 GraphicUsed by:492
Symbol 475 GraphicUsed by:492
Symbol 476 GraphicUsed by:491
Symbol 477 GraphicUsed by:491
Symbol 478 GraphicUsed by:491
Symbol 479 GraphicUsed by:491
Symbol 480 GraphicUsed by:491
Symbol 481 GraphicUsed by:491
Symbol 482 GraphicUsed by:491
Symbol 483 GraphicUsed by:491
Symbol 484 GraphicUsed by:491
Symbol 485 GraphicUsed by:491
Symbol 486 GraphicUsed by:491
Symbol 487 GraphicUsed by:491
Symbol 488 GraphicUsed by:491
Symbol 489 GraphicUsed by:491
Symbol 490 GraphicUsed by:491
Symbol 491 MovieClipUses:476 477 478 479 480 481 482 483 484 485 486 487 488 489 490Used by:492
Symbol 492 MovieClipUses:400 401 402 403 471 472 473 474 475 491Used by:493
Symbol 493 MovieClipUses:365 146 370 153 375 377 384 385 399 414 422 423 426 440 445 450 452 460 465 470 492Used by:Timeline
Symbol 494 GraphicUsed by:495
Symbol 495 MovieClipUses:494Used by:502 503 506 507
Symbol 496 GraphicUsed by:501
Symbol 497 GraphicUsed by:501
Symbol 498 GraphicUsed by:501
Symbol 499 GraphicUsed by:501
Symbol 500 GraphicUsed by:501
Symbol 501 MovieClipUses:496 497 498 499 500Used by:502 503 506 507
Symbol 502 MovieClipUses:495 501Used by:Timeline
Symbol 503 MovieClipUses:495 501Used by:Timeline
Symbol 504 TextUses:330Used by:505
Symbol 505 MovieClipUses:329 504 335 341 336Used by:Timeline
Symbol 506 MovieClipUses:495 501Used by:Timeline
Symbol 507 MovieClipUses:495 501Used by:Timeline
Symbol 508 GraphicUsed by:509
Symbol 509 MovieClipUses:508Used by:Timeline
Symbol 510 GraphicUsed by:511
Symbol 511 MovieClipUses:510Used by:513
Symbol 512 GraphicUsed by:513
Symbol 513 MovieClipUses:511 512Used by:639
Symbol 514 GraphicUsed by:515
Symbol 515 MovieClipUses:514 173Used by:639
Symbol 516 GraphicUsed by:526
Symbol 517 GraphicUsed by:526 616
Symbol 518 GraphicUsed by:526
Symbol 519 GraphicUsed by:526
Symbol 520 GraphicUsed by:521
Symbol 521 MovieClipUses:520Used by:526
Symbol 522 GraphicUsed by:523
Symbol 523 MovieClipUses:522Used by:526
Symbol 524 GraphicUsed by:525
Symbol 525 MovieClipUses:524Used by:526
Symbol 526 MovieClipUses:516 173 517 518 519 521 523 525Used by:639
Symbol 527 GraphicUsed by:528
Symbol 528 MovieClipUses:527Used by:578
Symbol 529 GraphicUsed by:552
Symbol 530 GraphicUsed by:552
Symbol 531 GraphicUsed by:552
Symbol 532 GraphicUsed by:552
Symbol 533 GraphicUsed by:552
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClipUses:534Used by:552
Symbol 536 GraphicUsed by:537
Symbol 537 MovieClipUses:536Used by:552
Symbol 538 GraphicUsed by:539
Symbol 539 MovieClipUses:538Used by:552
Symbol 540 GraphicUsed by:541
Symbol 541 MovieClipUses:540Used by:552
Symbol 542 GraphicUsed by:543
Symbol 543 MovieClipUses:542Used by:552
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:544Used by:552
Symbol 546 GraphicUsed by:547
Symbol 547 MovieClipUses:546Used by:552
Symbol 548 GraphicUsed by:549
Symbol 549 MovieClipUses:548Used by:552
Symbol 550 GraphicUsed by:551
Symbol 551 MovieClipUses:550Used by:552
Symbol 552 MovieClipUses:529 173 530 531 532 533 535 537 539 541 543 545 547 549 551Used by:578 604 619 624 626 630 633 636
Symbol 553 GraphicUsed by:578
Symbol 554 GraphicUses:297Used by:577
Symbol 555 GraphicUsed by:577
Symbol 556 GraphicUsed by:577
Symbol 557 GraphicUsed by:577
Symbol 558 GraphicUses:297Used by:577
Symbol 559 GraphicUses:297Used by:560
Symbol 560 MovieClipUses:559Used by:577
Symbol 561 GraphicUses:297Used by:562
Symbol 562 MovieClipUses:561Used by:577
Symbol 563 GraphicUses:297Used by:564
Symbol 564 MovieClipUses:563Used by:577
Symbol 565 GraphicUses:297Used by:566
Symbol 566 MovieClipUses:565Used by:577
Symbol 567 GraphicUses:297Used by:568
Symbol 568 MovieClipUses:567Used by:577
Symbol 569 GraphicUses:297Used by:570
Symbol 570 MovieClipUses:569Used by:577
Symbol 571 GraphicUses:297Used by:572
Symbol 572 MovieClipUses:571Used by:577
Symbol 573 GraphicUses:297Used by:574
Symbol 574 MovieClipUses:573Used by:577
Symbol 575 GraphicUses:297Used by:576
Symbol 576 MovieClipUses:575Used by:577
Symbol 577 MovieClipUses:554 555 173 556 557 558 560 562 564 566 568 570 572 574 576Used by:578
Symbol 578 MovieClipUses:528 552 553 577Used by:639
Symbol 579 GraphicUsed by:580
Symbol 580 MovieClipUses:579Used by:604
Symbol 581 GraphicUsed by:604
Symbol 582 GraphicUsed by:603
Symbol 583 GraphicUsed by:603
Symbol 584 GraphicUsed by:603
Symbol 585 GraphicUsed by:603
Symbol 586 GraphicUsed by:603
Symbol 587 GraphicUsed by:603
Symbol 588 GraphicUsed by:603
Symbol 589 GraphicUsed by:603
Symbol 590 GraphicUsed by:591
Symbol 591 MovieClipUses:590Used by:603
Symbol 592 GraphicUsed by:593
Symbol 593 MovieClipUses:592Used by:603
Symbol 594 GraphicUsed by:595
Symbol 595 MovieClipUses:594Used by:603
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:596Used by:603
Symbol 598 GraphicUsed by:599
Symbol 599 MovieClipUses:598Used by:603
Symbol 600 GraphicUsed by:601
Symbol 601 MovieClipUses:600Used by:603
Symbol 602 GraphicUsed by:603
Symbol 603 MovieClipUses:582 583 173 584 585 586 587 588 589 591 593 595 597 599 601 602Used by:604
Symbol 604 MovieClipUses:580 552 581 177 603Used by:639
Symbol 605 GraphicUses:305 303 306Used by:639
Symbol 606 GraphicUses:309Used by:616
Symbol 607 GraphicUsed by:616
Symbol 608 GraphicUsed by:616
Symbol 609 GraphicUses:309Used by:616
Symbol 610 GraphicUses:309Used by:611
Symbol 611 MovieClipUses:610Used by:616
Symbol 612 GraphicUses:309Used by:613
Symbol 613 MovieClipUses:612Used by:616
Symbol 614 GraphicUses:309Used by:615
Symbol 615 MovieClipUses:614Used by:616
Symbol 616 MovieClipUses:606 173 517 607 608 609 611 613 615Used by:639
Symbol 617 GraphicUsed by:618
Symbol 618 MovieClipUses:617Used by:619
Symbol 619 MovieClipUses:618 552 177Used by:639
Symbol 620 GraphicUsed by:621
Symbol 621 MovieClipUses:620Used by:639
Symbol 622 GraphicUsed by:623
Symbol 623 MovieClipUses:622Used by:624
Symbol 624 MovieClipUses:623 552Used by:639
Symbol 625 GraphicUsed by:626
Symbol 626 MovieClipUses:625 552Used by:628
Symbol 627 GraphicUsed by:628
Symbol 628 MovieClipUses:626 177 627Used by:639
Symbol 629 GraphicUsed by:630
Symbol 630 MovieClipUses:629 552Used by:631
Symbol 631 MovieClipUses:630 177Used by:639
Symbol 632 GraphicUsed by:633
Symbol 633 MovieClipUses:632 552Used by:634
Symbol 634 MovieClipUses:633 177Used by:639
Symbol 635 GraphicUsed by:636
Symbol 636 MovieClipUses:635 552Used by:638
Symbol 637 GraphicUsed by:638
Symbol 638 MovieClipUses:636 177 637Used by:639
Symbol 639 MovieClipUses:513 515 526 578 604 605 616 619 621 624 628 631 173 634 638Used by:Timeline
Symbol 640 GraphicUsed by:641
Symbol 641 MovieClipUses:640Used by:Timeline
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:642Used by:Timeline
Symbol 644 GraphicUsed by:645
Symbol 645 MovieClipUses:644Used by:Timeline
Symbol 646 BitmapUsed by:647 674 756 757 806
Symbol 647 GraphicUses:646Used by:822
Symbol 648 GraphicUsed by:667
Symbol 649 MovieClipUses:284Used by:667 822
Symbol 650 GraphicUsed by:667
Symbol 651 GraphicUsed by:652
Symbol 652 MovieClipUses:651Used by:667
Symbol 653 GraphicUsed by:658
Symbol 654 GraphicUsed by:658
Symbol 655 EditableTextUses:17Used by:656
Symbol 656 MovieClipUses:655 283Used by:657 675
Symbol 657 MovieClipUses:656Used by:658 820 822
Symbol 658 MovieClipUses:653 654 657Used by:667
Symbol 659 GraphicUsed by:665
Symbol 660 ShapeTweeningUsed by:665
Symbol 661 ShapeTweeningUsed by:665
Symbol 662 ShapeTweeningUsed by:665
Symbol 663 GraphicUsed by:665
Symbol 664 GraphicUsed by:665
Symbol 665 MovieClipUses:659 660 661 662 663 664Used by:666
Symbol 666 MovieClipUses:665Used by:667
Symbol 667 MovieClipUses:648 649 650 652 658 666Used by:822
Symbol 668 GraphicUsed by:822
Symbol 669 GraphicUsed by:670
Symbol 670 MovieClipUses:669Used by:822
Symbol 671 TextUses:17Used by:822
Symbol 672 TextUses:17Used by:822
Symbol 673 GraphicUsed by:822
Symbol 674 GraphicUses:646Used by:822
Symbol 675 MovieClipUses:656Used by:822
Symbol 676 GraphicUsed by:677
Symbol 677 MovieClipUses:676Used by:822
Symbol 678 GraphicUsed by:679
Symbol 679 MovieClipUses:678Used by:822
Symbol 680 GraphicUsed by:681
Symbol 681 MovieClipUses:680Used by:822
Symbol 682 GraphicUsed by:686 771
Symbol 683 GraphicUsed by:686 771
Symbol 684 GraphicUsed by:686 771
Symbol 685 GraphicUsed by:686 771
Symbol 686 MovieClipUses:682 683 684 685Used by:755
Symbol 687 GraphicUsed by:690 772
Symbol 688 GraphicUsed by:690 772
Symbol 689 GraphicUsed by:690 772
Symbol 690 MovieClipUses:687 688 689Used by:755
Symbol 691 GraphicUsed by:695 768
Symbol 692 GraphicUsed by:695 768
Symbol 693 GraphicUsed by:695 768
Symbol 694 GraphicUsed by:695 768
Symbol 695 MovieClipUses:691 692 693 694Used by:755
Symbol 696 GraphicUsed by:697 769
Symbol 697 MovieClipUses:696Used by:755
Symbol 698 GraphicUsed by:702 773
Symbol 699 GraphicUsed by:702
Symbol 700 GraphicUsed by:702
Symbol 701 GraphicUsed by:702
Symbol 702 MovieClipUses:698 699 700 701Used by:755
Symbol 703 GraphicUsed by:751
Symbol 704 GraphicUsed by:751
Symbol 705 GraphicUsed by:751
Symbol 706 GraphicUsed by:751
Symbol 707 GraphicUsed by:751
Symbol 708 GraphicUsed by:751
Symbol 709 GraphicUsed by:751
Symbol 710 GraphicUsed by:751
Symbol 711 GraphicUsed by:751
Symbol 712 GraphicUsed by:751
Symbol 713 GraphicUsed by:751
Symbol 714 GraphicUsed by:751
Symbol 715 GraphicUsed by:751
Symbol 716 GraphicUsed by:751
Symbol 717 GraphicUsed by:751
Symbol 718 GraphicUsed by:751
Symbol 719 GraphicUsed by:751
Symbol 720 GraphicUsed by:751
Symbol 721 GraphicUsed by:751
Symbol 722 GraphicUsed by:751
Symbol 723 GraphicUsed by:751
Symbol 724 GraphicUsed by:751
Symbol 725 GraphicUsed by:751
Symbol 726 GraphicUsed by:751
Symbol 727 GraphicUsed by:751
Symbol 728 GraphicUsed by:751
Symbol 729 GraphicUsed by:751
Symbol 730 GraphicUsed by:751
Symbol 731 GraphicUsed by:751
Symbol 732 GraphicUsed by:751
Symbol 733 GraphicUsed by:751
Symbol 734 GraphicUsed by:751
Symbol 735 GraphicUsed by:751
Symbol 736 GraphicUsed by:751
Symbol 737 GraphicUsed by:751
Symbol 738 GraphicUsed by:751
Symbol 739 GraphicUsed by:751
Symbol 740 GraphicUsed by:751
Symbol 741 GraphicUsed by:751
Symbol 742 GraphicUsed by:751
Symbol 743 GraphicUsed by:751
Symbol 744 GraphicUsed by:751
Symbol 745 GraphicUsed by:751
Symbol 746 GraphicUsed by:751
Symbol 747 GraphicUsed by:751
Symbol 748 GraphicUsed by:751
Symbol 749 GraphicUsed by:751
Symbol 750 GraphicUsed by:751
Symbol 751 MovieClipUses:703 283 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750Used by:755
Symbol 752 MovieClipUses:77 78 79 80 81 82 83 84 85 86 87 88Used by:755
Symbol 753 MovieClipUses:92 93 94 95 96 97 98 99 100 101 102 103Used by:754
Symbol 754 MovieClipUses:753Used by:755
Symbol 755 MovieClipUses:686 690 695 697 702 751 752 754Used by:822
Symbol 756 GraphicUses:646Used by:822
Symbol 757 GraphicUses:646Used by:822
Symbol 758 GraphicUsed by:759
Symbol 759 MovieClipUses:758Used by:820 822
Symbol 760 GraphicUsed by:761
Symbol 761 MovieClipUses:760Used by:822
Symbol 762 GraphicUsed by:763
Symbol 763 MovieClipUses:762Used by:822
Symbol 764 GraphicUsed by:765
Symbol 765 MovieClipUses:764Used by:822
Symbol 766 BitmapUsed by:767
Symbol 767 GraphicUses:766Used by:822
Symbol 768 MovieClipUses:691 692 693 694Used by:770
Symbol 769 MovieClipUses:696Used by:770
Symbol 770 MovieClipUses:768 769Used by:822
Symbol 771 MovieClipUses:682 683 684 685Used by:822
Symbol 772 MovieClipUses:687 688 689Used by:822
Symbol 773 MovieClipUses:698Used by:822
Symbol 774 EditableTextUses:17Used by:775
Symbol 775 MovieClipUses:774 283Used by:776
Symbol 776 MovieClipUses:775Used by:822
Symbol 777 GraphicUsed by:805
Symbol 778 GraphicUsed by:804
Symbol 779 GraphicUsed by:804
Symbol 780 GraphicUsed by:804
Symbol 781 GraphicUsed by:804
Symbol 782 GraphicUsed by:804
Symbol 783 GraphicUsed by:804
Symbol 784 GraphicUsed by:804
Symbol 785 GraphicUsed by:804
Symbol 786 GraphicUsed by:804
Symbol 787 GraphicUsed by:804
Symbol 788 GraphicUsed by:804
Symbol 789 GraphicUsed by:804
Symbol 790 GraphicUsed by:804
Symbol 791 GraphicUsed by:804
Symbol 792 GraphicUsed by:804
Symbol 793 GraphicUsed by:804
Symbol 794 GraphicUsed by:804
Symbol 795 GraphicUsed by:804
Symbol 796 GraphicUsed by:804
Symbol 797 GraphicUsed by:804
Symbol 798 GraphicUsed by:804
Symbol 799 GraphicUsed by:804
Symbol 800 GraphicUsed by:804
Symbol 801 GraphicUsed by:804
Symbol 802 GraphicUsed by:804
Symbol 803 GraphicUsed by:804
Symbol 804 MovieClipUses:778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803Used by:805
Symbol 805 MovieClipUses:145 777 804Used by:822
Symbol 806 GraphicUses:646Used by:822
Symbol 807 GraphicUsed by:808
Symbol 808 MovieClipUses:807Used by:811
Symbol 809 EditableTextUses:17Used by:810
Symbol 810 MovieClipUses:809 283Used by:811
Symbol 811 MovieClipUses:808 810Used by:822
Symbol 812 GraphicUsed by:820
Symbol 813 GraphicUsed by:820
Symbol 814 GraphicUsed by:820
Symbol 815 GraphicUsed by:820
Symbol 816 GraphicUsed by:820
Symbol 817 GraphicUsed by:820
Symbol 818 GraphicUsed by:820
Symbol 819 GraphicUsed by:820
Symbol 820 MovieClipUses:759 812 657 813 814 815 816 817 818 819Used by:822
Symbol 821 GraphicUsed by:822
Symbol 822 MovieClipUses:647 667 668 670 671 672 649 657 673 674 675 677 35 679 26 681 255 755 20 756 757 759 761 763 765 767 770 771 772 773 776 805 806 811 820 821Used by:Timeline

Instance Names

"cinematic"Frame 1Symbol 326 MovieClip
"cam"Frame 1Symbol 328 MovieClip
"bdcoder"Frame 1Symbol 333 MovieClip
"bdcoder"Frame 1Symbol 336 MovieClip
"bdcoder"Frame 1Symbol 339 MovieClip
"jonathan"Frame 1Symbol 493 MovieClip
"bslbulletright"Frame 1Symbol 502 MovieClip
"bslbulletleft"Frame 1Symbol 503 MovieClip
"bslbulletup"Frame 1Symbol 506 MovieClip
"bslbulletdown"Frame 1Symbol 507 MovieClip
"doorwayleft"Frame 1Symbol 179 MovieClip
"doorwayright"Frame 1Symbol 179 MovieClip
"fadeout"Frame 1Symbol 22 MovieClip
"bg"Frame 1Symbol 639 MovieClip
"textc"Frame 1Symbol 290 MovieClip
"long"Frame 1Symbol 20 MovieClip
"bg2"Frame 1Symbol 641 MovieClip
"windowbg"Frame 1Symbol 643 MovieClip
"windowbg2"Frame 1Symbol 645 MovieClip
"pausemenu"Frame 1Symbol 822 MovieClip
"timertext"Symbol 19 MovieClip Frame 1Symbol 18 EditableText
"longtext"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"xparasite"Symbol 90 MovieClip Frame 1Symbol 89 MovieClip
"timertext"Symbol 284 MovieClip Frame 1Symbol 281 EditableText
"next"Symbol 290 MovieClip Frame 1Symbol 285 MovieClip
"long"Symbol 326 MovieClip Frame 1Symbol 20 MovieClip
"claw"Symbol 326 MovieClip Frame 19Symbol 55 MovieClip
"puffer"Symbol 326 MovieClip Frame 19Symbol 76 MovieClip
"xparasite"Symbol 326 MovieClip Frame 19Symbol 91 MovieClip
"x9"Symbol 326 MovieClip Frame 19Symbol 89 MovieClip
"x5"Symbol 326 MovieClip Frame 19Symbol 115 MovieClip
"x9"Symbol 326 MovieClip Frame 19Symbol 89 MovieClip
"x3"Symbol 326 MovieClip Frame 19Symbol 89 MovieClip
"x6"Symbol 326 MovieClip Frame 19Symbol 89 MovieClip
"x6"Symbol 326 MovieClip Frame 19Symbol 89 MovieClip
"bsl2"Symbol 326 MovieClip Frame 19Symbol 155 MovieClip
"bsl1"Symbol 326 MovieClip Frame 19Symbol 155 MovieClip
"textc"Symbol 326 MovieClip Frame 19Symbol 290 MovieClip
"long"Symbol 326 MovieClip Frame 19Symbol 20 MovieClip
"fadeout"Symbol 326 MovieClip Frame 19Symbol 22 MovieClip
"bdcoder"Symbol 342 MovieClip Frame 24Symbol 336 MovieClip
"bdcoder"Symbol 345 MovieClip Frame 24Symbol 336 MovieClip
"bdcoder"Symbol 348 MovieClip Frame 24Symbol 336 MovieClip
"bdcoder"Symbol 351 MovieClip Frame 24Symbol 336 MovieClip
"bdcoder"Symbol 354 MovieClip Frame 24Symbol 336 MovieClip
"bdcoder"Symbol 357 MovieClip Frame 24Symbol 336 MovieClip
"bdcoder"Symbol 363 MovieClip Frame 24Symbol 336 MovieClip
"shoryuhitbox"Symbol 384 MovieClip Frame 1Symbol 365 MovieClip
"whip"Symbol 399 MovieClip Frame 10Symbol 395 MovieClip
"whip"Symbol 399 MovieClip Frame 17Symbol 398 MovieClip
"whip"Symbol 414 MovieClip Frame 9Symbol 408 MovieClip
"whip"Symbol 422 MovieClip Frame 9Symbol 416 MovieClip
"whip"Symbol 440 MovieClip Frame 12Symbol 437 MovieClip
"hitbox"Symbol 493 MovieClip Frame 1Symbol 365 MovieClip
"shoryuken"Symbol 493 MovieClip Frame 66Symbol 384 MovieClip
"whipping"Symbol 493 MovieClip Frame 93Symbol 399 MovieClip
"whipping"Symbol 493 MovieClip Frame 107Symbol 414 MovieClip
"whipping"Symbol 493 MovieClip Frame 120Symbol 422 MovieClip
"whipping"Symbol 493 MovieClip Frame 176Symbol 440 MovieClip
"hitbox"Symbol 493 MovieClip Frame 252Symbol 365 MovieClip
"shoryuken"Symbol 493 MovieClip Frame 368Symbol 384 MovieClip
"whipping"Symbol 493 MovieClip Frame 444Symbol 440 MovieClip
"whipping"Symbol 493 MovieClip Frame 481Symbol 399 MovieClip
"whipping"Symbol 493 MovieClip Frame 493Symbol 414 MovieClip
"whipping"Symbol 493 MovieClip Frame 507Symbol 422 MovieClip
"hitbox"Symbol 493 MovieClip Frame 582Symbol 365 MovieClip
"bdcoder"Symbol 505 MovieClip Frame 24Symbol 336 MovieClip
"bgmap"Symbol 639 MovieClip Frame 1Symbol 513 MovieClip
"floor"Symbol 639 MovieClip Frame 1Symbol 526 MovieClip
"bgmap"Symbol 639 MovieClip Frame 14Symbol 578 MovieClip
"bgmap"Symbol 639 MovieClip Frame 28Symbol 604 MovieClip
"bgmap"Symbol 639 MovieClip Frame 40Symbol 619 MovieClip
"stairwayleft"Symbol 639 MovieClip Frame 40Symbol 621 MovieClip
"bgmap"Symbol 639 MovieClip Frame 52Symbol 624 MovieClip
"stairwayleft"Symbol 639 MovieClip Frame 69Symbol 621 MovieClip
"bgmap"Symbol 639 MovieClip Frame 84Symbol 628 MovieClip
"bgmap"Symbol 639 MovieClip Frame 96Symbol 631 MovieClip
"bgmap"Symbol 639 MovieClip Frame 112Symbol 634 MovieClip
"bgmap"Symbol 639 MovieClip Frame 131Symbol 638 MovieClip
"timertext"Symbol 656 MovieClip Frame 1Symbol 655 EditableText
"gx"Symbol 754 MovieClip Frame 1Symbol 753 MovieClip
"heart"Symbol 755 MovieClip Frame 88Symbol 754 MovieClip
"timertext"Symbol 775 MovieClip Frame 1Symbol 774 EditableText
"timertext"Symbol 810 MovieClip Frame 1Symbol 809 EditableText
"square"Symbol 811 MovieClip Frame 1Symbol 808 MovieClip
"long"Symbol 822 MovieClip Frame 20Symbol 20 MovieClip
"long"Symbol 822 MovieClip Frame 56Symbol 20 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 11284 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmln ..."
ExportAssets (56)Timeline Frame 1Symbol 1 as "textsound"
ExportAssets (56)Timeline Frame 1Symbol 2 as "bslcontrol"
ExportAssets (56)Timeline Frame 1Symbol 3 as "openingprologue"
ExportAssets (56)Timeline Frame 1Symbol 4 as "jet"
ExportAssets (56)Timeline Frame 1Symbol 5 as "jet2"
ExportAssets (56)Timeline Frame 1Symbol 6 as "wallcrumble"
ExportAssets (56)Timeline Frame 1Symbol 7 as "door_open"
ExportAssets (56)Timeline Frame 1Symbol 8 as "door_close"
ExportAssets (56)Timeline Frame 1Symbol 9 as "enemy_explode"
ExportAssets (56)Timeline Frame 1Symbol 10 as "shoot_sound"

Labels

"broke"Symbol 38 MovieClip Frame 10
"closed"Symbol 55 MovieClip Frame 1
"open"Symbol 55 MovieClip Frame 18
"puffing"Symbol 76 MovieClip Frame 1
"standby"Symbol 76 MovieClip Frame 9
"dead"Symbol 76 MovieClip Frame 19
"explode"Symbol 76 MovieClip Frame 26
"still"Symbol 91 MovieClip Frame 1
"wigout"Symbol 91 MovieClip Frame 19
"still_left"Symbol 155 MovieClip Frame 1
"walking_left"Symbol 155 MovieClip Frame 24
"facingahead"Symbol 155 MovieClip Frame 43
"still_right"Symbol 155 MovieClip Frame 56
"walking_right"Symbol 155 MovieClip Frame 79
"close"Symbol 177 MovieClip Frame 1
"open"Symbol 177 MovieClip Frame 7
"waterfalldissipate"Symbol 239 MovieClip Frame 16
"waterfalldissipate"Symbol 275 MovieClip Frame 21
"blank"Symbol 290 MovieClip Frame 1
"scientist1"Symbol 290 MovieClip Frame 8
"scientist2"Symbol 290 MovieClip Frame 17
"scientist3"Symbol 290 MovieClip Frame 26
"scientist4"Symbol 290 MovieClip Frame 40
"beginning"Symbol 326 MovieClip Frame 1
"second_scene"Symbol 326 MovieClip Frame 19
"third_scene"Symbol 326 MovieClip Frame 37
"fourth_scene"Symbol 326 MovieClip Frame 53
"fifth_scene"Symbol 326 MovieClip Frame 67
"sixth_scene"Symbol 326 MovieClip Frame 80
"seventh_scene"Symbol 326 MovieClip Frame 95
"eigth_scene"Symbol 326 MovieClip Frame 115
"ninth_scene"Symbol 326 MovieClip Frame 133
"tenth_scene"Symbol 326 MovieClip Frame 154
"eleventh_scene"Symbol 326 MovieClip Frame 172
"whip"Symbol 414 MovieClip Frame 9
"whip"Symbol 422 MovieClip Frame 9
"Left"Symbol 493 MovieClip Frame 1
"Standing_left"Symbol 493 MovieClip Frame 1
"Startup_left"Symbol 493 MovieClip Frame 11
"Walking_left"Symbol 493 MovieClip Frame 21
"turningrighttoleft"Symbol 493 MovieClip Frame 36
"Jumping_left"Symbol 493 MovieClip Frame 55
"Shoryuken_left"Symbol 493 MovieClip Frame 66
"doublejumpfallingleft"Symbol 493 MovieClip Frame 77
"whipping_left"Symbol 493 MovieClip Frame 93
"jumpwhipleft"Symbol 493 MovieClip Frame 107
"jumpwhipdiagleft"Symbol 493 MovieClip Frame 120
"Backdash_left"Symbol 493 MovieClip Frame 134
"Stopping_left"Symbol 493 MovieClip Frame 145
"Taunt_left"Symbol 493 MovieClip Frame 155
"crouching_left"Symbol 493 MovieClip Frame 164
"crouch_whipping_left"Symbol 493 MovieClip Frame 176
"sliding_left"Symbol 493 MovieClip Frame 193
"hurt_ground_left"Symbol 493 MovieClip Frame 206
"hurt_air_left"Symbol 493 MovieClip Frame 223
"die_left"Symbol 493 MovieClip Frame 236
"subweapon_throw_ground_left"Symbol 493 MovieClip Frame 252
"subweapon_throw_air_left"Symbol 493 MovieClip Frame 278
"Right"Symbol 493 MovieClip Frame 299
"Standing_right"Symbol 493 MovieClip Frame 299
"Startup_right"Symbol 493 MovieClip Frame 310
"Walking_right"Symbol 493 MovieClip Frame 320
"turninglefttoright"Symbol 493 MovieClip Frame 334
"Jumping_right"Symbol 493 MovieClip Frame 350
"Shoryuken_right"Symbol 493 MovieClip Frame 368
"Backdash_right"Symbol 493 MovieClip Frame 380
"Stopping_right"Symbol 493 MovieClip Frame 392
"taunt_right"Symbol 493 MovieClip Frame 403
"doublejumpfallingright"Symbol 493 MovieClip Frame 416
"crouching_right"Symbol 493 MovieClip Frame 433
"crouch_whipping_right"Symbol 493 MovieClip Frame 444
"sliding_right"Symbol 493 MovieClip Frame 471
"whipping_right"Symbol 493 MovieClip Frame 481
"jumpwhipright"Symbol 493 MovieClip Frame 493
"jumpwhipdiagright"Symbol 493 MovieClip Frame 507
"hurt_ground_right"Symbol 493 MovieClip Frame 528
"hurt_air_right"Symbol 493 MovieClip Frame 547
"die_right"Symbol 493 MovieClip Frame 561
"subweapon_throw_ground_right"Symbol 493 MovieClip Frame 582
"subweapon_throw_air_right"Symbol 493 MovieClip Frame 608
"levelend_animation"Symbol 493 MovieClip Frame 632
"first"Symbol 526 MovieClip Frame 6
"second"Symbol 526 MovieClip Frame 12
"third"Symbol 526 MovieClip Frame 18
"last"Symbol 526 MovieClip Frame 24
"first"Symbol 552 MovieClip Frame 5
"second"Symbol 552 MovieClip Frame 9
"third"Symbol 552 MovieClip Frame 13
"last"Symbol 552 MovieClip Frame 17
"first"Symbol 577 MovieClip Frame 9
"second"Symbol 577 MovieClip Frame 16
"last"Symbol 577 MovieClip Frame 24
"first"Symbol 603 MovieClip Frame 12
"second"Symbol 603 MovieClip Frame 21
"last"Symbol 603 MovieClip Frame 29
"first"Symbol 616 MovieClip Frame 6
"second"Symbol 616 MovieClip Frame 12
"third"Symbol 616 MovieClip Frame 18
"last"Symbol 616 MovieClip Frame 24
"second"Symbol 639 MovieClip Frame 14
"third"Symbol 639 MovieClip Frame 28
"fourth"Symbol 639 MovieClip Frame 40
"fifth"Symbol 639 MovieClip Frame 52
"sixth"Symbol 639 MovieClip Frame 69
"seventh"Symbol 639 MovieClip Frame 84
"eigth"Symbol 639 MovieClip Frame 96
"ninth"Symbol 639 MovieClip Frame 112
"tenth"Symbol 639 MovieClip Frame 131
"zerospike"Symbol 755 MovieClip Frame 1
"ripper"Symbol 755 MovieClip Frame 16
"horseghost"Symbol 755 MovieClip Frame 29
"stump"Symbol 755 MovieClip Frame 43
"Wooden Golem"Symbol 755 MovieClip Frame 56
"yellow x"Symbol 755 MovieClip Frame 75
"green x"Symbol 755 MovieClip Frame 88
"weapon"Symbol 820 MovieClip Frame 8
"head"Symbol 820 MovieClip Frame 19
"chest"Symbol 820 MovieClip Frame 30
"back"Symbol 820 MovieClip Frame 41
"legs"Symbol 820 MovieClip Frame 55
"accessory1"Symbol 820 MovieClip Frame 64
"accessory2"Symbol 820 MovieClip Frame 76
"Main_Menu"Symbol 822 MovieClip Frame 1
"Monster Database"Symbol 822 MovieClip Frame 20
"Abilities"Symbol 822 MovieClip Frame 41
"Subweapons"Symbol 822 MovieClip Frame 56
"Equip"Symbol 822 MovieClip Frame 72




http://swfchan.com/25/122046/info.shtml
Created: 4/3 -2019 04:30:14 Last modified: 4/3 -2019 04:30:14 Server time: 25/04 -2024 09:34:37