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

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

AetherMD_-_3_Dlelinquents!_Animation!.swf

This is the info page for
Flash #82063

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


Text
SHOTA WARNING! NC - 17
The following Flash Movie contains Graphic Material, Explicit Sexual Situations,
Romantic and/or Sexual Relationship, between Boys under the age of 16.
Do Not Proceed if this Offends you in any way.
DISCLAIMER
The following flash movie is made by Engr. Aether M. Dean 2009
All Characters and other trademarks mentioned herein are the
sole property of their respective copyright owners.
The author makes no claims as to owning them. This flash is made purely for
entertainment purposes only and is, therefore, completely non-profit.
No copyright infringement is intended.

CLOSE

PROJECT:
TITLE: Delinquents Animation
SCENE:
VERSION:               1.0
SIZE:                       1.00 MB
JPEG QUALITY :    100%
AUDIO:                    None
MUSIC:                    None

INSTRUCTIONS:
1,2,3,4 - Change Speeds
Auto - Auto Scenes
Q - Quality
AMD - Back to Front Page

S

E

T

I

S

B

E

W

L

A

I

C

R

E

M

M

O

C

Y

N

A

N

I

D

L

O

S

/

D

E

C

A

L

P

E

B

O

T

T

O

N

[ DELINQUENTS ANIMATION ]

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 6 MovieClip in Frame 1
on (press) { nextFrame(); }
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
gotoAndPlay (1);
Frame 8
gotoAndPlay (1);
Frame 9
gotoAndPlay (1);
Frame 10
gotoAndStop (19);
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 345 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 100); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.6; ground = 375; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.8; ground = 425; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Instance of Symbol 360 MovieClip in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 0) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 80); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 0; } onClipEvent (load) { ySpeed = 0; gravity = 3; bounce = 0.7; ground = 400; } onClipEvent (enterFrame) { if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 4)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if ((_x < 0) || (_x > 550)) { xSpeed = xSpeed * -1; } _x = (_x + xSpeed); xSpeed = xSpeed * 0.95; } onClipEvent (mouseDown) { if (hitTest(_root._xmouse, _root._ymouse, true)) { xSpeed = (_x - _root._xmouse) / 2; _y = (_y-1); ySpeed = ((_y - _root._ymouse) - _height) / 3; } }
Frame 11
gotoAndStop (19);
Frame 12
gotoAndStop (19);
Frame 13
gotoAndStop (19);
Frame 14
gotoAndStop (19);
Frame 15
gotoAndStop (19);
Frame 18
gotoAndStop (19);
Frame 19
stop();
Frame 20
gotoAndStop (19);
Frame 23
gotoAndStop (19);
Frame 24
gotoAndStop (19);
Frame 25
gotoAndStop (19);
Frame 26
gotoAndStop (19);
Frame 27
gotoAndStop (19);
Frame 28
gotoAndStop (19);
Frame 29
gotoAndStop (19);
Symbol 6 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 2
stop();
Symbol 6 MovieClip Frame 3
gotoAndStop (1);
Symbol 26 Button
on (press) { gotoAndStop (4); }
Symbol 27 Button
on (press) { gotoAndStop (2); }
Symbol 28 Button
on (press) { gotoAndStop (3); }
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 2
stop();
Symbol 32 MovieClip Frame 3
stop();
Symbol 32 MovieClip Frame 4
stop();
Symbol 39 MovieClip Frame 50
gotoAndPlay (1);
Symbol 52 Button
on (release) { _root.play("Scene 1", 1); }
Symbol 53 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 53 MovieClip Frame 2
gotoAndPlay (1);
Symbol 97 MovieClip Frame 825
gotoAndPlay (9);
Symbol 101 Button
on (press) { gotoAndStop (1); }
Symbol 103 Button
on (release) { if (_quality == "LOW") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "HIGH"; } else if (_quality == "HIGH") { _quality = "LOW"; } }
Symbol 106 Button
on (press) { gotoAndStop (2); }
Symbol 108 Button
on (press) { gotoAndStop (6); }
Symbol 109 Button
on (press) { gotoAndStop (5); }
Symbol 110 Button
on (press) { gotoAndStop (4); }
Symbol 111 Button
on (press) { gotoAndStop (3); }
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 150
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 150
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 150
stop();
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 150
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 150
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 150
stop();
Symbol 248 Button
on (rollOver) { gotoAndPlay (130); } on (rollOut) { gotoAndPlay (1); }
Symbol 249 Button
on (rollOver) { gotoAndPlay (150); } on (rollOut) { gotoAndPlay (1); }
Symbol 250 Button
on (rollOver) { gotoAndPlay (195); }
Symbol 251 Button
on (rollOver) { gotoAndPlay (170); }
Symbol 285 MovieClip Frame 1
gotoAndPlay(random(4));
Symbol 285 MovieClip Frame 2
gotoAndPlay (10);
Symbol 285 MovieClip Frame 3
gotoAndPlay (30);
Symbol 285 MovieClip Frame 10
_root.score = _root.score - 1;
Symbol 285 MovieClip Frame 26
gotoAndPlay (1);
Symbol 285 MovieClip Frame 30
_root.score = _root.score - 3;
Symbol 285 MovieClip Frame 46
gotoAndPlay (1);
Symbol 286 Button
on (press) { gotoAndPlay (220); }
Symbol 287 Button
on (press) { gotoAndPlay (220); }
Symbol 290 MovieClip Frame 1
gotoAndPlay(random(4));
Symbol 290 MovieClip Frame 2
gotoAndPlay (10);
Symbol 290 MovieClip Frame 3
gotoAndPlay (30);
Symbol 290 MovieClip Frame 10
_root.score = _root.score - 1;
Symbol 290 MovieClip Frame 26
gotoAndPlay (1);
Symbol 290 MovieClip Frame 30
_root.score = _root.score - 3;
Symbol 290 MovieClip Frame 46
gotoAndPlay (1);
Symbol 292 Button
on (press) { gotoAndPlay (220); } on (rollOver) { gotoAndPlay (195); } on (rollOut) { gotoAndPlay (206); }
Symbol 293 Button
on (press) { gotoAndPlay (220); } on (rollOver) { gotoAndPlay (170); } on (rollOut) { gotoAndPlay (181); }
Symbol 344 MovieClip Frame 30
stop();
Symbol 345 MovieClip Frame 1
gotoAndPlay(random(12));
Symbol 345 MovieClip Frame 2
gotoAndPlay (13);
Symbol 345 MovieClip Frame 3
gotoAndPlay (31);
Symbol 345 MovieClip Frame 5
gotoAndPlay (50);
Symbol 345 MovieClip Frame 7
gotoAndPlay (70);
Symbol 345 MovieClip Frame 9
gotoAndPlay (90);
Symbol 345 MovieClip Frame 11
gotoAndPlay (110);
Symbol 345 MovieClip Frame 29
gotoAndPlay (1);
Symbol 345 MovieClip Frame 47
gotoAndPlay (1);
Symbol 345 MovieClip Frame 66
gotoAndPlay (1);
Symbol 345 MovieClip Frame 86
gotoAndPlay (1);
Symbol 345 MovieClip Frame 106
gotoAndPlay (1);
Symbol 345 MovieClip Frame 126
gotoAndPlay (1);
Symbol 345 MovieClip Frame 146
gotoAndPlay (1);
Symbol 345 MovieClip Frame 166
gotoAndPlay (1);
Symbol 345 MovieClip Frame 180
stop();
Symbol 345 MovieClip Frame 190
gotoAndPlay (1);
Symbol 345 MovieClip Frame 205
stop();
Symbol 345 MovieClip Frame 215
gotoAndPlay (1);
Symbol 345 MovieClip Frame 221
_root.score = _root.score + 10; _root.kills = _root.kills + 1;
Symbol 345 MovieClip Frame 255
stop();
Symbol 349 Button
on (rollOver) { gotoAndPlay (130); } on (rollOut) { gotoAndPlay (1); }
Symbol 350 Button
on (rollOver) { gotoAndPlay (150); } on (rollOut) { gotoAndPlay (1); }
Symbol 351 Button
on (rollOver) { gotoAndPlay (195); }
Symbol 352 Button
on (rollOver) { gotoAndPlay (170); }
Symbol 353 MovieClip Frame 1
gotoAndPlay(random(4));
Symbol 353 MovieClip Frame 2
gotoAndPlay (10);
Symbol 353 MovieClip Frame 3
gotoAndPlay (30);
Symbol 353 MovieClip Frame 10
_root.score = _root.score - 1;
Symbol 353 MovieClip Frame 26
gotoAndPlay (1);
Symbol 353 MovieClip Frame 30
_root.score = _root.score - 3;
Symbol 353 MovieClip Frame 46
gotoAndPlay (1);
Symbol 354 Button
on (press) { gotoAndPlay (220); }
Symbol 355 Button
on (press) { gotoAndPlay (220); }
Symbol 356 MovieClip Frame 1
gotoAndPlay(random(4));
Symbol 356 MovieClip Frame 2
gotoAndPlay (10);
Symbol 356 MovieClip Frame 3
gotoAndPlay (30);
Symbol 356 MovieClip Frame 10
_root.score = _root.score - 1;
Symbol 356 MovieClip Frame 26
gotoAndPlay (1);
Symbol 356 MovieClip Frame 30
_root.score = _root.score - 3;
Symbol 356 MovieClip Frame 46
gotoAndPlay (1);
Symbol 358 Button
on (press) { gotoAndPlay (220); } on (rollOver) { gotoAndPlay (195); } on (rollOut) { gotoAndPlay (206); }
Symbol 359 Button
on (press) { gotoAndPlay (220); } on (rollOver) { gotoAndPlay (170); } on (rollOut) { gotoAndPlay (181); }
Symbol 360 MovieClip Frame 1
gotoAndPlay(random(12));
Symbol 360 MovieClip Frame 2
gotoAndPlay (13);
Symbol 360 MovieClip Frame 3
gotoAndPlay (31);
Symbol 360 MovieClip Frame 5
gotoAndPlay (50);
Symbol 360 MovieClip Frame 7
gotoAndPlay (70);
Symbol 360 MovieClip Frame 9
gotoAndPlay (90);
Symbol 360 MovieClip Frame 11
gotoAndPlay (110);
Symbol 360 MovieClip Frame 29
gotoAndPlay (1);
Symbol 360 MovieClip Frame 47
gotoAndPlay (1);
Symbol 360 MovieClip Frame 66
gotoAndPlay (1);
Symbol 360 MovieClip Frame 86
gotoAndPlay (1);
Symbol 360 MovieClip Frame 106
gotoAndPlay (1);
Symbol 360 MovieClip Frame 126
gotoAndPlay (1);
Symbol 360 MovieClip Frame 146
gotoAndPlay (1);
Symbol 360 MovieClip Frame 166
gotoAndPlay (1);
Symbol 360 MovieClip Frame 180
stop();
Symbol 360 MovieClip Frame 190
gotoAndPlay (1);
Symbol 360 MovieClip Frame 205
stop();
Symbol 360 MovieClip Frame 215
gotoAndPlay (1);
Symbol 360 MovieClip Frame 221
_root.score = _root.score + 10; _root.kills = _root.kills + 1;
Symbol 360 MovieClip Frame 255
stop();
Symbol 364 Button
on (rollOver) { gotoAndPlay (130); } on (rollOut) { gotoAndPlay (1); }
Symbol 365 Button
on (rollOver) { gotoAndPlay (150); } on (rollOut) { gotoAndPlay (1); }
Symbol 366 Button
on (rollOver) { gotoAndPlay (195); }
Symbol 367 Button
on (rollOver) { gotoAndPlay (170); }
Symbol 368 MovieClip Frame 1
gotoAndPlay(random(4));
Symbol 368 MovieClip Frame 2
gotoAndPlay (10);
Symbol 368 MovieClip Frame 3
gotoAndPlay (30);
Symbol 368 MovieClip Frame 10
_root.score = _root.score - 1;
Symbol 368 MovieClip Frame 26
gotoAndPlay (1);
Symbol 368 MovieClip Frame 30
_root.score = _root.score - 3;
Symbol 368 MovieClip Frame 46
gotoAndPlay (1);
Symbol 369 Button
on (press) { gotoAndPlay (220); }
Symbol 370 Button
on (press) { gotoAndPlay (220); }
Symbol 371 MovieClip Frame 1
gotoAndPlay(random(4));
Symbol 371 MovieClip Frame 2
gotoAndPlay (10);
Symbol 371 MovieClip Frame 3
gotoAndPlay (30);
Symbol 371 MovieClip Frame 10
_root.score = _root.score - 1;
Symbol 371 MovieClip Frame 26
gotoAndPlay (1);
Symbol 371 MovieClip Frame 30
_root.score = _root.score - 3;
Symbol 371 MovieClip Frame 46
gotoAndPlay (1);
Symbol 372 Button
on (press) { gotoAndPlay (220); } on (rollOver) { gotoAndPlay (195); } on (rollOut) { gotoAndPlay (206); }
Symbol 373 Button
on (press) { gotoAndPlay (220); } on (rollOver) { gotoAndPlay (170); } on (rollOut) { gotoAndPlay (181); }
Symbol 374 MovieClip Frame 1
gotoAndPlay(random(12));
Symbol 374 MovieClip Frame 2
gotoAndPlay (13);
Symbol 374 MovieClip Frame 3
gotoAndPlay (31);
Symbol 374 MovieClip Frame 5
gotoAndPlay (50);
Symbol 374 MovieClip Frame 7
gotoAndPlay (70);
Symbol 374 MovieClip Frame 9
gotoAndPlay (90);
Symbol 374 MovieClip Frame 11
gotoAndPlay (110);
Symbol 374 MovieClip Frame 29
gotoAndPlay (1);
Symbol 374 MovieClip Frame 47
gotoAndPlay (1);
Symbol 374 MovieClip Frame 66
gotoAndPlay (1);
Symbol 374 MovieClip Frame 86
gotoAndPlay (1);
Symbol 374 MovieClip Frame 106
gotoAndPlay (1);
Symbol 374 MovieClip Frame 126
gotoAndPlay (1);
Symbol 374 MovieClip Frame 146
gotoAndPlay (1);
Symbol 374 MovieClip Frame 166
gotoAndPlay (1);
Symbol 374 MovieClip Frame 180
stop();
Symbol 374 MovieClip Frame 190
gotoAndPlay (1);
Symbol 374 MovieClip Frame 205
stop();
Symbol 374 MovieClip Frame 215
gotoAndPlay (1);
Symbol 374 MovieClip Frame 221
_root.score = _root.score + 10; _root.kills = _root.kills + 1;
Symbol 374 MovieClip Frame 255
stop();

Library Items

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

Instance Names

"bar"Symbol 53 MovieClip Frame 1Symbol 46 MovieClip
"KILL1"Symbol 360 MovieClip Frame 130Symbol 353 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$h5$HgRt2JtzHv0cvXKc7NzAd0."

Labels

"loaded"Symbol 53 MovieClip Frame 3




http://swfchan.com/17/82063/info.shtml
Created: 1/4 -2019 14:50:02 Last modified: 1/4 -2019 14:50:02 Server time: 28/04 -2024 23:29:48