Frame 6
var loadamount = _totalframes;
if (_framesloaded == loadamount) {
gotoAndPlay (15);
} else {
gotoAndPlay (4);
}
Frame 92
stop();
Frame 93
stop();
Frame 94
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
score = 0;
lives = 100;
enemylives = 250;
Instance of Symbol 127 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("second");
}
}
Instance of Symbol 175 MovieClip "player" in Frame 94
onClipEvent (load) {
}
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
Instance of Symbol 178 MovieClip "bad0" in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
Kuririn27.attachSound();
Kuririn27.start();
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Frame 95
stop();
Frame 96
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
stop();
Instance of Symbol 140 MovieClip "platform0" in Frame 96
onClipEvent (load) {
velocity = 6;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((x > 450) || (x < 50)) {
velocity = velocity * -1;
}
_x = (_x + velocity);
}
Instance of Symbol 178 MovieClip "bad0" in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 127 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("third");
}
}
Instance of Symbol 206 MovieClip in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 175 MovieClip "player" in Frame 96
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
Instance of Symbol 207 MovieClip "bad1" in Frame 96
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Frame 98
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, -3, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
stop();
Instance of Symbol 127 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("sixth");
}
}
Instance of Symbol 218 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 218 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 140 MovieClip "platform2" in Frame 98
onClipEvent (load) {
velocity = 7;
}
onClipEvent (enterFrame) {
var y;
x = _x + velocity;
if ((x > 400) || (x < 50)) {
velocity = velocity * -1;
}
_x = (_x + velocity);
}
Instance of Symbol 178 MovieClip "bad0" in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 206 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 140 MovieClip "platform5" in Frame 98
onClipEvent (load) {
velocity = 7;
}
onClipEvent (enterFrame) {
var y;
x = _x + velocity;
if ((x > 400) || (x < 50)) {
velocity = velocity * -1;
}
_x = (_x + velocity);
}
Instance of Symbol 140 MovieClip "platform3" in Frame 98
onClipEvent (load) {
velocity = 7;
}
onClipEvent (enterFrame) {
var y;
x = _x + velocity;
if ((x > 400) || (x < 50)) {
velocity = velocity * -1;
}
_x = (_x + velocity);
}
Instance of Symbol 127 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("fourth");
}
}
Instance of Symbol 227 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 175 MovieClip "player" in Frame 98
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
Frame 100
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
stop();
Instance of Symbol 127 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("fifth");
}
}
Instance of Symbol 241 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
if (_root.lives == -5) {
_root.gotoAndStop("death");
if (_root.lives == -10) {
_root.gotoAndStop("death");
if (_root.lives == -15) {
_root.gotoAndStop("death");
}
}
}
}
}
}
Instance of Symbol 175 MovieClip "player" in Frame 100
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
Frame 101
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
stop();
Instance of Symbol 127 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("sixth");
}
}
Instance of Symbol 248 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 249 MovieClip "player" in Frame 101
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "life") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.lives = _root.lives + 20;
}
}
}
}
Instance of Symbol 178 MovieClip "bad0" in Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Frame 103
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
stop();
Instance of Symbol 261 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 175 MovieClip "player" in Frame 103
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "target") {
if (this.hitTest(_root[i])) {
_root.enemylives = _root.enemylives - 5;
if (_root.enemylives == 0) {
_root.gotoAndStop(11);
}
}
}
}
}
Instance of Symbol 273 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.enemylives = _root.enemylives - 10;
if (_root.enemylives == 0) {
_root.gotoAndStop("seventh");
if (_root.enemylives == -5) {
_root.gotoAndStop("seventh");
if (_root.enemylives == -10) {
_root.gotoAndStop("seventh");
if (_root.enemylives == -15) {
_root.gotoAndStop("seventh");
}
}
}
}
}
}
Instance of Symbol 178 MovieClip "bad0" in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 207 MovieClip "bad1" in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 207 MovieClip "bad1" in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Frame 104
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
stop();
Instance of Symbol 288 MovieClip in Frame 104
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndPlay("eighth");
}
}
Frame 106
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
Instance of Symbol 218 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 206 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 309 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 127 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("nineth");
}
}
Instance of Symbol 175 MovieClip "player" in Frame 106
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "target") {
if (this.hitTest(_root[i])) {
_root.enemylives = _root.enemylives - 5;
if (_root.enemylives == 0) {
_root.gotoAndStop(11);
}
}
}
}
}
Frame 108
stop();
stop();
Instance of Symbol 206 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 309 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("death");
}
}
Instance of Symbol 127 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("tenth");
}
}
Instance of Symbol 175 MovieClip "player" in Frame 108
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "target") {
if (this.hitTest(_root[i])) {
_root.enemylives = _root.enemylives - 5;
if (_root.enemylives == 0) {
_root.gotoAndStop(11);
}
}
}
}
}
Instance of Symbol 317 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 318 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 318 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Frame 110
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
Instance of Symbol 127 MovieClip in Frame 110
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndStop("eleventh");
}
}
Instance of Symbol 248 MovieClip in Frame 110
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 325 MovieClip in Frame 110
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 326 MovieClip in Frame 110
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.lives = _root.lives - 5;
if (_root.lives == 0) {
_root.gotoAndStop("death");
}
}
}
Instance of Symbol 175 MovieClip "player" in Frame 110
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "target") {
if (this.hitTest(_root[i])) {
_root.enemylives = _root.enemylives - 5;
if (_root.enemylives == 0) {
_root.gotoAndStop(11);
}
}
}
}
}
Frame 112
maxPlatforms = 0;
for (i in this) {
if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) {
maxPlatforms++;
}
}
stop();
Instance of Symbol 175 MovieClip "player" in Frame 112
onClipEvent (enterFrame) {
render();
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 4) == "coin") {
if (this.hitTest(_root[i])) {
_root[i].gotoAndStop(2);
_root.score = _root.score + 1;
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "bad") {
if (this.hitTest(_root[i])) {
_root.lives = _root.lives - 1;
if (_root.lives == 0) {
_root.gotoAndStop(2);
}
}
}
}
}
onClipEvent (enterFrame) {
for (i in _root) {
if (i.substring(0, 0) == "target") {
if (this.hitTest(_root[i])) {
_root.enemylives = _root.enemylives - 5;
if (_root.enemylives == 0) {
_root.gotoAndStop(11);
}
}
}
}
}
Symbol 19 MovieClip Frame 401
stop();
Symbol 66 Button
on (release) {
stopAllSounds();
gotoAndPlay (93);
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 129 Button
on (release) {
stopAllSounds();
gotoAndPlay (94);
}
Symbol 175 MovieClip Frame 1
function hitPlatforms() {
var i;
var y;
var x;
i = 0;
while (i < _root.maxPlatforms) {
platform = eval ("_root.platform" + i);
y = _y + vertical;
x = _x + horizontal;
if (((_y < platform._y) && (y >= platform._y)) && (platform.hitTest(x, platform._y) == true)) {
_y = platform._y;
falling = false;
vertical = 0;
return(undefined);
}
i++;
}
platform = null;
return(undefined);
}
function render() {
var x;
var y;
x = (y = 0);
if (Key.isDown(39) == true) {
x = hforce;
}
if (Key.isDown(37) == true) {
x = hforce * -1;
}
if (Math.abs(horizontal) < Math.abs(x)) {
horizontal = x;
} else {
horizontal = horizontal * friction;
if (Math.abs(horizontal) < 1) {
horizontal = 0;
}
}
if ((vertical == 0) && (Key.isDown(38) == true)) {
vertical = vforce * -1;
Sound.start("Kuririn27.wav");
horizontal = horizontal + platform.velocity;
platform = null;
rising = true;
}
if (rising == true) {
vertical = vertical * gravity;
if (Math.abs(vertical) < 1) {
vertical = Math.abs(vertical);
falling = true;
rising = false;
}
}
if (falling == true) {
vertical = vertical * accel;
hitPlatforms();
}
lastX = _x;
lastY = _y;
_y = (_y + vertical);
_x = ((_x + horizontal) + platform.velocity);
if ((platform != null) && (platform.hitTest(_x, platform._y, true) == false)) {
vertical = 2;
falling = true;
}
}
vforce = 90;
hforce = 10;
horizontal = 0;
vertical = 5;
friction = 0.8;
gravity = 0.6;
accel = 1.7;
rising = false;
falling = true;
lastX = _x;
lastY = _y;
platform = null;
stop();
Symbol 178 MovieClip Frame 1
play();
Symbol 191 Button
on (release) {
getURL ("http://dragonballtm.keenspace.com");
}
Symbol 198 Button
on (release) {
stopAllSounds();
gotoAndPlay (94);
}
Symbol 213 MovieClip Frame 75
stop();
Symbol 249 MovieClip Frame 1
function hitPlatforms() {
var i;
var y;
var x;
i = 0;
while (i < _root.maxPlatforms) {
platform = eval ("_root.platform" + i);
y = _y + vertical;
x = _x + horizontal;
if (((_y < platform._y) && (y >= platform._y)) && (platform.hitTest(x, platform._y) == true)) {
_y = platform._y;
falling = false;
vertical = 0;
return(undefined);
}
i++;
}
platform = null;
return(undefined);
}
function render() {
var x;
var y;
x = (y = 0);
if (Key.isDown(39) == true) {
x = hforce;
}
if (Key.isDown(37) == true) {
x = hforce * -1;
}
if (Math.abs(horizontal) < Math.abs(x)) {
horizontal = x;
} else {
horizontal = horizontal * friction;
if (Math.abs(horizontal) < 1) {
horizontal = 0;
}
}
if ((vertical == 0) && (Key.isDown(38) == true)) {
vertical = vforce * -1;
horizontal = horizontal + platform.velocity;
platform = null;
rising = true;
}
if (rising == true) {
vertical = vertical * gravity;
if (Math.abs(vertical) < 1) {
vertical = Math.abs(vertical);
falling = true;
rising = false;
}
}
if (falling == true) {
vertical = vertical * accel;
hitPlatforms();
}
lastX = _x;
lastY = _y;
_y = (_y + vertical);
_x = ((_x + horizontal) + platform.velocity);
if ((platform != null) && (platform.hitTest(_x, platform._y, true) == false)) {
vertical = 2;
falling = true;
}
}
vforce = 80;
hforce = 10;
horizontal = 0;
vertical = 5;
friction = 0.8;
gravity = 0.6;
accel = 1.7;
rising = false;
falling = true;
lastX = _x;
lastY = _y;
platform = null;
stop();
Symbol 282 MovieClip Frame 30
stop();
Symbol 288 MovieClip Frame 36
stop();
Symbol 299 MovieClip Frame 20
stop();
Symbol 338 Button
on (release) {
stopAllSounds();
gotoAndPlay (94);
}