STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229671 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5191 |
This is the info page for Flash #178553 |
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 1Stage.showMenu = false; stop();Frame 2stop();Instance of Symbol 24 MovieClip in Frame 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (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 2onClipEvent (enterFrame) { if (_root.peach.HP == 4) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }Instance of Symbol 102 MovieClip "3" in Frame 2onClipEvent (enterFrame) { if (_root.peach.HP >= 3) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }Instance of Symbol 102 MovieClip "2" in Frame 2onClipEvent (enterFrame) { if (_root.peach.HP >= 2) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }Instance of Symbol 102 MovieClip "1" in Frame 2onClipEvent (enterFrame) { if (_root.peach.HP >= 1) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }Instance of Symbol 24 MovieClip in Frame 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (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 3onClipEvent (enterFrame) { if (this.hitTest(_root.peach.hit)) { if (_root.peach._x > this._x) { _root.peach._x = this._x; } } }Symbol 6 Buttonon (release) { gotoAndStop ("inst"); }Symbol 9 Buttonon (release) { _root.gotoAndStop("copy"); }Symbol 16 Buttonon (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 2gotoAndPlay (1);Symbol 42 MovieClip Frame 5stop();Symbol 44 MovieClip Frame 1stop();Symbol 61 MovieClip Frame 1stop();Symbol 63 MovieClip Frame 1stop();Symbol 63 MovieClip Frame 19stop();Symbol 90 MovieClip Frame 45stop();Symbol 93 MovieClip Frame 13stop();Symbol 95 MovieClip Frame 84stop();Symbol 99 MovieClip Frame 1stop();Instance of Symbol 78 MovieClip in Symbol 99 MovieClip Frame 5onClipEvent (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 1stop();Symbol 122 Buttonon (release) { _root.gotoAndStop(1); }Symbol 123 MovieClip Frame 239stop();Symbol 132 Buttonon (release) { getURL ("http://www.nintendo.com", "_blank"); }Symbol 134 Buttonon (release) { getURL ("http://www.natsume.com", "_blank"); }Symbol 136 Buttonon (release) { getURL ("http://ffg1234.nafly.net/wallpaper/Desert.jpg", "_blank"); }
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:3 4 7 116 125 126 127 129 130 131 133 135 137 | |
Symbol 3 Text | Uses:2 | Used by:Timeline |
Symbol 4 Text | Uses:2 | Used by:6 |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 Button | Uses:4 5 | Used by:Timeline |
Symbol 7 Text | Uses:2 | Used by:9 |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 Button | Uses:7 8 | Used by:Timeline |
Symbol 10 Graphic | Used by:11 | |
Symbol 11 MovieClip | Uses:10 | Used by:17 |
Symbol 12 Graphic | Used by:17 | |
Symbol 13 Graphic | Used by:16 | |
Symbol 14 Graphic | Used by:16 | |
Symbol 15 Graphic | Used by:16 | |
Symbol 16 Button | Uses:13 14 15 | Used by:17 |
Symbol 17 MovieClip | Uses:11 12 16 | Used by:Timeline |
Symbol 18 Graphic | Used by:Timeline | |
Symbol 19 Graphic | Used by:20 | |
Symbol 20 MovieClip | Uses:19 | Used by:Timeline |
Symbol 21 Graphic | Used by:22 | |
Symbol 22 MovieClip | Uses:21 | Used by:Timeline |
Symbol 23 Graphic | Used by:24 | |
Symbol 24 MovieClip | Uses:23 | Used by:Timeline |
Symbol 25 Graphic | Used by:28 | |
Symbol 26 Graphic | Used by:28 | |
Symbol 27 Graphic | Used by:28 | |
Symbol 28 MovieClip | Uses:25 26 27 | Used by:Timeline |
Symbol 29 Graphic | Used by:35 44 | |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 MovieClip | Uses:30 | Used by:44 |
Symbol 32 Graphic | Used by:37 44 | |
Symbol 33 Graphic | Used by:39 44 | |
Symbol 34 Graphic | Used by:44 | |
Symbol 35 MovieClip | Uses:29 | Used by:44 Timeline |
Symbol 36 Graphic | Used by:37 | |
Symbol 37 MovieClip | Uses:32 36 | Used by:44 |
Symbol 38 Graphic | Used by:39 | |
Symbol 39 MovieClip | Uses:33 38 | Used by:44 |
Symbol 40 Graphic | Used by:42 | |
Symbol 41 Graphic | Used by:42 | |
Symbol 42 MovieClip | Uses:40 41 | Used by:44 |
Symbol 43 Graphic | Used by:44 | |
Symbol 44 MovieClip | Uses:29 31 32 33 34 35 37 39 42 43 | Used by:Timeline |
Symbol 45 Graphic | Used by:47 | |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 MovieClip | Uses:45 46 | Used by:Timeline |
Symbol 48 Graphic | Used by:51 | |
Symbol 49 Graphic | Used by:51 | |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 MovieClip | Uses:48 49 50 | Used by:Timeline |
Symbol 52 Graphic | Used by:61 | |
Symbol 53 Graphic | Used by:61 | |
Symbol 54 Graphic | Used by:61 | |
Symbol 55 Graphic | Used by:61 | |
Symbol 56 Graphic | Used by:60 | |
Symbol 57 Graphic | Used by:60 | |
Symbol 58 Graphic | Used by:60 | |
Symbol 59 Graphic | Used by:60 | |
Symbol 60 MovieClip | Uses:56 57 58 59 | Used by:61 |
Symbol 61 MovieClip | Uses:52 53 54 55 60 | Used by:Timeline |
Symbol 62 Graphic | Used by:63 | |
Symbol 63 MovieClip | Uses:62 | Used by:Timeline |
Symbol 64 Graphic | Used by:Timeline | |
Symbol 65 Graphic | Used by:69 | |
Symbol 66 Bitmap | Used by:67 | |
Symbol 67 Graphic | Uses:66 | Used by:69 |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:65 67 68 | Used by:Timeline |
Symbol 70 Graphic | Used by:99 | |
Symbol 71 Graphic | Used by:99 | |
Symbol 72 Graphic | Used by:85 99 | |
Symbol 73 Graphic | Used by:99 | |
Symbol 74 Graphic | Used by:76 | |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 MovieClip | Uses:74 75 | Used by:99 |
Symbol 77 Graphic | Used by:78 | |
Symbol 78 MovieClip | Uses:77 | Used by:99 |
Symbol 79 Graphic | Used by:82 | |
Symbol 80 Graphic | Used by:82 | |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 MovieClip | Uses:79 80 81 | Used by:99 |
Symbol 83 Graphic | Used by:85 | |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:72 83 84 | Used by:99 |
Symbol 86 Graphic | Used by:99 | |
Symbol 87 Graphic | Used by:88 | |
Symbol 88 MovieClip | Uses:87 | Used by:99 |
Symbol 89 Graphic | Used by:90 | |
Symbol 90 MovieClip | Uses:89 | Used by:99 |
Symbol 91 Graphic | Used by:92 | |
Symbol 92 MovieClip | Uses:91 | Used by:93 |
Symbol 93 MovieClip | Uses:92 | Used by:95 |
Symbol 94 Graphic | Used by:95 | |
Symbol 95 MovieClip | Uses:93 94 | Used by:99 |
Symbol 96 Graphic | Used by:98 | |
Symbol 97 Graphic | Used by:98 | |
Symbol 98 MovieClip | Uses:96 97 | Used by:99 |
Symbol 99 MovieClip | Uses:70 71 72 73 76 78 82 85 86 88 90 95 98 | Used by:Timeline |
Symbol 100 Graphic | Used by:102 | |
Symbol 101 Graphic | Used by:102 | |
Symbol 102 MovieClip | Uses:100 101 | Used by:Timeline |
Symbol 103 Graphic | Used by:104 | |
Symbol 104 MovieClip | Uses:103 | Used by:Timeline |
Symbol 105 Graphic | Used by:Timeline | |
Symbol 106 Graphic | Used by:Timeline | |
Symbol 107 Bitmap | Used by:108 | |
Symbol 108 Graphic | Uses:107 | Used by:Timeline |
Symbol 109 Bitmap | Used by:110 | |
Symbol 110 Graphic | Uses:109 | Used by:123 |
Symbol 111 Graphic | Used by:123 | |
Symbol 112 Bitmap | Used by:113 | |
Symbol 113 Graphic | Uses:112 | Used by:123 |
Symbol 114 Bitmap | Used by:115 | |
Symbol 115 Graphic | Uses:114 | Used by:123 |
Symbol 116 Text | Uses:2 | Used by:117 |
Symbol 117 MovieClip | Uses:116 | Used by:123 |
Symbol 118 Graphic | Used by:122 | |
Symbol 119 Graphic | Used by:122 | |
Symbol 120 Graphic | Used by:122 | |
Symbol 121 Graphic | Used by:122 | |
Symbol 122 Button | Uses:118 119 120 121 | Used by:123 Timeline |
Symbol 123 MovieClip | Uses:110 111 113 115 117 122 | Used by:Timeline |
Symbol 124 Graphic | Used by:Timeline | |
Symbol 125 Text | Uses:2 | Used by:Timeline |
Symbol 126 Text | Uses:2 | Used by:Timeline |
Symbol 127 Text | Uses:2 | Used by:Timeline |
Symbol 128 Graphic | Used by:132 134 136 Timeline | |
Symbol 129 Text | Uses:2 | Used by:Timeline |
Symbol 130 Text | Uses:2 | Used by:132 |
Symbol 131 Text | Uses:2 | Used by:132 |
Symbol 132 Button | Uses:130 128 131 | Used by:Timeline |
Symbol 133 Text | Uses:2 | Used by:134 |
Symbol 134 Button | Uses:133 128 | Used by:Timeline |
Symbol 135 Text | Uses:2 | Used by:136 |
Symbol 136 Button | Uses:135 128 | Used by:Timeline |
Symbol 137 Text | Uses:2 | Used by:Timeline |
Instance Names
"spark" | Frame 2 | Symbol 28 MovieClip |
"peach" | Frame 2 | Symbol 44 MovieClip |
"hedge" | Frame 2 | Symbol 47 MovieClip |
"fire" | Frame 2 | Symbol 51 MovieClip |
"bomb" | Frame 2 | Symbol 61 MovieClip |
"fart" | Frame 2 | Symbol 63 MovieClip |
"wind2" | Frame 2 | Symbol 69 MovieClip |
"wind" | Frame 2 | Symbol 69 MovieClip |
"horse" | Frame 2 | Symbol 99 MovieClip |
"4" | Frame 2 | Symbol 102 MovieClip |
"3" | Frame 2 | Symbol 102 MovieClip |
"2" | Frame 2 | Symbol 102 MovieClip |
"1" | Frame 2 | Symbol 102 MovieClip |
"whitescreen" | Frame 2 | Symbol 104 MovieClip |
"hedge" | Frame 5 | Symbol 47 MovieClip |
"bomb" | Frame 5 | Symbol 61 MovieClip |
"fire" | Frame 5 | Symbol 51 MovieClip |
"spark" | Frame 5 | Symbol 28 MovieClip |
"bar" | Symbol 17 MovieClip Frame 1 | Symbol 11 MovieClip |
"hit" | Symbol 44 MovieClip Frame 1 | Symbol 31 MovieClip |
"pull" | Symbol 44 MovieClip Frame 9 | Symbol 42 MovieClip |
"boom" | Symbol 61 MovieClip Frame 5 | Symbol 60 MovieClip |
"hit" | Symbol 99 MovieClip Frame 9 | Symbol 88 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access 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 |
|