| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231350 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #95229 |
| Oh, um hi... It's... it's a nice day... |
| Oh... O-oh my... |
| Pinkie Pie, you must collect more provisions... or LICK THINGS. |
| You have done well, Pinkie Pie! You may Progress! |
| Hey, s'up Pinkie? |
| That... awoke strange feelings inside me. |
| Well hey there, sugarcube. |
| D'aw, shucks. |
| The stars are gorgeous tonight! |
| Pinkie, why would you do that? |
| What a perfect view! |
| ...I like you too, Pinkie. But you are a strange pony. |
| Well hey there, little lady. |
| Y'up. |
| Oh man, Big Mac's going to kill me! I accidentally planted a cupcake! |
| ...Er... |
| Well hello, Pinkie Pie. |
ActionScript [AS1/AS2]
Frame 1stop();Frame 2stop();Frame 3stop();Frame 4stop();Frame 5stop();Frame 6stop();Frame 9stop(); score.text = 0; health.text = 100; musictoggle._x = 545.6; musictoggle._y = 75; stop(); stop();Instance of Symbol 22 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 22 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 24 MovieClip in Frame 9onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 36 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 38 MovieClip in Frame 9/* no clip actions */Instance of Symbol 40 MovieClip in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { _root.score.text++; _root.score.text++; _root.score.text++; unloadMovie (this); fluttershymc.gotoAndStop("licked"); } }Instance of Symbol 64 MovieClip "fluttershymc" in Frame 9onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop("licked"); } }Instance of Symbol 116 MovieClip "char" in Frame 9onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; musictoggleX = _root.musictoggle._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 100; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; _root.musictoggle._x = musictoggleX - _root._x; if ((!_root.ground2.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock2.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock2.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37) && (!jumping)) { if (speed > (-maxmove)) { speed--; speed = -10; } this.gotoAndStop("run"); this._xscale = -100; } if (Key.isDown(37) && (jumping)) { this.gotoAndStop("jump"); this._xscale = -100; if (speed > (-maxmove)) { speed--; speed = -10; } } else if (Key.isDown(39) && (!jumping)) { if (speed < maxmove) { speed++; speed = 10; } this.gotoAndStop("run"); this._xscale = 100; } else if (Key.isDown(39) && (jumping)) { this.gotoAndStop("jump"); this._xscale = 100; if (speed < maxmove) { speed++; speed = 10; } } else if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } else if (Key.isDown(32)) { this.gotoAndPlay("attack"); attacking = true; speed = 0; } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } if (jumping) { this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground2.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 32) { attacking = false; } }Instance of Symbol 131 MovieClip "enemy" in Frame 9onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 139 MovieClip "musictoggle" in Frame 9onClipEvent (load) { Xpos = this._x; Ypos = this._y; }Instance of Symbol 154 MovieClip in Frame 9onClipEvent (enterFrame) { if (_root.score.text == 15) { gotoAndStop (4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop(3); } }Frame 10stop(); score.text = 0; health.text = 100; musictoggle._x = 545.6; musictoggle._y = 75; stop(); stop();Instance of Symbol 22 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 22 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 22 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 24 MovieClip in Frame 10onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 24 MovieClip in Frame 10onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy2.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 36 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 38 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 38 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 36 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 36 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 36 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 36 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 38 MovieClip in Frame 10/* no clip actions */Instance of Symbol 38 MovieClip in Frame 10/* no clip actions */Instance of Symbol 38 MovieClip in Frame 10/* no clip actions */Instance of Symbol 162 MovieClip in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { _root.score.text++; _root.score.text++; _root.score.text++; unloadMovie (this); rdfull.gotoAndStop("licked"); } }Instance of Symbol 131 MovieClip "enemy" in Frame 10onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip "enemy2" in Frame 10onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 116 MovieClip "char" in Frame 10onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; musictoggleX = _root.musictoggle._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 100; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; _root.musictoggle._x = musictoggleX - _root._x; if ((!_root.ground3.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock2.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock2.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37) && (!jumping)) { if (speed > (-maxmove)) { speed--; speed = -10; } this.gotoAndStop("run"); this._xscale = -100; } if (Key.isDown(37) && (jumping)) { this.gotoAndStop("jump"); this._xscale = -100; if (speed > (-maxmove)) { speed--; speed = -10; } } else if (Key.isDown(39) && (!jumping)) { if (speed < maxmove) { speed++; speed = 10; } this.gotoAndStop("run"); this._xscale = 100; } else if (Key.isDown(39) && (jumping)) { this.gotoAndStop("jump"); this._xscale = 100; if (speed < maxmove) { speed++; speed = 10; } } else if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } else if (Key.isDown(32)) { this.gotoAndPlay("attack"); attacking = true; speed = 0; } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } if (jumping) { this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground3.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 32) { attacking = false; } }Instance of Symbol 154 MovieClip in Frame 10onClipEvent (enterFrame) { if (_root.score.text == 15) { gotoAndStop (4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop(3); } }Instance of Symbol 182 MovieClip "rdfull" in Frame 10onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop("licked"); } }Frame 11stop(); score.text = 0; health.text = 100; musictoggle._x = 545.6; musictoggle._y = 75; stop(); stop();Instance of Symbol 22 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 187 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 187 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 187 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 187 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 24 MovieClip in Frame 11onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 24 MovieClip in Frame 11onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy2.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 38 MovieClip in Frame 11/* no clip actions */Instance of Symbol 36 MovieClip in Frame 11/* no clip actions */Instance of Symbol 36 MovieClip in Frame 11/* no clip actions */Instance of Symbol 36 MovieClip in Frame 11/* no clip actions */Instance of Symbol 36 MovieClip in Frame 11/* no clip actions */Instance of Symbol 194 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { _root.score.text++; _root.score.text++; _root.score.text++; unloadMovie (this); ajfull.gotoAndStop("licked"); } }Instance of Symbol 22 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 22 MovieClip in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 116 MovieClip "char" in Frame 11onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; musictoggleX = _root.musictoggle._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 100; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; _root.musictoggle._x = musictoggleX - _root._x; if ((!_root.ground4.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock2.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock2.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37) && (!jumping)) { if (speed > (-maxmove)) { speed--; speed = -10; } this.gotoAndStop("run"); this._xscale = -100; } if (Key.isDown(37) && (jumping)) { this.gotoAndStop("jump"); this._xscale = -100; if (speed > (-maxmove)) { speed--; speed = -10; } } else if (Key.isDown(39) && (!jumping)) { if (speed < maxmove) { speed++; speed = 10; } this.gotoAndStop("run"); this._xscale = 100; } else if (Key.isDown(39) && (jumping)) { this.gotoAndStop("jump"); this._xscale = 100; if (speed < maxmove) { speed++; speed = 10; } } else if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } else if (Key.isDown(32)) { this.gotoAndPlay("attack"); attacking = true; speed = 0; } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } if (jumping) { this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground4.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 32) { attacking = false; } }Instance of Symbol 154 MovieClip in Frame 11onClipEvent (enterFrame) { if (_root.score.text == 15) { gotoAndStop (4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop(3); } }Instance of Symbol 131 MovieClip "enemy2" in Frame 11onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip "enemy" in Frame 11onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 214 MovieClip "ajfull" in Frame 11onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop("licked"); } }Frame 12stop(); score.text = 0; health.text = 100; musictoggle._x = 545.6; musictoggle._y = 75;Instance of Symbol 219 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 219 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 219 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 24 MovieClip in Frame 12onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy2.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 24 MovieClip in Frame 12onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 225 MovieClip in Frame 12/* no clip actions */Instance of Symbol 225 MovieClip in Frame 12/* no clip actions */Instance of Symbol 225 MovieClip in Frame 12/* no clip actions */Instance of Symbol 225 MovieClip in Frame 12/* no clip actions */Instance of Symbol 225 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 227 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { _root.score.text++; _root.score.text++; _root.score.text++; unloadMovie (this); rarityfull.gotoAndStop("licked"); } }Instance of Symbol 219 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 219 MovieClip in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 249 MovieClip "rarityfull" in Frame 12onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop("licked"); } }Instance of Symbol 116 MovieClip "char" in Frame 12onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; musictoggleX = _root.musictoggle._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 100; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; _root.musictoggle._x = musictoggleX - _root._x; if ((!_root.ground5.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock2.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock2.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37) && (!jumping)) { if (speed > (-maxmove)) { speed--; speed = -10; } this.gotoAndStop("run"); this._xscale = -100; } if (Key.isDown(37) && (jumping)) { this.gotoAndStop("jump"); this._xscale = -100; if (speed > (-maxmove)) { speed--; speed = -10; } } else if (Key.isDown(39) && (!jumping)) { if (speed < maxmove) { speed++; speed = 10; } this.gotoAndStop("run"); this._xscale = 100; } else if (Key.isDown(39) && (jumping)) { this.gotoAndStop("jump"); this._xscale = 100; if (speed < maxmove) { speed++; speed = 10; } } else if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } else if (Key.isDown(32)) { this.gotoAndPlay("attack"); attacking = true; speed = 0; } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } if (jumping) { this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground5.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 32) { attacking = false; } }Instance of Symbol 154 MovieClip in Frame 12onClipEvent (enterFrame) { if (_root.score.text == 15) { gotoAndStop (4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop(3); } }Instance of Symbol 131 MovieClip "enemy2" in Frame 12onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip "enemy" in Frame 12onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Frame 13stop(); score.text = 0; health.text = 100; musictoggle._x = 545.6; musictoggle._y = 75; stop();Instance of Symbol 24 MovieClip in Frame 13onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 24 MovieClip in Frame 13onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy3.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 24 MovieClip in Frame 13onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy2.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 225 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 267 MovieClip in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { _root.score.text++; _root.score.text++; _root.score.text++; unloadMovie (this); tsfull.gotoAndStop("licked"); } }Instance of Symbol 116 MovieClip "char" in Frame 13onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; musictoggleX = _root.musictoggle._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 100; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; _root.musictoggle._x = musictoggleX - _root._x; if ((!_root.ground6.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock2.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock2.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37) && (!jumping)) { if (speed > (-maxmove)) { speed--; speed = -10; } this.gotoAndStop("run"); this._xscale = -100; } if (Key.isDown(37) && (jumping)) { this.gotoAndStop("jump"); this._xscale = -100; if (speed > (-maxmove)) { speed--; speed = -10; } } else if (Key.isDown(39) && (!jumping)) { if (speed < maxmove) { speed++; speed = 10; } this.gotoAndStop("run"); this._xscale = 100; } else if (Key.isDown(39) && (jumping)) { this.gotoAndStop("jump"); this._xscale = 100; if (speed < maxmove) { speed++; speed = 10; } } else if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } else if (Key.isDown(32)) { this.gotoAndPlay("attack"); attacking = true; speed = 0; } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } if (jumping) { this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground6.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 32) { attacking = false; } }Instance of Symbol 131 MovieClip "enemy3" in Frame 13onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip "enemy2" in Frame 13onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip "enemy" in Frame 13onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 287 MovieClip "tsfull" in Frame 13onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop("licked"); } }Instance of Symbol 154 MovieClip in Frame 13onClipEvent (enterFrame) { if (_root.score.text == 15) { gotoAndStop (4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop(3); } }Frame 14stop(); score.text = 0; health.text = 100; musictoggle._x = 545.6; musictoggle._y = 75; stop();Instance of Symbol 24 MovieClip in Frame 14onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy1.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 24 MovieClip in Frame 14onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (_root.enemy2.hitTest(_root.char.attackpoint)) { unloadMovie (this); } if (this.hitTest(_root.bulleter)) { unloadMovie (this); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 292 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { _root.score.text++; _root.score.text++; _root.score.text++; unloadMovie (this); bmfull.gotoAndStop("licked"); } }Instance of Symbol 294 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { _root.score.text++; _root.score.text++; _root.score.text++; unloadMovie (this); cfull.gotoAndStop("licked"); } }Instance of Symbol 34 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 34 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Instance of Symbol 225 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 225 MovieClip in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 325 MovieClip "bmfull" in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop("licked"); } }Instance of Symbol 116 MovieClip "char" in Frame 14onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; musictoggleX = _root.musictoggle._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 100; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; _root.musictoggle._x = musictoggleX - _root._x; if ((!_root.ground8.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock2.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock2.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37) && (!jumping)) { if (speed > (-maxmove)) { speed--; speed = -10; } this.gotoAndStop("run"); this._xscale = -100; } if (Key.isDown(37) && (jumping)) { this.gotoAndStop("jump"); this._xscale = -100; if (speed > (-maxmove)) { speed--; speed = -10; } } else if (Key.isDown(39) && (!jumping)) { if (speed < maxmove) { speed++; speed = 10; } this.gotoAndStop("run"); this._xscale = 100; } else if (Key.isDown(39) && (jumping)) { this.gotoAndStop("jump"); this._xscale = 100; if (speed < maxmove) { speed++; speed = 10; } } else if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } else if (Key.isDown(32)) { this.gotoAndPlay("attack"); attacking = true; speed = 0; } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } if (jumping) { this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground8.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 32) { attacking = false; } }Instance of Symbol 131 MovieClip "enemy2" in Frame 14onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 131 MovieClip "enemy1" in Frame 14onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { if (_root.health.text <= 0) { _root.dead = true; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Instance of Symbol 345 MovieClip "cfull" in Frame 14onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop("licked"); } }Instance of Symbol 347 MovieClip in Frame 14onClipEvent (enterFrame) { if (_root.score.text == 15) { gotoAndStop (4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop(3); } }Frame 15stop(); Xpos = 180; Ypos = 250; _x = 0; _y = 0; stop(); stop();Frame 16stop(); Xpos = 180; Ypos = 250; _x = 0; _y = 0; stop();Frame 17stop(); Xpos = 180; Ypos = 250; _x = 0; _y = 0; stop();Frame 18stop(); Xpos = 180; Ypos = 250; _x = 0; _y = 0; stop();Instance of Symbol 365 MovieClip in Frame 18onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { unloadMovie (this); cel.gotoAndStop("licked"); } }Instance of Symbol 377 MovieClip "cel" in Frame 18onClipEvent (enterFrame) { if (this.hitTest(_root.char2.attackpoint)) { dead = true; this.gotoAndStop("licked"); } }Instance of Symbol 408 MovieClip "char2" in Frame 18onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; musictoggleX = _root.musictoggle._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 100; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; _root.musictoggle._x = musictoggleX - _root._x; if ((!_root.ground7.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock2.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock2.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; _root.musictoggle._x = _root.musictoggle._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37) && (!jumping)) { if (speed > (-maxmove)) { speed--; speed = -10; } this.gotoAndStop("run"); this._xscale = -100; } if (Key.isDown(37) && (jumping)) { this.gotoAndStop("jump"); this._xscale = -100; if (speed > (-maxmove)) { speed--; speed = -10; } } else if (Key.isDown(39) && (!jumping)) { if (speed < maxmove) { speed++; speed = 10; } this.gotoAndStop("run"); this._xscale = 100; } else if (Key.isDown(39) && (jumping)) { this.gotoAndStop("jump"); this._xscale = 100; if (speed < maxmove) { speed++; speed = 10; } } else if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } else if (Key.isDown(32)) { this.gotoAndPlay("attack"); attacking = true; speed = 0; } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38)) { this.gotoAndStop("jump"); jumping = true; } if (jumping) { this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground7.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 32) { attacking = false; } }Instance of Symbol 139 MovieClip "musictoggle" in Frame 18onClipEvent (load) { Xpos = this._x; Ypos = this._y; }Frame 19stop(); Xpos = 180; Ypos = 250; _x = 0; _y = 0; stop();Instance of Symbol 36 MovieClip in Frame 20onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }Instance of Symbol 131 MovieClip in Frame 20onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (this.hitTest(_root.char) && (!dead)) { _root.char.jumping = false; if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }Symbol 5 Buttonon (release) { gotoAndStop ("fOP2"); }Symbol 8 Buttonon (release) { gotoAndStop ("fOP3"); }Symbol 11 Buttonon (release) { gotoAndStop ("fOP4"); }Symbol 14 Buttonon (release) { gotoAndStop ("fOP5"); }Symbol 17 Buttonon (release) { gotoAndStop ("fOP6"); }Symbol 20 Buttonon (release) { gotoAndStop ("Level1"); }Symbol 50 Buttonon (release) { gotoAndStop ("fstalk"); }Symbol 55 MovieClip Frame 4stop();Symbol 56 Buttonon (release) { gotoAndStop ("licktalk"); }Symbol 60 Buttonon (release) { gotoAndStop ("fsstand"); }Symbol 63 Buttonon (release) { gotoAndStop ("licked"); }Symbol 64 MovieClip Frame 1stop();Symbol 64 MovieClip Frame 2stop();Symbol 64 MovieClip Frame 3stop();Symbol 64 MovieClip Frame 4stop();Symbol 94 MovieClip Frame 5stop();Symbol 112 MovieClip Frame 40stop();Symbol 116 MovieClip Frame 1stop();Symbol 116 MovieClip Frame 2stop();Symbol 116 MovieClip Frame 3stop();Instance of Symbol 34 MovieClip "attackpoint" in Symbol 116 MovieClip Frame 4onClipEvent (load) { _alpha = 0; }Symbol 116 MovieClip Frame 5stop();Symbol 116 MovieClip Frame 6stop();Symbol 131 MovieClip Frame 1stop();Symbol 131 MovieClip Frame 2stop();Symbol 135 Buttonon (release) { gotoAndPlay (2); }Symbol 138 Buttonon (release) { gotoAndPlay (1); }Symbol 139 MovieClip Frame 1stop();Symbol 139 MovieClip Frame 2stop(); stopAllSounds();Symbol 151 Buttonon (release) { gotoAndStop (1); }Symbol 154 MovieClip Frame 1stop();Instance of Symbol 143 MovieClip in Symbol 154 MovieClip Frame 1onClipEvent (enterFrame) { if (_root.score.text == 12) { gotoAndStop (2); } } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop(3); } }Symbol 154 MovieClip Frame 2stop();Symbol 154 MovieClip Frame 3stop();Symbol 154 MovieClip Frame 4stop();Instance of Symbol 153 MovieClip in Symbol 154 MovieClip Frame 4onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; _root.nextFrame(); } }Symbol 156 Buttonon (release) { gotoAndStop ("level2"); }Symbol 169 Buttonon (release) { gotoAndStop ("rdtalk"); }Symbol 174 MovieClip Frame 5stop();Symbol 175 Buttonon (release) { gotoAndStop ("licktalk"); }Symbol 178 Buttonon (release) { gotoAndStop ("rdstand"); }Symbol 181 Buttonon (release) { gotoAndStop ("licked"); }Symbol 182 MovieClip Frame 1stop();Symbol 182 MovieClip Frame 2stop();Symbol 182 MovieClip Frame 3stop();Symbol 182 MovieClip Frame 4stop();Symbol 185 Buttonon (release) { gotoAndStop ("level3"); }Symbol 201 Buttonon (release) { gotoAndStop ("ajtalk"); }Symbol 206 MovieClip Frame 3stop();Symbol 207 Buttonon (release) { gotoAndStop ("licktalk"); }Symbol 210 Buttonon (release) { gotoAndStop ("ajstand"); }Symbol 213 Buttonon (release) { gotoAndStop ("licked"); }Symbol 214 MovieClip Frame 1stop();Symbol 214 MovieClip Frame 2stop();Symbol 214 MovieClip Frame 3stop();Symbol 214 MovieClip Frame 4stop();Symbol 217 Buttonon (release) { gotoAndStop ("level4"); }Symbol 234 Buttonon (release) { gotoAndStop ("rartalk"); }Symbol 241 MovieClip Frame 3stop();Symbol 242 Buttonon (release) { gotoAndStop ("licktalk"); }Symbol 245 Buttonon (release) { gotoAndStop ("rarstand"); }Symbol 248 Buttonon (release) { gotoAndStop ("licked"); }Symbol 249 MovieClip Frame 1stop();Symbol 249 MovieClip Frame 2stop();Symbol 249 MovieClip Frame 3stop();Symbol 249 MovieClip Frame 4stop();Symbol 252 Buttonon (release) { gotoAndStop ("level5"); }Symbol 274 Buttonon (release) { gotoAndStop ("tstalk"); }Symbol 279 MovieClip Frame 3stop();Symbol 280 Buttonon (release) { gotoAndStop ("licktalk"); }Symbol 283 Buttonon (release) { gotoAndStop ("tsstand"); }Symbol 286 Buttonon (release) { gotoAndStop ("licked"); }Symbol 287 MovieClip Frame 1stop();Symbol 287 MovieClip Frame 2stop();Symbol 287 MovieClip Frame 3stop();Symbol 287 MovieClip Frame 4stop();Symbol 290 Buttonon (release) { gotoAndStop ("level6"); }Symbol 303 Buttonon (release) { gotoAndStop ("cupcake"); }Symbol 304 MovieClip Frame 1stop();Symbol 304 MovieClip Frame 2stop();Instance of Symbol 34 MovieClip in Symbol 304 MovieClip Frame 2onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.score.text++; unloadMovie (this); } }Symbol 311 Buttonon (release) { gotoAndStop ("bmtalk"); }Symbol 317 MovieClip Frame 3stop();Symbol 318 Buttonon (release) { gotoAndStop ("licktalk"); }Symbol 321 Buttonon (release) { gotoAndStop ("bmstand"); }Symbol 324 Buttonon (release) { gotoAndStop ("licked"); }Symbol 325 MovieClip Frame 1stop();Symbol 325 MovieClip Frame 2stop();Symbol 325 MovieClip Frame 3stop();Symbol 325 MovieClip Frame 4stop();Symbol 332 Buttonon (release) { gotoAndStop ("ctalk"); }Symbol 337 MovieClip Frame 3stop();Symbol 338 Buttonon (release) { gotoAndStop ("licktalk"); }Symbol 341 Buttonon (release) { gotoAndStop ("cstand"); }Symbol 344 Buttonon (release) { gotoAndStop ("licked"); }Symbol 345 MovieClip Frame 1stop();Symbol 345 MovieClip Frame 2stop();Symbol 345 MovieClip Frame 3stop();Symbol 345 MovieClip Frame 4stop();Symbol 346 Buttonon (release) { gotoAndStop (1); }Symbol 347 MovieClip Frame 1stop();Instance of Symbol 143 MovieClip in Symbol 347 MovieClip Frame 1onClipEvent (enterFrame) { if (_root.score.text == 12) { gotoAndStop (2); } } onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; this.gotoAndStop(3); } }Symbol 347 MovieClip Frame 2stop();Symbol 347 MovieClip Frame 3stop();Symbol 347 MovieClip Frame 4stop();Instance of Symbol 153 MovieClip in Symbol 347 MovieClip Frame 4onClipEvent (enterFrame) { if (this.hitTest(_root.char.attackpoint)) { dead = true; _root.gotoAndStop("level7"); } }Symbol 352 Buttonon (release) { gotoAndStop ("ed2"); }Symbol 355 Buttonon (release) { gotoAndStop ("ed3"); }Symbol 358 Buttonon (release) { gotoAndStop ("final"); }Symbol 375 MovieClip Frame 5stop();Symbol 376 Buttonon (release) { _root.gotoAndStop("story1"); }Symbol 377 MovieClip Frame 1stop();Symbol 377 MovieClip Frame 2stop();Symbol 399 MovieClip Frame 1Symbol 399 MovieClip Frame 6stop();Symbol 408 MovieClip Frame 1stop();Symbol 408 MovieClip Frame 2stop();Symbol 408 MovieClip Frame 3stop();Symbol 408 MovieClip Frame 4stop();Instance of Symbol 34 MovieClip "attackpoint" in Symbol 408 MovieClip Frame 4onClipEvent (load) { _alpha = 0; }Symbol 408 MovieClip Frame 5stop();Symbol 408 MovieClip Frame 6stop();
Library Items
| Symbol 1 Graphic | Used by:2 | |
| Symbol 2 MovieClip [bullet] | Uses:1 | |
| Symbol 3 Bitmap | Used by:4 | |
| Symbol 4 Graphic | Uses:3 | Used by:5 |
| Symbol 5 Button | Uses:4 | Used by:Timeline |
| Symbol 6 Bitmap | Used by:7 | |
| Symbol 7 Graphic | Uses:6 | Used by:8 |
| Symbol 8 Button | Uses:7 | Used by:Timeline |
| Symbol 9 Bitmap | Used by:10 | |
| Symbol 10 Graphic | Uses:9 | Used by:11 |
| Symbol 11 Button | Uses:10 | Used by:Timeline |
| Symbol 12 Bitmap | Used by:13 | |
| Symbol 13 Graphic | Uses:12 | Used by:14 |
| Symbol 14 Button | Uses:13 | Used by:Timeline |
| Symbol 15 Bitmap | Used by:16 | |
| Symbol 16 Graphic | Uses:15 | Used by:17 |
| Symbol 17 Button | Uses:16 | Used by:Timeline |
| Symbol 18 Bitmap | Used by:19 | |
| Symbol 19 Graphic | Uses:18 | Used by:20 |
| Symbol 20 Button | 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:26 | |
| Symbol 26 MovieClip | Uses:25 | Used by:Timeline |
| Symbol 27 Graphic | Used by:28 29 | |
| Symbol 28 MovieClip | Uses:27 | Used by:Timeline |
| Symbol 29 MovieClip | Uses:27 | Used by:Timeline |
| Symbol 30 Graphic | Used by:31 | |
| Symbol 31 MovieClip | Uses:30 | Used by:Timeline |
| Symbol 32 Bitmap | Used by:33 | |
| Symbol 33 Graphic | Uses:32 | Used by:34 |
| Symbol 34 MovieClip | Uses:33 | Used by:116 304 408 Timeline |
| Symbol 35 Graphic | Used by:36 | |
| Symbol 36 MovieClip | Uses:35 | Used by:Timeline |
| Symbol 37 Graphic | Used by:38 | |
| Symbol 38 MovieClip | Uses:37 | Used by:Timeline |
| Symbol 39 Graphic | Used by:40 | |
| Symbol 40 MovieClip | Uses:39 | Used by:Timeline |
| Symbol 41 Bitmap | Used by:42 43 44 45 46 47 48 57 | |
| Symbol 42 Graphic | Uses:41 | Used by:49 50 |
| Symbol 43 Graphic | Uses:41 | Used by:49 |
| Symbol 44 Graphic | Uses:41 | Used by:49 |
| Symbol 45 Graphic | Uses:41 | Used by:49 |
| Symbol 46 Graphic | Uses:41 | Used by:49 |
| Symbol 47 Graphic | Uses:41 | Used by:49 |
| Symbol 48 Graphic | Uses:41 | Used by:49 |
| Symbol 49 MovieClip | Uses:42 43 44 45 46 47 48 | Used by:50 |
| Symbol 50 Button | Uses:49 42 | Used by:64 |
| Symbol 51 Bitmap | Used by:52 | |
| Symbol 52 Graphic | Uses:51 | Used by:55 56 63 |
| Symbol 53 Bitmap | Used by:54 | |
| Symbol 54 Graphic | Uses:53 | Used by:55 |
| Symbol 55 MovieClip | Uses:52 54 | Used by:56 63 |
| Symbol 56 Button | Uses:55 52 | Used by:64 |
| Symbol 57 Graphic | Uses:41 | Used by:60 |
| Symbol 58 Font | Used by:59 62 132 133 150 152 177 180 183 184 209 212 215 216 244 247 250 251 282 285 288 289 320 323 340 343 348 349 368 409 410 | |
| Symbol 59 Text | Uses:58 | Used by:60 |
| Symbol 60 Button | Uses:57 59 | Used by:64 |
| Symbol 61 Graphic | Used by:63 | |
| Symbol 62 Text | Uses:58 | Used by:63 |
| Symbol 63 Button | Uses:61 55 62 52 | Used by:64 |
| Symbol 64 MovieClip | Uses:50 56 60 63 | Used by:Timeline |
| Symbol 65 Bitmap | Used by:66 67 68 69 70 71 72 85 87 89 91 99 101 | |
| Symbol 66 Graphic | Uses:65 | Used by:73 |
| Symbol 67 Graphic | Uses:65 | Used by:73 |
| Symbol 68 Graphic | Uses:65 | Used by:73 |
| Symbol 69 Graphic | Uses:65 | Used by:73 |
| Symbol 70 Graphic | Uses:65 | Used by:73 |
| Symbol 71 Graphic | Uses:65 | Used by:73 |
| Symbol 72 Graphic | Uses:65 | Used by:73 |
| Symbol 73 MovieClip | Uses:66 67 68 69 70 71 72 | Used by:116 |
| Symbol 74 Bitmap | Used by:75 | |
| Symbol 75 Graphic | Uses:74 | Used by:84 |
| Symbol 76 Bitmap | Used by:77 | |
| Symbol 77 Graphic | Uses:76 | Used by:84 |
| Symbol 78 Bitmap | Used by:79 | |
| Symbol 79 Graphic | Uses:78 | Used by:84 |
| Symbol 80 Bitmap | Used by:81 | |
| Symbol 81 Graphic | Uses:80 | Used by:84 |
| Symbol 82 Bitmap | Used by:83 | |
| Symbol 83 Graphic | Uses:82 | Used by:84 |
| Symbol 84 MovieClip | Uses:75 77 79 81 83 | Used by:116 |
| Symbol 85 Graphic | Uses:65 | Used by:86 |
| Symbol 86 MovieClip | Uses:85 | Used by:94 |
| Symbol 87 Graphic | Uses:65 | Used by:88 |
| Symbol 88 MovieClip | Uses:87 | Used by:94 |
| Symbol 89 Graphic | Uses:65 | Used by:90 93 |
| Symbol 90 MovieClip | Uses:89 | Used by:94 |
| Symbol 91 Graphic | Uses:65 | Used by:92 |
| Symbol 92 MovieClip | Uses:91 | Used by:94 |
| Symbol 93 MovieClip | Uses:89 | Used by:94 |
| Symbol 94 MovieClip | Uses:86 88 90 92 93 | Used by:116 |
| Symbol 95 Bitmap | Used by:96 | |
| Symbol 96 Graphic | Uses:95 | Used by:100 |
| Symbol 97 Bitmap | Used by:98 | |
| Symbol 98 Graphic | Uses:97 | Used by:100 |
| Symbol 99 Graphic | Uses:65 | Used by:100 |
| Symbol 100 MovieClip | Uses:96 98 99 | Used by:116 |
| Symbol 101 Graphic | Uses:65 | Used by:112 |
| Symbol 102 Bitmap | Used by:103 | |
| Symbol 103 Graphic | Uses:102 | Used by:112 |
| Symbol 104 Bitmap | Used by:105 | |
| Symbol 105 Graphic | Uses:104 | Used by:112 |
| Symbol 106 Bitmap | Used by:107 | |
| Symbol 107 Graphic | Uses:106 | Used by:112 |
| Symbol 108 Bitmap | Used by:109 | |
| Symbol 109 Graphic | Uses:108 | Used by:112 |
| Symbol 110 Bitmap | Used by:111 | |
| Symbol 111 Graphic | Uses:110 | Used by:112 |
| Symbol 112 MovieClip | Uses:101 103 105 107 109 111 | Used by:116 |
| Symbol 113 Graphic | Used by:116 408 | |
| Symbol 114 Graphic | Used by:115 | |
| Symbol 115 MovieClip | Uses:114 | Used by:116 408 |
| Symbol 116 MovieClip | Uses:73 84 94 34 100 112 113 115 | Used by:Timeline |
| Symbol 117 Bitmap | Used by:118 | |
| Symbol 118 Graphic | Uses:117 | Used by:123 |
| Symbol 119 Bitmap | Used by:120 | |
| Symbol 120 Graphic | Uses:119 | Used by:123 |
| Symbol 121 Bitmap | Used by:122 | |
| Symbol 122 Graphic | Uses:121 | Used by:123 |
| Symbol 123 MovieClip | Uses:118 120 122 | Used by:131 |
| Symbol 124 Bitmap | Used by:125 | |
| Symbol 125 Graphic | Uses:124 | Used by:130 |
| Symbol 126 Bitmap | Used by:127 | |
| Symbol 127 Graphic | Uses:126 | Used by:130 |
| Symbol 128 Bitmap | Used by:129 | |
| Symbol 129 Graphic | Uses:128 | Used by:130 |
| Symbol 130 MovieClip | Uses:125 127 129 | Used by:131 |
| Symbol 131 MovieClip | Uses:123 130 | Used by:Timeline |
| Symbol 132 EditableText | Uses:58 | Used by:Timeline |
| Symbol 133 EditableText | Uses:58 | Used by:Timeline |
| Symbol 134 Graphic | Used by:135 | |
| Symbol 135 Button | Uses:134 | Used by:139 |
| Symbol 136 Sound | Used by:139 | |
| Symbol 137 Graphic | Used by:138 | |
| Symbol 138 Button | Uses:137 | Used by:139 |
| Symbol 139 MovieClip | Uses:135 136 138 | Used by:Timeline |
| Symbol 140 Bitmap | Used by:141 142 | |
| Symbol 141 Graphic | Uses:140 | Used by:143 144 |
| Symbol 142 Graphic | Uses:140 | Used by:143 |
| Symbol 143 MovieClip | Uses:141 142 | Used by:154 347 |
| Symbol 144 Button | Uses:141 | Used by:154 347 |
| Symbol 145 Graphic | Used by:146 151 346 | |
| Symbol 146 MovieClip | Uses:145 | Used by:151 153 346 |
| Symbol 147 Bitmap | Used by:148 | |
| Symbol 148 Graphic | Uses:147 | Used by:149 151 346 |
| Symbol 149 MovieClip | Uses:148 | Used by:151 153 346 |
| Symbol 150 Text | Uses:58 | Used by:151 346 |
| Symbol 151 Button | Uses:146 149 150 145 148 | Used by:154 |
| Symbol 152 Text | Uses:58 | Used by:153 |
| Symbol 153 MovieClip | Uses:146 149 152 | Used by:154 347 |
| Symbol 154 MovieClip | Uses:143 144 151 153 | Used by:Timeline |
| Symbol 155 Graphic | Used by:156 185 217 252 290 | |
| Symbol 156 Button | Uses:155 | Used by:Timeline |
| Symbol 157 Graphic | Used by:158 | |
| Symbol 158 MovieClip | Uses:157 | Used by:Timeline |
| Symbol 159 Graphic | Used by:160 | |
| Symbol 160 MovieClip | Uses:159 | Used by:Timeline |
| Symbol 161 Graphic | Used by:162 | |
| Symbol 162 MovieClip | Uses:161 | Used by:Timeline |
| Symbol 163 Bitmap | Used by:164 165 166 167 176 | |
| Symbol 164 Graphic | Uses:163 | Used by:168 169 |
| Symbol 165 Graphic | Uses:163 | Used by:168 |
| Symbol 166 Graphic | Uses:163 | Used by:168 |
| Symbol 167 Graphic | Uses:163 | Used by:168 |
| Symbol 168 MovieClip | Uses:164 165 166 167 | Used by:169 |
| Symbol 169 Button | Uses:168 164 | Used by:182 |
| Symbol 170 Bitmap | Used by:171 | |
| Symbol 171 Graphic | Uses:170 | Used by:174 175 181 |
| Symbol 172 Bitmap | Used by:173 | |
| Symbol 173 Graphic | Uses:172 | Used by:174 |
| Symbol 174 MovieClip | Uses:171 173 | Used by:175 181 |
| Symbol 175 Button | Uses:174 171 | Used by:182 |
| Symbol 176 Graphic | Uses:163 | Used by:178 |
| Symbol 177 Text | Uses:58 | Used by:178 |
| Symbol 178 Button | Uses:176 177 | Used by:182 |
| Symbol 179 Graphic | Used by:181 | |
| Symbol 180 Text | Uses:58 | Used by:181 |
| Symbol 181 Button | Uses:179 174 180 171 | Used by:182 |
| Symbol 182 MovieClip | Uses:169 175 178 181 | Used by:Timeline |
| Symbol 183 EditableText | Uses:58 | Used by:Timeline |
| Symbol 184 EditableText | Uses:58 | Used by:Timeline |
| Symbol 185 Button | Uses:155 | Used by:Timeline |
| Symbol 186 Graphic | Used by:187 | |
| Symbol 187 MovieClip | Uses:186 | Used by:Timeline |
| Symbol 188 Graphic | Used by:189 | |
| Symbol 189 MovieClip | Uses:188 | Used by:Timeline |
| Symbol 190 Graphic | Used by:Timeline | |
| Symbol 191 Graphic | Used by:192 | |
| Symbol 192 MovieClip | Uses:191 | Used by:Timeline |
| Symbol 193 Graphic | Used by:194 | |
| Symbol 194 MovieClip | Uses:193 | Used by:Timeline |
| Symbol 195 Bitmap | Used by:196 197 198 199 208 | |
| Symbol 196 Graphic | Uses:195 | Used by:200 201 |
| Symbol 197 Graphic | Uses:195 | Used by:200 |
| Symbol 198 Graphic | Uses:195 | Used by:200 |
| Symbol 199 Graphic | Uses:195 | Used by:200 |
| Symbol 200 MovieClip | Uses:196 197 198 199 | Used by:201 |
| Symbol 201 Button | Uses:200 196 | Used by:214 |
| Symbol 202 Bitmap | Used by:203 | |
| Symbol 203 Graphic | Uses:202 | Used by:206 207 213 |
| Symbol 204 Bitmap | Used by:205 | |
| Symbol 205 Graphic | Uses:204 | Used by:206 |
| Symbol 206 MovieClip | Uses:203 205 | Used by:207 213 |
| Symbol 207 Button | Uses:206 203 | Used by:214 |
| Symbol 208 Graphic | Uses:195 | Used by:210 |
| Symbol 209 EditableText | Uses:58 | Used by:210 |
| Symbol 210 Button | Uses:208 209 | Used by:214 |
| Symbol 211 Graphic | Used by:213 | |
| Symbol 212 Text | Uses:58 | Used by:213 |
| Symbol 213 Button | Uses:211 206 212 203 | Used by:214 |
| Symbol 214 MovieClip | Uses:201 207 210 213 | Used by:Timeline |
| Symbol 215 EditableText | Uses:58 | Used by:Timeline |
| Symbol 216 EditableText | Uses:58 | Used by:Timeline |
| Symbol 217 Button | Uses:155 | Used by:Timeline |
| Symbol 218 Graphic | Used by:219 | |
| Symbol 219 MovieClip | Uses:218 | Used by:Timeline |
| Symbol 220 Graphic | Used by:221 | |
| Symbol 221 MovieClip | Uses:220 | Used by:Timeline |
| Symbol 222 Graphic | Used by:223 | |
| Symbol 223 MovieClip | Uses:222 | Used by:Timeline |
| Symbol 224 Graphic | Used by:225 | |
| Symbol 225 MovieClip | Uses:224 | Used by:Timeline |
| Symbol 226 Graphic | Used by:227 | |
| Symbol 227 MovieClip | Uses:226 | Used by:Timeline |
| Symbol 228 Bitmap | Used by:229 231 | |
| Symbol 229 Graphic | Uses:228 | Used by:230 234 245 |
| Symbol 230 MovieClip | Uses:229 | Used by:233 |
| Symbol 231 Graphic | Uses:228 | Used by:232 |
| Symbol 232 MovieClip | Uses:231 | Used by:233 |
| Symbol 233 MovieClip | Uses:230 232 | Used by:234 245 |
| Symbol 234 Button | Uses:233 229 | Used by:249 |
| Symbol 235 Bitmap | Used by:236 | |
| Symbol 236 Graphic | Uses:235 | Used by:237 242 248 |
| Symbol 237 MovieClip | Uses:236 | Used by:241 |
| Symbol 238 Bitmap | Used by:239 | |
| Symbol 239 Graphic | Uses:238 | Used by:240 |
| Symbol 240 MovieClip | Uses:239 | Used by:241 |
| Symbol 241 MovieClip | Uses:237 240 | Used by:242 248 |
| Symbol 242 Button | Uses:241 236 | Used by:249 |
| Symbol 243 Graphic | Used by:245 | |
| Symbol 244 Text | Uses:58 | Used by:245 |
| Symbol 245 Button | Uses:243 233 244 229 | Used by:249 |
| Symbol 246 Graphic | Used by:248 | |
| Symbol 247 Text | Uses:58 | Used by:248 |
| Symbol 248 Button | Uses:246 241 247 236 | Used by:249 |
| Symbol 249 MovieClip | Uses:234 242 245 248 | Used by:Timeline |
| Symbol 250 EditableText | Uses:58 | Used by:Timeline |
| Symbol 251 EditableText | Uses:58 | Used by:Timeline |
| Symbol 252 Button | Uses:155 | Used by:Timeline |
| Symbol 253 Graphic | Used by:254 | |
| Symbol 254 MovieClip | Uses:253 | Used by:Timeline |
| Symbol 255 Graphic | Used by:256 | |
| Symbol 256 MovieClip | Uses:255 | Used by:Timeline |
| Symbol 257 Bitmap | Used by:264 | |
| Symbol 258 Bitmap | Used by:264 | |
| Symbol 259 Bitmap | Used by:264 | |
| Symbol 260 Bitmap | Used by:264 | |
| Symbol 261 Bitmap | Used by:264 | |
| Symbol 262 Bitmap | Used by:264 | |
| Symbol 263 Bitmap | Used by:264 | |
| Symbol 264 Graphic | Uses:257 258 259 261 260 262 263 | Used by:265 |
| Symbol 265 MovieClip | Uses:264 | Used by:Timeline |
| Symbol 266 Graphic | Used by:267 | |
| Symbol 267 MovieClip | Uses:266 | Used by:Timeline |
| Symbol 268 Bitmap | Used by:269 270 271 272 281 | |
| Symbol 269 Graphic | Uses:268 | Used by:273 274 |
| Symbol 270 Graphic | Uses:268 | Used by:273 |
| Symbol 271 Graphic | Uses:268 | Used by:273 |
| Symbol 272 Graphic | Uses:268 | Used by:273 |
| Symbol 273 MovieClip | Uses:269 270 271 272 | Used by:274 |
| Symbol 274 Button | Uses:273 269 | Used by:287 |
| Symbol 275 Bitmap | Used by:276 | |
| Symbol 276 Graphic | Uses:275 | Used by:279 280 286 |
| Symbol 277 Bitmap | Used by:278 | |
| Symbol 278 Graphic | Uses:277 | Used by:279 |
| Symbol 279 MovieClip | Uses:276 278 | Used by:280 286 |
| Symbol 280 Button | Uses:279 276 | Used by:287 |
| Symbol 281 Graphic | Uses:268 | Used by:283 |
| Symbol 282 Text | Uses:58 | Used by:283 |
| Symbol 283 Button | Uses:281 282 | Used by:287 |
| Symbol 284 Graphic | Used by:286 | |
| Symbol 285 Text | Uses:58 | Used by:286 |
| Symbol 286 Button | Uses:284 279 285 276 | Used by:287 |
| Symbol 287 MovieClip | Uses:274 280 283 286 | Used by:Timeline |
| Symbol 288 EditableText | Uses:58 | Used by:Timeline |
| Symbol 289 EditableText | Uses:58 | Used by:Timeline |
| Symbol 290 Button | Uses:155 | Used by:Timeline |
| Symbol 291 Graphic | Used by:292 | |
| Symbol 292 MovieClip | Uses:291 | Used by:Timeline |
| Symbol 293 Graphic | Used by:294 | |
| Symbol 294 MovieClip | Uses:293 | Used by:Timeline |
| Symbol 295 Graphic | Used by:296 | |
| Symbol 296 MovieClip | Uses:295 | Used by:Timeline |
| Symbol 297 Graphic | Used by:298 | |
| Symbol 298 MovieClip | Uses:297 | Used by:Timeline |
| Symbol 299 Graphic | Used by:300 | |
| Symbol 300 MovieClip | Uses:299 | Used by:Timeline |
| Symbol 301 Graphic | Used by:302 303 | |
| Symbol 302 MovieClip | Uses:301 | Used by:303 |
| Symbol 303 Button | Uses:302 301 | Used by:304 |
| Symbol 304 MovieClip | Uses:303 34 | Used by:Timeline |
| Symbol 305 Bitmap | Used by:306 307 308 309 312 | |
| Symbol 306 Graphic | Uses:305 | Used by:310 311 321 |
| Symbol 307 Graphic | Uses:305 | Used by:310 |
| Symbol 308 Graphic | Uses:305 | Used by:310 |
| Symbol 309 Graphic | Uses:305 | Used by:310 |
| Symbol 310 MovieClip | Uses:306 307 308 309 | Used by:311 321 |
| Symbol 311 Button | Uses:310 306 | Used by:325 |
| Symbol 312 Graphic | Uses:305 | Used by:317 318 324 |
| Symbol 313 Bitmap | Used by:314 | |
| Symbol 314 Graphic | Uses:313 | Used by:317 |
| Symbol 315 Bitmap | Used by:316 | |
| Symbol 316 Graphic | Uses:315 | Used by:317 |
| Symbol 317 MovieClip | Uses:312 314 316 | Used by:318 324 |
| Symbol 318 Button | Uses:317 312 | Used by:325 |
| Symbol 319 Graphic | Used by:321 | |
| Symbol 320 Text | Uses:58 | Used by:321 |
| Symbol 321 Button | Uses:319 310 320 306 | Used by:325 |
| Symbol 322 Graphic | Used by:324 | |
| Symbol 323 Text | Uses:58 | Used by:324 |
| Symbol 324 Button | Uses:322 317 323 312 | Used by:325 |
| Symbol 325 MovieClip | Uses:311 318 321 324 | Used by:Timeline |
| Symbol 326 Bitmap | Used by:327 328 329 330 339 | |
| Symbol 327 Graphic | Uses:326 | Used by:331 332 337 338 344 |
| Symbol 328 Graphic | Uses:326 | Used by:331 |
| Symbol 329 Graphic | Uses:326 | Used by:331 |
| Symbol 330 Graphic | Uses:326 | Used by:331 |
| Symbol 331 MovieClip | Uses:327 328 329 330 | Used by:332 |
| Symbol 332 Button | Uses:331 327 | Used by:345 |
| Symbol 333 Bitmap | Used by:334 | |
| Symbol 334 Graphic | Uses:333 | Used by:337 |
| Symbol 335 Bitmap | Used by:336 | |
| Symbol 336 Graphic | Uses:335 | Used by:337 |
| Symbol 337 MovieClip | Uses:327 334 336 | Used by:338 344 |
| Symbol 338 Button | Uses:337 327 | Used by:345 |
| Symbol 339 Graphic | Uses:326 | Used by:341 |
| Symbol 340 Text | Uses:58 | Used by:341 |
| Symbol 341 Button | Uses:339 340 | Used by:345 |
| Symbol 342 Graphic | Used by:344 | |
| Symbol 343 Text | Uses:58 | Used by:344 |
| Symbol 344 Button | Uses:342 337 343 327 | Used by:345 |
| Symbol 345 MovieClip | Uses:332 338 341 344 | Used by:Timeline |
| Symbol 346 Button | Uses:146 149 150 145 148 | Used by:347 |
| Symbol 347 MovieClip | Uses:143 144 346 153 | Used by:Timeline |
| Symbol 348 EditableText | Uses:58 | Used by:Timeline |
| Symbol 349 EditableText | Uses:58 | Used by:Timeline |
| Symbol 350 Bitmap | Used by:351 | |
| Symbol 351 Graphic | Uses:350 | Used by:352 |
| Symbol 352 Button | Uses:351 | Used by:Timeline |
| Symbol 353 Bitmap | Used by:354 | |
| Symbol 354 Graphic | Uses:353 | Used by:355 |
| Symbol 355 Button | Uses:354 | Used by:Timeline |
| Symbol 356 Bitmap | Used by:357 | |
| Symbol 357 Graphic | Uses:356 | Used by:358 |
| Symbol 358 Button | Uses:357 | Used by:Timeline |
| Symbol 359 Graphic | Used by:360 | |
| Symbol 360 MovieClip | Uses:359 | Used by:Timeline |
| Symbol 361 Graphic | Used by:Timeline | |
| Symbol 362 Graphic | Used by:363 | |
| Symbol 363 MovieClip | Uses:362 | Used by:Timeline |
| Symbol 364 Graphic | Used by:365 | |
| Symbol 365 MovieClip | Uses:364 | Used by:Timeline |
| Symbol 366 Bitmap | Used by:367 369 | |
| Symbol 367 Graphic | Uses:366 | Used by:370 |
| Symbol 368 Text | Uses:58 | Used by:370 |
| Symbol 369 Graphic | Uses:366 | Used by:370 |
| Symbol 370 MovieClip | Uses:367 368 369 | Used by:377 |
| Symbol 371 Bitmap | Used by:372 | |
| Symbol 372 Graphic | Uses:371 | Used by:375 376 |
| Symbol 373 Bitmap | Used by:374 | |
| Symbol 374 Graphic | Uses:373 | Used by:375 |
| Symbol 375 MovieClip | Uses:372 374 | Used by:376 |
| Symbol 376 Button | Uses:375 372 | Used by:377 |
| Symbol 377 MovieClip | Uses:370 376 | Used by:Timeline |
| Symbol 378 Bitmap | Used by:379 | |
| Symbol 379 Graphic | Uses:378 | Used by:380 |
| Symbol 380 MovieClip | Uses:379 | Used by:386 |
| Symbol 381 Bitmap | Used by:382 383 384 398 | |
| Symbol 382 Graphic | Uses:381 | Used by:385 |
| Symbol 383 Graphic | Uses:381 | Used by:385 |
| Symbol 384 Graphic | Uses:381 | Used by:385 |
| Symbol 385 MovieClip | Uses:382 383 384 | Used by:386 |
| Symbol 386 MovieClip | Uses:380 385 | Used by:399 408 |
| Symbol 387 Bitmap | Used by:388 | |
| Symbol 388 Graphic | Uses:387 | Used by:397 |
| Symbol 389 Bitmap | Used by:390 | |
| Symbol 390 Graphic | Uses:389 | Used by:397 |
| Symbol 391 Bitmap | Used by:392 | |
| Symbol 392 Graphic | Uses:391 | Used by:397 |
| Symbol 393 Bitmap | Used by:394 | |
| Symbol 394 Graphic | Uses:393 | Used by:397 |
| Symbol 395 Bitmap | Used by:396 | |
| Symbol 396 Graphic | Uses:395 | Used by:397 |
| Symbol 397 MovieClip | Uses:388 390 392 394 396 | Used by:408 |
| Symbol 398 Graphic | Uses:381 | Used by:399 |
| Symbol 399 MovieClip | Uses:386 398 | Used by:408 |
| Symbol 400 Bitmap | Used by:401 | |
| Symbol 401 Graphic | Uses:400 | Used by:402 406 |
| Symbol 402 MovieClip | Uses:401 | Used by:407 |
| Symbol 403 Bitmap | Used by:404 | |
| Symbol 404 Graphic | Uses:403 | Used by:405 |
| Symbol 405 MovieClip | Uses:404 | Used by:407 |
| Symbol 406 MovieClip | Uses:401 | Used by:407 |
| Symbol 407 MovieClip | Uses:402 405 406 | Used by:408 |
| Symbol 408 MovieClip | Uses:386 397 399 34 407 113 115 | Used by:Timeline |
| Symbol 409 EditableText | Uses:58 | Used by:Timeline |
| Symbol 410 EditableText | Uses:58 | Used by:Timeline |
| Symbol 411 Bitmap | Used by:412 | |
| Symbol 412 Graphic | Uses:411 | Used by:Timeline |
Instance Names
| "rightblock2" | Frame 9 | Symbol 28 MovieClip |
| "leftblock2" | Frame 9 | Symbol 29 MovieClip |
| "ground2" | Frame 9 | Symbol 31 MovieClip |
| "fluttershymc" | Frame 9 | Symbol 64 MovieClip |
| "char" | Frame 9 | Symbol 116 MovieClip |
| "enemy" | Frame 9 | Symbol 131 MovieClip |
| "score" | Frame 9 | Symbol 132 EditableText |
| "health" | Frame 9 | Symbol 133 EditableText |
| "musictoggle" | Frame 9 | Symbol 139 MovieClip |
| "ground3" | Frame 10 | Symbol 160 MovieClip |
| "enemy" | Frame 10 | Symbol 131 MovieClip |
| "enemy2" | Frame 10 | Symbol 131 MovieClip |
| "char" | Frame 10 | Symbol 116 MovieClip |
| "rdfull" | Frame 10 | Symbol 182 MovieClip |
| "score" | Frame 10 | Symbol 183 EditableText |
| "health" | Frame 10 | Symbol 184 EditableText |
| "ground4" | Frame 11 | Symbol 192 MovieClip |
| "char" | Frame 11 | Symbol 116 MovieClip |
| "enemy2" | Frame 11 | Symbol 131 MovieClip |
| "enemy" | Frame 11 | Symbol 131 MovieClip |
| "ajfull" | Frame 11 | Symbol 214 MovieClip |
| "score" | Frame 11 | Symbol 215 EditableText |
| "health" | Frame 11 | Symbol 216 EditableText |
| "ground5" | Frame 12 | Symbol 223 MovieClip |
| "rarityfull" | Frame 12 | Symbol 249 MovieClip |
| "char" | Frame 12 | Symbol 116 MovieClip |
| "enemy2" | Frame 12 | Symbol 131 MovieClip |
| "enemy" | Frame 12 | Symbol 131 MovieClip |
| "score" | Frame 12 | Symbol 250 EditableText |
| "health" | Frame 12 | Symbol 251 EditableText |
| "ground6" | Frame 13 | Symbol 265 MovieClip |
| "char" | Frame 13 | Symbol 116 MovieClip |
| "enemy3" | Frame 13 | Symbol 131 MovieClip |
| "enemy2" | Frame 13 | Symbol 131 MovieClip |
| "enemy" | Frame 13 | Symbol 131 MovieClip |
| "tsfull" | Frame 13 | Symbol 287 MovieClip |
| "score" | Frame 13 | Symbol 288 EditableText |
| "health" | Frame 13 | Symbol 289 EditableText |
| "ground8" | Frame 14 | Symbol 300 MovieClip |
| "bmfull" | Frame 14 | Symbol 325 MovieClip |
| "char" | Frame 14 | Symbol 116 MovieClip |
| "enemy2" | Frame 14 | Symbol 131 MovieClip |
| "enemy1" | Frame 14 | Symbol 131 MovieClip |
| "cfull" | Frame 14 | Symbol 345 MovieClip |
| "score" | Frame 14 | Symbol 348 EditableText |
| "health" | Frame 14 | Symbol 349 EditableText |
| "rightblock2" | Frame 18 | Symbol 28 MovieClip |
| "leftblock2" | Frame 18 | Symbol 29 MovieClip |
| "ground7" | Frame 18 | Symbol 363 MovieClip |
| "cel" | Frame 18 | Symbol 377 MovieClip |
| "char2" | Frame 18 | Symbol 408 MovieClip |
| "score" | Frame 18 | Symbol 409 EditableText |
| "health" | Frame 18 | Symbol 410 EditableText |
| "musictoggle" | Frame 18 | Symbol 139 MovieClip |
| "pinkjump" | Symbol 116 MovieClip Frame 3 | Symbol 94 MovieClip |
| "attackpoint" | Symbol 116 MovieClip Frame 4 | Symbol 34 MovieClip |
| "musicstop" | Symbol 139 MovieClip Frame 1 | Symbol 135 Button |
| "musicplay" | Symbol 139 MovieClip Frame 2 | Symbol 138 Button |
| "talking" | Symbol 153 MovieClip Frame 1 | Symbol 149 MovieClip |
| "ajstand" | Symbol 214 MovieClip Frame 1 | Symbol 201 Button |
| "licktalk" | Symbol 214 MovieClip Frame 4 | Symbol 213 Button |
| "jump2" | Symbol 408 MovieClip Frame 3 | Symbol 399 MovieClip |
| "attackpoint" | Symbol 408 MovieClip Frame 4 | Symbol 34 MovieClip |
Special Tags
| ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "bullet" |
Labels
| "fOP1" | Frame 1 |
| "fOP2" | Frame 2 |
| "fOP3" | Frame 3 |
| "fOP4" | Frame 4 |
| "fOP5" | Frame 5 |
| "fOP6" | Frame 6 |
| "Level1" | Frame 9 |
| "level2" | Frame 10 |
| "level3" | Frame 11 |
| "level4" | Frame 12 |
| "level5" | Frame 13 |
| "level6" | Frame 14 |
| "level7" | Frame 15 |
| "ed2" | Frame 16 |
| "ed3" | Frame 17 |
| "final" | Frame 18 |
| "story1" | Frame 19 |
| "fsstand" | Symbol 64 MovieClip Frame 1 |
| "licked" | Symbol 64 MovieClip Frame 2 |
| "fstalk" | Symbol 64 MovieClip Frame 3 |
| "licktalk" | Symbol 64 MovieClip Frame 4 |
| "idle" | Symbol 116 MovieClip Frame 1 |
| "run" | Symbol 116 MovieClip Frame 2 |
| "jump" | Symbol 116 MovieClip Frame 3 |
| "attack" | Symbol 116 MovieClip Frame 4 |
| "dead" | Symbol 116 MovieClip Frame 5 |
| "shoot" | Symbol 116 MovieClip Frame 6 |
| "walk" | Symbol 131 MovieClip Frame 1 |
| "dead" | Symbol 131 MovieClip Frame 2 |
| "idle" | Symbol 154 MovieClip Frame 1 |
| "rdstand" | Symbol 182 MovieClip Frame 1 |
| "licked" | Symbol 182 MovieClip Frame 2 |
| "rdtalk" | Symbol 182 MovieClip Frame 3 |
| "licktalk" | Symbol 182 MovieClip Frame 4 |
| "ajstand" | Symbol 214 MovieClip Frame 1 |
| "licked" | Symbol 214 MovieClip Frame 2 |
| "ajtalk" | Symbol 214 MovieClip Frame 3 |
| "licktalk" | Symbol 214 MovieClip Frame 4 |
| "rarstand" | Symbol 249 MovieClip Frame 1 |
| "licked" | Symbol 249 MovieClip Frame 2 |
| "rartalk" | Symbol 249 MovieClip Frame 3 |
| "licktalk" | Symbol 249 MovieClip Frame 4 |
| "tsstand" | Symbol 287 MovieClip Frame 1 |
| "licked" | Symbol 287 MovieClip Frame 2 |
| "tstalk" | Symbol 287 MovieClip Frame 3 |
| "licktalk" | Symbol 287 MovieClip Frame 4 |
| "seed" | Symbol 304 MovieClip Frame 1 |
| "cupcake" | Symbol 304 MovieClip Frame 2 |
| "bmstand" | Symbol 325 MovieClip Frame 1 |
| "licked" | Symbol 325 MovieClip Frame 2 |
| "bmtalk" | Symbol 325 MovieClip Frame 3 |
| "licktalk" | Symbol 325 MovieClip Frame 4 |
| "cstand" | Symbol 345 MovieClip Frame 1 |
| "licked" | Symbol 345 MovieClip Frame 2 |
| "ctalk" | Symbol 345 MovieClip Frame 3 |
| "licktalk" | Symbol 345 MovieClip Frame 4 |
| "idle" | Symbol 347 MovieClip Frame 1 |
| "licked" | Symbol 377 MovieClip Frame 2 |
| "idle" | Symbol 408 MovieClip Frame 1 |
| "run" | Symbol 408 MovieClip Frame 2 |
| "jump" | Symbol 408 MovieClip Frame 3 |
| "attack" | Symbol 408 MovieClip Frame 4 |
| "dead" | Symbol 408 MovieClip Frame 5 |
| "shoot" | Symbol 408 MovieClip Frame 6 |
|
|