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

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

SMBII-2 by MaxTwenty.swf

This is the info page for
Flash #178553

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


Text
SMBII-2:
THE STRANGE, RIPPED, BASTARDIZED, VORISH, ODD,
FREAKY, PSYCHO, WEIRD, POORLY PROGRAMMED, CRAZY,
DUMBASS, RETARDED, PROBABLY ILLEGAL, INSANE,
TIME-CONSUMING-DURING-PRODUCTION-TO-A-RIDICULOUS-
DEGREE-FOR-WHAT-HAS-BEEN-PRODUCED, SCHIZO VERSION.

INSTRUCTIONS

COPYRIGHTS

GAME OVER

YOU WIN

(But was that really what you were trying to do?)

INSTRUCTIONS
Arrow keys: Move
Space: Pick up
Shift: Put down
AVOID:
Use the terrain to your advantage!
Hide behind rocks!
What looks like a horse... is really a zombie robot
werewolf vampire horse! (Which has a vacuum-ass!)
Drop porcupines and bombs in the vacuum when she
tries to suck you in. With enough, she'll selfdestruct
for some reason! Yay!

COPYRIGHT INFORMATION
-Sprites-
Peach, porcupine, fire, bomb, spark:
© Nintendo
Horse:
© Natsume
-Images-
Game Over background image found at:
-Everything Else-
© MaxMedia

http://www.nintendo.com

http://www.nintendo.com

http://www.natsume.com

http://ffg1234.nafly.net/wallpaper/Desert.jpg

NOTE: Any content found in here that happens to be copyrighted and not mentioned
in this section will be added upon request. All material belonging to other
person(s) or organizations will be removed from this game upon request, as well.

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; stop();
Frame 2
stop();
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y < this._y) { _root.peach._y = this._y; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x > this._x) { _root.peach._x = this._x; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x < this._x) { _root.peach._x = this._x; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y > (this._y - 10)) { _root.peach._y = this._y - 10; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y < this._y) { _root.peach._y = this._y; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x > this._x) { _root.peach._x = this._x; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x < this._x) { _root.peach._x = this._x; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y > (this._y - 10)) { _root.peach._y = this._y - 10; } } }
Instance of Symbol 28 MovieClip "spark" in Frame 2
onClipEvent (load) { var countx = 0; var county = 0; var shockxl = false; var countxr = false; var shockyu = false; var shockyd = false; var ran = Math.random(); if (ran <= 0.5) { var left = true; } else { var left = false; } var spd = ((Math.random() * 10) + 10); } onClipEvent (enterFrame) { if (left) { this._x = this._x - spd; } else { this._x = this._x - (-spd); } if (this._x < 0) { left = false; } if (this._x > 600) { left = true; } if (countx >= 4) { shockxl = false; shockxr = false; countx = 0; } if (county >= 4) { shockyu = false; shockyd = false; county = 0; } if (shockxl) { countx++; _root.peach._x = _root.peach._x - 22; } if (shockxr) { countx++; _root.peach._x = _root.peach._x - -22; } if (shockyu) { county++; _root.peach._y = _root.peach._y - 22; } if (shockyd) { county++; _root.peach._y = _root.peach._y - -22; } if (this.hitTest(_root.peach.hit) && (!_root.peach.invinc)) { _root.peach.HP--; _root.peach.invinc = true; if (_root.peach._x < this._x) { shockxl = true; } else { shockxr = true; } if (_root.peach._y < this._y) { shockyu = true; } else { shockyd = true; } } }
Instance of Symbol 44 MovieClip "peach" in Frame 2
onClipEvent (load) { var HP = 4; var invinc = false; var dir = "d"; var hold = false; var spd = 8; var flipper = true; var counter = 0; var hold2 = false; var counterX = 0; var fartFlip = false; var setX = 0; var setY = 0; var flip = false; } onClipEvent (enterFrame) { if (HP == 0) { if (!flip) { setX = this._x; setY = this._y; spd = 0; flip = true; _root.spark._y = 3000; _root.fire._y = 3000; _root.hedge._y = 3000; _root.bomb._y = 3000; } } if (this.hit.hitTest(_root.horse.hit)) { HP = 0; this._visible = false; this._alpha = 0; _root.wind._alpha = 0; _root.wind2._alpha = 0; this._x = _root.horse._x; this._y = _root.horse._y; counterX++; if (counterX >= 30) { if (!fartFlip) { fartFlip = true; _root.fart.gotoAndPlay(2); } } if (counterX >= 60) { if (_root.whitescreen._alpha <= 100) { _root.whitescreen._alpha = _root.whitescreen._alpha - -5; } else { _root.gotoAndStop("lose"); } } } else if (HP == 0) { _root.horse.peachDead = true; } if (this._x < 10) { this._x = 10; } if (this._x > 590) { this._x = 590; } if (this._y > 525) { this._y = 525; } if (flipper) { this._visible = true; } else { this._visible = false; } if (invinc) { if (counter >= 30) { invinc = false; flipper = true; } counter++; if (flipper) { flipper = false; } else { flipper = true; } } else { flipper = true; counter = 0; } if (HP > 0) { if ((!hold) && (!hold2)) { if (Key.isDown(40)) { dir = "d"; this._y = this._y - (-spd); } else if (Key.isDown(37)) { dir = "l"; this._x = this._x - spd; } else if (Key.isDown(38)) { dir = "u"; this._y = this._y - spd; } else if (Key.isDown(39)) { dir = "r"; this._x = this._x - (-spd); } if (((Key.isDown(40) || (Key.isDown(37))) || (Key.isDown(38))) || (Key.isDown(39))) { if (dir == "d") { this.gotoAndStop(5); } else if (dir == "l") { this.gotoAndStop(6); } else if (dir == "u") { this.gotoAndStop(7); } else if (dir == "r") { this.gotoAndStop(8); } } else if (dir == "d") { this.gotoAndStop(1); } else if (dir == "l") { this.gotoAndStop(2); } else if (dir == "u") { this.gotoAndStop(3); } else if (dir == "r") { this.gotoAndStop(4); } } else if (Key.isDown(40)) { this._y = this._y - (-spd); } else if (Key.isDown(37)) { this._x = this._x - spd; } else if (Key.isDown(38)) { this._y = this._y - spd; } else if (Key.isDown(39)) { this._x = this._x - (-spd); } } }
Instance of Symbol 47 MovieClip "hedge" in Frame 2
onClipEvent (load) { var ran = Math.random(); if (ran <= 0.5) { var left = false; } else { var left = true; } var spd = 4; var ex = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.horse.hit)) { _root.wind._alpha = 0; _root.wind2._alpha = 0; if (!_root.peach.hold) { if ((_root.horse.course >= 0) && (_root.horse.course <= 5)) { _root.horse.cCount = 8; } else if ((_root.horse.course >= 6) && (_root.horse.course <= 10)) { _root.horse.cCount = 12; } else if ((_root.horse.course >= 11) && (_root.horse.course <= 15)) { _root.horse.cCount = 10; } } } if (_root.peach.hold) { spd = 0; _root.peach.gotoAndStop(9); if (_root.peach.pull._currentframe != 5) { this._x = _root.peach._x - 4; this._y = _root.peach._y + 10; } else { this._x = _root.peach._x; this._y = _root.peach._y - 35; if (Key.isDown(16)) { ex = true; _root.peach.hold = false; this._x = _root.peach._x - 20; this._y = _root.peach._y + 30; spd = 4; } } } if (this.hitTest(_root.peach.hit)) { if (Key.isDown(32)) { _root.peach.hold = true; ex = true; } else { ex = false; } } if (this._x < 0) { left = false; } if (this._x > 600) { left = true; } if (left) { this._x = this._x - spd; this._xscale = 100; } else { this._x = this._x - (-spd); this._xscale = -100; } }
Instance of Symbol 51 MovieClip "fire" in Frame 2
onClipEvent (load) { var ran = Math.random(); if (ran <= 0.5) { var left = false; } else { var left = true; } var areax = this._x; var areay = this._y; var bounce = (Math.random() * 20); var boing = 0; var acl = 1; var spd = (Math.random() * 20); } onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit) && (!_root.peach.invinc)) { _root.peach.HP--; _root.peach.invinc = true; } if (bounce <= 2) { bounce = 2; } if (left) { this._x = this._x - spd; if (this._x < 0) { left = false; } } else { this._x = this._x - (-spd); if (this._x > 600) { left = true; } } this._y = this._y - boing; if (this._y >= areay) { boing = bounce; } boing = boing - acl; }
Instance of Symbol 61 MovieClip "bomb" in Frame 2
onClipEvent (load) { var tick = 1; var tickCount = 0; var countx = 0; var county = 0; var shockxl = false; var countxr = false; var shockyu = false; var shockyd = false; var ticking = true; var newTick = 0; var lit = false; } onClipEvent (enterFrame) { if (this.boom.hitTest(_root.horse.hit)) { _root.wind._alpha = 0; _root.wind2._alpha = 0; if (!_root.peach.hold2) { if ((_root.horse.course >= 0) && (_root.horse.course <= 5)) { _root.horse.cCount = 8; } else if ((_root.horse.course >= 6) && (_root.horse.course <= 10)) { _root.horse.cCount = 12; } else if ((_root.horse.course >= 11) && (_root.horse.course <= 15)) { _root.horse.cCount = 10; } else if ((_root.horse.course >= 16) && (_root.horse.course <= 20)) { _root.horse.cCount = 10; } } } if (_root.peach.hold2) { spd = 0; _root.peach.gotoAndStop(9); if (_root.peach.pull._currentframe != 5) { this._x = _root.peach._x - 4; this._y = _root.peach._y + 10; } else { this._x = _root.peach._x; this._y = _root.peach._y - 35; if (Key.isDown(16)) { ex = true; _root.peach.hold2 = false; this._x = _root.peach._x - 20; this._y = _root.peach._y + 30; spd = 4; lit = true; } } } if (this.hitTest(_root.peach.hit)) { if (Key.isDown(32)) { _root.peach.hold2 = true; ex = true; } else { ex = false; } } if (lit) { if (newTick >= 10) { tickCount = 0; ticking = false; tick = 6; _root.bomb._y = 3000; } if (ticking) { tickCount++; } if (tickCount >= 7) { tickCount = 0; tick++; } this.gotoAndStop(tick); if (tick == 5) { newTick++; if (countx >= 4) { shockxl = false; shockxr = false; countx = 0; } if (county >= 4) { shockyu = false; shockyd = false; county = 0; } if (shockxl) { countx++; _root.peach._x = _root.peach._x - 22; } if (shockxr) { countx++; _root.peach._x = _root.peach._x - -22; } if (shockyu) { county++; _root.peach._y = _root.peach._y - 22; } if (shockyd) { county++; _root.peach._y = _root.peach._y - -22; } if (this.hitTest(_root.peach.hit) && (!_root.peach.invinc)) { _root.peach.HP--; _root.peach.invinc = true; if (_root.peach._x < this._x) { shockxl = true; } else { shockxr = true; } if (_root.peach._y < this._y) { shockyu = true; } else { shockyd = true; } } } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y < this._y) { _root.peach._y = this._y; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y < this._y) { _root.peach._y = this._y; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y < this._y) { _root.peach._y = this._y; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x < this._x) { _root.peach._x = this._x; } } }
Instance of Symbol 24 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x > this._x) { _root.peach._x = this._x; } } }
Instance of Symbol 69 MovieClip "wind2" in Frame 2
onClipEvent (load) { var pully = 0; var pullh = 0; var pulling = false; } onClipEvent (enterFrame) { if (pulling) { if (this.hitTest(_root.peach.hit)) { _root.peach._y = _root.peach._y - pully; if (_root.peach._x < this._x) { _root.peach._x = _root.peach._x - (-pullh); } else { _root.peach._x = _root.peach._x - pullh; } } } }
Instance of Symbol 69 MovieClip "wind" in Frame 2
onClipEvent (load) { var pully = 0; var pullh = 0; var pulling = false; var pullhedgeh = 0; var pullhedgey = 0; } onClipEvent (enterFrame) { if (pulling) { if (this.hitTest(_root.hedge)) { _root.hedge._y = _root.hedge._y - pullhedgey; if (_root.hedge._x < this._x) { if ((_root.horse._x - _root.hedge._x) > pullhedgeh) { _root.hedge._x = _root.hedge._x - (-pullhedgeh); } else { _root.hedge._x = _root.horse._x; } } else if ((_root.hedge._x - _root.horse._x) > pullhedgeh) { _root.hedge._x = _root.hedge._x - pullhedgeh; } else { _root.hedge._x = _root.horse._x; } } if (this.hitTest(_root.bomb)) { if (_root.bomb._currentframe != 5) { _root.bomb._y = _root.bomb._y - pullhedgey; if (_root.bomb._x < this._x) { if ((_root.horse._x - _root.bomb._x) > pullhedgeh) { _root.bomb._x = _root.bomb._x - (-pullhedgeh); } else { _root.bomb._x = _root.horse._x; } } else if ((_root.bomb._x - _root.horse._x) > pullhedgeh) { _root.bomb._x = _root.bomb._x - pullhedgeh; } else { _root.bomb._x = _root.horse._x; } } } if (this.hitTest(_root.peach.hit)) { _root.peach._y = _root.peach._y - pully; if (_root.peach._x < this._x) { if ((_root.horse._x - _root.peach._x) > pullh) { _root.peach._x = _root.peach._x - (-pullh); } else { _root.peach._x = _root.horse._x; } } else if ((_root.peach._x - _root.horse._x) > pullh) { _root.peach._x = _root.peach._x - pullh; } else { _root.peach._x = _root.horse._x; } } } }
Instance of Symbol 99 MovieClip "horse" in Frame 2
onClipEvent (load) { var course = 0; var cCount = 0; var spd = 10; var pullCount = 0; var HP = 25; var hurtSwitch = false; var hurtCount = 0; var windPull = 6; var sparkUp = false; var sparkSpeed = 5; var sparkGen = 0; var sparkCount = 0; var courseDefine = 0; var courseFlip = false; var countYes = 0; var countLast = 0; var peachDead = false; var countRun = 0; var divY = 0; var divX = 0; var gen = false; var final = false; } onClipEvent (enterFrame) { if (!peachDead) { if ((course >= 0) && (course <= 5)) { if (cCount == 0) { this._y = this._y - (-spd); this.gotoAndStop(5); if (this._y >= 150) { cCount++; } } if (cCount == 1) { this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= 15) { cCount++; } } if (cCount == 2) { this._y = this._y - (-spd); this.gotoAndStop(5); if (this._y >= 450) { cCount++; } } if (cCount == 3) { this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 519) { cCount++; if ((((_root.hedge._x > 0) && (_root.hedge._x < 600)) && (_root.hedge._y < 550)) && (_root.hedge._y > 0)) { } else { _root.hedge._x = this._x - 50; _root.hedge._y = this._y + 40; } } } if (cCount == 4) { this._y = this._y - spd; this.gotoAndStop(7); if (this._y <= 150) { cCount++; } } if (cCount == 5) { this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= 310) { cCount++; } } if (cCount == 6) { this._y = this._y - spd; this.gotoAndStop(7); if ((this._y = 70)) { cCount++; this._y = 70; } } if (cCount == 7) { this.gotoAndStop(9); if (_root.wind._alpha < 75) { _root.wind._alpha = _root.wind._alpha - -5; _root.wind2._alpha = _root.wind2._alpha - -2; } else { if ((_root.hedge._y > 300) && (_root.hedge._y < 400)) { _root.wind.pullhedgeh = 2; } else if ((_root.hedge._y <= 300) && (_root.hedge._y >= 200)) { _root.wind.pullhedgeh = 9; } else if (_root.hedge._y < 200) { _root.wind.pullhedgeh = 27; } else { _root.wind.pullhedgeh = 0; } if ((_root.hedge._y > 70) && (_root.hedge._y < 450)) { _root.wind.pullhedgey = 7; } else { _root.wind.pullhedgey = 0; } if (_root.peach._y > 80) { _root.wind.pully = windPull; } else { _root.wind.pully = 0; } if (_root.peach._y < 150) { _root.wind.pullh = 8.1; } else if ((_root.peach._y >= 150) && (_root.peach._y < 300)) { _root.wind.pullh = 3; } else if (_root.peach._y >= 300) { _root.wind.pullh = 3; } _root.wind.pulling = true; } } if (cCount == 8) { if (_root.hedge.hitTest(this.hit)) { _root.hedge._y = 700; } _root.wind.pulling = false; HP--; hurtCount++; if (hurtCount < 40) { if (!hurtSwitch) { hurtSwitch = true; this._visible = false; } else { hurtSwitch = false; this._visible = true; } } else { this._visible = true; hurtSwitch = false; course++; hurtCount = 0; windPull = windPull - -0.5; spd = spd - -0.5; cCount = 0; } } } if (sparkCount < 25) { if (sparkUp) { sparkCount++; _root.spark._y = _root.spark._y - sparkSpeed; if (_root.spark._y <= 150) { sparkUp = false; } } else { sparkCount++; _root.spark._y = _root.spark._y - (-sparkSpeed); if (_root.spark._y >= 550) { sparkUp = true; } } } if ((course >= 6) && (course <= 10)) { if (cCount == 0) { this.gotoAndStop(5); this._y = this._y - (-spd); if (this._y >= 150) { cCount++; if (course == 6) { _root.spark._x = Math.random() * 600; _root.spark._y = (Math.random() * 400) + 150; } else { sparkGen = Math.random(); sparkSpeed = sparkSpeed - -0.5; sparkCount = 0; if (sparkGen <= 0.5) { sparkUp = false; } else { sparkUp = true; } } } } if (cCount == 1) { this.gotoAndStop(6); this._x = this._x - spd; if (this._x <= 50) { cCount++; } } if (cCount == 2) { this.gotoAndStop(5); this._y = this._y - (-spd); if (this._y >= 200) { cCount++; } } if (cCount == 3) { this.gotoAndStop(8); this._x = this._x - (-spd); if (this._x >= 550) { cCount++; } } if (cCount == 4) { this.gotoAndStop(5); this._y = this._y - (-spd); if (this._y >= 300) { cCount++; } } if (cCount == 5) { this.gotoAndStop(6); this._x = this._x - spd; if (this._x <= 50) { cCount++; } } if (cCount == 6) { this.gotoAndStop(5); this._y = this._y - (-spd); if (this._y >= 500) { cCount++; } } if (cCount == 7) { this.gotoAndStop(8); this._x = this._x - (-spd); if (this._x >= 550) { cCount++; if ((((_root.hedge._x > 0) && (_root.hedge._x < 600)) && (_root.hedge._y < 550)) && (_root.hedge._y > 0)) { } else { _root.hedge._x = this._x - 50; _root.hedge._y = this._y + 40; } } } if (cCount == 8) { this.gotoAndStop(7); this._y = this._y - spd; if (this._y <= 400) { cCount = 9; } } if (cCount == 9) { this.gotoAndStop(6); this._x = this._x - spd; if (this._x <= 310) { cCount = 10; this._x = 310; } } if (cCount == 10) { this.gotoAndStop(7); this._y = this._y - spd; if (this._y < 70) { cCount = 11; this._y = 70; } } if (cCount == 11) { this.gotoAndStop(9); if (_root.wind._alpha < 75) { _root.wind._alpha = _root.wind._alpha - -5; _root.wind2._alpha = _root.wind2._alpha - -2; } else { if ((_root.hedge._y > 300) && (_root.hedge._y < 400)) { _root.wind.pullhedgeh = 2; } else if ((_root.hedge._y <= 300) && (_root.hedge._y >= 200)) { _root.wind.pullhedgeh = 9; } else if (_root.hedge._y < 200) { _root.wind.pullhedgeh = 27; } else { _root.wind.pullhedgeh = 0; } if ((_root.hedge._y > 70) && (_root.hedge._y < 450)) { _root.wind.pullhedgey = 7; } else { _root.wind.pullhedgey = 0; } if (_root.peach._y > 80) { _root.wind.pully = windPull; } else { _root.wind.pully = 0; } if (_root.peach._y < 150) { _root.wind.pullh = 8.1; } else if ((_root.peach._y >= 150) && (_root.peach._y < 300)) { _root.wind.pullh = 3; } else if (_root.peach._y >= 300) { _root.wind.pullh = 3; } _root.wind.pulling = true; } } if (cCount == 12) { if (_root.hedge.hitTest(this.hit)) { _root.hedge._y = 700; } _root.wind.pulling = false; HP--; hurtCount++; if (hurtCount < 40) { if (!hurtSwitch) { hurtSwitch = true; this._visible = false; } else { hurtSwitch = false; this._visible = true; } } else { this._visible = true; hurtSwitch = false; course++; hurtCount = 0; windPull = windPull - -0.5; spd = spd - -0.5; cCount = 0; } } } if ((course >= 11) && (course <= 15)) { if (cCount == 0) { this._y = this._y - (-spd); this.gotoAndStop(5); if (this._y >= 500) { cCount++; if (course == 11) { _root.fire._x = Math.random() * 600; _root.fire._y = (Math.random() * 300) + 200; _root.fire.boing = 0; _root.fire.areax = _root.fire._x; _root.fire.areay = _root.fire._y; } else { _root.fire.bounce = Math.random() * 20; _root.fire.spd = Math.random() * 20; } sparkGen = Math.random(); sparkSpeed = sparkSpeed - -0.5; sparkCount = 0; if (sparkGen <= 0.5) { sparkUp = false; } else { sparkUp = true; } } } if (cCount == 1) { this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= 75) { cCount++; } } if (cCount == 2) { this._y = this._y - spd; this.gotoAndStop(7); if (this._y <= 150) { cCount++; } } if (cCount == 3) { this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 300) { cCount++; } } if (cCount == 4) { this._y = this._y - (-spd); this.gotoAndStop(5); if (this._y >= 500) { cCount++; if ((((_root.hedge._x > 0) && (_root.hedge._x < 600)) && (_root.hedge._y < 550)) && (_root.hedge._y > 0)) { } else { _root.hedge._x = this._x - 50; _root.hedge._y = this._y + 40; } } } if (cCount == 5) { this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 500) { cCount++; } } if (cCount == 6) { this._y = this._y - spd; this.gotoAndStop(7); if (this._y <= 150) { cCount++; } } if (cCount == 7) { this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= 310) { cCount++; this._x = 310; } } if (cCount == 8) { this._y = this._y - spd; this.gotoAndStop(7); if (this._y <= 70) { cCount++; this._y = 70; } } if (cCount == 9) { this.gotoAndStop(9); if (_root.wind._alpha < 75) { _root.wind._alpha = _root.wind._alpha - -5; _root.wind2._alpha = _root.wind2._alpha - -2; } else { if ((_root.hedge._y > 300) && (_root.hedge._y < 400)) { _root.wind.pullhedgeh = 2; } else if ((_root.hedge._y <= 300) && (_root.hedge._y >= 200)) { _root.wind.pullhedgeh = 9; } else if (_root.hedge._y < 200) { _root.wind.pullhedgeh = 27; } else { _root.wind.pullhedgeh = 0; } if ((_root.hedge._y > 70) && (_root.hedge._y < 450)) { _root.wind.pullhedgey = 7; } else { _root.wind.pullhedgey = 0; } if (_root.peach._y > 80) { _root.wind.pully = windPull; } else { _root.wind.pully = 0; } if (_root.peach._y < 150) { _root.wind.pullh = 8.1; } else if ((_root.peach._y >= 150) && (_root.peach._y < 300)) { _root.wind.pullh = 5; } else if (_root.peach._y >= 300) { _root.wind.pullh = 3; } _root.wind.pulling = true; } } if (cCount == 10) { if (_root.hedge.hitTest(this.hit)) { _root.hedge._y = 700; } _root.wind.pulling = false; HP--; hurtCount++; if (hurtCount < 40) { if (!hurtSwitch) { hurtSwitch = true; this._visible = false; } else { hurtSwitch = false; this._visible = true; } } else { this._visible = true; hurtSwitch = false; course++; hurtCount = 0; windPull = windPull - -0.5; spd = spd - -0.5; cCount = 0; } } } if ((course >= 16) && (course <= 20)) { _root.hedge._y = 3000; if (course == 11) { _root.fire._x = Math.random() * 600; _root.fire._y = (Math.random() * 300) + 200; _root.fire.boing = 0; _root.fire.areax = _root.fire._x; _root.fire.areay = _root.fire._y; } else { _root.fire.bounce = Math.random() * 20; _root.fire.spd = Math.random() * 20; } if (cCount == 0) { this._y = this._y - (-spd); this.gotoAndStop(5); if (this._y >= 700) { cCount++; sparkGen = Math.random(); sparkSpeed = sparkSpeed - -0.5; sparkCount = 0; if (sparkGen <= 0.5) { sparkUp = false; } else { sparkUp = true; } courseDefine = Math.random(); } } if (cCount == 1) { if (course == 6) { _root.spark._x = Math.random() * 600; _root.spark._y = (Math.random() * 400) + 150; } if ((courseDefine >= 0) && (courseDefine <= 0.25)) { if (!courseFlip) { this._x = -100; this._y = 250; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.25) && (courseDefine <= 0.5)) { if (!courseFlip) { this._x = -100; this._y = 475; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.5) && (courseDefine <= 0.75)) { if (!courseFlip) { this._x = 700; this._y = 250; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.75) && (courseDefine <= 1)) { if (!courseFlip) { this._x = 700; this._y = 475; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } } if (cCount == 2) { if (course == 6) { _root.spark._x = Math.random() * 600; _root.spark._y = (Math.random() * 400) + 150; } if ((courseDefine >= 0) && (courseDefine <= 0.25)) { if (!courseFlip) { this._x = -100; this._y = 250; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.25) && (courseDefine <= 0.5)) { if (!courseFlip) { this._x = -100; this._y = 475; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.5) && (courseDefine <= 0.75)) { if (!courseFlip) { this._x = 700; this._y = 250; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.75) && (courseDefine <= 1)) { if (!courseFlip) { this._x = 700; this._y = 475; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } } if (cCount == 3) { if (course == 6) { _root.spark._x = Math.random() * 600; _root.spark._y = (Math.random() * 400) + 150; } if ((courseDefine >= 0) && (courseDefine <= 0.25)) { if (!courseFlip) { this._x = -100; this._y = 250; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.25) && (courseDefine <= 0.5)) { if (!courseFlip) { this._x = -100; this._y = 475; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.5) && (courseDefine <= 0.75)) { if (!courseFlip) { this._x = 700; this._y = 250; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.75) && (courseDefine <= 1)) { if (!courseFlip) { this._x = 700; this._y = 475; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } } if (cCount == 4) { if (course == 6) { _root.spark._x = Math.random() * 600; _root.spark._y = (Math.random() * 400) + 150; } if ((courseDefine >= 0) && (courseDefine <= 0.25)) { if (!courseFlip) { this._x = -100; this._y = 250; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.25) && (courseDefine <= 0.5)) { if (!courseFlip) { this._x = -100; this._y = 475; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.5) && (courseDefine <= 0.75)) { if (!courseFlip) { this._x = 700; this._y = 250; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.75) && (courseDefine <= 1)) { if (!courseFlip) { this._x = 700; this._y = 475; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } } if (cCount == 5) { if (course == 6) { _root.spark._x = Math.random() * 600; _root.spark._y = (Math.random() * 400) + 150; } if ((courseDefine >= 0) && (courseDefine <= 0.25)) { if (!courseFlip) { this._x = -100; this._y = 250; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.25) && (courseDefine <= 0.5)) { if (!courseFlip) { this._x = -100; this._y = 475; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.5) && (courseDefine <= 0.75)) { if (!courseFlip) { this._x = 700; this._y = 250; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } else if ((courseDefine > 0.75) && (courseDefine <= 1)) { if (!courseFlip) { this._x = 700; this._y = 475; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; } } } if (cCount == 6) { if (course == 6) { _root.spark._x = Math.random() * 600; _root.spark._y = (Math.random() * 400) + 150; } if ((courseDefine >= 0) && (courseDefine <= 0.25)) { if (!courseFlip) { this._x = -100; this._y = 250; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; if ((((_root.bomb._x > 0) && (_root.bomb._x < 600)) && (_root.bomb._y < 550)) && (_root.bomb._y > 0)) { } else { _root.bomb.newTick = 0; _root.bomb.ticking = true; _root.bomb.tick = 1; _root.bomb.tickCount = 0; _root.bomb.gotoAndStop(1); _root.bomb.lit = false; _root.bomb._x = 300; _root.bomb._y = 500; } } } else if ((courseDefine > 0.25) && (courseDefine <= 0.5)) { if (!courseFlip) { this._x = -100; this._y = 475; courseFlip = true; } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { cCount++; courseDefine = Math.random(); courseFlip = false; if ((((_root.bomb._x > 0) && (_root.bomb._x < 600)) && (_root.bomb._y < 550)) && (_root.bomb._y > 0)) { } else { _root.bomb.newTick = 0; _root.bomb.ticking = true; _root.bomb.tick = 1; _root.bomb.tickCount = 0; _root.bomb.gotoAndStop(1); _root.bomb.lit = false; _root.bomb._x = 500; _root.bomb._y = 300; } } } else if ((courseDefine > 0.5) && (courseDefine <= 0.75)) { if (!courseFlip) { this._x = 700; this._y = 250; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; if ((((_root.bomb._x > 0) && (_root.bomb._x < 600)) && (_root.bomb._y < 550)) && (_root.bomb._y > 0)) { } else { _root.bomb.newTick = 0; _root.bomb.ticking = true; _root.bomb.tick = 1; _root.bomb.tickCount = 0; _root.bomb.gotoAndStop(1); _root.bomb.lit = false; _root.bomb._x = 500; _root.bomb._y = 300; } } } else if ((courseDefine > 0.75) && (courseDefine <= 1)) { if (!courseFlip) { this._x = 700; this._y = 475; courseFlip = true; } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { cCount++; courseDefine = Math.random(); courseFlip = false; if ((((_root.bomb._x > 0) && (_root.bomb._x < 600)) && (_root.bomb._y < 550)) && (_root.bomb._y > 0)) { } else { _root.bomb.newTick = 0; _root.bomb.ticking = true; _root.bomb.tick = 1; _root.bomb.tickCount = 0; _root.bomb.gotoAndStop(1); _root.bomb.lit = false; _root.bomb._x = 500; _root.bomb._y = 300; } } } } if (cCount == 7) { if (course == 6) { _root.spark._x = Math.random() * 600; _root.spark._y = (Math.random() * 400) + 150; } if ((courseDefine >= 0) && (courseDefine <= 0.25)) { if (!courseFlip) { this._x = -100; this._y = 250; courseFlip = true; countYes = Math.random(); } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { if (countYes <= 0.5) { cCount++; courseFlip = false; } courseFlip = false; courseDefine = Math.random(); } } else if ((courseDefine > 0.25) && (courseDefine <= 0.5)) { if (!courseFlip) { this._x = -100; this._y = 475; courseFlip = true; countYes = Math.random(); } this._x = this._x - (-spd); this.gotoAndStop(8); if (this._x >= 700) { if (countYes <= 0.5) { cCount++; courseFlip = false; } courseFlip = false; courseDefine = Math.random(); } } else if ((courseDefine > 0.5) && (courseDefine <= 0.75)) { if (!courseFlip) { this._x = 700; this._y = 250; courseFlip = true; countYes = Math.random(); } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { if (countYes <= 0.5) { cCount++; courseFlip = false; } courseFlip = false; courseDefine = Math.random(); } } else if ((courseDefine > 0.75) && (courseDefine <= 1)) { if (!courseFlip) { this._x = 700; this._y = 475; courseFlip = true; countYes = Math.random(); } this._x = this._x - spd; this.gotoAndStop(6); if (this._x <= -100) { if (countYes <= 0.5) { cCount++; courseFlip = false; } courseFlip = false; courseDefine = Math.random(); } } } if (cCount == 8) { if (!courseFlip) { this._x = 310; this._y = 700; courseFlip = true; } else { this._y = this._y - spd; this.gotoAndStop(7); if (this._y <= 70) { this._y = 70; cCount++; } } } if (cCount == 9) { this.gotoAndStop(9); if (_root.wind._alpha < 75) { _root.wind._alpha = _root.wind._alpha - -5; _root.wind2._alpha = _root.wind2._alpha - -2; } else { if ((_root.bomb._y > 300) && (_root.bomb._y < 400)) { _root.wind.pullhedgeh = 2; } else if ((_root.bomb._y <= 300) && (_root.bomb._y >= 200)) { _root.wind.pullhedgeh = 9; } else if (_root.bomb._y < 200) { _root.wind.pullhedgeh = 27; } else { _root.wind.pullhedgeh = 0; } if ((_root.bomb._y > 70) && (_root.bomb._y < 450)) { _root.wind.pullhedgey = 7; } else { _root.wind.pullhedgey = 0; } if (_root.peach._y > 80) { _root.wind.pully = windPull; } else { _root.wind.pully = 0; } if (_root.peach._y < 150) { _root.wind.pullh = 8.1; } else if ((_root.peach._y >= 150) && (_root.peach._y < 300)) { _root.wind.pullh = 3; } else if (_root.peach._y >= 300) { _root.wind.pullh = 3; } _root.wind.pulling = true; } } if (cCount == 10) { _root.bomb._y = 700; _root.wind.pulling = false; HP--; hurtCount++; if (hurtCount < 40) { if (!hurtSwitch) { hurtSwitch = true; this._visible = false; } else { hurtSwitch = false; this._visible = true; } } else { this._visible = true; hurtSwitch = false; course++; hurtCount = 0; windPull = windPull - -0.5; spd = spd - -0.5; cCount = 0; } } } if (course >= 21) { _root.spark._y = 3000; _root.fire._y = 3000; _root.hedge._y = 3000; _root.bomb._y = 3000; this.gotoAndStop(10); countLast++; if (countLast >= 160) { _root.gotoAndStop("win"); } } } else { _root.wind.pully = 0; _root.wind.pullh = 0; _root.wind._alpha = 0; _root.wind2._alpha = 0; this._visible = true; this._alpha = 100; if (!gen) { divX = (this._x - _root.peach._x) / 20; divY = (this._y - _root.peach._y) / 20; gen = true; } if (countRun < 20) { this._x = this._x - divX; this._y = this._y - divY; countRun++; } else { if (!final) { this._x = _root.peach._x; this._y = _root.peach._y - 35; final = true; } if (_root.peach._y != this._y) { this.gotoAndStop(11); _root.peach._y = _root.peach._y - 0.5; } else if (_root.whitescreen._alpha <= 100) { _root.whitescreen._alpha = _root.whitescreen._alpha - -5; } else { _root.gotoAndStop("lose"); } } } }
Instance of Symbol 102 MovieClip "4" in Frame 2
onClipEvent (enterFrame) { if (_root.peach.HP == 4) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 102 MovieClip "3" in Frame 2
onClipEvent (enterFrame) { if (_root.peach.HP >= 3) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 102 MovieClip "2" in Frame 2
onClipEvent (enterFrame) { if (_root.peach.HP >= 2) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 102 MovieClip "1" in Frame 2
onClipEvent (enterFrame) { if (_root.peach.HP >= 1) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 24 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y < this._y) { _root.peach._y = this._y; } } }
Instance of Symbol 24 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y < this._y) { _root.peach._y = this._y; } } }
Instance of Symbol 24 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._y < this._y) { _root.peach._y = this._y; } } }
Instance of Symbol 24 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x < this._x) { _root.peach._x = this._x; } } }
Instance of Symbol 24 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x > this._x) { _root.peach._x = this._x; } } }
Symbol 6 Button
on (release) { gotoAndStop ("inst"); }
Symbol 9 Button
on (release) { _root.gotoAndStop("copy"); }
Symbol 16 Button
on (release) { _root.gotoAndStop("game"); }
Symbol 17 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 17 MovieClip Frame 2
gotoAndPlay (1);
Symbol 42 MovieClip Frame 5
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 19
stop();
Symbol 90 MovieClip Frame 45
stop();
Symbol 93 MovieClip Frame 13
stop();
Symbol 95 MovieClip Frame 84
stop();
Symbol 99 MovieClip Frame 1
stop();
Instance of Symbol 78 MovieClip in Symbol 99 MovieClip Frame 5
onClipEvent (load) { var countx = 0; var county = 0; var shockxl = false; var countxr = false; var shockyu = false; var shockyd = false; var ran = Math.random(); if (ran <= 0.5) { var left = true; } else { var left = false; } var spd = (Math.random() * 30); } onClipEvent (enterFrame) { if (!_root.horse.peachDead) { if (countx >= 4) { shockxl = false; shockxr = false; countx = 0; } if (county >= 4) { shockyu = false; shockyd = false; county = 0; } if (shockxl) { countx++; _root.peach._x = _root.peach._x - 22; } if (shockxr) { countx++; _root.peach._x = _root.peach._x - -22; } if (shockyu) { county++; _root.peach._y = _root.peach._y - 22; } if (shockyd) { county++; _root.peach._y = _root.peach._y - -22; } if (this.hitTest(_root.peach.hit) && (!_root.peach.invinc)) { _root.peach.HP--; _root.peach.invinc = true; if (_root.peach._x < horse._x) { shockxl = true; } else { shockxr = true; } if (_root.peach._y < horse._y) { shockyu = true; } else { shockyd = true; } } } }
Symbol 102 MovieClip Frame 1
stop();
Symbol 122 Button
on (release) { _root.gotoAndStop(1); }
Symbol 123 MovieClip Frame 239
stop();
Symbol 132 Button
on (release) { getURL ("http://www.nintendo.com", "_blank"); }
Symbol 134 Button
on (release) { getURL ("http://www.natsume.com", "_blank"); }
Symbol 136 Button
on (release) { getURL ("http://ffg1234.nafly.net/wallpaper/Desert.jpg", "_blank"); }

Library Items

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

Instance Names

"spark"Frame 2Symbol 28 MovieClip
"peach"Frame 2Symbol 44 MovieClip
"hedge"Frame 2Symbol 47 MovieClip
"fire"Frame 2Symbol 51 MovieClip
"bomb"Frame 2Symbol 61 MovieClip
"fart"Frame 2Symbol 63 MovieClip
"wind2"Frame 2Symbol 69 MovieClip
"wind"Frame 2Symbol 69 MovieClip
"horse"Frame 2Symbol 99 MovieClip
"4"Frame 2Symbol 102 MovieClip
"3"Frame 2Symbol 102 MovieClip
"2"Frame 2Symbol 102 MovieClip
"1"Frame 2Symbol 102 MovieClip
"whitescreen"Frame 2Symbol 104 MovieClip
"hedge"Frame 5Symbol 47 MovieClip
"bomb"Frame 5Symbol 61 MovieClip
"fire"Frame 5Symbol 51 MovieClip
"spark"Frame 5Symbol 28 MovieClip
"bar"Symbol 17 MovieClip Frame 1Symbol 11 MovieClip
"hit"Symbol 44 MovieClip Frame 1Symbol 31 MovieClip
"pull"Symbol 44 MovieClip Frame 9Symbol 42 MovieClip
"boom"Symbol 61 MovieClip Frame 5Symbol 60 MovieClip
"hit"Symbol 99 MovieClip Frame 9Symbol 88 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"game"Frame 2
"lose"Frame 3
"win"Frame 4
"inst"Frame 5
"copy"Frame 6
"loaded"Symbol 17 MovieClip Frame 3
"lift"Symbol 44 MovieClip Frame 9
"victory"Symbol 44 MovieClip Frame 10




http://swfchan.com/36/178553/info.shtml
Created: 16/10 -2018 23:24:44 Last modified: 16/10 -2018 23:24:44 Server time: 28/04 -2024 22:25:17