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

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

Random Skittle Platformer.swf

This is the info page for
Flash #59565

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


Text
How To Play:
You use:

W

A

D

You Collect the Skittles, there is really no actual point or
plot, But just try and collect all 500+ skittles hidden in
the level, at the end you drop down a giant pit if you like
or search for the rest, HAVE FUN

YOU

Final

S

The Skittles will
never lead you to
harm

Holding W+A
helps climb

Holding W+D
helps climb

<p align="left"><font face="Vrinda" size="12" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>Score=0</b></font></p><p align="left"></p>

<p align="left"><font face="Vrinda" size="12" color="#000000" letterSpacing="0.000000" kerning="0"><b>Score=0</b></font></p><p align="left"></p>

Current

<p align="left"><font face="Vrinda" size="12" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>Score=0</b></font></p><p align="left"></p>

Great job youve made it to the top!!
enjoy falling to the skittles
538 Possible

ActionScript [AS1/AS2]

Frame 2
score = 0; stop();
Instance of Symbol 44 MovieClip "player" in Frame 2
onClipEvent (load) { var grav = 0; var speed = 12.5; var jumpHeight = 17; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (load) { this.swapDepths(_root.getNextHighestDepth()); } onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { _root.score++; this.removeMovieClip(); } }
Instance of Symbol 66 MovieClip in Frame 2
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 4)); _x = (_x + ((_root.player._x - _x) / 4)); }
Symbol 19 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 27 Button
on (release) { _root.play(); }
Symbol 28 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 28 MovieClip Frame 2
gotoAndPlay (1);
Symbol 66 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local3 = sX / this._width; var _local4 = sY / this._height; _parent._x = cX - (this._x * _local3); _parent._y = cY - (this._y * _local4); _parent._xscale = 100 * _local3; _parent._yscale = 100 * _local4; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:4 9 10
Symbol 3 Font
Symbol 4 TextUses:2Used by:Timeline
Symbol 5 FontUsed by:6 7 8
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 TextUses:5Used by:Timeline
Symbol 8 TextUses:5Used by:Timeline
Symbol 9 TextUses:2Used by:Timeline
Symbol 10 TextUses:2Used by:Timeline
Symbol 11 GraphicUsed by:28
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:28
Symbol 14 GraphicUsed by:28
Symbol 15 GraphicUsed by:18 19
Symbol 16 GraphicUsed by:18 19
Symbol 17 GraphicUsed by:18 19
Symbol 18 MovieClipUses:15 16 17Used by:19
Symbol 19 ButtonUses:18 15 16 17Used by:28
Symbol 20 GraphicUsed by:28
Symbol 21 GraphicUsed by:27
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 ButtonUses:21 22 23 24 25 26Used by:28
Symbol 28 MovieClipUses:11 13 14 19 20 27Used by:Timeline
Symbol 29 GraphicUsed by:44  Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 GraphicUsed by:41
Symbol 34 GraphicUsed by:41
Symbol 35 GraphicUsed by:41
Symbol 36 GraphicUsed by:41
Symbol 37 GraphicUsed by:41
Symbol 38 GraphicUsed by:41
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:33 34 35 36 37 38 39 40Used by:44
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:41 43 29Used by:Timeline
Symbol 45 FontUsed by:46 51 52 53 67 68 69 70 71
Symbol 46 TextUses:45Used by:Timeline
Symbol 47 GraphicUsed by:50
Symbol 48 FontUsed by:49
Symbol 49 TextUses:48Used by:50
Symbol 50 MovieClipUses:47 49Used by:Timeline
Symbol 51 TextUses:45Used by:Timeline
Symbol 52 TextUses:45Used by:Timeline
Symbol 53 TextUses:45Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:62
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClipUses:57Used by:59
Symbol 59 MovieClipUses:58Used by:62
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:62
Symbol 62 MovieClipUses:55 59 61Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 EditableTextUses:45Used by:Timeline
Symbol 68 EditableTextUses:45Used by:Timeline
Symbol 69 EditableTextUses:45Used by:Timeline
Symbol 70 EditableTextUses:45Used by:Timeline
Symbol 71 TextUses:45Used by:Timeline
Symbol 72 SoundUsed by:Timeline

Instance Names

"player"Frame 2Symbol 44 MovieClip
"ground"Frame 2Symbol 62 MovieClip
"water"Frame 2Symbol 64 MovieClip
"bar"Symbol 28 MovieClip Frame 1Symbol 13 MovieClip

Special Tags

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

Labels

"loaded"Symbol 28 MovieClip Frame 3

Dynamic Text Variables

scoreSymbol 67 EditableText"<p align="left"><font face="Vrinda" size="12" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>Score=0</b></font></p><p align="left"></p>"
scoreSymbol 68 EditableText"<p align="left"><font face="Vrinda" size="12" color="#000000" letterSpacing="0.000000" kerning="0"><b>Score=0</b></font></p><p align="left"></p>"
scoreSymbol 70 EditableText"<p align="left"><font face="Vrinda" size="12" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>Score=0</b></font></p><p align="left"></p>"




http://swfchan.com/12/59565/info.shtml
Created: 16/4 -2019 16:57:17 Last modified: 16/4 -2019 16:57:17 Server time: 05/05 -2024 19:56:37