Instance of Symbol 13 MovieClip in Frame 35
onClipEvent (load) {
gravity = 1;
floor = 136;
speedx = 2;
speedy = -20;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 105
onClipEvent (load) {
gravity = 1;
floor = 168.1;
speedx = 2;
speedy = -20;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 147
onClipEvent (load) {
gravity = 1;
floor = 168.1;
speedx = 0;
speedy = -15;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 178
onClipEvent (load) {
gravity = 1;
floor = 168.1;
speedx = 0;
speedy = -8;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 208
onClipEvent (load) {
gravity = 1;
floor = 168.1;
speedx = 3;
speedy = -20;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 252
onClipEvent (load) {
gravity = 1;
floor = 159;
speedx = 3;
speedy = -20;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 297
onClipEvent (load) {
gravity = 1;
floor = 160;
speedx = 3;
speedy = -20;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 344
onClipEvent (load) {
gravity = 1;
floor = 160;
speedx = 2;
speedy = -20;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 408
onClipEvent (load) {
gravity = 1;
floor = 160;
speedx = 2;
speedy = -20;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 13 MovieClip in Frame 420
onClipEvent (load) {
gravity = 1;
floor = 500;
speedx = 2;
speedy = 5;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 4);
this._y = this._y + (speedy / 4);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Instance of Symbol 28 MovieClip in Frame 485
onClipEvent (load) {
gravity = 1;
floor = 400;
speedx = 0;
speedy = -27;
}
onClipEvent (enterFrame) {
speedy = speedy + gravity;
this._x = this._x + (speedx / 6);
this._y = this._y + (speedy / 6);
if (this._y > floor) {
this._y = floor;
speedx = 0;
this.gotoAndStop("mar_idle_land");
}
}
Symbol 13 MovieClip Frame 1
this.stop();
Symbol 13 MovieClip Frame 2
this.stop();