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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM10357742-7DC&rnd=10357742" width="1" height="1"></div>

armorgames go-310.swf

This is the info page for
Flash #268009

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


Text
!

( If you enjoyed this, please check out this site)

PLAY

INSTRUCTIONS

MORE GAMES

HIGH SCORES

COPYRIGHT 2006-2007 BUZZWERD AND TRUE DARKNESS

MENU

EASY

EASY

MEDIUM

HARD

HARD

START WITH 15 LIVES FOR EACH LEVEL

1001

10

x

Ice Cave

This is you.

Control Yourself:

Use left and right
arrow keys to
adjust speed.

Dosage:

Hold Spacebar to adjust Air Pressure
Release to Jump
Spacebar in air to double jump

Tricks:

While in air
Press the A, S, or D Key
to do tricks for score

These are good

These aren't

Jump on these

Hard Mode

GAME OVER

(Enter Name Here)

Score: 2000

Submit

submit

Easy Mode

MORE SCORES

HIGH SCORES

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

Medium Mode

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

Hard Mode

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

loading...

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

...loading

Hard Mode

CONGRATULATIONS

(Enter Name Here)

Score: 2000

YOU WIIN!!!

ActionScript [AS1/AS2]

Frame 1
function scott() { getURL ("http://www.buzzwerd.deviantart.com", "_blank"); } function scotta() { getURL ("http://www.armorgames.com", "_blank"); } function david() { getURL ("http://www.truedarkness.phrozenflame.com/", "_blank"); } function muter() { _root.allab.setVolume(0); } function mutera() { _root.allab.setVolume(100); } onLoad = function () { _root.allab = new Sound(); }; var menu = new ContextMenu(); menu.hideBuiltInItems(); var buzzwerd = new ContextMenuItem("Buzzwerd", scott); var truedarkness = new ContextMenuItem("True Darkness", david); var armor = new ContextMenuItem("More Games at Armor Games!", scotta); var mute = new ContextMenuItem("Sound Off", muter); var mutee = new ContextMenuItem("Sound On", mutera); menu.customItems.push(buzzwerd, truedarkness, mute, mutee, armor); menu.onSelect = menuHandler; menu.builtInItems.quality = true; _root.menu = menu; System.security.allowDomain("http://www.buzzwerd.deviantart.com"); System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com"); System.security.allowDomain("http://www.truedarkness.tk/"); System.security.allowInsecureDomain("http://www.truedarkness.tk/"); System.security.allowDomain("www.welcome-to-life.ca.tf"); System.security.allowInsecureDomain("http://www.buzzwerd.deviantart.com"); System.security.allowDomain("www.truedarkness.phrozenflame.com"); System.security.allowInsecureDomain("www.truedarkness.phrozenflame.com"); onEnterFrame = function () { _root.createEmptyMovieClip("line", 2); xx = (_root.ball._x + 50) - _root.point1._x; yy = (_root.ball._y + 50) - _root.point1._y; with (line) { lineStyle(2, 16777215, 100); _x = _root.point1._x; _y = _root.point1._y; moveTo(xx, yy); lineTo(xx / xx, yy / yy); } _root.createEmptyMovieClip("line2", 3); xx2 = (_root.ball._x - 53) - _root.point2._x; yy2 = (_root.ball._y + 52) - _root.point2._y; with (line2) { lineStyle(2, 16777215, 100); _x = _root.point2._x; _y = _root.point2._y; moveTo(xx2, yy2); lineTo(xx2 / xx2, yy2 / yy2); } _root.createEmptyMovieClip("line3", 4); xx3 = (_root.ball._x - 54) - _root.point3._x; yy3 = (_root.ball._y - 54) - _root.point3._y; with (line3) { lineStyle(2, 16777215, 100); _x = _root.point3._x; _y = _root.point3._y; moveTo(xx3, yy3); lineTo(xx3 / xx3, yy3 / yy3); } _root.createEmptyMovieClip("line4", 5); xx4 = (_root.ball._x + 50) - _root.point4._x; yy4 = (_root.ball._y - 54) - _root.point4._y; with (line4) { lineStyle(2, 16777215, 100); _x = _root.point4._x; _y = _root.point4._y; moveTo(xx4, yy4); lineTo(xx4 / xx4, yy4 / yy4); } };
Instance of Symbol 3 MovieClip "point2" in Frame 1
onClipEvent (enterFrame) { if (_name != "point") { _root.ball.xspeed = _root.ball.xspeed - ((_root.ball._x - _x) / 4); _root.ball.yspeed = _root.ball.yspeed - ((_root.ball._y - _y) / 4); } }
Instance of Symbol 3 MovieClip "point3" in Frame 1
onClipEvent (enterFrame) { if (_name != "point") { _root.ball.xspeed = _root.ball.xspeed - ((_root.ball._x - _x) / 4); _root.ball.yspeed = _root.ball.yspeed - ((_root.ball._y - _y) / 4); } }
Instance of Symbol 3 MovieClip "point4" in Frame 1
onClipEvent (enterFrame) { if (_name != "point") { _root.ball.xspeed = _root.ball.xspeed - ((_root.ball._x - _x) / 4); _root.ball.yspeed = _root.ball.yspeed - ((_root.ball._y - _y) / 4); } }
Instance of Symbol 3 MovieClip "point1" in Frame 1
onClipEvent (enterFrame) { if (_name != "point") { _root.ball.xspeed = _root.ball.xspeed - ((_root.ball._x - _x) / 4); _root.ball.yspeed = _root.ball.yspeed - ((_root.ball._y - _y) / 4); } }
Instance of Symbol 85 MovieClip "ball" in Frame 1
onClipEvent (load) { friction = 2.5; xspeed = 0; yspeed = 0; xspeed2 = 0; yspeed2 = 0; z = 0; } onClipEvent (enterFrame) { _x = (_x + xspeed2); _y = (_y + yspeed2); if (!dragging) { _x = (_x + (xspeed / 9)); _y = (_y + (yspeed / 9.5)); xspeed = xspeed / (friction / 2); yspeed = yspeed / (friction / 2); } else { xspeed2 = xspeed2 - oldx; yspeed2 = yspeed2 - oldy; oldx = _x; oldy = _y; } this.swapDepths(100); if (var1 == 1) { _x = (_root._xmouse - xx); _y = (_root._ymouse - yy); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { var1 = 1; dragging = true; } xx = _root._xmouse - _x; yy = _root._ymouse - _y; } onClipEvent (mouseUp) { dragging = false; var1 = 0; }
Frame 2
for (i in _root) { _root[i].removeMovieClip(); } stop();
Frame 3
function makeSnow() { _root.z++; duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z); setProperty(_root["snow" + _root.z], _x , random(800)); setProperty(_root["snow" + _root.z], _y , -10); setProperty(_root["snow" + _root.z], _xscale , _root.RAN); setProperty(_root["snow" + _root.z], _yscale , _root.RAN); _root["snow" + _root.z].speed = random(10); _x = 0; _y = 0; } for (i in _root) { _root[i].removeMovieClip(); } stop(); stopAllSounds(); RAN = 4; z = 0;
Instance of Symbol 134 MovieClip "snow" in Frame 3
onClipEvent (enterFrame) { this._x = this._x - speed; this._y = this._y + 5; if (this._y >= 410) { this.removeMovieClip(); } }
Instance of Symbol 136 MovieClip "ran" in Frame 3
onClipEvent (enterFrame) { _root.RAN = random(110); _root.makeSnow(); _alpha = 0; _root.makeSnowa(); }
Instance of Symbol 134 MovieClip "snow" in Frame 3
onClipEvent (enterFrame) { this._x = this._x - speed; this._y = this._y + 5; if (this._y >= 310) { this.removeMovieClip(); } }
Instance of Symbol 136 MovieClip "ran" in Frame 3
onClipEvent (enterFrame) { _root.RAN = random(110); _root.makeSnow(); _alpha = 0; _root.makeSnowa(); }
Frame 4
_root.menuFade.gotoAndPlay(1); function makeSnow() { _root.z++; duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z); setProperty(_root["snow" + _root.z], _x , random(800)); setProperty(_root["snow" + _root.z], _y , -10); setProperty(_root["snow" + _root.z], _xscale , _root.RAN); setProperty(_root["snow" + _root.z], _yscale , _root.RAN); _root["snow" + _root.z].speed = random(10); _x = 0; _y = 0; } stop(); RAN = 4; z = 0;
Instance of Symbol 166 MovieClip "box" in Frame 4
onClipEvent (load) { _visible = false; } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Frame 5
function MakeStars() { z++; _root.stars.duplicateMovieClip("stars" + z, z); _root["stars" + z]._x = _root.player.cx + 20; _root["stars" + z]._y = _root.player.cy; } score = 0; _root.hud.score = 0; z = 1; _quality = "MEDIUM"; onEnterFrame = function () { _root.hud.score = _root.score; }; if (_root.easy == true) { _root.hud.lives = 10; } if (_root.medium == true) { _root.hud.lives = 20; } if (_root.hard == true) { _root.hud.lives = 15; } stop(); _root.player.gotoAndStop(1);
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 200 MovieClip in Frame 5
onClipEvent (enterFrame) { if (((this.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.gotoAndStop(2); gotoAndStop (2); _root.player.yspeed = -15; _root.player.xspeed = 17; } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 5
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 213 MovieClip in Frame 5
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 213 MovieClip in Frame 5
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 213 MovieClip in Frame 5
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 241 MovieClip "player" in Frame 5
onClipEvent (load) { cy = _y; cx = _x; h = _height / 2; r = _width / 2; xspeed = 0; yspeed = 0; grav = 1; i = 0; seg = 360; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_currentframe != 8) { if (yspeed == ((-_root.air.bar._xscale) / 4)) { falling = true; } _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); xspeed = xspeed * 0.91; xspeed = xspeed + 0.8; cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; cy = cy + (((_y - cy) + 25) / 5); _root._y = (Stage.height / 2) - cy; _root.hud._x = cx; _root.hud._y = cy - 30; _root.wide._x = cx; _root.wide._y = cy; _root.light._x = cx; _root.light._y = cy; _root.bg._x = cx - 268; _root.bg._y = cy - 150; _root.air._x = cx + 275; _root.air._y = cy - 125; _root.hud._x = cx; _root.hud._y = cy; if (_root.land.hitTest(_x, _y + h, true)) { yspeed = 0; grounded = true; falling = false; doubleJump = false; if (_currentframe == 2) { gotoAndStop (3); } if (_currentframe == 7) { gotoAndStop (3); } if (_currentframe == 6) { gotoAndStop (3); } if (_currentframe == 4) { gotoAndStop (3); } if ((_currentframe != 3) && (_currentframe != 5)) { gotoAndStop (1); } while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (Key.isDown(39)) { _x = (_x + 3); } if (Key.isDown(37)) { _x = (_x - 3); } if (((Key.isDown(32) && (grounded)) && (!holding)) && (_currentframe != 5)) { holding = true; gotoAndStop (5); } if (Key.isDown(32) && (holding == true)) { _root.air.bar._xscale = _root.air.bar._xscale + 5; } if ((!Key.isDown(32)) && (holding)) { yspeed = (-_root.air.bar._xscale) / 4; gotoAndStop (2); grounded = false; holding = false; } if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) { yspeed = -13; gotoAndStop (1); gotoAndStop (2); doubleJump = true; } if (yspeed <= -15) { yspeed = -15; } var nmbr = 0; xval = 0; yval = 0; i = 1; while (i < seg) { var tx = (_x + (r * Math.sin((i * (360 / seg)) * (Math.PI/180)))); var ty = (_y - (r * Math.cos((i * (360 / seg)) * (Math.PI/180)))); if (_root.land.hitTest(tx, ty, true)) { nmbr++; xval = xval + tx; yval = yval + ty; } i++; } if ((nmbr > 0) && (_xscale > 0)) { _rotation = (((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / (Math.PI/180)) * -1) - 180); } if (fall == true) { _y = dy; _x = dx; fall = false; } if (fall) { _root.blink.play(); } if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) { this.gotoAndStop(4); holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) { this.gotoAndStop(6); Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) { this.gotoAndStop(7); Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (!grounded) { if (!Key.isDown(65)) { holdA = false; } if (!Key.isDown(83)) { Shold = false; } if (!Key.isDown(68)) { Dhold = false; } } } if (_root.hud.lives <= 0) { this.gotoAndStop(8); } }
Instance of Symbol 249 MovieClip "stars" in Frame 5
onClipEvent (enterFrame) { col = new Color(this); if (_root.player._currentframe == 6) { col.setRGB(16539228); this.setRGB(16539228); } if (_root.player._currentframe == 4) { col.setRGB(16777215); this.setRGB(16777215); } if (_root.player._currentframe == 7) { col.setRGB(10337019); this.setRGB(10337019); } }
Instance of Symbol 243 MovieClip in Frame 5
onClipEvent (enterFrame) { _alpha = 0; if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) { _root.fadeOut.play(); _root.player.xspeed = 0; } this.getNextHighestDepth(); }
Instance of Symbol 260 MovieClip "light" in Frame 5
onClipEvent (enterFrame) { _x = _root.player.cx; _y = _root.player.cy; }
Instance of Symbol 267 MovieClip "fadeOut" in Frame 5
onClipEvent (enterFrame) { _x = _root.player.cx; _y = _root.player.cy; }
Instance of Symbol 270 MovieClip in Frame 5
onClipEvent (enterFrame) { _x = _root.player.cx; _y = _root.player.cy; }
Instance of Symbol 274 MovieClip "gameOver" in Frame 5
onClipEvent (enterFrame) { _x = _root.player.cx; _y = _root.player.cy; }
Frame 6
function MakeStars() { z++; _root.stars.duplicateMovieClip("stars" + z, z); _root["stars" + z]._x = _root.player.cx + 20; _root["stars" + z]._y = _root.player.cy; } z = 1; _quality = "MEDIUM"; onEnterFrame = function () { _root.hud.score = _root.score; }; if (_root.easy == true) { _root.hud.lives = 10; } _root.fadeOut.gotoAndStop(1); _root.fadeIn.gotoAndPlay(1); _x = _root.player._x; _y = _root.player._y; stop(); _root.player.gotoAndStop(1); for (i in _root) { _root[i].removeMovieClip(); }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 192 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 187 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 180 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 287 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 287 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 287 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 287 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 286 MovieClip in Frame 6
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 288 MovieClip in Frame 6
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 241 MovieClip "player" in Frame 6
onClipEvent (load) { cy = _y; cx = _x; h = _height / 2; r = _width / 2; xspeed = 0; yspeed = 0; grav = 1; i = 0; seg = 360; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_currentframe != 8) { if (yspeed == ((-_root.air.bar._xscale) / 4)) { falling = true; } _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); xspeed = xspeed * 0.91; xspeed = xspeed + 0.8; cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; cy = cy + (((_y - cy) + 25) / 5); _root._y = (Stage.height / 2) - cy; _root.hud._x = cx; _root.hud._y = cy - 30; _root.wide._x = cx; _root.wide._y = cy; _root.light._x = cx; _root.light._y = cy; _root.bg._x = cx - 268; _root.bg._y = cy - 150; _root.air._x = cx + 275; _root.air._y = cy - 125; _root.hud._x = cx; _root.hud._y = cy; if (_root.land.hitTest(_x, _y + h, true)) { yspeed = 0; grounded = true; falling = false; doubleJump = false; if (_currentframe == 2) { gotoAndStop (3); } if (_currentframe == 7) { gotoAndStop (3); } if (_currentframe == 6) { gotoAndStop (3); } if (_currentframe == 4) { gotoAndStop (3); } if ((_currentframe != 3) && (_currentframe != 5)) { gotoAndStop (1); } while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (Key.isDown(39)) { _x = (_x + 3); } if (Key.isDown(37)) { _x = (_x - 3); } if (((Key.isDown(32) && (grounded)) && (!holding)) && (_currentframe != 5)) { holding = true; gotoAndStop (5); } if (Key.isDown(32) && (holding == true)) { _root.air.bar._xscale = _root.air.bar._xscale + 5; } if ((!Key.isDown(32)) && (holding)) { yspeed = (-_root.air.bar._xscale) / 4; gotoAndStop (2); grounded = false; holding = false; } if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) { yspeed = -13; gotoAndStop (1); gotoAndStop (2); doubleJump = true; } if (yspeed <= -15) { yspeed = -15; } var nmbr = 0; xval = 0; yval = 0; i = 1; while (i < seg) { var tx = (_x + (r * Math.sin((i * (360 / seg)) * (Math.PI/180)))); var ty = (_y - (r * Math.cos((i * (360 / seg)) * (Math.PI/180)))); if (_root.land.hitTest(tx, ty, true)) { nmbr++; xval = xval + tx; yval = yval + ty; } i++; } if ((nmbr > 0) && (_xscale > 0)) { _rotation = (((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / (Math.PI/180)) * -1) - 180); } if (fall == true) { _y = dy; _x = dx; fall = false; } if (fall) { _root.blink.play(); } if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) { this.gotoAndStop(4); holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) { this.gotoAndStop(6); Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) { this.gotoAndStop(7); Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (!grounded) { if (!Key.isDown(65)) { holdA = false; } if (!Key.isDown(83)) { Shold = false; } if (!Key.isDown(68)) { Dhold = false; } } } if (_root.hud.lives <= 0) { this.gotoAndStop(8); } _root.fadeIn._x = cx; _root.fadeIn._y = cy; }
Instance of Symbol 249 MovieClip "stars" in Frame 6
onClipEvent (enterFrame) { col = new Color(this); if (_root.player._currentframe == 6) { col.setRGB(16539228); this.setRGB(16539228); } if (_root.player._currentframe == 4) { col.setRGB(16777215); this.setRGB(16777215); } if (_root.player._currentframe == 7) { col.setRGB(10337019); this.setRGB(10337019); } }
Instance of Symbol 243 MovieClip in Frame 6
onClipEvent (enterFrame) { _alpha = 0; if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) { _root.fadeOut.play(); _root.player.xspeed = 0; } }
Instance of Symbol 267 MovieClip "fadeOut" in Frame 6
onClipEvent (enterFrame) { _x = _root.player.cx; _y = _root.player.cy; }
Frame 7
function MakeStars() { z++; _root.stars.duplicateMovieClip("stars" + z, z); _root["stars" + z]._x = _root.player.cx + 20; _root["stars" + z]._y = _root.player.cy; } z = 1; _quality = "MEDIUM"; onEnterFrame = function () { _root.hud.score = _root.score; }; if (_root.easy == true) { _root.hud.lives = 10; } _root.fadeOut.gotoAndStop(1); _root.fadeIn.gotoAndPlay(1); _root.player._x = _root.player.dx; _root.player._y = _root.player.dy; _x = _root.player._x; _y = _root.player._y; _root.player.cx = _root.player._x; _root.player.cy = _root.player._y; stop(); _root.player.gotoAndStop(1); for (i in _root) { _root[i].removeMovieClip(); }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 305 MovieClip in Frame 7
onClipEvent (load) { yspeed = 0; grav = 0.5; } onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { var1 = 1; } if (var1 == 1) { _y = (_y + yspeed); yspeed = yspeed + grav; } if (this.spikey.hitTest(_root.player) && (hit != 1)) { _root.shake.play(); _root.player.xspeed = 0; hit = 1; _root.hud.lives--; } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 292 MovieClip in Frame 7
onClipEvent (enterFrame) { _alpha = 0; if (this.hitTest(_root.player)) { _root.fadeOut.play(); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 311 MovieClip in Frame 7
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 313 MovieClip in Frame 7
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 241 MovieClip "player" in Frame 7
onClipEvent (load) { cy = _y; cx = _x; h = _height / 2; r = _width / 2; xspeed = 0; yspeed = 0; grav = 1; i = 0; seg = 360; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_currentframe != 8) { if (yspeed == ((-_root.air.bar._xscale) / 4)) { falling = true; } _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); xspeed = xspeed * 0.91; xspeed = xspeed + 0.8; cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; cy = cy + (((_y - cy) + 25) / 5); _root._y = (Stage.height / 2) - cy; _root.hud._x = cx; _root.hud._y = cy - 30; _root.wide._x = cx; _root.wide._y = cy; _root.light._x = cx; _root.light._y = cy; _root.bg._x = cx - 268; _root.bg._y = cy - 150; _root.air._x = cx + 275; _root.air._y = cy - 125; _root.hud._x = cx; _root.hud._y = cy; if (_root.land.hitTest(_x, _y + h, true)) { yspeed = 0; grounded = true; falling = false; doubleJump = false; if (_currentframe == 2) { gotoAndStop (3); } if (_currentframe == 7) { gotoAndStop (3); } if (_currentframe == 6) { gotoAndStop (3); } if (_currentframe == 4) { gotoAndStop (3); } if ((_currentframe != 3) && (_currentframe != 5)) { gotoAndStop (1); } while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (_root.land2.hitTest(_x, (_y - h) + 10, true)) { yspeed = 4; while (_root.land2.hitTest(_x, (_y - h) + 10, true)) { _y = (_y + 0.1); } } if (Key.isDown(39)) { _x = (_x + 3); } if (Key.isDown(37)) { _x = (_x - 3); } if (((Key.isDown(32) && (grounded)) && (!holding)) && (_currentframe != 5)) { holding = true; gotoAndStop (5); } if (Key.isDown(32) && (holding == true)) { _root.air.bar._xscale = _root.air.bar._xscale + 5; } if ((!Key.isDown(32)) && (holding)) { yspeed = (-_root.air.bar._xscale) / 4; gotoAndStop (2); grounded = false; holding = false; } if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) { yspeed = -13; gotoAndStop (1); gotoAndStop (2); doubleJump = true; } if (yspeed <= -15) { yspeed = -15; } var nmbr = 0; xval = 0; yval = 0; i = 1; while (i < seg) { var tx = (_x + (r * Math.sin((i * (360 / seg)) * (Math.PI/180)))); var ty = (_y - (r * Math.cos((i * (360 / seg)) * (Math.PI/180)))); if (_root.land.hitTest(tx, ty, true)) { nmbr++; xval = xval + tx; yval = yval + ty; } i++; } if ((nmbr > 0) && (_xscale > 0)) { _rotation = (((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / (Math.PI/180)) * -1) - 180); } if (fall == true) { _y = dy; _x = dx; fall = false; } if (fall) { _root.blink.play(); } if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) { this.gotoAndStop(4); holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) { this.gotoAndStop(6); Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) { this.gotoAndStop(7); Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (!grounded) { if (!Key.isDown(65)) { holdA = false; } if (!Key.isDown(83)) { Shold = false; } if (!Key.isDown(68)) { Dhold = false; } } } if (_root.hud.lives <= 0) { this.gotoAndStop(8); } _root.fadeIn._x = cx; _root.fadeIn._y = cy; }
Frame 8
function MakeStars() { z++; _root.stars.duplicateMovieClip("stars" + z, z); _root["stars" + z]._x = _root.player.cx + 20; _root["stars" + z]._y = _root.player.cy; } z = 1; _quality = "MEDIUM"; onEnterFrame = function () { _root.hud.score = _root.score; }; if (_root.easy == true) { _root.hud.lives = 10; } _root.fadeOut.gotoAndStop(1); _root.fadeIn.gotoAndPlay(1); _x = _root.player._x; _y = _root.player._y; stop(); _root.player.gotoAndStop(1); for (i in _root) { _root[i].removeMovieClip(); }
Instance of Symbol 324 MovieClip in Frame 8
onClipEvent (enterFrame) { if (((this.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.gotoAndStop(2); gotoAndStop (2); _root.player.yspeed = -15; _root.player.xspeed = 17; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 180 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.player) && (_currentframe == 1)) { this.play(); _root.score = _root.score + 50; } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 325 MovieClip in Frame 8
onClipEvent (load) { rr = random(2); } onClipEvent (enterFrame) { if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } }
Instance of Symbol 327 MovieClip in Frame 8
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 327 MovieClip in Frame 8
onClipEvent (load) { scale = _xscale; bleh = random(2); } onClipEvent (enterFrame) { if (((this.head.hitTest(_root.player.board) && (_root.player.falling == true)) && (_root.player.grounded == false)) && (_currentframe == 1)) { _root.player.yspeed = -15; _root.player.gotoAndStop(2); this.gotoAndStop(2); } if (bleh == 0) { _xscale = scale; } if (bleh == 1) { _xscale = (-scale); } if (_x <= _root.super._x) { gotoAndStop ("blank"); ok = 0; } else { ok = 1; } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } }
Instance of Symbol 241 MovieClip "player" in Frame 8
onClipEvent (load) { cy = _y; cx = _x; h = _height / 2; r = _width / 2; xspeed = 0; yspeed = 0; grav = 1; i = 0; seg = 360; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_currentframe != 8) { if (yspeed == ((-_root.air.bar._xscale) / 4)) { falling = true; } _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); xspeed = xspeed * 0.91; xspeed = xspeed + 0.8; cx = cx + ((_x - cx) / 5); _root._x = (Stage.width / 2) - cx; cy = cy + (((_y - cy) + 25) / 5); _root._y = (Stage.height / 2) - cy; _root.hud._x = cx; _root.hud._y = cy - 30; _root.wide._x = cx; _root.wide._y = cy; _root.light._x = cx; _root.light._y = cy; _root.bg._x = cx - 268; _root.bg._y = cy - 150; _root.air._x = cx + 275; _root.air._y = cy - 125; _root.hud._x = cx; _root.hud._y = cy; if (_root.land.hitTest(_x, _y + h, true)) { yspeed = 0; grounded = true; falling = false; doubleJump = false; if (_currentframe == 2) { gotoAndStop (3); } if (_currentframe == 7) { gotoAndStop (3); } if (_currentframe == 6) { gotoAndStop (3); } if (_currentframe == 4) { gotoAndStop (3); } if ((_currentframe != 3) && (_currentframe != 5)) { gotoAndStop (1); } while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (Key.isDown(39)) { _x = (_x + 3); } if (Key.isDown(37)) { _x = (_x - 3); } if (((Key.isDown(32) && (grounded)) && (!holding)) && (_currentframe != 5)) { holding = true; gotoAndStop (5); } if (Key.isDown(32) && (holding == true)) { _root.air.bar._xscale = _root.air.bar._xscale + 5; } if ((!Key.isDown(32)) && (holding)) { yspeed = (-_root.air.bar._xscale) / 4; gotoAndStop (2); grounded = false; holding = false; } if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) { yspeed = -13; gotoAndStop (1); gotoAndStop (2); doubleJump = true; } if (yspeed <= -15) { yspeed = -15; } var nmbr = 0; xval = 0; yval = 0; i = 1; while (i < seg) { var tx = (_x + (r * Math.sin((i * (360 / seg)) * (Math.PI/180)))); var ty = (_y - (r * Math.cos((i * (360 / seg)) * (Math.PI/180)))); if (_root.land.hitTest(tx, ty, true)) { nmbr++; xval = xval + tx; yval = yval + ty; } i++; } if ((nmbr > 0) && (_xscale > 0)) { _rotation = (((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / (Math.PI/180)) * -1) - 180); } if (fall == true) { _y = dy; _x = dx; fall = false; } if (fall) { _root.blink.play(); } if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) { this.gotoAndStop(4); holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) { this.gotoAndStop(6); Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) { this.gotoAndStop(7); Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (!grounded) { if (!Key.isDown(65)) { holdA = false; } if (!Key.isDown(83)) { Shold = false; } if (!Key.isDown(68)) { Dhold = false; } } } if (_root.hud.lives <= 0) { this.gotoAndStop(8); } _root.fadeIn._x = cx; _root.fadeIn._y = cy; }
Instance of Symbol 243 MovieClip in Frame 8
onClipEvent (enterFrame) { _alpha = 0; if (this.hitTest(_root.player) && (_root.fadeOut._currentframe == 1)) { _root.fadeOut.play(); _root.player.xspeed = 0; } this.getNextHighestDepth(); }
Frame 9
function MakeStars() { z++; _root.stars.duplicateMovieClip("stars" + z, z); _root["stars" + z]._x = (_root.player.cx - 275) + 20; _root["stars" + z]._y = _root.player.cy; } z = 1; _quality = "MEDIUM"; onEnterFrame = function () { _root.hud.score = _root.score; }; z = 0; MakeBall = function () { _root.snowBall.duplicateMovieClip("snow" + z, z + 100); _root["snow" + z]._x = _root.santa._x - 50; _root["snow" + z]._y = _root.santa._y - 60; _root["snow" + z].var1 = 1; _root["snow" + z].rejected = false; }; stop();
Instance of Symbol 340 MovieClip "land" in Frame 9
onClipEvent (enterFrame) { _x = (_root.player.cx - 300); }
Instance of Symbol 351 MovieClip "santa" in Frame 9
onClipEvent (load) { j = 0; k = 0; h = _height / 2; r = _width / 2; xspeed = 0; yspeed = 0; grav = 1; i = 0; seg = 360; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_currentframe != 4) { if (_currentframe != 3) { if (_currentframe != 2) { j++; } if (j >= 30) { shoot = random(2); j = 0; } if (shoot == 0) { this.gotoAndStop(2); } if (shoot == 1) { this.gotoAndStop(1); } } _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); xspeed = xspeed * 0.91; xspeed = xspeed + 0.8; if (_root.land.hitTest(_x, _y + h, true)) { yspeed = 0; grounded = true; falling = false; while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } var nmbr = 0; xval = 0; yval = 0; i = 1; while (i < seg) { var tx = (_x + (r * Math.sin((i * (360 / seg)) * (Math.PI/180)))); var ty = (_y - (r * Math.cos((i * (360 / seg)) * (Math.PI/180)))); if (_root.land.hitTest(tx, ty, true)) { nmbr++; xval = xval + tx; yval = yval + ty; } i++; } if ((nmbr > 0) && (_xscale > 0)) { _rotation = (((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / (Math.PI/180)) * -1) - 180); } if (Key.isDown(39)) { _x = (_x + 3); } if (Key.isDown(37)) { _x = (_x - 3); } if (k >= 5) { this.gotoAndStop(4); } } }
Instance of Symbol 357 MovieClip "snowBall" in Frame 9
onClipEvent (load) { xspeed = 0; yspeed = 0; grav = 1; h = _height / 2; rejected = false; } onClipEvent (enterFrame) { _rotation = _root.santa._rotation; _x = (_x + xspeed); _y = (_y + yspeed); yspeed = yspeed + grav; xspeed = xspeed * 0.93; if (var1 == 1) { grav = 1; yspeed = -10; xspeed = -(random(45) + 39); aa = xspeed; var1 = 3; } if ((var1 != 1) && (var1 != 3)) { grav = 0; } if (this.ball.hitTest(_root.player) && (_root.player._currentframe == 4)) { rejected = true; xspeed = -aa; yspeed = -8; _root.aSound.play(); } if (this.ball.hitTest(_root.player) && (_root.player._currentframe == 6)) { rejected = true; xspeed = -aa; yspeed = -8; _root.aSound.play(); } if (this.ball.hitTest(_root.player) && (_root.player._currentframe == 7)) { rejected = true; xspeed = -aa; yspeed = -8; _root.aSound.play(); } if ((((this.ball.hitTest(_root.player) && (_root.player._currentframe != 4)) && (_root.player._currentframe != 6)) && (_root.player._currentframe != 7)) && (_currentframe != 2)) { xspeed = 0; gotoAndStop (2); _root.shake.play(); _root.hud.lives--; } if (this.ball.hitTest(_root.santa) && (rejected == true)) { this.gotoAndStop(2); _root.santa.gotoAndStop(3); rejected = false; } if (_root.land.hitTest(_x, _y + h, true)) { this.gotoAndStop(2); xspeed = 0; } }
Instance of Symbol 361 MovieClip in Frame 9
onClipEvent (load) { rr = random(2); dx = _x; dy = _y; ok = 1; i = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.player.bleh) && (_currentframe == 1)) { gotoAndStop (2); } if ((_currentframe != 2) && (ok == 1)) { gotoAndStop (1); } if (rr == 0) { _rotation = (_rotation + 2); } if (rr == 1) { _rotation = (_rotation - 2); } if (_x <= _root.player._x) { var1 = 1; } if (var1 == 1) { i++; } if (i >= 100) { i = 0; var1 = 0; _x = (_root.player.cx + dx); _y = (_root.player.cy + dy); } _y = (_y - 2.15); }
Instance of Symbol 241 MovieClip "player" in Frame 9
onClipEvent (load) { cy = _y; cx = _x; h = _height / 2; r = _width / 2; xspeed = 0; yspeed = 0; grav = 1; i = 0; seg = 360; dx = _x; dy = _y; } onClipEvent (enterFrame) { if (_currentframe != 8) { if (yspeed == ((-_root.air.bar._xscale) / 4)) { falling = true; } _y = (_y + yspeed); yspeed = yspeed + grav; _x = (_x + xspeed); xspeed = xspeed * 0.91; xspeed = xspeed + 0.8; cx = cx + (((_x + 270) - cx) / 5); _root._x = (Stage.width / 2) - cx; cy = cy + (((_y - cy) + 25) / 5); _root._y = (Stage.height / 2) - cy; _root.hud._x = cx; _root.hud._y = cy - 30; _root.wide._x = cx; _root.wide._y = cy; _root.light._x = cx; _root.light._y = cy; _root.bg._x = cx - 268; _root.bg._y = cy - 150; _root.air._x = cx + 275; _root.air._y = cy - 125; _root.hud._x = cx; _root.hud._y = cy; if (_root.land.hitTest(_x, _y + h, true)) { yspeed = 0; grounded = true; falling = false; doubleJump = false; if (_currentframe == 2) { gotoAndStop (3); } if (_currentframe == 7) { gotoAndStop (3); } if (_currentframe == 6) { gotoAndStop (3); } if (_currentframe == 4) { gotoAndStop (3); } if ((_currentframe != 3) && (_currentframe != 5)) { gotoAndStop (1); } while (_root.land.hitTest(_x, _y + h, true)) { _y = (_y - 0.1); } } if (Key.isDown(39)) { _x = (_x + 3); } if (Key.isDown(37)) { _x = (_x - 3); } if (((Key.isDown(32) && (grounded)) && (!holding)) && (_currentframe != 5)) { holding = true; gotoAndStop (5); } if (Key.isDown(32) && (holding == true)) { _root.air.bar._xscale = _root.air.bar._xscale + 5; } if ((!Key.isDown(32)) && (holding)) { yspeed = (-_root.air.bar._xscale) / 4; gotoAndStop (2); grounded = false; holding = false; } if (((Key.isDown(32) && (!grounded)) && (doubleJump != true)) && (!falling)) { yspeed = -13; gotoAndStop (1); gotoAndStop (2); doubleJump = true; } if (yspeed <= -15) { yspeed = -15; } var nmbr = 0; xval = 0; yval = 0; i = 1; while (i < seg) { var tx = (_x + (r * Math.sin((i * (360 / seg)) * (Math.PI/180)))); var ty = (_y - (r * Math.cos((i * (360 / seg)) * (Math.PI/180)))); if (_root.land.hitTest(tx, ty, true)) { nmbr++; xval = xval + tx; yval = yval + ty; } i++; } if ((nmbr > 0) && (_xscale > 0)) { _rotation = (((Math.atan2(_x - (xval / nmbr), _y - (yval / nmbr)) / (Math.PI/180)) * -1) - 180); } if (fall == true) { _y = dy; _x = dx; fall = false; } if (fall) { _root.blink.play(); } if (((((Key.isDown(65) && (!grounded)) && (this.tailgrab._currentframe >= 7)) && (this.tailgrab._currentframe <= 11)) && (_currentframe != 6)) && (_currentframe != 7)) { this.gotoAndStop(4); holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (Key.isDown(65) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(4); } holdA = true; _root.score = _root.score + 10; } if (((Key.isDown(83) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 7)) { this.gotoAndStop(6); Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (Key.isDown(83) && (_currentframe == 7)) { if (this.indie._currentframe >= 16) { this.gotoAndStop(6); } Shold = true; _root.score = _root.score + 10; } if (((Key.isDown(68) && (!grounded)) && (_currentframe != 4)) && (_currentframe != 6)) { this.gotoAndStop(7); Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 6)) { if (this.spin._currentframe >= 20) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (Key.isDown(68) && (_currentframe == 4)) { if (this.tailgrab._currentframe >= 7) { this.gotoAndStop(7); } Dhold = true; _root.score = _root.score + 10; } if (!grounded) { if (!Key.isDown(65)) { holdA = false; } if (!Key.isDown(83)) { Shold = false; } if (!Key.isDown(68)) { Dhold = false; } } } if (_root.hud.lives <= 0) { this.gotoAndStop(8); } _root.fadeIn._x = cx; _root.fadeIn._y = cy; }
Instance of Symbol 365 MovieClip "win" in Frame 9
onClipEvent (enterFrame) { _x = _root.player.cx; _y = _root.player.cy; }
Frame 24
_root.menuFade.gotoAndPlay(1); function makeSnow() { _root.z++; duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z); setProperty(_root["snow" + _root.z], _x , random(800)); setProperty(_root["snow" + _root.z], _y , -10); setProperty(_root["snow" + _root.z], _xscale , _root.RAN); setProperty(_root["snow" + _root.z], _yscale , _root.RAN); _root["snow" + _root.z].speed = random(10); _x = 0; _y = 0; } stop(); RAN = 4; z = 0;
Instance of Symbol 134 MovieClip "snow" in Frame 24
onClipEvent (enterFrame) { this._x = this._x - speed; this._y = this._y + 5; if (this._y >= 410) { this.removeMovieClip(); } }
Instance of Symbol 136 MovieClip "ran" in Frame 24
onClipEvent (enterFrame) { _root.RAN = random(110); _root.makeSnow(); _alpha = 0; _root.makeSnowa(); }
Instance of Symbol 134 MovieClip "snow" in Frame 24
onClipEvent (enterFrame) { this._x = this._x - speed; this._y = this._y + 5; if (this._y >= 310) { this.removeMovieClip(); } }
Instance of Symbol 136 MovieClip "ran" in Frame 24
onClipEvent (enterFrame) { _root.RAN = random(110); _root.makeSnow(); _alpha = 0; _root.makeSnowa(); }
Instance of Symbol 134 MovieClip "snow" in Frame 24
onClipEvent (enterFrame) { this._x = this._x - speed; this._y = this._y + 5; if (this._y >= 410) { this.removeMovieClip(); } }
Instance of Symbol 136 MovieClip "ran" in Frame 24
onClipEvent (enterFrame) { _root.RAN = random(110); _root.makeSnow(); _alpha = 0; _root.makeSnowa(); }
Instance of Symbol 134 MovieClip "snow" in Frame 24
onClipEvent (enterFrame) { this._x = this._x - speed; this._y = this._y + 5; if (this._y >= 310) { this.removeMovieClip(); } }
Instance of Symbol 136 MovieClip "ran" in Frame 24
onClipEvent (enterFrame) { _root.RAN = random(110); _root.makeSnow(); _alpha = 0; _root.makeSnowa(); }
Frame 25
_root.menuFade.gotoAndPlay(1); if (_root.hard == true) { _root.diff = "Hard Mode"; _root.HPScoreService.postScore(score, "Hard Mode"); } if (_root.easy == true) { _root.HPScoreService.postScore(score, "Easy Mode"); _root.diff = "Easy Mode"; } if (_root.medium == true) { _root.HPScoreService.postScore(score, "Medium Mode"); _root.diff = "Medium Mode"; } function makeSnow() { _root.z++; duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z); setProperty(_root["snow" + _root.z], _x , random(800)); setProperty(_root["snow" + _root.z], _y , -10); setProperty(_root["snow" + _root.z], _xscale , _root.RAN); setProperty(_root["snow" + _root.z], _yscale , _root.RAN); _root["snow" + _root.z].speed = random(10); _x = 0; _y = 0; } stop(); _x = 0; _y = 0; RAN = 4; z = 0;
Frame 26
_root.menuFade.gotoAndPlay(1); stop(); __top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 634; __top10_send__.kid = "YFQJJD"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root[("_score" + i) + "_"].text = __top10_receive__["score" + i]; i++; } } else { _root.__err__.gotoAndStop(2); } }; function makeSnow() { _root.z++; duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z); setProperty(_root["snow" + _root.z], _x , random(800)); setProperty(_root["snow" + _root.z], _y , -10); setProperty(_root["snow" + _root.z], _xscale , _root.RAN); setProperty(_root["snow" + _root.z], _yscale , _root.RAN); _root["snow" + _root.z].speed = random(10); _x = 0; _y = 0; } stop(); RAN = 4; z = 0;
Frame 27
_root.menuFade.gotoAndPlay(1); stop(); __top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 638; __top10_send__.kid = "QNJKTO"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root[("_score" + i) + "_"].text = __top10_receive__["score" + i]; i++; } } else { _root.__err__.gotoAndStop(2); } }; function makeSnow() { _root.z++; duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z); setProperty(_root["snow" + _root.z], _x , random(800)); setProperty(_root["snow" + _root.z], _y , -10); setProperty(_root["snow" + _root.z], _xscale , _root.RAN); setProperty(_root["snow" + _root.z], _yscale , _root.RAN); _root["snow" + _root.z].speed = random(10); _x = 0; _y = 0; } stop(); RAN = 4; z = 0;
Frame 28
_root.menuFade.gotoAndPlay(1); stop(); __top10_send__ = new LoadVars(); __top10_receive__ = new LoadVars(); __top10_url_1__ = "http://www.armorbot.com/flashcomm"; __top10_url_2__ = "/top10_b"; __top10_send__.hid = 639; __top10_send__.kid = "ONDATZ"; __top10_send__.sendAndLoad(__top10_url_1__ + __top10_url_2__, __top10_receive__, "POST"); __top10_receive__.onLoad = function (success) { if (success) { i = 1; while (i < 11) { _root[("_name" + i) + "_"].text = __top10_receive__["name" + i]; _root[("_score" + i) + "_"].text = __top10_receive__["score" + i]; i++; } } else { _root.__err__.gotoAndStop(2); } }; function makeSnow() { _root.z++; duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z); setProperty(_root["snow" + _root.z], _x , random(800)); setProperty(_root["snow" + _root.z], _y , -10); setProperty(_root["snow" + _root.z], _xscale , _root.RAN); setProperty(_root["snow" + _root.z], _yscale , _root.RAN); _root["snow" + _root.z].speed = random(10); _x = 0; _y = 0; } stop(); RAN = 4; z = 0;
Frame 29
_root.menuFade.gotoAndPlay(1); if (_root.hard == true) { _root.diff = "Hard Mode"; _root.HPScoreService.postScore(score, "Hard Mode"); } if (_root.easy == true) { _root.HPScoreService.postScore(score, "Easy Mode"); _root.diff = "Easy Mode"; } if (_root.medium == true) { _root.HPScoreService.postScore(score, "Medium Mode"); _root.diff = "Medium Mode"; } function makeSnow() { _root.z++; duplicateMovieClip (_root.snow, "snow" + _root.z, _root.z); setProperty(_root["snow" + _root.z], _x , random(800)); setProperty(_root["snow" + _root.z], _y , -10); setProperty(_root["snow" + _root.z], _xscale , _root.RAN); setProperty(_root["snow" + _root.z], _yscale , _root.RAN); _root["snow" + _root.z].speed = random(10); _x = 0; _y = 0; } stop(); _x = 0; _y = 0; RAN = 4; z = 0;
Symbol 69 MovieClip Frame 40
stop();
Symbol 83 Button
on (press) { _root.play(); }
Symbol 84 MovieClip Frame 1
function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { if (firstframe) { gotoAndStop ("loaded"); } else { play(); bar._x = initX; } loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; firstframe = false; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var firstframe = true; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }
Symbol 84 MovieClip Frame 53
Symbol 96 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 103 MovieClip Frame 93
stop(); _root.nextFrame();
Symbol 124 Button
on (press) { _root.menuFade.play(); }
Symbol 126 Button
on (press) { _root.menuFade.play(); _root.htp = 1; }
Symbol 128 Button
on (press) { getURL ("http://www.armorgames.com", "_blank"); }
Symbol 130 Button
on (press) { getURL ("http://www.armorbot.com/mytable/?id=634", "_blank"); getURL ("http://www.armorbot.com/mytable/?id=638", "_blank"); getURL ("http://www.armorbot.com/mytable/?id=639", "_blank"); }
Symbol 143 MovieClip Frame 28
stop();
Symbol 143 MovieClip Frame 41
stop(); if (_root.htp == 1) { _root.htp = 0; _root.gotoAndStop("htp"); } else { _root.nextFrame(); }
Symbol 147 Button
on (press) { _root.menuFade.play(); _root.menuu = 1; }
Symbol 154 Button
on (press) { _root.easy = true; _root.medium = false; _root.hard = false; _root.menuFade.play(); } on (rollOver) { _root.box._visible = true; _root.box.texta = "START WITH 10 LIVES FOR EACH LEVEL"; } on (rollOut) { _root.box._visible = false; }
Symbol 156 Button
on (press) { _root.easy = false; _root.medium = true; _root.hard = false; _root.menuFade.play(); } on (rollOver) { _root.box._visible = true; _root.box.texta = "ONLY 20 LIVES THROUGHOUT THE GAME"; } on (rollOut) { _root.box._visible = false; }
Symbol 160 Button
on (press) { _root.easy = false; _root.medium = false; _root.hard = true; _root.menuFade.play(); } on (rollOver) { _root.box._visible = true; _root.box.texta = "ONLY 15 LIVES THROUGHOUT THE GAME"; } on (rollOut) { _root.box._visible = false; }
Symbol 163 MovieClip Frame 28
stop();
Symbol 163 MovieClip Frame 41
stop(); if (_root.menuu == 1) { _root.menuu = 0; _root.gotoAndStop("menu"); } else { _root.nextFrame(); }
Instance of Symbol 170 MovieClip in Symbol 171 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 24); }
Instance of Symbol 172 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { _y = (_y - 28); _x = (_x - 28); }
Symbol 176 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 14
stop();
Symbol 183 MovieClip Frame 9
stop();
Symbol 184 MovieClip Frame 9
stop();
Symbol 185 MovieClip Frame 1
_root.hud.lives--;
Symbol 185 MovieClip Frame 21
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15; _root.score = _root.score - 15; _root.shake.play(); _root.player.xspeed = 0.2;
Symbol 190 MovieClip Frame 21
stop();
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 194 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 2
_root._x = _root._x + 5;
Symbol 194 MovieClip Frame 3
_root._x = _root._x - 10;
Symbol 194 MovieClip Frame 4
_root._x = _root._x + 5; _root._y = _root._y - 5;
Symbol 194 MovieClip Frame 5
_root._y = _root._y + 10;
Symbol 194 MovieClip Frame 6
_root._y = _root._y - 5;
Symbol 197 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 30
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 11
stop();
Instance of Symbol 202 MovieClip in Symbol 211 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 202 MovieClip in Symbol 211 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 202 MovieClip in Symbol 211 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - Math.random(0.6); } if (num4 == 1) { xspeed = xspeed + Math.random(0.6); } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 204 MovieClip in Symbol 211 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 206 MovieClip in Symbol 211 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 206 MovieClip in Symbol 211 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 208 MovieClip in Symbol 211 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 210 MovieClip in Symbol 211 MovieClip Frame 11
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
_root.score = _root.score + 25;
Symbol 230 MovieClip Frame 24
stop();
Symbol 232 MovieClip Frame 13
_parent.gotoAndStop(1);
Instance of Symbol 218 MovieClip in Symbol 234 MovieClip Frame 7
onClipEvent (enterFrame) { if (_root.player.holdA == true) { _parent.stop(); } else { _parent.play(); } }
Symbol 234 MovieClip Frame 17
stop();
Symbol 236 MovieClip Frame 10
stop();
Instance of Symbol 237 MovieClip in Symbol 238 MovieClip Frame 20
onClipEvent (enterFrame) { if (_root.player.Shold == true) { _parent.stop(); } else if (this._currentframe == 25) { _parent.play(); } }
Symbol 238 MovieClip Frame 26
stop();
Instance of Symbol 218 MovieClip in Symbol 239 MovieClip Frame 7
onClipEvent (enterFrame) { if (_root.player.Dhold == true) { _parent.stop(); } else { _parent.play(); } }
Symbol 239 MovieClip Frame 16
stop();
Symbol 241 MovieClip Frame 3
stop();
Symbol 241 MovieClip Frame 4
_root.MakeStars();
Symbol 241 MovieClip Frame 6
_root.MakeStars();
Symbol 241 MovieClip Frame 7
_root.MakeStars();
Symbol 241 MovieClip Frame 8
_root.bg.stop(); _root.gameOver.play();
Instance of Symbol 240 MovieClip in Symbol 241 MovieClip Frame 8
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 218 MovieClip in Symbol 241 MovieClip Frame 8
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 220 MovieClip in Symbol 241 MovieClip Frame 8
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 222 MovieClip in Symbol 241 MovieClip Frame 8
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 226 MovieClip in Symbol 241 MovieClip Frame 8
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); rr = Math.random(0.6); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - rr; } if (num4 == 1) { xspeed = xspeed + rr; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 243 MovieClip "bar" in Symbol 246 MovieClip Frame 1
onClipEvent (load) { _xscale = 0; } onClipEvent (enterFrame) { if (_xscale >= 100) { _xscale = 100; } if (_root.player.holding != true) { _xscale = 0; } }
Symbol 248 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 2
stop();
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 248 MovieClip "ball" in Symbol 249 MovieClip Frame 1
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 267 MovieClip Frame 1
stop();
Symbol 267 MovieClip Frame 27
_root.nextFrame();
Symbol 270 MovieClip Frame 39
stop();
Symbol 274 MovieClip Frame 1
stop();
Symbol 274 MovieClip Frame 51
stop(); _root.gotoAndStop("gameOver");
Instance of Symbol 277 MovieClip in Symbol 278 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 16); }
Instance of Symbol 279 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) { _y = (_y - 28); _x = (_x - 28); }
Symbol 282 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 287 MovieClip Frame 1
stop();
Symbol 287 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15; _root.score = _root.score - 15; _root.shake.play(); _root.player.xspeed = 0.2;
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
_root.score = _root.score + 25;
Instance of Symbol 292 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.nextFrame(); } }
Instance of Symbol 299 MovieClip in Symbol 300 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_x - 28); }
Symbol 307 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15; _root.score = _root.score - 15; _root.shake.play(); _root.player.xspeed = 0.2;
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
_root.score = _root.score + 25;
Symbol 317 MovieClip Frame 27
stop();
Symbol 322 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 30
stop();
Symbol 324 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 2
_root.score = _root.score + 5;
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15; _root.score = _root.score - 15; _root.shake.play(); _root.player.xspeed = 0.2;
Symbol 327 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 2
_root.score = _root.score + 25;
Instance of Symbol 334 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 24); }
Instance of Symbol 336 MovieClip in Symbol 338 MovieClip Frame 1
onClipEvent (enterFrame) { _y = (_y - 28); _x = (_x - 28); }
Symbol 347 MovieClip Frame 10
_root.MakeBall();
Symbol 347 MovieClip Frame 20
_root.santa.shoot = 1; _parent.gotoAndStop(1);
Symbol 349 MovieClip Frame 13
_parent.gotoAndStop(1);
Symbol 350 MovieClip Frame 16
stop(); _root.win.play();
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 3
_root.santa.k++;
Symbol 355 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 2
stop();
Symbol 357 MovieClip Frame 1
stop();
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation - rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Instance of Symbol 355 MovieClip "ball" in Symbol 357 MovieClip Frame 2
onClipEvent (load) { scale = _xscale; yspeed = 0; xspeed = 0; grav = 1; w = _width / 2; h = _height / 2; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } jump = 15; walljump = false; i = 0; num4 = random(2); numm4 = Math.round(random(16) + 10); rot = random(13); } onClipEvent (enterFrame) { _rotation = (_rotation + rot); if (num4 == 0) { xspeed = xspeed - 0.5; } if (num4 == 1) { xspeed = xspeed + 0.5; } i++; if (i < 5) { yspeed = -numm4; } yspeed = yspeed + grav; _x = (_x + xspeed); _y = (_y + yspeed); xspeed = xspeed * 0.92; landed = false; lefted = false; righted = false; if (_y > 700) { this.gotoAndStop(2); } }
Symbol 360 MovieClip Frame 1
stop();
Symbol 361 MovieClip Frame 1
stop();
Symbol 361 MovieClip Frame 2
_root.hud.score = _root.hud.score - 15; _root.score = _root.score - 15; _root.shake.play(); _root.player.xspeed = 0.2;
Symbol 365 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 51
stop(); _root.gotoAndStop("win");
Symbol 380 MovieClip Frame 503
stop(); _root.menuFade.play();
Symbol 383 MovieClip Frame 28
stop();
Symbol 383 MovieClip Frame 41
stop(); if (_root.menuu == 1) { _root.menuu = 0; _root.gotoAndStop("menu"); } else { _root.gotoAndStop("menu"); }
Symbol 384 Button
on (press) { _root.menuFade.play(); _root.menuu = 1; }
Symbol 393 Button
on (press) { if (_root.easy == true) { ab20_09 = new LoadVars(); ab20_09.z = _root.namee; ab20_09.x = _root.score; ab20_09.c = 634; ab20_09.v = "YFQJJD"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); } if (_root.medium == true) { ab20_09 = new LoadVars(); ab20_09.z = _root.namee; ab20_09.x = _root.score; ab20_09.c = 638; ab20_09.v = "QNJKTO"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); } if (_root.hard == true) { ab20_09 = new LoadVars(); ab20_09.z = _root.namee; ab20_09.x = _root.score; ab20_09.c = 639; ab20_09.v = "ONDATZ"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); } _root.menuFade.play(); _root.menuu = 0; }
Symbol 396 MovieClip Frame 28
stop();
Symbol 396 MovieClip Frame 41
stop(); if (_root.menuu == 1) { _root.menuu = 0; _root.gotoAndStop("menu"); } else { if (_root.hard == true) { _root.gotoAndStop("hardScore"); } if (_root.easy == true) { _root.gotoAndStop("easyScore"); } if (_root.med == true) { _root.gotoAndStop("medScore"); } }
Symbol 399 Button
on (press) { getURL ("http://www.armorbot.com/mytable/?id=634", "_blank"); }
Symbol 423 Button
on (press) { getURL ("http://www.armorbot.com/mytable/?id=638", "_blank"); }
Symbol 445 Button
on (press) { getURL ("http://www.armorbot.com/mytable/?id=639", "_blank"); }
Symbol 473 MovieClip Frame 28
stop();
Symbol 473 MovieClip Frame 41
stop(); if (_root.menuu == 1) { _root.menuu = 0; _root.gotoAndStop("menu"); } else { if (_root.hard == true) { _root.gotoAndStop("hardScore"); } if (_root.easy == true) { _root.gotoAndStop("easyScore"); } if (_root.med == true) { _root.gotoAndStop("medScore"); } }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 GraphicUsed by:84
Symbol 5 GraphicUsed by:84
Symbol 6 GraphicUsed by:7 84
Symbol 7 MovieClipUses:6Used by:84
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:8 9Used by:84
Symbol 11 GraphicUsed by:84
Symbol 12 GraphicUsed by:84
Symbol 13 GraphicUsed by:20 69
Symbol 14 GraphicUsed by:20 69
Symbol 15 GraphicUsed by:20 69
Symbol 16 GraphicUsed by:20 69
Symbol 17 GraphicUsed by:20 69
Symbol 18 GraphicUsed by:20 69
Symbol 19 GraphicUsed by:20 69
Symbol 20 MovieClipUses:13 14 15 16 17 18 19Used by:84
Symbol 21 GraphicUsed by:67
Symbol 22 GraphicUsed by:27
Symbol 23 GraphicUsed by:27
Symbol 24 GraphicUsed by:27
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:22 23 24 25 26Used by:67
Symbol 28 GraphicUsed by:67
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:67
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:62 67
Symbol 33 GraphicUsed by:67
Symbol 34 GraphicUsed by:67
Symbol 35 GraphicUsed by:67
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:58
Symbol 38 GraphicUsed by:42
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:42 45
Symbol 42 MovieClipUses:38 39 41Used by:56
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:43 44 41Used by:56
Symbol 46 GraphicUsed by:49
Symbol 47 GraphicUsed by:49 52
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:46 47 48Used by:53
Symbol 50 GraphicUsed by:52
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:50 47 51Used by:53
Symbol 53 MovieClipUses:49 52Used by:56
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:56
Symbol 56 MovieClipUses:42 45 53 55Used by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClipUses:37 57Used by:67
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:67
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61 32Used by:67
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:65
Symbol 65 MovieClipUses:64Used by:66
Symbol 66 MovieClipUses:65Used by:67
Symbol 67 MovieClipUses:21 27 28 30 32 33 34 35 58 60 62 66Used by:84
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:13 14 15 16 17 18 19 68Used by:84
Symbol 70 ShapeTweeningUsed by:84
Symbol 71 ShapeTweeningUsed by:84
Symbol 72 GraphicUsed by:84
Symbol 73 GraphicUsed by:84
Symbol 74 GraphicUsed by:83
Symbol 75 GraphicUsed by:83
Symbol 76 GraphicUsed by:83
Symbol 77 GraphicUsed by:83
Symbol 78 GraphicUsed by:83
Symbol 79 GraphicUsed by:81 83
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:79 80Used by:83
Symbol 82 GraphicUsed by:83
Symbol 83 ButtonUses:74 75 76 77 78 81 82 79Used by:84
Symbol 84 MovieClipUses:4 5 7 10 11 12 20 67 6 69 70 71 72 73 83Used by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:103
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:103
Symbol 95 GraphicUsed by:96 124 126 128 130 147 384 399 423 445
Symbol 96 ButtonUses:95Used by:103
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:103
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:103
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:103
Symbol 103 MovieClipUses:92 94 96 98 100 102 SS1Used by:Timeline
Symbol 104 GraphicUsed by:108
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:108
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:104 106 107Used by:109
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 FontUsed by:111 112 113 125 127 129 131 146 284 368 369 370 371 372 373 374 375 377 378 385 386 387 388 397 398 400 422 444 466 467 468 469 470
Symbol 111 TextUses:110Used by:Timeline
Symbol 112 TextUses:110Used by:Timeline
Symbol 113 TextUses:110Used by:124 147 384
Symbol 114 GraphicUsed by:124 126 128 130 147 227 230 232 234 236 238 239 240 367 384 393 399 423 445
Symbol 115 GraphicUsed by:123 228
Symbol 116 GraphicUsed by:123 228
Symbol 117 GraphicUsed by:123 228
Symbol 118 GraphicUsed by:123 228
Symbol 119 GraphicUsed by:123 228
Symbol 120 GraphicUsed by:123 228
Symbol 121 GraphicUsed by:123 228
Symbol 122 GraphicUsed by:123 228
Symbol 123 MovieClipUses:115 116 117 118 119 120 121 122Used by:124 126 128 130 147 227 230 232 234 236 238 239 240 367 384 393 399 423 445
Symbol 124 ButtonUses:113 114 123 95Used by:Timeline
Symbol 125 TextUses:110Used by:126
Symbol 126 ButtonUses:125 114 123 95Used by:Timeline
Symbol 127 TextUses:110Used by:128 399 423 445
Symbol 128 ButtonUses:127 114 123 95Used by:Timeline
Symbol 129 TextUses:110Used by:130
Symbol 130 ButtonUses:129 114 123 95Used by:Timeline
Symbol 131 TextUses:110Used by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:134 184 345
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:241  Timeline
Symbol 139 ShapeTweeningUsed by:143
Symbol 140 GraphicUsed by:143 163 383 396 473
Symbol 141 ShapeTweeningUsed by:143
Symbol 142 GraphicUsed by:143 163 383 396 473
Symbol 143 MovieClipUses:139 140 141 142Used by:Timeline
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 TextUses:110Used by:147 384
Symbol 147 ButtonUses:146 114 123 95 113Used by:Timeline
Symbol 148 FontUsed by:149 155 157 165
Symbol 149 TextUses:148Used by:154
Symbol 150 GraphicUsed by:154 156 160
Symbol 151 FontUsed by:152 159
Symbol 152 TextUses:151Used by:154 156
Symbol 153 SoundUsed by:154 156 160 239
Symbol 154 ButtonUses:149 150 152 153Used by:Timeline
Symbol 155 TextUses:148Used by:156
Symbol 156 ButtonUses:155 150 152 153Used by:Timeline
Symbol 157 TextUses:148Used by:160
Symbol 158 GraphicUsed by:160
Symbol 159 TextUses:151Used by:160
Symbol 160 ButtonUses:157 150 158 159 153Used by:Timeline
Symbol 161 ShapeTweeningUsed by:163
Symbol 162 ShapeTweeningUsed by:163
Symbol 163 MovieClipUses:161 140 162 142Used by:Timeline
Symbol 164 GraphicUsed by:166
Symbol 165 EditableTextUses:148Used by:166
Symbol 166 MovieClipUses:164 165Used by:Timeline
Symbol 167 GraphicUsed by:174 280 300 338
Symbol 168 GraphicUsed by:174 280 300 338
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:171
Symbol 171 MovieClipUses:170Used by:172 173
Symbol 172 MovieClipUses:171Used by:174
Symbol 173 MovieClipUses:171Used by:174
Symbol 174 MovieClipUses:167 168 172 173Used by:Timeline
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:180 380
Symbol 179 SoundUsed by:180
Symbol 180 MovieClipUses:178 179Used by:Timeline
Symbol 181 GraphicUsed by:185 187 287 311 326 361
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:185 190
Symbol 184 MovieClipUses:133Used by:185 190
Symbol 185 MovieClipUses:181 183 184Used by:187 287 311 326 361
Symbol 186 SoundUsed by:187 287 311 326 361
Symbol 187 MovieClipUses:181 185 186Used by:Timeline
Symbol 188 GraphicUsed by:189 190
Symbol 189 MovieClipUses:188Used by:192 286 310 325 380
Symbol 190 MovieClipUses:188 183 184Used by:192 286 310 325
Symbol 191 SoundUsed by:192 286 310 325
Symbol 192 MovieClipUses:189 190 191Used by:Timeline
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 GraphicUsed by:196 198
Symbol 196 MovieClipUses:195Used by:197 200 380
Symbol 197 MovieClipUses:196Used by:198
Symbol 198 MovieClipUses:195 197Used by:200
Symbol 199 SoundUsed by:200 238 324
Symbol 200 MovieClipUses:196 198 199Used by:Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:211 213 288 313 327 379
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:211 213 288 313 327 379
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:211 213 288 313 327 379
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:211 213 288 313 327 379
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:211 213 288 313 327 379
Symbol 211 MovieClipUses:202 204 206 208 210Used by:213 288 313 327
Symbol 212 SoundUsed by:213 288 313 327
Symbol 213 MovieClipUses:202 204 206 208 210 211 212Used by:Timeline
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:216
Symbol 216 MovieClipUses:215Used by:227 232 236
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:227 230 232 234 236 237 238 239 241 367
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:227 230 232 234 236 238 239 241 367
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:227 230 232 234 236 238 239 241 367
Symbol 223 GraphicUsed by:226 256
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224Used by:226
Symbol 226 MovieClipUses:223 225Used by:227 230 232 234 236 238 239 241 367
Symbol 227 MovieClipUses:216 114 123 218 220 222 226Used by:241
Symbol 228 MovieClipUses:115 116 117 118 119 120 121 122Used by:230
Symbol 229 SoundUsed by:230
Symbol 230 MovieClipUses:228 218 220 222 226 229 114 123Used by:241
Symbol 231 SoundUsed by:232
Symbol 232 MovieClipUses:216 114 123 218 220 222 226 231Used by:241
Symbol 233 SoundUsed by:234
Symbol 234 MovieClipUses:114 123 220 222 226 218 233Used by:241
Symbol 235 SoundUsed by:236
Symbol 236 MovieClipUses:216 114 123 218 220 222 226 235Used by:241
Symbol 237 MovieClipUses:218Used by:238
Symbol 238 MovieClipUses:114 123 220 222 226 218 199 237Used by:241
Symbol 239 MovieClipUses:114 123 220 222 226 218 153Used by:241
Symbol 240 MovieClipUses:114 123Used by:241
Symbol 241 MovieClipUses:227 138 230 232 234 236 238 239 240 218 220 222 226Used by:Timeline
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:246  Timeline
Symbol 244 GraphicUsed by:246
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:243 244 245Used by:Timeline
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:249
Symbol 249 MovieClipUses:248Used by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 FontUsed by:254 255 257 392
Symbol 254 EditableTextUses:253Used by:258
Symbol 255 EditableTextUses:253Used by:258
Symbol 256 MovieClipUses:223Used by:258
Symbol 257 TextUses:253Used by:258
Symbol 258 MovieClipUses:254 255 256 257Used by:Timeline
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:Timeline
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:Timeline
Symbol 263 GraphicUsed by:267
Symbol 264 ShapeTweeningUsed by:267
Symbol 265 ShapeTweeningUsed by:267
Symbol 266 ShapeTweeningUsed by:267
Symbol 267 MovieClipUses:263 264 265 266Used by:Timeline
Symbol 268 ShapeTweeningUsed by:270
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:268 269Used by:Timeline
Symbol 271 ShapeTweeningUsed by:274
Symbol 272 ShapeTweeningUsed by:274
Symbol 273 GraphicUsed by:274 365
Symbol 274 MovieClipUses:271 272 273Used by:Timeline
Symbol 275 SoundUsed by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:278
Symbol 278 MovieClipUses:277Used by:279
Symbol 279 MovieClipUses:278Used by:280
Symbol 280 MovieClipUses:167 168 279Used by:Timeline
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:Timeline
Symbol 283 GraphicUsed by:285
Symbol 284 TextUses:110Used by:285
Symbol 285 MovieClipUses:283 284Used by:Timeline
Symbol 286 MovieClipUses:189 190 191Used by:Timeline
Symbol 287 MovieClipUses:181 185 186Used by:Timeline
Symbol 288 MovieClipUses:202 204 206 208 210 211 212Used by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 GraphicUsed by:293
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:293  Timeline
Symbol 293 MovieClipUses:290 292Used by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:298
Symbol 298 MovieClipUses:297Used by:299
Symbol 299 MovieClipUses:298Used by:300
Symbol 300 MovieClipUses:167 168 299Used by:Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 GraphicUsed by:305
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303Used by:305
Symbol 305 MovieClipUses:302 304Used by:Timeline
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:Timeline
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:Timeline
Symbol 310 MovieClipUses:189 190 191Used by:Timeline
Symbol 311 MovieClipUses:181 185 186Used by:Timeline
Symbol 312 GraphicUsed by:Timeline
Symbol 313 MovieClipUses:202 204 206 208 210 211 212Used by:Timeline
Symbol 314 ShapeTweeningUsed by:317
Symbol 315 ShapeTweeningUsed by:317
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:314 315 316Used by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:319Used by:322 324
Symbol 321 GraphicUsed by:323
Symbol 322 MovieClipUses:320Used by:323
Symbol 323 MovieClipUses:321 322Used by:324
Symbol 324 MovieClipUses:320 323 199Used by:Timeline
Symbol 325 MovieClipUses:189 190 191Used by:Timeline
Symbol 326 MovieClipUses:181 185 186Used by:Timeline
Symbol 327 MovieClipUses:202 204 206 208 210 211 212Used by:Timeline
Symbol 328 GraphicUsed by:Timeline
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:329Used by:Timeline
Symbol 331 GraphicUsed by:Timeline
Symbol 332 GraphicUsed by:Timeline
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:333Used by:335
Symbol 335 MovieClipUses:334Used by:336 337
Symbol 336 MovieClipUses:335Used by:338
Symbol 337 MovieClipUses:335Used by:338
Symbol 338 MovieClipUses:167 168 336 337Used by:Timeline
Symbol 339 GraphicUsed by:340
Symbol 340 MovieClipUses:339Used by:Timeline
Symbol 341 GraphicUsed by:344 347 349 350
Symbol 342 GraphicUsed by:344 347 349 350
Symbol 343 GraphicUsed by:344 347 349 350
Symbol 344 MovieClipUses:341 342 343Used by:351
Symbol 345 MovieClipUses:133Used by:346
Symbol 346 MovieClipUses:345Used by:347
Symbol 347 MovieClipUses:341 343 346 342Used by:351
Symbol 348 SoundUsed by:349
Symbol 349 MovieClipUses:341 342 343 348Used by:351
Symbol 350 MovieClipUses:341 342 343Used by:351
Symbol 351 MovieClipUses:344 347 349 350Used by:Timeline
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:357
Symbol 354 GraphicUsed by:355
Symbol 355 MovieClipUses:354Used by:357
Symbol 356 SoundUsed by:357
Symbol 357 MovieClipUses:353 355 356Used by:Timeline
Symbol 358 GraphicUsed by:360
Symbol 359 SoundUsed by:360
Symbol 360 MovieClipUses:358 359Used by:Timeline
Symbol 361 MovieClipUses:181 185 186Used by:Timeline
Symbol 362 GraphicUsed by:Timeline
Symbol 363 ShapeTweeningUsed by:365
Symbol 364 ShapeTweeningUsed by:365
Symbol 365 MovieClipUses:363 364 273Used by:Timeline
Symbol 366 GraphicUsed by:Timeline
Symbol 367 MovieClipUses:114 123 218 220 222 226Used by:380
Symbol 368 TextUses:110Used by:380
Symbol 369 TextUses:110Used by:380
Symbol 370 TextUses:110Used by:380
Symbol 371 TextUses:110Used by:380
Symbol 372 TextUses:110Used by:380
Symbol 373 TextUses:110Used by:380
Symbol 374 TextUses:110Used by:380
Symbol 375 TextUses:110Used by:380
Symbol 376 GraphicUsed by:380
Symbol 377 TextUses:110Used by:380
Symbol 378 TextUses:110Used by:380
Symbol 379 MovieClipUses:202 204 206 208 210Used by:380
Symbol 380 MovieClipUses:367 368 369 370 371 372 373 374 189 375 178 376 377 378 196 379Used by:Timeline
Symbol 381 ShapeTweeningUsed by:383
Symbol 382 ShapeTweeningUsed by:383
Symbol 383 MovieClipUses:381 140 382 142Used by:Timeline
Symbol 384 ButtonUses:146 114 123 95 113Used by:Timeline
Symbol 385 EditableTextUses:110Used by:Timeline
Symbol 386 TextUses:110Used by:Timeline
Symbol 387 EditableTextUses:110Used by:Timeline
Symbol 388 EditableTextUses:110Used by:Timeline
Symbol 389 FontUsed by:390
Symbol 390 TextUses:389Used by:393
Symbol 391 GraphicUsed by:393
Symbol 392 TextUses:253Used by:393
Symbol 393 ButtonUses:390 114 123 391 392Used by:Timeline
Symbol 394 ShapeTweeningUsed by:396
Symbol 395 ShapeTweeningUsed by:396
Symbol 396 MovieClipUses:394 140 395 142Used by:Timeline
Symbol 397 TextUses:110Used by:Timeline
Symbol 398 TextUses:110Used by:399 423 445
Symbol 399 ButtonUses:398 114 123 95 127Used by:Timeline
Symbol 400 TextUses:110Used by:Timeline
Symbol 401 FontUsed by:402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465
Symbol 402 EditableTextUses:401Used by:Timeline
Symbol 403 EditableTextUses:401Used by:Timeline
Symbol 404 EditableTextUses:401Used by:Timeline
Symbol 405 EditableTextUses:401Used by:Timeline
Symbol 406 EditableTextUses:401Used by:Timeline
Symbol 407 EditableTextUses:401Used by:Timeline
Symbol 408 EditableTextUses:401Used by:Timeline
Symbol 409 EditableTextUses:401Used by:Timeline
Symbol 410 EditableTextUses:401Used by:Timeline
Symbol 411 EditableTextUses:401Used by:Timeline
Symbol 412 EditableTextUses:401Used by:Timeline
Symbol 413 EditableTextUses:401Used by:Timeline
Symbol 414 EditableTextUses:401Used by:Timeline
Symbol 415 EditableTextUses:401Used by:Timeline
Symbol 416 EditableTextUses:401Used by:Timeline
Symbol 417 EditableTextUses:401Used by:Timeline
Symbol 418 EditableTextUses:401Used by:Timeline
Symbol 419 EditableTextUses:401Used by:Timeline
Symbol 420 EditableTextUses:401Used by:Timeline
Symbol 421 EditableTextUses:401Used by:Timeline
Symbol 422 TextUses:110Used by:Timeline
Symbol 423 ButtonUses:398 114 123 95 127Used by:Timeline
Symbol 424 EditableTextUses:401Used by:Timeline
Symbol 425 EditableTextUses:401Used by:Timeline
Symbol 426 EditableTextUses:401Used by:Timeline
Symbol 427 EditableTextUses:401Used by:Timeline
Symbol 428 EditableTextUses:401Used by:Timeline
Symbol 429 EditableTextUses:401Used by:Timeline
Symbol 430 EditableTextUses:401Used by:Timeline
Symbol 431 EditableTextUses:401Used by:Timeline
Symbol 432 EditableTextUses:401Used by:Timeline
Symbol 433 EditableTextUses:401Used by:Timeline
Symbol 434 EditableTextUses:401Used by:Timeline
Symbol 435 EditableTextUses:401Used by:Timeline
Symbol 436 EditableTextUses:401Used by:Timeline
Symbol 437 EditableTextUses:401Used by:Timeline
Symbol 438 EditableTextUses:401Used by:Timeline
Symbol 439 EditableTextUses:401Used by:Timeline
Symbol 440 EditableTextUses:401Used by:Timeline
Symbol 441 EditableTextUses:401Used by:Timeline
Symbol 442 EditableTextUses:401Used by:Timeline
Symbol 443 EditableTextUses:401Used by:Timeline
Symbol 444 TextUses:110Used by:Timeline
Symbol 445 ButtonUses:398 114 123 95 127Used by:Timeline
Symbol 446 EditableTextUses:401Used by:Timeline
Symbol 447 EditableTextUses:401Used by:Timeline
Symbol 448 EditableTextUses:401Used by:Timeline
Symbol 449 EditableTextUses:401Used by:Timeline
Symbol 450 EditableTextUses:401Used by:Timeline
Symbol 451 EditableTextUses:401Used by:Timeline
Symbol 452 EditableTextUses:401Used by:Timeline
Symbol 453 EditableTextUses:401Used by:Timeline
Symbol 454 EditableTextUses:401Used by:Timeline
Symbol 455 EditableTextUses:401Used by:Timeline
Symbol 456 EditableTextUses:401Used by:Timeline
Symbol 457 EditableTextUses:401Used by:Timeline
Symbol 458 EditableTextUses:401Used by:Timeline
Symbol 459 EditableTextUses:401Used by:Timeline
Symbol 460 EditableTextUses:401Used by:Timeline
Symbol 461 EditableTextUses:401Used by:Timeline
Symbol 462 EditableTextUses:401Used by:Timeline
Symbol 463 EditableTextUses:401Used by:Timeline
Symbol 464 EditableTextUses:401Used by:Timeline
Symbol 465 EditableTextUses:401Used by:Timeline
Symbol 466 EditableTextUses:110Used by:Timeline
Symbol 467 TextUses:110Used by:Timeline
Symbol 468 EditableTextUses:110Used by:Timeline
Symbol 469 EditableTextUses:110Used by:Timeline
Symbol 470 TextUses:110Used by:Timeline
Symbol 471 ShapeTweeningUsed by:473
Symbol 472 ShapeTweeningUsed by:473
Symbol 473 MovieClipUses:471 140 472 142Used by:Timeline
Streaming Sound 1Used by:Symbol 103 MovieClip

Instance Names

"point2"Frame 1Symbol 3 MovieClip
"point3"Frame 1Symbol 3 MovieClip
"point4"Frame 1Symbol 3 MovieClip
"point1"Frame 1Symbol 3 MovieClip
"ball"Frame 1Symbol 85 MovieClip
"ag"Frame 2Symbol 103 MovieClip
"snow"Frame 3Symbol 134 MovieClip
"ran"Frame 3Symbol 136 MovieClip
"snow"Frame 3Symbol 134 MovieClip
"ran"Frame 3Symbol 136 MovieClip
"bleh"Frame 3Symbol 138 MovieClip
"board"Frame 3Symbol 138 MovieClip
"menuFade"Frame 3Symbol 143 MovieClip
"menuFade"Frame 4Symbol 163 MovieClip
"box"Frame 4Symbol 166 MovieClip
"bg"Frame 5Symbol 174 MovieClip
"land"Frame 5Symbol 176 MovieClip
"shake"Frame 5Symbol 194 MovieClip
"player"Frame 5Symbol 241 MovieClip
"air"Frame 5Symbol 246 MovieClip
"stars"Frame 5Symbol 249 MovieClip
"super"Frame 5Symbol 251 MovieClip
"hud"Frame 5Symbol 258 MovieClip
"light"Frame 5Symbol 260 MovieClip
"wide"Frame 5Symbol 262 MovieClip
"fadeOut"Frame 5Symbol 267 MovieClip
"gameOver"Frame 5Symbol 274 MovieClip
"bg"Frame 6Symbol 280 MovieClip
"land"Frame 6Symbol 282 MovieClip
"player"Frame 6Symbol 241 MovieClip
"stars"Frame 6Symbol 249 MovieClip
"fadeOut"Frame 6Symbol 267 MovieClip
"bg"Frame 7Symbol 300 MovieClip
"land"Frame 7Symbol 307 MovieClip
"land2"Frame 7Symbol 309 MovieClip
"super"Frame 7Symbol 251 MovieClip
"player"Frame 7Symbol 241 MovieClip
"bg"Frame 8Symbol 280 MovieClip
"land"Frame 8Symbol 282 MovieClip
"shake"Frame 8Symbol 194 MovieClip
"player"Frame 8Symbol 241 MovieClip
"super"Frame 8Symbol 251 MovieClip
"bg"Frame 9Symbol 338 MovieClip
"land"Frame 9Symbol 340 MovieClip
"santa"Frame 9Symbol 351 MovieClip
"snowBall"Frame 9Symbol 357 MovieClip
"aSound"Frame 9Symbol 360 MovieClip
"player"Frame 9Symbol 241 MovieClip
"win"Frame 9Symbol 365 MovieClip
"snow"Frame 24Symbol 134 MovieClip
"ran"Frame 24Symbol 136 MovieClip
"snow"Frame 24Symbol 134 MovieClip
"ran"Frame 24Symbol 136 MovieClip
"snow"Frame 24Symbol 134 MovieClip
"ran"Frame 24Symbol 136 MovieClip
"snow"Frame 24Symbol 134 MovieClip
"ran"Frame 24Symbol 136 MovieClip
"menuFade"Frame 24Symbol 383 MovieClip
"easy"Frame 25Symbol 393 Button
"menuFade"Frame 25Symbol 396 MovieClip
"_name1_"Frame 26Symbol 402 EditableText
"_name2_"Frame 26Symbol 403 EditableText
"_name3_"Frame 26Symbol 404 EditableText
"_name4_"Frame 26Symbol 405 EditableText
"_name5_"Frame 26Symbol 406 EditableText
"_name6_"Frame 26Symbol 407 EditableText
"_name7_"Frame 26Symbol 408 EditableText
"_name8_"Frame 26Symbol 409 EditableText
"_name9_"Frame 26Symbol 410 EditableText
"_name10_"Frame 26Symbol 411 EditableText
"_score1_"Frame 26Symbol 412 EditableText
"_score2_"Frame 26Symbol 413 EditableText
"_score3_"Frame 26Symbol 414 EditableText
"_score4_"Frame 26Symbol 415 EditableText
"_score5_"Frame 26Symbol 416 EditableText
"_score6_"Frame 26Symbol 417 EditableText
"_score7_"Frame 26Symbol 418 EditableText
"_score8_"Frame 26Symbol 419 EditableText
"_score9_"Frame 26Symbol 420 EditableText
"_score10_"Frame 26Symbol 421 EditableText
"_name1_"Frame 27Symbol 424 EditableText
"_name2_"Frame 27Symbol 425 EditableText
"_name3_"Frame 27Symbol 426 EditableText
"_name4_"Frame 27Symbol 427 EditableText
"_name5_"Frame 27Symbol 428 EditableText
"_name6_"Frame 27Symbol 429 EditableText
"_name7_"Frame 27Symbol 430 EditableText
"_name8_"Frame 27Symbol 431 EditableText
"_name9_"Frame 27Symbol 432 EditableText
"_name10_"Frame 27Symbol 433 EditableText
"_score1_"Frame 27Symbol 434 EditableText
"_score2_"Frame 27Symbol 435 EditableText
"_score3_"Frame 27Symbol 436 EditableText
"_score4_"Frame 27Symbol 437 EditableText
"_score5_"Frame 27Symbol 438 EditableText
"_score6_"Frame 27Symbol 439 EditableText
"_score7_"Frame 27Symbol 440 EditableText
"_score8_"Frame 27Symbol 441 EditableText
"_score9_"Frame 27Symbol 442 EditableText
"_score10_"Frame 27Symbol 443 EditableText
"_name1_"Frame 28Symbol 446 EditableText
"_name2_"Frame 28Symbol 447 EditableText
"_name3_"Frame 28Symbol 448 EditableText
"_name4_"Frame 28Symbol 449 EditableText
"_name5_"Frame 28Symbol 450 EditableText
"_name6_"Frame 28Symbol 451 EditableText
"_name7_"Frame 28Symbol 452 EditableText
"_name8_"Frame 28Symbol 453 EditableText
"_name9_"Frame 28Symbol 454 EditableText
"_name10_"Frame 28Symbol 455 EditableText
"_score1_"Frame 28Symbol 456 EditableText
"_score2_"Frame 28Symbol 457 EditableText
"_score3_"Frame 28Symbol 458 EditableText
"_score4_"Frame 28Symbol 459 EditableText
"_score5_"Frame 28Symbol 460 EditableText
"_score6_"Frame 28Symbol 461 EditableText
"_score7_"Frame 28Symbol 462 EditableText
"_score8_"Frame 28Symbol 463 EditableText
"_score9_"Frame 28Symbol 464 EditableText
"_score10_"Frame 28Symbol 465 EditableText
"easy"Frame 29Symbol 393 Button
"menuFade"Frame 29Symbol 473 MovieClip
"mc3"Symbol 53 MovieClip Frame 1Symbol 49 MovieClip
"mc0"Symbol 53 MovieClip Frame 1Symbol 49 MovieClip
"mc2"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip
"mc1"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip
"mc2"Symbol 56 MovieClip Frame 1Symbol 42 MovieClip
"mc1"Symbol 56 MovieClip Frame 1Symbol 45 MovieClip
"mc0"Symbol 56 MovieClip Frame 1Symbol 53 MovieClip
"mc0"Symbol 57 MovieClip Frame 1Symbol 56 MovieClip
"mc1"Symbol 58 MovieClip Frame 1Symbol 37 MovieClip
"mc0"Symbol 58 MovieClip Frame 1Symbol 57 MovieClip
"mc0"Symbol 62 MovieClip Frame 1Symbol 32 MovieClip
"mc1"Symbol 67 MovieClip Frame 1Symbol 30 MovieClip
"mc0"Symbol 67 MovieClip Frame 1Symbol 32 MovieClip
"mc4"Symbol 67 MovieClip Frame 1Symbol 58 MovieClip
"mc2"Symbol 67 MovieClip Frame 1Symbol 60 MovieClip
"mc5"Symbol 67 MovieClip Frame 1Symbol 62 MovieClip
"mc3"Symbol 67 MovieClip Frame 1Symbol 66 MovieClip
"bar"Symbol 84 MovieClip Frame 1Symbol 7 MovieClip
"bargfx"Symbol 84 MovieClip Frame 1Symbol 10 MovieClip
"tank"Symbol 84 MovieClip Frame 1Symbol 67 MovieClip
"bargfx"Symbol 84 MovieClip Frame 2Symbol 10 MovieClip
"head"Symbol 213 MovieClip Frame 1Symbol 210 MovieClip
"dead"Symbol 213 MovieClip Frame 2Symbol 211 MovieClip
"player"Symbol 241 MovieClip Frame 1Symbol 227 MovieClip
"bleh"Symbol 241 MovieClip Frame 1Symbol 138 MovieClip
"board"Symbol 241 MovieClip Frame 1Symbol 138 MovieClip
"tailgrab"Symbol 241 MovieClip Frame 4Symbol 234 MovieClip
"spin"Symbol 241 MovieClip Frame 6Symbol 238 MovieClip
"indie"Symbol 241 MovieClip Frame 7Symbol 239 MovieClip
"bar"Symbol 246 MovieClip Frame 1Symbol 243 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"ball"Symbol 249 MovieClip Frame 1Symbol 248 MovieClip
"head"Symbol 288 MovieClip Frame 1Symbol 210 MovieClip
"dead"Symbol 288 MovieClip Frame 2Symbol 211 MovieClip
"spikey"Symbol 305 MovieClip Frame 1Symbol 304 MovieClip
"head"Symbol 313 MovieClip Frame 1Symbol 210 MovieClip
"dead"Symbol 313 MovieClip Frame 2Symbol 211 MovieClip
"head"Symbol 327 MovieClip Frame 1Symbol 210 MovieClip
"dead"Symbol 327 MovieClip Frame 2Symbol 211 MovieClip
"ball"Symbol 357 MovieClip Frame 1Symbol 353 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"ball"Symbol 357 MovieClip Frame 2Symbol 355 MovieClip
"head"Symbol 379 MovieClip Frame 1Symbol 210 MovieClip
"player"Symbol 380 MovieClip Frame 1Symbol 367 MovieClip

Special Tags

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

Labels

"menu"Frame 3
"htp"Frame 24
"gameOver"Frame 25
"easyScore"Frame 26
"medScore"Frame 27
"hardScore"Frame 28
"win"Frame 29
"LOAD"Symbol 84 MovieClip Frame 1
"COMPLETE_STOP"Symbol 84 MovieClip Frame 2
"loaded"Symbol 84 MovieClip Frame 53
"blank"Symbol 187 MovieClip Frame 3
"blank"Symbol 192 MovieClip Frame 3
"blank"Symbol 286 MovieClip Frame 3
"blank"Symbol 287 MovieClip Frame 3
"blank"Symbol 310 MovieClip Frame 3
"blank"Symbol 311 MovieClip Frame 3
"blank"Symbol 325 MovieClip Frame 3
"blank"Symbol 326 MovieClip Frame 3
"die"Symbol 351 MovieClip Frame 4
"blank"Symbol 361 MovieClip Frame 3

Dynamic Text Variables

textaSymbol 165 EditableText"START WITH 15 LIVES FOR EACH LEVEL"
scoreSymbol 254 EditableText"1001"
livesSymbol 255 EditableText"10"
diffSymbol 385 EditableText"Hard Mode"
nameeSymbol 387 EditableText"(Enter Name Here)"
scoreSymbol 388 EditableText"Score: 2000"
diffSymbol 466 EditableText"Hard Mode"
nameeSymbol 468 EditableText"(Enter Name Here)"
scoreSymbol 469 EditableText"Score: 2000"




https://swfchan.com/54/268009/info.shtml
Created: 11/6 -2026 21:02:44 Last modified: 11/6 -2026 21:02:44 Server time: 07/07 -2026 17:06:14