Frame 1 (1.09 KiB) ●
this.resetbtn._visible = false;
Stage.showMenu = false;
_root._focusrect = false;
this_url = _root._url;
bad_urls = new Array("ebaum", "ebaumsworld", "rodim", "coolscifi", "dodirectory", "crazy-laberecke", "suprvibes", "simplyro", "40plusarcade", "adventurers-united", "uaenexus", "trackpads", "jl-planet", "rugbyrefs", "spamvault", "necrotania", "loafersparadise", "princejupiter", "johnstownchiefs", "nacros", "suprvibes", "footles", "f4g", "differentdawn", "brentfordalways", "wass-up", "movieloversparadise", "fruit-emu", "usuallygames", "1juegos", "julala", "topsites", "freegame365", "freegames365", "revier.co.uk", "bypassbrowser", "ianag", "freegames365", "in4.pl", "webgames", "gameportalonline", "juegosagogo", "freeonlinegames", "funflashgames", "roffles", "onlinegames", "minijuegos", ".games.gr", "millionsofgames", "juegosagogo", "funflashgames", "technorati", "kbcafe", "gametopia", "70.85.116.68", "briankass", "ianag", "limk", "indi.ru", "eye.swfchan", "swfchan");
var i = 0;
while (i < bad_urls.length) {
if (this_url.indexOf(bad_urls[i]) != -1) {
gotoAndStop ("bad");
}
i++;
}
Frame 10 (8 B)
stop();
Frame 11 (17 B)
gotoAndPlay (1);
Frame 12 (17 B)
gotoAndPlay (1);
Frame 13 (17 B)
gotoAndPlay (1);
Frame 14 (17 B)
gotoAndPlay (1);
Frame 15 (17 B)
gotoAndPlay (1);
Frame 16 (18 B)
gotoAndStop (25);
Instance of Symbol 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 605 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 634 MovieClip in Frame 16 (1.07 KiB) ●
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 620 MovieClip in Frame 16 (1.07 KiB) ●
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 17 (18 B)
gotoAndStop (25);
Frame 18 (18 B)
gotoAndStop (25);
Frame 19 (18 B)
gotoAndStop (25);
Frame 20 (18 B)
gotoAndStop (25);
Frame 21 (18 B)
gotoAndStop (25);
Frame 24 (18 B)
gotoAndStop (25);
Frame 25 (8 B)
stop();
Frame 26 (18 B)
gotoAndStop (25);
Frame 29 (18 B)
gotoAndStop (25);
Frame 30 (18 B)
gotoAndStop (25);
Frame 31 (18 B)
gotoAndStop (25);
Frame 32 (18 B)
gotoAndStop (25);
Frame 33 (18 B)
gotoAndStop (25);
Frame 34 (18 B)
gotoAndStop (25);
Frame 35 (18 B)
gotoAndStop (25);
Symbol 14 MovieClip Frame 50 (17 B)
gotoAndPlay (1);
Symbol 22 Button (43 B)
on (release) {
_root.play("Scene 1", 1);
}
Symbol 23 MovieClip Frame 1 (186 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 23 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 440 MovieClip Frame 10 (30 B)
gotoAndPlay(random(11) + 11);
Symbol 440 MovieClip Frame 11 (18 B)
gotoAndPlay (21);
Symbol 440 MovieClip Frame 12 (18 B)
gotoAndPlay (45);
Symbol 440 MovieClip Frame 13 (18 B)
gotoAndPlay (70);
Symbol 440 MovieClip Frame 14 (19 B)
gotoAndPlay (115);
Symbol 440 MovieClip Frame 15 (19 B)
gotoAndPlay (166);
Symbol 440 MovieClip Frame 16 (19 B)
gotoAndPlay (188);
Symbol 440 MovieClip Frame 17 (19 B)
gotoAndPlay (210);
Symbol 440 MovieClip Frame 18 (18 B)
gotoAndPlay (70);
Symbol 440 MovieClip Frame 19 (19 B)
gotoAndPlay (115);
Symbol 440 MovieClip Frame 20 (18 B)
gotoAndPlay (45);
Symbol 440 MovieClip Frame 44 (18 B)
gotoAndPlay (10);
Symbol 440 MovieClip Frame 69 (18 B)
gotoAndPlay (10);
Symbol 440 MovieClip Frame 114 (18 B)
gotoAndPlay (10);
Symbol 440 MovieClip Frame 165 (18 B)
gotoAndPlay (10);
Symbol 440 MovieClip Frame 187 (18 B)
gotoAndPlay (10);
Symbol 440 MovieClip Frame 209 (18 B)
gotoAndPlay (10);
Symbol 440 MovieClip Frame 246 (18 B)
gotoAndPlay (10);
Symbol 458 MovieClip Frame 1 (8 B)
stop();
Symbol 458 MovieClip Frame 150 (8 B)
stop();
Symbol 478 MovieClip Frame 1 (8 B)
stop();
Symbol 478 MovieClip Frame 150 (8 B)
stop();
Symbol 501 MovieClip Frame 1 (8 B)
stop();
Symbol 501 MovieClip Frame 150 (8 B)
stop();
Symbol 521 MovieClip Frame 1 (8 B)
stop();
Symbol 521 MovieClip Frame 150 (8 B)
stop();
Symbol 540 MovieClip Frame 1 (8 B)
stop();
Symbol 540 MovieClip Frame 150 (8 B)
stop();
Symbol 561 MovieClip Frame 1 (8 B)
stop();
Symbol 561 MovieClip Frame 150 (8 B)
stop();
Symbol 582 Button (72 B)
on (rollOver) {
gotoAndPlay (130);
}
on (rollOut) {
gotoAndPlay (1);
}
Symbol 583 Button (72 B)
on (rollOver) {
gotoAndPlay (150);
}
on (rollOut) {
gotoAndPlay (1);
}
Symbol 584 Button (37 B)
on (rollOver) {
gotoAndPlay (195);
}
Symbol 585 Button (37 B)
on (rollOver) {
gotoAndPlay (170);
}
Symbol 593 MovieClip Frame 1 (24 B)
gotoAndPlay(random(4));
Symbol 593 MovieClip Frame 2 (18 B)
gotoAndPlay (10);
Symbol 593 MovieClip Frame 3 (18 B)
gotoAndPlay (30);
Symbol 593 MovieClip Frame 10 (31 B)
_root.score = _root.score - 1;
Symbol 593 MovieClip Frame 26 (17 B)
gotoAndPlay (1);
Symbol 593 MovieClip Frame 30 (31 B)
_root.score = _root.score - 3;
Symbol 593 MovieClip Frame 46 (17 B)
gotoAndPlay (1);
Symbol 594 Button (34 B)
on (press) {
gotoAndPlay (220);
}
Symbol 595 Button (34 B)
on (press) {
gotoAndPlay (220);
}
Symbol 598 MovieClip Frame 1 (24 B)
gotoAndPlay(random(4));
Symbol 598 MovieClip Frame 2 (18 B)
gotoAndPlay (10);
Symbol 598 MovieClip Frame 3 (18 B)
gotoAndPlay (30);
Symbol 598 MovieClip Frame 10 (31 B)
_root.score = _root.score - 1;
Symbol 598 MovieClip Frame 26 (17 B)
gotoAndPlay (1);
Symbol 598 MovieClip Frame 30 (31 B)
_root.score = _root.score - 3;
Symbol 598 MovieClip Frame 46 (17 B)
gotoAndPlay (1);
Symbol 600 Button (109 B)
on (press) {
gotoAndPlay (220);
}
on (rollOver) {
gotoAndPlay (195);
}
on (rollOut) {
gotoAndPlay (206);
}
Symbol 601 Button (109 B)
on (press) {
gotoAndPlay (220);
}
on (rollOver) {
gotoAndPlay (170);
}
on (rollOut) {
gotoAndPlay (181);
}
Symbol 604 MovieClip Frame 30 (8 B)
stop();
Symbol 605 MovieClip Frame 1 (25 B)
gotoAndPlay(random(12));
Symbol 605 MovieClip Frame 2 (18 B)
gotoAndPlay (13);
Symbol 605 MovieClip Frame 3 (18 B)
gotoAndPlay (31);
Symbol 605 MovieClip Frame 5 (18 B)
gotoAndPlay (50);
Symbol 605 MovieClip Frame 7 (18 B)
gotoAndPlay (70);
Symbol 605 MovieClip Frame 9 (18 B)
gotoAndPlay (90);
Symbol 605 MovieClip Frame 11 (19 B)
gotoAndPlay (110);
Symbol 605 MovieClip Frame 29 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 47 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 66 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 86 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 106 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 126 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 146 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 166 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 180 (8 B)
stop();
Symbol 605 MovieClip Frame 190 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 205 (8 B)
stop();
Symbol 605 MovieClip Frame 215 (17 B)
gotoAndPlay (1);
Symbol 605 MovieClip Frame 221 (64 B)
_root.score = _root.score + 10;
_root.kills = _root.kills + 1;
Symbol 605 MovieClip Frame 255 (8 B)
stop();
Symbol 609 Button (72 B)
on (rollOver) {
gotoAndPlay (130);
}
on (rollOut) {
gotoAndPlay (1);
}
Symbol 610 Button (72 B)
on (rollOver) {
gotoAndPlay (150);
}
on (rollOut) {
gotoAndPlay (1);
}
Symbol 611 Button (37 B)
on (rollOver) {
gotoAndPlay (195);
}
Symbol 612 Button (37 B)
on (rollOver) {
gotoAndPlay (170);
}
Symbol 613 MovieClip Frame 1 (24 B)
gotoAndPlay(random(4));
Symbol 613 MovieClip Frame 2 (18 B)
gotoAndPlay (10);
Symbol 613 MovieClip Frame 3 (18 B)
gotoAndPlay (30);
Symbol 613 MovieClip Frame 10 (31 B)
_root.score = _root.score - 1;
Symbol 613 MovieClip Frame 26 (17 B)
gotoAndPlay (1);
Symbol 613 MovieClip Frame 30 (31 B)
_root.score = _root.score - 3;
Symbol 613 MovieClip Frame 46 (17 B)
gotoAndPlay (1);
Symbol 614 Button (34 B)
on (press) {
gotoAndPlay (220);
}
Symbol 615 Button (34 B)
on (press) {
gotoAndPlay (220);
}
Symbol 616 MovieClip Frame 1 (24 B)
gotoAndPlay(random(4));
Symbol 616 MovieClip Frame 2 (18 B)
gotoAndPlay (10);
Symbol 616 MovieClip Frame 3 (18 B)
gotoAndPlay (30);
Symbol 616 MovieClip Frame 10 (31 B)
_root.score = _root.score - 1;
Symbol 616 MovieClip Frame 26 (17 B)
gotoAndPlay (1);
Symbol 616 MovieClip Frame 30 (31 B)
_root.score = _root.score - 3;
Symbol 616 MovieClip Frame 46 (17 B)
gotoAndPlay (1);
Symbol 618 Button (109 B)
on (press) {
gotoAndPlay (220);
}
on (rollOver) {
gotoAndPlay (195);
}
on (rollOut) {
gotoAndPlay (206);
}
Symbol 619 Button (109 B)
on (press) {
gotoAndPlay (220);
}
on (rollOver) {
gotoAndPlay (170);
}
on (rollOut) {
gotoAndPlay (181);
}
Symbol 620 MovieClip Frame 1 (25 B)
gotoAndPlay(random(12));
Symbol 620 MovieClip Frame 2 (18 B)
gotoAndPlay (13);
Symbol 620 MovieClip Frame 3 (18 B)
gotoAndPlay (31);
Symbol 620 MovieClip Frame 5 (18 B)
gotoAndPlay (50);
Symbol 620 MovieClip Frame 7 (18 B)
gotoAndPlay (70);
Symbol 620 MovieClip Frame 9 (18 B)
gotoAndPlay (90);
Symbol 620 MovieClip Frame 11 (19 B)
gotoAndPlay (110);
Symbol 620 MovieClip Frame 29 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 47 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 66 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 86 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 106 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 126 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 146 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 166 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 180 (8 B)
stop();
Symbol 620 MovieClip Frame 190 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 205 (8 B)
stop();
Symbol 620 MovieClip Frame 215 (17 B)
gotoAndPlay (1);
Symbol 620 MovieClip Frame 221 (64 B)
_root.score = _root.score + 10;
_root.kills = _root.kills + 1;
Symbol 620 MovieClip Frame 255 (8 B)
stop();
Symbol 624 Button (72 B)
on (rollOver) {
gotoAndPlay (130);
}
on (rollOut) {
gotoAndPlay (1);
}
Symbol 625 Button (72 B)
on (rollOver) {
gotoAndPlay (150);
}
on (rollOut) {
gotoAndPlay (1);
}
Symbol 626 Button (37 B)
on (rollOver) {
gotoAndPlay (195);
}
Symbol 627 Button (37 B)
on (rollOver) {
gotoAndPlay (170);
}
Symbol 628 MovieClip Frame 1 (24 B)
gotoAndPlay(random(4));
Symbol 628 MovieClip Frame 2 (18 B)
gotoAndPlay (10);
Symbol 628 MovieClip Frame 3 (18 B)
gotoAndPlay (30);
Symbol 628 MovieClip Frame 10 (31 B)
_root.score = _root.score - 1;
Symbol 628 MovieClip Frame 26 (17 B)
gotoAndPlay (1);
Symbol 628 MovieClip Frame 30 (31 B)
_root.score = _root.score - 3;
Symbol 628 MovieClip Frame 46 (17 B)
gotoAndPlay (1);
Symbol 629 Button (34 B)
on (press) {
gotoAndPlay (220);
}
Symbol 630 Button (34 B)
on (press) {
gotoAndPlay (220);
}
Symbol 631 MovieClip Frame 1 (24 B)
gotoAndPlay(random(4));
Symbol 631 MovieClip Frame 2 (18 B)
gotoAndPlay (10);
Symbol 631 MovieClip Frame 3 (18 B)
gotoAndPlay (30);
Symbol 631 MovieClip Frame 10 (31 B)
_root.score = _root.score - 1;
Symbol 631 MovieClip Frame 26 (17 B)
gotoAndPlay (1);
Symbol 631 MovieClip Frame 30 (31 B)
_root.score = _root.score - 3;
Symbol 631 MovieClip Frame 46 (17 B)
gotoAndPlay (1);
Symbol 632 Button (109 B)
on (press) {
gotoAndPlay (220);
}
on (rollOver) {
gotoAndPlay (195);
}
on (rollOut) {
gotoAndPlay (206);
}
Symbol 633 Button (109 B)
on (press) {
gotoAndPlay (220);
}
on (rollOver) {
gotoAndPlay (170);
}
on (rollOut) {
gotoAndPlay (181);
}
Symbol 634 MovieClip Frame 1 (25 B)
gotoAndPlay(random(12));
Symbol 634 MovieClip Frame 2 (18 B)
gotoAndPlay (13);
Symbol 634 MovieClip Frame 3 (18 B)
gotoAndPlay (31);
Symbol 634 MovieClip Frame 5 (18 B)
gotoAndPlay (50);
Symbol 634 MovieClip Frame 7 (18 B)
gotoAndPlay (70);
Symbol 634 MovieClip Frame 9 (18 B)
gotoAndPlay (90);
Symbol 634 MovieClip Frame 11 (19 B)
gotoAndPlay (110);
Symbol 634 MovieClip Frame 29 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 47 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 66 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 86 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 106 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 126 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 146 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 166 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 180 (8 B)
stop();
Symbol 634 MovieClip Frame 190 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 205 (8 B)
stop();
Symbol 634 MovieClip Frame 215 (17 B)
gotoAndPlay (1);
Symbol 634 MovieClip Frame 221 (64 B)
_root.score = _root.score + 10;
_root.kills = _root.kills + 1;
Symbol 634 MovieClip Frame 255 (8 B)
stop();