Frame 1
fscommand ("allowscale", "true");
fscommand ("trapallkeys", "true");
fscommand ("showmenu", "false");
stop();
Instance of Symbol 95 MovieClip in Frame 1
onClipEvent (enterFrame) {
tellTarget ("/") {
if (time < 1) {
tellTarget ("/street1") {
stop();
};
tellTarget ("/street2") {
stop();
};
tellTarget (this) {
stop();
};
tellTarget ("/") {
timetime = "1";
};
}
};
}
Frame 2
nextFrame();
Frame 3
stop();
Frame 4
prevFrame();
Symbol 5 MovieClip Frame 10
gotoAndPlay (1);
Symbol 8 MovieClip Frame 5
gotoAndPlay (1);
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 2
play();
tellTarget ("/skater/skateboard/skate1/board") {
play();
};
tellTarget ("/skater/skateboard/skate1/trucks") {
play();
};
tellTarget ("/skater/skateboard/skate1/wheel") {
play();
};
Symbol 54 MovieClip Frame 12
gotoAndStop (1);
Symbol 54 MovieClip Frame 13
play();
Symbol 54 MovieClip Frame 23
gotoAndStop (1);
Symbol 55 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 1
play();
Instance of Symbol 69 MovieClip in Symbol 80 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(Key.CONTROL)) {
if (Key.isDown(Key.UP)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("nose");
};
}
if (Key.isDown(Key.DOWN)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("tail");
};
}
if (Key.isDown(Key.LEFT)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("indy");
};
}
if (Key.isDown(Key.RIGHT)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("method");
};
}
}
if (Key.isDown(Key.SHIFT)) {
if (Key.isDown(Key.UP)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("kick");
};
}
if (Key.isDown(Key.DOWN)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("heel");
};
}
if (Key.isDown(Key.LEFT)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("sal");
};
}
if (Key.isDown(Key.RIGHT)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("varial");
};
}
}
}
Instance of Symbol 70 MovieClip in Symbol 80 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
if (Key.isDown(Key.UP)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("backflip");
};
}
}
}
Symbol 80 MovieClip Frame 5
stop();
Symbol 80 MovieClip Frame 6
play();
tellTarget ("/") {
score = int(score) + 5;
};
tellTarget ("/") {
trick = "Nosegrab";
};
Instance of Symbol 71 MovieClip in Symbol 80 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(Key.CONTROL)) {
if (Key.isDown(Key.UP)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("nose");
};
}
}
}
Symbol 80 MovieClip Frame 8
gotoAndStop (5);
Symbol 80 MovieClip Frame 9
play();
tellTarget ("/") {
score = int(score) + 6;
};
tellTarget ("/") {
trick = "Tailgrab";
};
Instance of Symbol 72 MovieClip in Symbol 80 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(Key.CONTROL)) {
if (Key.isDown(Key.DOWN)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("tail");
};
}
}
}
Symbol 80 MovieClip Frame 11
gotoAndStop (5);
Symbol 80 MovieClip Frame 12
play();
tellTarget ("/") {
score = int(score) + 7;
};
tellTarget ("/") {
trick = "Indy";
};
Instance of Symbol 73 MovieClip in Symbol 80 MovieClip Frame 12
onClipEvent (enterFrame) {
if (Key.isDown(Key.CONTROL)) {
if (Key.isDown(Key.LEFT)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("indy");
};
}
}
}
Symbol 80 MovieClip Frame 14
gotoAndStop (5);
Symbol 80 MovieClip Frame 15
play();
tellTarget ("/") {
score = int(score) + 8;
};
tellTarget ("/") {
trick = "Method";
};
Instance of Symbol 76 MovieClip in Symbol 80 MovieClip Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(Key.CONTROL)) {
if (Key.isDown(Key.RIGHT)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("method");
};
}
}
}
Symbol 80 MovieClip Frame 17
gotoAndStop (5);
Symbol 80 MovieClip Frame 18
play();
tellTarget ("/skater/otrick/skateboard/skate1") {
gotoAndPlay (2);
};
Symbol 80 MovieClip Frame 26
tellTarget ("/") {
score = int(score) + 150;
};
tellTarget ("/") {
trick = "Heelflip";
};
Symbol 80 MovieClip Frame 27
gotoAndStop (5);
Symbol 80 MovieClip Frame 28
play();
tellTarget ("/skater/otrick/skateboard/skate1") {
gotoAndPlay (13);
};
Symbol 80 MovieClip Frame 30
tellTarget ("/skater/otrick/skateboard/skate1") {
gotoAndPlay (15);
};
Symbol 80 MovieClip Frame 32
tellTarget ("/skater/otrick/skateboard/skate1") {
gotoAndPlay (17);
};
Symbol 80 MovieClip Frame 36
tellTarget ("/") {
score = int(score) + 125;
};
tellTarget ("/") {
trick = "Kickflip";
};
Symbol 80 MovieClip Frame 37
gotoAndStop (5);
Symbol 80 MovieClip Frame 38
play();
Symbol 80 MovieClip Frame 46
tellTarget ("/") {
score = int(score) + 250;
};
tellTarget ("/") {
trick = "Salflip";
};
Symbol 80 MovieClip Frame 47
gotoAndStop (5);
Symbol 80 MovieClip Frame 48
play();
tellTarget ("/skater/otrick/skateboard/skate1") {
gotoAndPlay (2);
};
Symbol 80 MovieClip Frame 56
tellTarget ("/") {
score = int(score) + 500;
};
tellTarget ("/") {
trick = "Varial flip";
};
Symbol 80 MovieClip Frame 57
gotoAndStop (5);
Symbol 80 MovieClip Frame 58
play();
Instance of Symbol 73 MovieClip in Symbol 80 MovieClip Frame 58
onClipEvent (enterFrame) {
if (Key.isDown(Key.CONTROL)) {
if (Key.isDown(Key.LEFT)) {
tellTarget ("/skater/otrick") {
gotoAndPlay ("indy");
};
}
}
}
Symbol 80 MovieClip Frame 67
tellTarget ("/") {
score = int(score) + 5000;
};
tellTarget ("/") {
trick = "Indy backflip";
};
Symbol 80 MovieClip Frame 68
gotoAndStop (5);
Symbol 90 MovieClip Frame 1
play();
tellTarget ("/street1") {
play();
};
tellTarget ("/street2") {
play();
};
Instance of Symbol 63 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) {
tellTarget ("/") {
if (0 < timetime) {
tellTarget ("/skater") {
gotoAndPlay ("end");
};
}
};
}
Symbol 90 MovieClip Frame 7
stop();
Instance of Symbol 64 MovieClip in Symbol 90 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
tellTarget ("/skater") {
gotoAndPlay ("r");
};
}
if (Key.isDown(Key.LEFT)) {
tellTarget ("/skater") {
gotoAndPlay ("l");
};
}
if (Key.isDown(Key.UP)) {
tellTarget ("/skater") {
gotoAndPlay ("ollie");
};
}
if (Key.isDown(Key.DOWN)) {
tellTarget ("/skater") {
gotoAndPlay ("d");
};
}
}
Symbol 90 MovieClip Frame 8
play();
tellTarget ("/skater") {
if (90 < _y) {
setProperty("/skater", _y , getProperty(skater, _y) - 3);
}
};
Instance of Symbol 65 MovieClip in Symbol 90 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
tellTarget ("/skater") {
gotoAndPlay ("r");
};
}
}
Symbol 90 MovieClip Frame 10
gotoAndStop (7);
Symbol 90 MovieClip Frame 11
play();
tellTarget ("/skater") {
if (_y < 125) {
setProperty("/skater", _y , getProperty(skater, _y) + 3);
}
};
Instance of Symbol 66 MovieClip in Symbol 90 MovieClip Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
tellTarget ("/skater") {
gotoAndPlay ("l");
};
}
}
Symbol 90 MovieClip Frame 13
gotoAndStop (7);
Symbol 90 MovieClip Frame 14
play();
Instance of Symbol 67 MovieClip in Symbol 90 MovieClip Frame 14
onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
tellTarget ("/skater") {
gotoAndPlay ("d");
};
}
}
Symbol 90 MovieClip Frame 16
gotoAndStop (7);
Symbol 90 MovieClip Frame 17
play();
Instance of Symbol 68 MovieClip in Symbol 90 MovieClip Frame 17
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
tellTarget ("/skater") {
gotoAndPlay ("ollie");
};
}
}
Symbol 90 MovieClip Frame 19
tellTarget ("/") {
score = int(score) + 0;
};
tellTarget ("/") {
trick = "Ollie";
};
Symbol 90 MovieClip Frame 31
tellTarget ("/skater") {
if (Key.isDown(Key.ENTER)) {
if (key.isDown(key.UP)) {
if (_y < 95) {
gotoAndPlay ("grind1");
}
}
}
if (key.isDown(key.ENTER)) {
if (key.isDown(key.LEFT)) {
if (_y < 95) {
gotoAndPlay ("grind3");
}
}
}
if (key.isDown(key.ENTER)) {
if (key.isDown(key.RIGHT)) {
if (_y < 95) {
gotoAndPlay ("grind4");
}
}
}
if (key.isDown(key.ENTER)) {
if (key.isDown(key.DOWN)) {
if (_y < 95) {
gotoAndPlay ("grind2");
}
}
}
};
Symbol 90 MovieClip Frame 32
if (Key.isDown(Key.SPACE)) {
gotoAndPlay (7);
} else {
gotoAndPlay (33);
}
Symbol 90 MovieClip Frame 33
play();
tellTarget ("/street1") {
stop();
};
tellTarget ("/street2") {
stop();
};
tellTarget ("/") {
score = int(score) - 100;
};
tellTarget ("/") {
trick = "Fall";
};
Symbol 90 MovieClip Frame 47
gotoAndPlay (1);
Symbol 90 MovieClip Frame 48
play();
Instance of Symbol 85 MovieClip in Symbol 90 MovieClip Frame 48
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE)) {
tellTarget ("/skater") {
gotoAndPlay ("stand");
};
}
tellTarget ("/") {
score = int(score) + 1;
};
tellTarget ("/") {
trick = "50-50 grind";
};
}
Symbol 90 MovieClip Frame 70
gotoAndPlay (33);
Symbol 90 MovieClip Frame 71
play();
Instance of Symbol 86 MovieClip in Symbol 90 MovieClip Frame 71
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE)) {
tellTarget ("/skater") {
gotoAndPlay ("stand");
};
}
tellTarget ("/") {
score = int(score) + 3;
};
tellTarget ("/") {
trick = "Nosegrind";
};
}
Symbol 90 MovieClip Frame 93
gotoAndPlay (33);
Symbol 90 MovieClip Frame 94
play();
Instance of Symbol 87 MovieClip in Symbol 90 MovieClip Frame 94
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE)) {
tellTarget ("/skater") {
gotoAndPlay ("stand");
};
}
tellTarget ("/") {
score = int(score) + 2;
};
tellTarget ("/") {
trick = "5-0 grind";
};
}
Symbol 90 MovieClip Frame 116
gotoAndPlay (33);
Symbol 90 MovieClip Frame 117
play();
tellTarget ("/skater/skateboard/skate1") {
gotoAndPlay (2);
};
Symbol 90 MovieClip Frame 125
tellTarget ("/") {
score = int(score) + 500;
};
tellTarget ("/") {
trick = "Twist grind";
};
Instance of Symbol 88 MovieClip in Symbol 90 MovieClip Frame 125
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE)) {
tellTarget ("/skater") {
gotoAndPlay ("stand");
};
}
}
Instance of Symbol 89 MovieClip in Symbol 90 MovieClip Frame 126
onClipEvent (enterFrame) {
if (Key.isDown(Key.SPACE)) {
tellTarget ("/skater") {
gotoAndPlay ("stand");
};
}
tellTarget ("/") {
score = int(score) + 4;
};
tellTarget ("/") {
trick = "Twistgrind";
};
}
Symbol 90 MovieClip Frame 139
gotoAndPlay (33);
Symbol 90 MovieClip Frame 140
play();
Symbol 90 MovieClip Frame 154
tellTarget ("/") {
gotoAndStop (2);
};
Symbol 95 MovieClip Frame 19
tellTarget ("/") {
time = int(time) - 1;
};