Frame 1
stop();
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (enterFrame) {
_root.tB = "";
}
Frame 2
stopAllSounds();
_root.pos = SharedObject.getLocal("toysave");
_root.g1 = _root.pos.data.g1;
_root.g2 = _root.pos.data.g2;
_root.g3 = _root.pos.data.g3;
_root.g4 = _root.pos.data.g4;
_root.g5 = _root.pos.data.g5;
_root.g6 = _root.pos.data.g6;
_root.g7 = _root.pos.data.g7;
_root.g8 = _root.pos.data.g8;
_root.g9 = _root.pos.data.g9;
_root.g10 = _root.pos.data.g10;
_root.g11 = _root.pos.data.g11;
_root.g12 = _root.pos.data.g12;
_root.g13 = _root.pos.data.g13;
_root.g14 = _root.pos.data.g14;
_root.g15 = _root.pos.data.g15;
_root.g16 = _root.pos.data.g16;
_root.g17 = _root.pos.data.g17;
_root.g18 = _root.pos.data.g18;
_root.g19 = _root.pos.data.g19;
_root.g20 = _root.pos.data.g20;
if (g1 == undefined) {
g1 = false;
g2 = false;
g3 = false;
g4 = false;
g5 = false;
g6 = false;
g7 = false;
g8 = false;
g9 = false;
g10 = false;
g11 = false;
g12 = false;
g13 = false;
g14 = false;
g15 = false;
g16 = false;
g17 = false;
g18 = false;
g19 = false;
g20 = false;
_root.pos.data.g1 = false;
_root.pos.data.g2 = false;
_root.pos.data.g3 = false;
_root.pos.data.g4 = false;
_root.pos.data.g5 = false;
_root.pos.data.g6 = false;
_root.pos.data.g7 = false;
_root.pos.data.g8 = false;
_root.pos.data.g9 = false;
_root.pos.data.g10 = false;
_root.pos.data.g11 = false;
_root.pos.data.g12 = false;
_root.pos.data.g13 = false;
_root.pos.data.g14 = false;
_root.pos.data.g15 = false;
_root.pos.data.g16 = false;
_root.pos.data.g17 = false;
_root.pos.data.g18 = false;
_root.pos.data.g19 = false;
_root.pos.data.g20 = false;
}
xx = false;
if (((((((((((((((((((_root.pos.data.g1 && (_root.pos.data.g2)) && (_root.pos.data.g3)) && (_root.pos.data.g4)) && (_root.pos.data.g5)) && (_root.pos.data.g6)) && (_root.pos.data.g7)) && (_root.pos.data.g8)) && (_root.pos.data.g9)) && (_root.pos.data.g10)) && (_root.pos.data.g11)) && (_root.pos.data.g12)) && (_root.pos.data.g13)) && (_root.pos.data.g14)) && (_root.pos.data.g15)) && (_root.pos.data.g16)) && (_root.pos.data.g17)) && (_root.pos.data.g18)) && (_root.pos.data.g19)) && (_root.pos.data.g20 == true)) {
xx = true;
trace("xx");
}
Frame 3
stop();
tB = "";
Stage.showMenu = false;
fscommand ("trapallkeys", true);
_root.pos = SharedObject.getLocal("gamesave");
_root.g2 = _root.pos.data.g2;
_root.g3 = _root.pos.data.g3;
_root.g4 = _root.pos.data.g4;
_root.g5 = _root.pos.data.g5;
_root.g6 = _root.pos.data.g6;
_root.g7 = _root.pos.data.g7;
_root.g8 = _root.pos.data.g8;
_root.g9 = _root.pos.data.g9;
_root.g10 = _root.pos.data.g10;
_root.g11 = _root.pos.data.g11;
if (g10 == undefined) {
g2 = false;
g3 = false;
g4 = false;
g5 = false;
g6 = false;
g7 = false;
g8 = false;
g9 = false;
g10 = false;
g11 = false;
_root.pos.data.g2 = false;
_root.pos.data.g3 = false;
_root.pos.data.g4 = false;
_root.pos.data.g5 = false;
_root.pos.data.g6 = false;
_root.pos.data.g7 = false;
_root.pos.data.g8 = false;
_root.pos.data.g9 = false;
_root.pos.data.g10 = false;
_root.pos.data.g11 = false;
}
if (g11 == undefined) {
g11 = false;
_root.pos.data.g11 = false;
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Up Ball";
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
_root.tB = "Click the ball to hit it! Move up the platforms as fast as you can but don't let the lava get you! Get 20 points to unlock the next game.";
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("upball");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Crazy Racers";
if (_root.g2 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g2 == true) {
_root.tB = "Dodge the cars in this fun variation of an old-school game. Get 50 points to unlock the next game.";
} else {
_root.tB = "Score 20 points on Up Ball to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("crace");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Falldown";
if (_root.g3 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g3 == true) {
_root.tB = "This is my version of the classic calculator game. Don't go off the top of the screen. Use the arrow keys to move. Get 80 points to unlock the next game.";
} else {
_root.tB = "Score 35 points on Crazy Racers to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("fall");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Tennis Catapult";
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
_root.tB = "Click to choose the angle and the force, then watch it go! Get 425 points to unlock the next game.";
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("t_c");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Hit a Gopher";
if (_root.g4 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g4 == true) {
_root.tB = "Whack the gophers! You have 20 seconds. Get 1500 points to unlock the next game.";
} else {
_root.tB = "Score 425 points on Tennis Catapult to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("gopher");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Cube Crusher";
if (_root.g5 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g5 == true) {
_root.tB = "Crush the cubes! For red cubes: Press the corresponding arrow key. For blue cubes: Press the opposite arrow key. Get 50 points to unlock the next game.";
} else {
_root.tB = "Score 1500 points on Hit a Gopher to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("crush");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Toy Room";
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
_root.tB = "Throught the game you will unlock toys. Play with them here.";
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("toys");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "The Skater";
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
_root.tB = "Press left to move left, press right to move right, press up to jump, press down to duck. Don't hit the obstacles! Stay on the track as long as you can. Get 80 points to unlock the next game.";
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("skate");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Protect Your Milk";
if (_root.g6 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g6 == true) {
_root.tB = "Oh no! Everyone wants your milk! Use the arrow keys to rotate your turret and the spacebar to fire your lazer! Hold shift to turn fast. Get 100 points to unlock the next game.";
} else {
_root.tB = "Score 80 points on The Skater to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("milk");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Magnetism Mini";
if (_root.g7 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g7 == true) {
_root.tB = "I just had to do a mini-game based off of my most popular game. Keep the ball alive for as long as you can. Get 160 points to unlock the next game.";
} else {
_root.tB = "Score 100 points on Protect Your Milk to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("mag");
}
Instance of Symbol 41 MovieClip "sC" in Frame 3
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Keep it up!";
if (_root.g8 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g8 == true) {
_root.tB = "Use the arrow keys to control your paddle. Don't let the ball fall off the bottom of the screen!";
} else {
_root.tB = "Score 80 points on Falldown to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("kiu");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Stop the Clock";
if (_root.g9 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g9 == true) {
_root.tB = "Hit the button to stop the clock as close to 1000 as you can!";
} else {
_root.tB = "Score 50 points on Cube Crusher to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("clock");
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Lightning Game";
if (_root.g10 == false) {
enabled = false;
gotoAndStop ("disabled");
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g10 == true) {
_root.tB = "Use the arrow keys to dodge the lightning!";
} else {
_root.tB = "Score 160 points on Magnetism Mini to unlock.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("light");
}
Instance of Symbol 44 MovieClip in Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_root.xx == true) && (_root.pos.data.g11 == false)) {
_root.pos.data.g11 = true;
gotoAndStop ("unlocked");
_root.g11 = true;
}
txt = "Password Unlocked!";
}
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (load) {
game = "Password";
if (_root.g11 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "locked";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g11 == true) {
_root.tB = "Enter this password at forums.glaielgames. com: eed86ht";
game = "Password";
enabled = true;
} else {
_root.tB = "Unlock all 20 toys to unlock the password to the GG's Ultimate Arcade at forums.glaielgames. com.";
}
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("pass");
}
Instance of Symbol 16 MovieClip in Frame 3
onClipEvent (enterFrame) {
_root.tB = "";
}
Frame 4
stopAllSounds();
Frame 5
stop();
tB = "";
_root.pos = SharedObject.getLocal("toysave");
_root.g1 = _root.pos.data.g1;
_root.g2 = _root.pos.data.g2;
_root.g3 = _root.pos.data.g3;
_root.g4 = _root.pos.data.g4;
_root.g5 = _root.pos.data.g5;
_root.g6 = _root.pos.data.g6;
_root.g7 = _root.pos.data.g7;
_root.g8 = _root.pos.data.g8;
_root.g9 = _root.pos.data.g9;
_root.g10 = _root.pos.data.g10;
_root.g11 = _root.pos.data.g11;
_root.g12 = _root.pos.data.g12;
_root.g13 = _root.pos.data.g13;
_root.g14 = _root.pos.data.g14;
_root.g15 = _root.pos.data.g15;
_root.g16 = _root.pos.data.g16;
_root.g17 = _root.pos.data.g17;
_root.g18 = _root.pos.data.g18;
_root.g19 = _root.pos.data.g19;
_root.g20 = _root.pos.data.g20;
if (g1 == undefined) {
g1 = false;
g2 = false;
g3 = false;
g4 = false;
g5 = false;
g6 = false;
g7 = false;
g8 = false;
g9 = false;
g10 = false;
g11 = false;
g12 = false;
g13 = false;
g14 = false;
g15 = false;
g16 = false;
g17 = false;
g18 = false;
g19 = false;
g20 = false;
_root.pos.data.g1 = false;
_root.pos.data.g2 = false;
_root.pos.data.g3 = false;
_root.pos.data.g4 = false;
_root.pos.data.g5 = false;
_root.pos.data.g6 = false;
_root.pos.data.g7 = false;
_root.pos.data.g8 = false;
_root.pos.data.g9 = false;
_root.pos.data.g10 = false;
_root.pos.data.g11 = false;
_root.pos.data.g12 = false;
_root.pos.data.g13 = false;
_root.pos.data.g14 = false;
_root.pos.data.g15 = false;
_root.pos.data.g16 = false;
_root.pos.data.g17 = false;
_root.pos.data.g18 = false;
_root.pos.data.g19 = false;
_root.pos.data.g20 = false;
}
Frame 8
stop();
Instance of Symbol 348 MovieClip "sC" in Frame 8
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 9
gotoAndStop ("cheater");
Frame 10
stop();
Instance of Symbol 377 MovieClip "sC" in Frame 10
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 11
gotoAndStop ("cheater");
Frame 12
stop();
Instance of Symbol 379 MovieClip "sC" in Frame 12
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 13
gotoAndStop ("cheater");
Frame 14
stop();
Instance of Symbol 404 MovieClip "sC" in Frame 14
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 15
gotoAndStop ("cheater");
Frame 16
stop();
Mouse.hide();
Instance of Symbol 440 MovieClip "sC" in Frame 16
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 17
gotoAndStop ("cheater");
Frame 18
stop();
Instance of Symbol 479 MovieClip "sC" in Frame 18
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 19
gotoAndStop ("cheater");
Frame 20
stop();
Instance of Symbol 500 MovieClip "sC" in Frame 20
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 21
gotoAndStop ("cheater");
Frame 22
stop();
Instance of Symbol 533 MovieClip "sC" in Frame 22
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 23
gotoAndStop ("cheater");
Frame 24
stop();
Instance of Symbol 567 MovieClip "sC" in Frame 24
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 25
gotoAndStop ("cheater");
Frame 26
stop();
Instance of Symbol 582 MovieClip "sC" in Frame 26
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 27
gotoAndStop ("cheater");
Frame 28
stop();
Instance of Symbol 612 MovieClip "sC" in Frame 28
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 29
gotoAndStop ("cheater");
Frame 30
stop();
Instance of Symbol 614 MovieClip "sC" in Frame 30
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Frame 31
gotoAndStop ("cheater");
Frame 32
stop();
Frame 35
stop();
Symbol 9 MovieClip Frame 1
_parent.stop();
Symbol 9 MovieClip Frame 2
pcent_loaded = (100 / _root.getBytesTotal()) * _root.getBytesLoaded();
progbar._width = pcent_loaded;
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.play();
}
Symbol 9 MovieClip Frame 3
gotoAndPlay (2);
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 2
stop();
Symbol 29 MovieClip Frame 3
stop();
Symbol 29 MovieClip Frame 4
stop();
Symbol 37 Button
on (release, keyPress "q") {
xx = _quality;
_quality = "LOW";
if (xx == "LOW") {
_quality = "MEDIUM";
}
if (xx == "MEDIUM") {
_quality = "BEST";
}
if (xx == "BEST") {
_quality = "LOW";
}
}
Symbol 41 MovieClip Frame 2
stop();
Symbol 54 Button
on (release) {
_root.gotoAndPlay("menu");
}
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 2
stop();
Symbol 75 MovieClip Frame 3
stop();
Symbol 75 MovieClip Frame 4
stop();
Symbol 75 MovieClip Frame 5
stop();
Symbol 75 MovieClip Frame 6
stop();
Symbol 75 MovieClip Frame 7
stop();
Symbol 75 MovieClip Frame 8
stop();
Symbol 75 MovieClip Frame 9
stop();
Symbol 75 MovieClip Frame 10
stop();
Symbol 75 MovieClip Frame 11
stop();
Symbol 135 Button
on (press, dragOver) {
player1._y = player1._y + 4;
player2._y = player2._y + 4;
}
on (release, dragOut) {
player1._y = player1._y - 4;
player2._y = player2._y - 4;
}
Symbol 150 Button
on (release) {
clip.clear();
}
Symbol 156 Button
on (release) {
generate();
}
Symbol 190 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 1
stop();
Symbol 214 Button
on (release) {
play();
}
Symbol 224 MovieClip Frame 1
stop();
Instance of Symbol 223 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) {
_rotation = random(360);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + (_parent.xspeed * 5));
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (load) {
_y = -100;
_x = (random(400) - 200);
go = false;
yspeed = 0;
xspeed = 0;
grav = 1;
}
onClipEvent (enterFrame) {
if (go == true) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
_x = (_x + xspeed);
if (_y > -100) {
go = false;
}
}
if (go == false) {
xx = random(15);
if (xx == 0) {
go = true;
_x = (random(400) - 200);
_y = -100;
yspeed = -1 * (random(5) + 10);
xspeed = (Math.random() - 0.5) * 3;
}
}
}
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 100
_parent.play();
Symbol 240 MovieClip Frame 1
stop();
Instance of Symbol 245 MovieClip "bottom" in Symbol 256 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 245 MovieClip "top" in Symbol 256 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 245 MovieClip "right" in Symbol 256 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 245 MovieClip "left" in Symbol 256 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 251 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 251 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 251 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 251 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 251 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 251 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 251 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 251 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 255 MovieClip in Symbol 256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 263 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 269 MovieClip Frame 1
stop();
Instance of Symbol 213 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + (_root.speed / 2);
if (cF > 250) {
cF = cF - 250;
}
gotoAndStop(Math.round(cF));
}
Symbol 269 MovieClip Frame 2
function pformL(tgt) {
}
function pformF(tgt) {
tgt.gotoAndStop(1);
tgt._y = tgt._y + speed;
if (tgt._y > 600) {
tgt._y = -50;
score = score + 1;
}
if (tgt.hitTest(ball.bottom)) {
sfx2.setVolume(Math.abs(ball.yspeed * 5));
if (Math.abs(ball.yspeed * 5) < 8) {
sfx2.setVolume(0);
}
sfx2.start();
ball.yspeed = ball.yspeed * (-1 * ball.frict);
ball.xspeed = ball.xspeed * ball.frict;
ball._y = tgt._y - ball.radius;
tgt.gotoAndPlay(2);
}
if (tgt.hitTest(ball.top)) {
sfx2.setVolume(Math.abs(ball.yspeed * 5));
if (Math.abs(ball.yspeed * 5) < 8) {
sfx2.setVolume(0);
}
sfx2.start();
ball.yspeed = ball.yspeed * (-1 * ball.frict);
ball.xspeed = ball.xspeed * ball.frict;
ball._y = (tgt._y + tgt._height) + ball.radius;
tgt.gotoAndPlay(2);
}
if (tgt.hitTest(ball.left)) {
sfx2.setVolume(Math.abs(ball.xspeed * 5));
if (Math.abs(ball.xspeed * 5) < 8) {
sfx2.setVolume(0);
}
sfx2.start();
ball.yspeed = ball.yspeed * ball.frict;
ball.xspeed = ball.xspeed * (-1 * ball.frict);
ball._x = (tgt._x + (tgt._width / 2)) + ball.radius;
tgt.gotoAndPlay(2);
}
if (tgt.hitTest(ball.right)) {
sfx2.setVolume(Math.abs(ball.xspeed * 5));
if (Math.abs(ball.xspeed * 5) < 8) {
sfx2.setVolume(0);
}
sfx2.start();
ball.yspeed = ball.yspeed * ball.frict;
ball.xspeed = ball.xspeed * (-1 * ball.frict);
ball._x = (tgt._x - (tgt._width / 2)) - ball.radius;
tgt.gotoAndPlay(2);
}
}
function ballL(tgt) {
tgt.grav = 1;
tgt.yspeed = 0;
tgt.xspeed = 0;
tgt.speed = 0;
tgt.radius = 37.5;
tgt.bounce = false;
tgt.frict = 0.6;
tgt.mDown = false;
}
function ballF(tgt) {
if (tgt.mDown == true) {
sfx1.start();
tgt.speed = Math.sqrt(Math.pow(_xmouse - tgt._x, 2) + Math.pow(_ymouse - tgt._y, 2));
tgt.angle = (Math.atan2(tgt._y - _ymouse, tgt._x - _xmouse) / (Math.PI/180)) + 270;
tgt.xspeed = tgt.xspeed + (tgt.speed * Math.sin((tgt.angle * -1) * (Math.PI/180)));
tgt.yspeed = tgt.yspeed + (tgt.speed * Math.cos((tgt.angle * -1) * (Math.PI/180)));
}
tgt.yspeed = tgt.yspeed + tgt.grav;
if (tgt.xspeed > 20) {
tgt.xspeed = 20;
}
if (tgt.xspeed < -20) {
tgt.xspeed = -20;
}
if (tgt.yspeed < -20) {
tgt.yspeed = -20;
}
if (tgt.yspeed > 20) {
tgt.yspeed = 20;
}
if (Math.abs(tgt.xspeed) < 1) {
tgt.xspeed = 0;
}
if (Math.abs(tgt.yspeed) < 1) {
tgt.yspeed = 0;
}
tgt._y = tgt._y + tgt.yspeed;
tgt._y = tgt._y + speed;
tgt._x = tgt._x + tgt.xspeed;
tgt.sym._rotation = tgt.sym._rotation + tgt.xspeed;
tgt.mDown = false;
if (tgt._x < (0 + tgt.radius)) {
tgt._x = tgt.radius;
tgt.xspeed = tgt.xspeed * (-1 * tgt.frict);
}
if (tgt._x > (400 - tgt.radius)) {
tgt._x = 400 - tgt.radius;
tgt.xspeed = tgt.xspeed * (-1 * tgt.frict);
}
if (tgt._y > 600) {
tgt._y = 1000;
speed = 0;
lava.play();
}
}
function ballP(tgt) {
tgt.mDown = true;
}
speed = 1;
score = 0;
stop();
sfx1 = new Sound(this);
sfx1.attachSound("paddle");
sfx2 = new Sound(sfx);
sfx2.attachSound("clank");
sfx2.setVolume(100);
Instance of Symbol 213 MovieClip in Symbol 269 MovieClip Frame 2
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + (_parent.speed / 2);
if (cF > 250) {
cF = cF - 250;
}
gotoAndStop(Math.round(cF));
}
Instance of Symbol 240 MovieClip in Symbol 269 MovieClip Frame 2
onClipEvent (load) {
_parent.pformL(this);
}
onClipEvent (enterFrame) {
_parent.pformF(this);
}
Instance of Symbol 240 MovieClip in Symbol 269 MovieClip Frame 2
onClipEvent (load) {
_parent.pformL(this);
}
onClipEvent (enterFrame) {
_parent.pformF(this);
}
Instance of Symbol 240 MovieClip in Symbol 269 MovieClip Frame 2
onClipEvent (load) {
_parent.pformL(this);
}
onClipEvent (enterFrame) {
_parent.pformF(this);
}
Instance of Symbol 240 MovieClip in Symbol 269 MovieClip Frame 2
onClipEvent (load) {
_parent.pformL(this);
}
onClipEvent (enterFrame) {
_parent.pformF(this);
}
Instance of Symbol 256 MovieClip "ball" in Symbol 269 MovieClip Frame 2
onClipEvent (load) {
_parent.ballL(this);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
on (press) {
_parent.ballP(this);
}
Instance of Symbol 258 MovieClip in Symbol 269 MovieClip Frame 2
onClipEvent (load) {
nextlvl = 5;
up = 5;
}
onClipEvent (enterFrame) {
if (_parent.score >= nextlvl) {
_parent.speed = _parent.speed + 1;
if (_parent.speed > 25) {
_parent.speed = 25;
}
nextlvl = nextlvl + up;
up = up + 2;
}
}
Symbol 269 MovieClip Frame 3
stop();
Instance of Symbol 213 MovieClip in Symbol 269 MovieClip Frame 3
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + (_root.speed / 2);
if (cF > 250) {
cF = cF - 250;
}
gotoAndStop(Math.round(cF));
}
Instance of Symbol 44 MovieClip in Symbol 269 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent.score >= 20) && (_root.pos.data.g2 == false)) {
_root.pos.data.g2 = true;
gotoAndStop ("unlocked");
}
txt = "Crazy Racers Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 269 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score == 14) && (_root.pos.data.g1 == false)) {
_root.pos.data.g1 = true;
gotoAndStop ("unlocked");
}
txt = "Toy Ball Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 269 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 35) && (_root.pos.data.g2 == false)) {
_root.pos.data.g2 = true;
gotoAndStop ("unlocked");
}
txt = "Muffin Unlocked!";
}
Symbol 278 Button
on (release) {
_root.gotoAndPlay("menu");
}
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 2
stop();
Symbol 297 MovieClip Frame 1
stop();
Instance of Symbol 289 MovieClip "harea" in Symbol 297 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 297 MovieClip Frame 2
stop();
Symbol 297 MovieClip Frame 3
stop();
Symbol 297 MovieClip Frame 4
stop();
Symbol 302 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 304 MovieClip Frame 1
stop();
speed = 0;
Instance of Symbol 274 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + (_parent.speed / 2);
if (cF > 100) {
cF = cF - 100;
}
gotoAndStop(Math.round(cF));
}
Symbol 304 MovieClip Frame 2
function blockL(tgt) {
tgt.gotoAndStop(random(2) + 1);
}
function blockF(tgt) {
tgt._x = tgt._x - speed;
if (tgt._x < -90) {
tgt._x = 1010;
if (!sk8r.dead) {
score = score + 1;
}
tgt.gotoAndStop(random(2) + 1);
}
if (tgt.hitTest(sk8r.harea)) {
sk8r.dead = true;
sk8r.gotoAndStop(4);
}
}
stop();
speed = 5;
score = 0;
Instance of Symbol 283 MovieClip in Symbol 304 MovieClip Frame 2
onClipEvent (load) {
_parent.blockL(this);
}
onClipEvent (enterFrame) {
_parent.blockF(this);
}
Instance of Symbol 283 MovieClip in Symbol 304 MovieClip Frame 2
onClipEvent (load) {
_parent.blockL(this);
}
onClipEvent (enterFrame) {
_parent.blockF(this);
}
Instance of Symbol 285 MovieClip in Symbol 304 MovieClip Frame 2
onClipEvent (load) {
nextlvl = 5;
up = 1;
}
onClipEvent (enterFrame) {
if (_parent.score >= nextlvl) {
_parent.speed = _parent.speed + 1;
if (_parent.speed > 60) {
_parent.speed = 60;
}
nextlvl = nextlvl + up;
up = up + 1;
}
}
Instance of Symbol 297 MovieClip "sk8r" in Symbol 304 MovieClip Frame 2
onClipEvent (load) {
y = _y;
yspeed = 0;
grav = 2;
speed = 10;
dead = false;
}
onClipEvent (enterFrame) {
if (!dead) {
if (Key.isDown(38) && (_currentframe <= 2)) {
gotoAndStop (3);
yspeed = -20;
}
if (_currentframe == 3) {
_y = (_y + yspeed);
yspeed = yspeed + grav;
if (_y > y) {
_y = y;
gotoAndStop (1);
}
}
if ((_currentframe == 2) && (!Key.isDown(40))) {
gotoAndStop (1);
}
if (Key.isDown(40) && (_currentframe == 1)) {
gotoAndStop (2);
}
if (Key.isDown(37)) {
_x = (_x - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
}
if (_x < (_width / 2)) {
_x = (_width / 2);
}
if (_x > (550 - (_width / 2))) {
_x = (550 - (_width / 2));
}
} else {
_x = (_x - _parent.speed);
gotoAndStop (4);
if (_x < -300) {
_parent.play();
}
}
}
Symbol 304 MovieClip Frame 3
speed = 0;
stop();
Instance of Symbol 274 MovieClip in Symbol 304 MovieClip Frame 3
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + (_parent.speed / 2);
if (cF > 100) {
cF = cF - 100;
}
gotoAndStop(Math.round(cF));
}
Instance of Symbol 44 MovieClip in Symbol 304 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent.score >= 80) && (_root.pos.data.g6 == false)) {
_root.pos.data.g6 = true;
gotoAndStop ("unlocked");
}
txt = "Protect Your Milk Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 304 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 150) && (_root.pos.data.g5 == false)) {
_root.pos.data.g5 = true;
gotoAndStop ("unlocked");
}
txt = "Spin Stuff Unlocked!";
}
Symbol 313 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 18
_parent.testHit(this);
_parent.flash.play();
Symbol 328 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 25
_parent.play();
Symbol 340 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 2
function ningL(tgt) {
tgt.stop();
}
function ningF(tgt) {
tgt.xx = random(diff);
if (tgt.xx == 0) {
tgt.play();
}
}
function testHit(tgt) {
if (guy._currentframe == 1) {
score = score + 1;
}
if (tgt.hitTest(guy)) {
guy.play();
}
}
diff = 200;
score = 0;
stop();
Instance of Symbol 325 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
_parent.ningL(this);
}
onClipEvent (enterFrame) {
_parent.ningF(this);
}
Instance of Symbol 325 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
_parent.ningL(this);
}
onClipEvent (enterFrame) {
_parent.ningF(this);
}
Instance of Symbol 325 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
_parent.ningL(this);
}
onClipEvent (enterFrame) {
_parent.ningF(this);
}
Instance of Symbol 325 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
_parent.ningL(this);
}
onClipEvent (enterFrame) {
_parent.ningF(this);
}
Instance of Symbol 325 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
_parent.ningL(this);
}
onClipEvent (enterFrame) {
_parent.ningF(this);
}
Instance of Symbol 325 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
_parent.ningL(this);
}
onClipEvent (enterFrame) {
_parent.ningF(this);
}
Instance of Symbol 325 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
_parent.ningL(this);
}
onClipEvent (enterFrame) {
_parent.ningF(this);
}
Instance of Symbol 325 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
_parent.ningL(this);
}
onClipEvent (enterFrame) {
_parent.ningF(this);
}
Instance of Symbol 335 MovieClip "guy" in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
speed = 10;
}
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if (Key.isDown(37)) {
_x = (_x - speed);
ani.play();
}
if (Key.isDown(39)) {
_x = (_x + speed);
ani.play();
}
}
if (_x < (_width / 2)) {
_x = (_width / 2);
}
if (_x > (550 - (_width / 2))) {
_x = (550 - (_width / 2));
}
}
Instance of Symbol 258 MovieClip in Symbol 342 MovieClip Frame 2
onClipEvent (load) {
nextlvl = 1;
up = 1;
}
onClipEvent (enterFrame) {
if (_parent.score >= nextlvl) {
_parent.diff = _parent.diff - 1;
if (_parent.diff < 20) {
_parent.diff = 20;
}
nextlvl = nextlvl + up;
}
}
Symbol 342 MovieClip Frame 3
stop();
Instance of Symbol 44 MovieClip in Symbol 342 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score == 1) && (_root.pos.data.g19 == false)) {
_root.pos.data.g19 = true;
gotoAndStop ("unlocked");
}
txt = "Double Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 342 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 50) && (_root.pos.data.g20 == false)) {
_root.pos.data.g20 = true;
gotoAndStop ("unlocked");
}
txt = "Half Unlocked!";
}
Symbol 345 MovieClip Frame 1
stop();
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Ball";
if (_root.g1 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g1 == true) {
_root.tB = "Got by: Getting exactly 14 points on Up Ball.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t1");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Muffin";
if (_root.g2 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g2 == true) {
_root.tB = "Got by: Getting over 35 points on Up Ball.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t2");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Sparkler";
if (_root.g3 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g3 == true) {
_root.tB = "Got by: Getting 0 points on Tennis Catapult.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t3");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Frizzies";
if (_root.g4 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g4 == true) {
_root.tB = "Got by: Getting over 489 points on Tennis Catapult.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t4");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Spin Stuff";
if (_root.g5 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g5 == true) {
_root.tB = "Got by: Getting over 150 points on The Skater.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t5");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Fun Tube";
if (_root.g6 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g6 == true) {
_root.tB = "Got by: Getting over 60 points on Crazy Racers.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t6");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Clock";
if (_root.g7 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g7 == true) {
_root.tB = "Got by: Getting over 80% on Hit a Gopher";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t7");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Button";
if (_root.g8 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g8 == true) {
_root.tB = "Got by: Getting over 2400 points on Hit a Gopher.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t8");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Superball";
if (_root.g9 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g9 == true) {
_root.tB = "Got by: Getting exactly 2 points on Protect your Milk.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t9");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Sparks";
if (_root.g10 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g10 == true) {
_root.tB = "Got by: Getting over 150 points on Protect your Milk.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t10");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Google Eyes";
if (_root.g11 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g11 == true) {
_root.tB = "Got by: Getting exactly 0 points on Falldown.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t11");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Spiral Generator";
if (_root.g12 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g12 == true) {
_root.tB = "Got by: Getting exactly 1 point on Cube Crusher.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t12");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Chain Thingy";
if (_root.g13 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g13 == true) {
_root.tB = "Got by: Getting over 75 points on Cube Crusher.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t13");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Drawing";
if (_root.g14 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g14 == true) {
_root.tB = "Got by: Getting over 400 points on Magnetism Mini.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t14");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Pig";
if (_root.g15 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g15 == true) {
_root.tB = "Got by: Getting under 15 points on Magnetism Mini.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t15");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Explode Stuff";
if (_root.g16 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g16 == true) {
_root.tB = "Got by: Getting over 25 points on Keep it Up.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t16");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Seizure";
if (_root.g17 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g17 == true) {
_root.tB = "*SEIZURE ALERT* Got by: Getting exactly 0 points on Keep it Up.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t17");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Spinner";
if (_root.g18 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g18 == true) {
_root.tB = "Got by: Getting exactly 1000 points on Stop the Clock.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t18");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Double";
if (_root.g19 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g19 == true) {
_root.tB = "Got by: Getting exactly 1 point on The Lightning Game.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t19");
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
game = "Half";
if (_root.g20 == false) {
enabled = false;
gotoAndStop ("disabled");
game = "Toy";
}
}
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, true)) {
if (_root.g20 == true) {
_root.tB = "Got by: Getting over 50 points on The Lightning Game.";
} else {
_root.tB = "Locked.";
}
}
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("t20");
}
Instance of Symbol 16 MovieClip in Symbol 345 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.tB = "";
}
Instance of Symbol 41 MovieClip "sC" in Symbol 345 MovieClip Frame 1
onClipEvent (load) {
s = new Sound(this);
}
on (keyPress "s") {
vol = _root.sC.s.getVolume();
if (vol == 100) {
_root.sC.s.setVolume(0);
}
if (vol == 0) {
_root.sC.s.setVolume(100);
}
}
Symbol 345 MovieClip Frame 2
stop();
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 2
onClipEvent (load) {
game = "Back";
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("list");
}
Instance of Symbol 58 MovieClip in Symbol 345 MovieClip Frame 2
onClipEvent (load) {
frict = 0.6;
xfrict = 0.7;
grav = 1;
dragging = false;
yspeed = 0;
xspeed = 0;
oldx = 0;
oldy = 0;
rad = _width / 2;
}
onClipEvent (enterFrame) {
if (!dragging) {
_y = (_y + yspeed);
_x = (_x + xspeed);
yspeed = yspeed + grav;
_rotation = (_rotation + xspeed);
if (_y > (400 - rad)) {
if (Math.abs(yspeed) < 7) {
frict = 0.3;
}
if (Math.abs(yspeed) < 5) {
frict = 0.2;
}
if (Math.abs(yspeed) < 2) {
frict = 0.1;
}
yspeed = yspeed * (-1 * frict);
xspeed = xspeed * 0.9;
_y = (400 - rad);
if (Math.abs(yspeed) < 1) {
yspeed = 0;
}
}
if (Math.abs(xspeed) < 0.5) {
xspeed = 0;
}
if (_x < rad) {
xspeed = xspeed * (-1 * xfrict);
_x = rad;
}
if (_x > (550 - rad)) {
xspeed = xspeed * (-1 * xfrict);
_x = (550 - rad);
}
} else {
oldx = _x;
oldy = _y;
_x = _parent._xmouse;
_y = _parent._ymouse;
}
}
onClipEvent (mouseDown) {
if (hitTest(_parent._xmouse, _parent._ymouse, true)) {
dragging = true;
frict = 0.7;
xfrict = 0.7;
}
}
onClipEvent (mouseUp) {
if (dragging) {
dragging = false;
xspeed = (_x - oldx) / 4;
yspeed = (_y - oldy) / 4;
}
}
Symbol 345 MovieClip Frame 3
stop();
Instance of Symbol 75 MovieClip in Symbol 345 MovieClip Frame 3
on (release) {
play();
}
Symbol 345 MovieClip Frame 4
stop();
Instance of Symbol 79 MovieClip "cc" in Symbol 345 MovieClip Frame 4
onClipEvent (load) {
if (_name != "cc") {
_x = _parent._xmouse;
_y = _parent._ymouse;
xspeed = 3 * (Math.random() - 0.5);
yspeed = 3;
_xscale = 20;
_yscale = 20;
} else {
nmbr = 1;
}
}
onClipEvent (enterFrame) {
if (_name != "cc") {
_x = (_x + xspeed);
_y = (_y + yspeed);
xspeed = xspeed * 1.02;
yspeed = yspeed * 0.96;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
_alpha = (_alpha - 5);
if (_alpha < 0) {
removeMovieClip(this);
}
} else {
duplicateMovieClip (this, "v" + nmbr, nmbr);
nmbr++;
}
}
Symbol 345 MovieClip Frame 5
function frizL(tgt) {
tgt._rotation = random(360);
}
function frizF(tgt) {
tgt._x = tgt._x - (((tgt._x - _parent._xmouse) / 100) + (5 * (Math.random() - 0.5)));
tgt._y = tgt._y - (((tgt._y - _parent._ymouse) / 100) + (5 * (Math.random() - 0.5)));
tgt._rotation = tgt._rotation + ((Math.random() - 0.5) * 10);
}
stop();
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Instance of Symbol 82 MovieClip in Symbol 345 MovieClip Frame 5
onClipEvent (load) {
_parent.frizL(this);
}
onClipEvent (enterFrame) {
_parent.frizF(this);
}
Symbol 345 MovieClip Frame 6
stop();
Instance of Symbol 85 MovieClip in Symbol 345 MovieClip Frame 6
onClipEvent (load) {
rspeed = 0;
r = 0;
dragging = false;
}
onClipEvent (enterFrame) {
if (!dragging) {
_rotation = (_rotation + rspeed);
rspeed = rspeed * 0.97;
} else {
oldR = _rotation;
_rotation = (((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1) + r);
}
}
onClipEvent (mouseDown) {
if (hitTest(_parent._xmouse, _parent._ymouse, true)) {
dragging = true;
r = _rotation - ((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1);
}
}
onClipEvent (mouseUp) {
if (dragging) {
dragging = false;
rspeed = (_rotation - oldR) / 3;
}
}
Instance of Symbol 87 MovieClip in Symbol 345 MovieClip Frame 6
onClipEvent (load) {
rspeed = 0;
r = 0;
dragging = false;
}
onClipEvent (enterFrame) {
if (!dragging) {
_rotation = (_rotation + rspeed);
rspeed = rspeed * 0.97;
} else {
oldR = _rotation;
_rotation = (((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1) + r);
}
}
onClipEvent (mouseDown) {
if (hitTest(_parent._xmouse, _parent._ymouse, true)) {
dragging = true;
r = _rotation - ((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1);
}
}
onClipEvent (mouseUp) {
if (dragging) {
dragging = false;
rspeed = (_rotation - oldR) / 3;
}
}
Instance of Symbol 89 MovieClip in Symbol 345 MovieClip Frame 6
onClipEvent (load) {
rspeed = 0;
r = 0;
dragging = false;
}
onClipEvent (enterFrame) {
if (!dragging) {
_rotation = (_rotation + rspeed);
rspeed = rspeed * 0.97;
} else {
oldR = _rotation;
_rotation = (((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1) + r);
}
}
onClipEvent (mouseDown) {
if (hitTest(_parent._xmouse, _parent._ymouse, true)) {
dragging = true;
r = _rotation - ((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1);
}
}
onClipEvent (mouseUp) {
if (dragging) {
dragging = false;
rspeed = (_rotation - oldR) / 3;
}
}
Instance of Symbol 91 MovieClip in Symbol 345 MovieClip Frame 6
onClipEvent (load) {
rspeed = 0;
r = 0;
dragging = false;
}
onClipEvent (enterFrame) {
if (!dragging) {
_rotation = (_rotation + rspeed);
rspeed = rspeed * 0.97;
} else {
oldR = _rotation;
_rotation = (((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1) + r);
}
}
onClipEvent (mouseDown) {
if (hitTest(_parent._xmouse, _parent._ymouse, true)) {
dragging = true;
r = _rotation - ((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1);
}
}
onClipEvent (mouseUp) {
if (dragging) {
dragging = false;
rspeed = (_rotation - oldR) / 3;
}
}
Symbol 345 MovieClip Frame 7
stop();
Instance of Symbol 94 MovieClip "cc" in Symbol 345 MovieClip Frame 7
onClipEvent (load) {
if (_name != "cc") {
_x = _parent._xmouse;
_y = _parent._ymouse;
angle = random(360);
xspeed = 10 * Math.sin(angle * (Math.PI/180));
yspeed = 10 * Math.cos(angle * (Math.PI/180));
_xscale = 0;
_yscale = 0;
} else {
nmbr = 1;
}
}
onClipEvent (enterFrame) {
if (_name != "cc") {
_x = (_x + xspeed);
_y = (_y + yspeed);
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
if ((((_x < 0) || (_x > 550)) || (_y < 0)) || (_y > 400)) {
removeMovieClip(this);
}
} else {
duplicateMovieClip (this, "v" + nmbr, nmbr);
nmbr++;
}
}
Symbol 345 MovieClip Frame 8
stop();
Instance of Symbol 115 MovieClip in Symbol 345 MovieClip Frame 8
onClipEvent (enterFrame) {
var my_date = new Date();
hours = my_date.getHours();
minutes = my_date.getMinutes();
seconds = my_date.getSeconds();
hHand._rotation = (1 / (12 / (hours + (minutes / 60)))) * 360;
mHand._rotation = (1 / (60 / minutes)) * 360;
sHand._rotation = (1 / (60 / seconds)) * 360;
}
Symbol 345 MovieClip Frame 9
stop();
Symbol 345 MovieClip Frame 10
stop();
Instance of Symbol 58 MovieClip in Symbol 345 MovieClip Frame 10
onClipEvent (load) {
frict = 0.95;
xfrict = 0.95;
grav = 1;
dragging = false;
yspeed = 0;
xspeed = 0;
oldx = 0;
oldy = 0;
rad = _width / 2;
}
onClipEvent (enterFrame) {
if (!dragging) {
_y = (_y + yspeed);
_x = (_x + xspeed);
yspeed = yspeed + grav;
_rotation = (_rotation + xspeed);
if (_y > (400 - rad)) {
if (Math.abs(yspeed) < 7) {
frict = 0.4;
}
if (Math.abs(yspeed) < 5) {
frict = 0.3;
}
if (Math.abs(yspeed) < 2) {
frict = 0.15;
}
yspeed = yspeed * (-1 * frict);
xspeed = xspeed * 0.9;
_y = (400 - rad);
if (Math.abs(yspeed) < 1) {
yspeed = 0;
}
}
if (Math.abs(xspeed) < 0.5) {
xspeed = 0;
}
if (_x < rad) {
xspeed = xspeed * (-1 * xfrict);
_x = rad;
}
if (_x > (550 - rad)) {
xspeed = xspeed * (-1 * xfrict);
_x = (550 - rad);
}
} else {
oldx = _x;
oldy = _y;
_x = _parent._xmouse;
_y = _parent._ymouse;
}
}
onClipEvent (mouseDown) {
if (hitTest(_parent._xmouse, _parent._ymouse, true)) {
dragging = true;
frict = 0.7;
xfrict = 0.7;
}
}
onClipEvent (mouseUp) {
if (dragging) {
dragging = false;
xspeed = (_x - oldx) / 4;
yspeed = (_y - oldy) / 4;
}
}
Symbol 345 MovieClip Frame 11
stop();
Instance of Symbol 79 MovieClip "cc" in Symbol 345 MovieClip Frame 11
onClipEvent (load) {
if (_name != "cc") {
_x = _parent._xmouse;
_y = _parent._ymouse;
xspeed = 10 * (Math.random() - 0.5);
yspeed = -3 + Math.random();
_xscale = 20;
_yscale = 20;
} else {
nmbr = 1;
}
}
onClipEvent (enterFrame) {
if (_name != "cc") {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + 0.3;
_xscale = (_xscale + 3);
_yscale = (_yscale + 3);
_alpha = (_alpha - 3);
if (_alpha < 0) {
removeMovieClip(this);
}
} else {
duplicateMovieClip (this, "v" + nmbr, nmbr);
nmbr++;
}
}
Symbol 345 MovieClip Frame 12
stop();
Instance of Symbol 144 MovieClip in Symbol 345 MovieClip Frame 12
onClipEvent (enterFrame) {
_rotation = (((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1) + 180);
dist = Math.sqrt(Math.pow(_x - _parent._xmouse, 2) + Math.pow(_y - _parent._ymouse, 2));
if (dist > 53.45) {
dist = 53.45;
}
ball._y = dist;
}
Instance of Symbol 144 MovieClip in Symbol 345 MovieClip Frame 12
onClipEvent (enterFrame) {
_rotation = (((Math.atan2(_x - _parent._xmouse, _y - _parent._ymouse) / (Math.PI/180)) * -1) + 180);
dist = Math.sqrt(Math.pow(_x - _parent._xmouse, 2) + Math.pow(_y - _parent._ymouse, 2));
if (dist > 53.45) {
dist = 53.45;
}
ball._y = dist;
}
Symbol 345 MovieClip Frame 13
function frame() {
deg = Number(deg);
spd = Number(spd);
alp = Number(alp);
wid = Number(wid);
if (isNaN(deg)) {
deg = 10;
}
if (isNaN(spd)) {
spd = 10;
}
if (isNaN(alp)) {
alp = 100;
}
if (isNaN(wid)) {
wid = 1;
}
}
function generate() {
clip.clear();
angle = 0;
dist = 200;
speed = (spd / 1000) + 0.9;
x = dist * Math.sin(angle * (Math.PI/180));
y = dist * Math.cos(angle * (Math.PI/180));
clip.moveTo(x, y);
clip.lineStyle(wid, 0, alp);
while (dist > 3) {
dist = dist * speed;
angle = angle + deg;
x = dist * Math.sin(angle * (Math.PI/180));
y = dist * Math.cos(angle * (Math.PI/180));
clip.lineTo(x, y);
}
}
deg = 10;
spd = 50;
alp = 70;
wid = 1;
stop();
this.createEmptyMovieClip("clip", 1);
clip._x = 275;
clip._y = 200;
Instance of Symbol 164 MovieClip in Symbol 345 MovieClip Frame 13
onClipEvent (enterFrame) {
_parent.frame();
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 13
onClipEvent (load) {
game = "Back";
}
on (release) {
stopAllSounds();
_root.toyC.clip.clear();
_root.toyC.gotoAndPlay("list");
}
Symbol 345 MovieClip Frame 14
function ballL(tgt, nmbr) {
tgt.dragging = false;
tgt.nmbr = nmbr;
}
function ballF(tgt) {
if ((tgt.dragging == true) && (_root.drag == tgt.nmbr)) {
tgt._x = _xmouse;
tgt._y = _ymouse;
} else {
if (this["ball" + (tgt.nmbr - 1)]._x != undefined) {
tgt._x = tgt._x - ((tgt._x - this["ball" + (tgt.nmbr - 1)]._x) / 5);
tgt._y = tgt._y - ((tgt._y - this["ball" + (tgt.nmbr - 1)]._y) / 5);
dist = Math.sqrt(Math.pow(tgt._x - this["ball" + (tgt.nmbr - 1)]._x, 2) + Math.pow(tgt._y - this["ball" + (tgt.nmbr - 1)]._y, 2));
if (dist < tgt._width) {
tgt._x = tgt._x + ((tgt._x - this["ball" + (tgt.nmbr - 1)]._x) / 5);
tgt._y = tgt._y + ((tgt._y - this["ball" + (tgt.nmbr - 1)]._y) / 5);
}
}
if (this["ball" + (tgt.nmbr + 1)]._x != undefined) {
tgt._x = tgt._x - ((tgt._x - this["ball" + (tgt.nmbr + 1)]._x) / 5);
tgt._y = tgt._y - ((tgt._y - this["ball" + (tgt.nmbr + 1)]._y) / 5);
dist = Math.sqrt(Math.pow(tgt._x - this["ball" + (tgt.nmbr + 1)]._x, 2) + Math.pow(tgt._y - this["ball" + (tgt.nmbr + 1)]._y, 2));
if (dist < tgt._width) {
tgt._x = tgt._x + ((tgt._x - this["ball" + (tgt.nmbr + 1)]._x) / 5);
tgt._y = tgt._y + ((tgt._y - this["ball" + (tgt.nmbr + 1)]._y) / 5);
}
}
}
}
function ballD(tgt) {
if (tgt.hitTest(_xmouse, _ymouse, true)) {
tgt.dragging = true;
_root.drag = tgt.nmbr;
}
}
function ballU(tgt) {
tgt.dragging = false;
}
_root.drag = 1;
stop();
Instance of Symbol 167 MovieClip "ball1" in Symbol 345 MovieClip Frame 14
onClipEvent (load) {
_parent.ballL(this, 1);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
onClipEvent (mouseDown) {
_parent.ballD(this);
}
onClipEvent (mouseUp) {
_parent.ballU(this);
}
Instance of Symbol 167 MovieClip "ball2" in Symbol 345 MovieClip Frame 14
onClipEvent (load) {
_parent.ballL(this, 2);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
onClipEvent (mouseDown) {
_parent.ballD(this);
}
onClipEvent (mouseUp) {
_parent.ballU(this);
}
Instance of Symbol 167 MovieClip "ball3" in Symbol 345 MovieClip Frame 14
onClipEvent (load) {
_parent.ballL(this, 3);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
onClipEvent (mouseDown) {
_parent.ballD(this);
}
onClipEvent (mouseUp) {
_parent.ballU(this);
}
Instance of Symbol 167 MovieClip "ball4" in Symbol 345 MovieClip Frame 14
onClipEvent (load) {
_parent.ballL(this, 4);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
onClipEvent (mouseDown) {
_parent.ballD(this);
}
onClipEvent (mouseUp) {
_parent.ballU(this);
}
Instance of Symbol 167 MovieClip "ball5" in Symbol 345 MovieClip Frame 14
onClipEvent (load) {
_parent.ballL(this, 5);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
onClipEvent (mouseDown) {
_parent.ballD(this);
}
onClipEvent (mouseUp) {
_parent.ballU(this);
}
Instance of Symbol 167 MovieClip "ball6" in Symbol 345 MovieClip Frame 14
onClipEvent (load) {
_parent.ballL(this, 6);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
onClipEvent (mouseDown) {
_parent.ballD(this);
}
onClipEvent (mouseUp) {
_parent.ballU(this);
}
Instance of Symbol 167 MovieClip "ball7" in Symbol 345 MovieClip Frame 14
onClipEvent (load) {
_parent.ballL(this, 7);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
onClipEvent (mouseDown) {
_parent.ballD(this);
}
onClipEvent (mouseUp) {
_parent.ballU(this);
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 14
onClipEvent (load) {
game = "Back";
}
on (release) {
stopAllSounds();
removeMovieClip(clip);
_root.toyC.gotoAndPlay("list");
}
Symbol 345 MovieClip Frame 15
alp = 100;
wid = 1;
stop();
this.createEmptyMovieClip("clip", 1);
clip._x = 0;
clip._y = 0;
clip.lineStyle(wid, 0, 0);
Instance of Symbol 164 MovieClip in Symbol 345 MovieClip Frame 15
onClipEvent (enterFrame) {
_parent.frame();
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 15
onClipEvent (load) {
game = "Erase";
}
on (release) {
_root.toyC.clip.clear();
}
Instance of Symbol 171 MovieClip "pen" in Symbol 345 MovieClip Frame 15
onClipEvent (load) {
drawing = false;
this.swapDepths(2);
}
onClipEvent (enterFrame) {
_x = _parent._xmouse;
_y = _parent._ymouse;
if (_parent._currentframe == 1) {
removeMovieClip(this);
}
if (drawing == false) {
_parent.clip.moveTo(_x, _y);
} else {
_parent.clip.lineStyle(3, 0, 100);
_parent.clip.lineTo(_x, _y);
}
}
onClipEvent (mouseDown) {
drawing = true;
}
onClipEvent (mouseUp) {
drawing = false;
}
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 15
onClipEvent (load) {
game = "Back";
}
on (release) {
stopAllSounds();
_root.toyC.clip.clear();
_root.toyC.gotoAndPlay("list");
_root.toyC.removeMovieClip(pen);
}
Symbol 345 MovieClip Frame 16
stop();
Instance of Symbol 29 MovieClip in Symbol 345 MovieClip Frame 16
onClipEvent (load) {
game = "Back";
}
on (release) {
stopAllSounds();
_root.toyC.gotoAndPlay("list");
}
Instance of Symbol 190 MovieClip in Symbol 345 MovieClip Frame 16
onClipEvent (load) {
frict = 0.6;
xfrict = 0.7;
grav = 1;
dragging = false;
yspeed = 0;
xspeed = 0;
oldx = 0;
oldy = 0;
rad = _width / 2;
}
onClipEvent (enterFrame) {
if (!dragging) {
_y = (_y + yspeed);
_x = (_x + xspeed);
yspeed = yspeed + grav;
_rotation = (_rotation + xspeed);
if (_y > (400 - rad)) {
if (Math.abs(yspeed) < 7) {
frict = 0.3;
}
if (Math.abs(yspeed) < 5) {
frict = 0.2;
}
if (Math.abs(yspeed) < 2) {
frict = 0.1;
}
yspeed = yspeed * (-1 * frict);
xspeed = xspeed * 0.9;
_y = (400 - rad);
if (Math.abs(yspeed) < 1) {
yspeed = 0;
}
}
if (Math.abs(xspeed) < 0.5) {
xspeed = 0;
}
if (_x < rad) {
xspeed = xspeed * (-1 * xfrict);
_x = rad;
}
if (_x > (550 - rad)) {
xspeed = xspeed * (-1 * xfrict);
_x = (550 - rad);
}
} else {
oldx = _x;
oldy = _y;
_x = _parent._xmouse;
_y = _parent._ymouse;
}
}
onClipEvent (mouseDown) {
if (hitTest(_parent._xmouse, _parent._ymouse, true)) {
dragging = true;
frict = 0.7;
xfrict = 0.7;
}
}
onClipEvent (mouseUp) {
if (dragging) {
dragging = false;
xspeed = (_x - oldx) / 4;
yspeed = (_y - oldy) / 4;
}
}
Symbol 345 MovieClip Frame 17
stop();
Instance of Symbol 194 MovieClip in Symbol 345 MovieClip Frame 17
on (release) {
play();
}
Instance of Symbol 196 MovieClip in Symbol 345 MovieClip Frame 17
on (release) {
play();
}
Instance of Symbol 190 MovieClip in Symbol 345 MovieClip Frame 17
on (release) {
play();
}
Instance of Symbol 198 MovieClip in Symbol 345 MovieClip Frame 17
on (release) {
play();
}
Symbol 345 MovieClip Frame 18
stop();
Symbol 345 MovieClip Frame 19
stop();
Instance of Symbol 87 MovieClip in Symbol 345 MovieClip Frame 19
onClipEvent (load) {
speed = 0;
accel = 1;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
if (Key.isDown(37)) {
speed = speed - accel;
}
if (Key.isDown(39)) {
speed = speed + accel;
}
speed = speed * 0.98;
}
Symbol 345 MovieClip Frame 20
stop();
Symbol 345 MovieClip Frame 21
stop();
Symbol 348 MovieClip Frame 2
stop();
Symbol 361 MovieClip Frame 1
stop();
Symbol 361 MovieClip Frame 10
stop();
_parent.ball.go = 1;
Symbol 367 MovieClip Frame 1
stop();
Instance of Symbol 364 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
speed = -1;
}
onClipEvent (enterFrame) {
i = 6;
while (i >= 0) {
_rotation = (_rotation + speed);
if (_rotation <= -90) {
_rotation = -90;
speed = 1;
}
if (_rotation >= 0) {
_rotation = 0;
speed = -1;
}
i--;
}
}
onClipEvent (mouseDown) {
_parent.angle = _rotation;
_parent.play();
}
Symbol 367 MovieClip Frame 2
stop();
Instance of Symbol 366 MovieClip in Symbol 367 MovieClip Frame 2
onClipEvent (load) {
speed = -1;
_xscale = 0;
}
onClipEvent (enterFrame) {
i = 4;
while (i >= 0) {
_xscale = (_xscale + speed);
if (_xscale <= 0) {
_xscale = 0;
speed = 1;
}
if (_xscale >= 100) {
_xscale = 100;
speed = -1;
}
i--;
}
}
onClipEvent (mouseDown) {
_parent.power = _xscale / 2;
_parent.play();
}
Symbol 367 MovieClip Frame 3
stop();
_parent.cata.play();
Symbol 372 Button
on (release) {
_parent._parent.gotoAndPlay("start");
}
Symbol 374 MovieClip Frame 1
stop();
Symbol 374 MovieClip Frame 15
stop();
Instance of Symbol 44 MovieClip in Symbol 374 MovieClip Frame 15
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent._parent.score >= 425) && (_root.pos.data.g4 == false)) {
_root.pos.data.g4 = true;
gotoAndStop ("unlocked");
}
txt = "Hit a Gopher Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 374 MovieClip Frame 15
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent._parent.score == 0) && (_root.pos.data.g3 == false)) {
_root.pos.data.g3 = true;
gotoAndStop ("unlocked");
}
txt = "Sparkler Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 374 MovieClip Frame 15
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent._parent.score >= 489) && (_root.pos.data.g4 == false)) {
_root.pos.data.g4 = true;
gotoAndStop ("unlocked");
}
txt = "Frizzies Unlocked!";
}
Symbol 375 MovieClip Frame 1
function ballL(tgt) {
tgt.frict = 0.6;
tgt.xfrict = 0.7;
tgt.grav = 1;
tgt.go = 0;
tgt.rad = tgt._width / 2;
}
function ballF(tgt) {
if (tgt.go == 0) {
tgt._x = 1000;
}
if (tgt.go == 1) {
tgt.ang = marker.angle + 90;
tgt.speed = marker.power;
tgt.xspeed = tgt.speed * Math.sin(tgt.ang * (Math.PI/180));
tgt.yspeed = (-1 * tgt.speed) * Math.cos(tgt.ang * (Math.PI/180));
tgt._x = cata._x;
tgt._y = cata._y;
tgt.go = 2;
}
if (tgt.go == 2) {
tgt._y = tgt._y + tgt.yspeed;
tgt._x = tgt._x + tgt.xspeed;
score = score + (tgt.xspeed / 10);
tgt.yspeed = tgt.yspeed + tgt.grav;
tgt._rotation = tgt._rotation + tgt.xspeed;
if (tgt._x >= 275) {
tgt._x = 275;
speed = tgt.xspeed;
}
if (tgt._y > (215.5 - tgt.rad)) {
sfx1.setVolume(Math.abs(tgt.yspeed * 8));
sfx1.start();
if (Math.abs(tgt.yspeed) < 5) {
tgt.frict = 0.3;
}
if (Math.abs(tgt.yspeed) < 3) {
tgt.frict = 0.2;
}
if (Math.abs(tgt.yspeed) < 2) {
tgt.frict = 0.1;
}
tgt.yspeed = tgt.yspeed * (-1 * tgt.frict);
tgt.xspeed = tgt.xspeed * tgt.xfrict;
tgt._y = 215.5 - tgt.rad;
if (Math.abs(tgt.yspeed) < 1) {
tgt.yspeed = 0;
}
if ((Math.abs(tgt.yspeed) == 0) && (Math.abs(tgt.xspeed) == 0)) {
score = Math.round(score);
tgt.go = 3;
losebox.play();
}
}
if (Math.abs(tgt.xspeed) < 0.5) {
tgt.xspeed = 0;
}
}
}
speed = 0;
score = 0;
sfx1 = new Sound(sfx);
sfx1.attachSound("paddle");
stop();
Instance of Symbol 354 MovieClip in Symbol 375 MovieClip Frame 1
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + (_parent.speed * 2.5);
if (cF > 250) {
cF = cF - 250;
}
gotoAndStop(Math.round(cF));
}
Symbol 375 MovieClip Frame 2
stop();
Instance of Symbol 361 MovieClip "cata" in Symbol 375 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (_x - _parent.speed);
if (_x < -400) {
_x = -400;
}
}
Instance of Symbol 360 MovieClip "ball" in Symbol 375 MovieClip Frame 2
onClipEvent (load) {
_parent.ballL(this);
}
onClipEvent (enterFrame) {
_parent.ballF(this);
}
Symbol 377 MovieClip Frame 2
stop();
Symbol 379 MovieClip Frame 2
stop();
Instance of Symbol 387 MovieClip "are" in Symbol 391 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 400 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 402 MovieClip Frame 1
speed = 0;
stop();
Instance of Symbol 383 MovieClip in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + _parent.speed;
if (cF > 100) {
cF = cF - 100;
}
gotoAndStop(Math.round(cF));
}
Symbol 402 MovieClip Frame 2
speed = 3;
score = 0;
stop();
Instance of Symbol 391 MovieClip "car" in Symbol 402 MovieClip Frame 2
onClipEvent (load) {
x1 = 100;
x2 = 200;
x3 = 300;
_x = x2;
x = _x;
speed = 50;
l = false;
r = false;
}
onClipEvent (enterFrame) {
if (x < x1) {
x = x1;
}
if (x > x3) {
x = x3;
}
if (_x < x) {
_x = (_x + speed);
}
if (_x > x) {
_x = (_x - speed);
}
if (Key.isDown(37) && (!l)) {
x = x - 100;
l = true;
}
if (Key.isDown(39) && (!r)) {
x = x + 100;
r = true;
}
if (!Key.isDown(37)) {
l = false;
}
if (!Key.isDown(39)) {
r = false;
}
if (_y > 500) {
_parent.play();
}
}
Instance of Symbol 396 MovieClip "enm2" in Symbol 402 MovieClip Frame 2
onClipEvent (load) {
pos = 3;
_y = -100;
}
onClipEvent (enterFrame) {
if (pos == 1) {
_x = 100;
}
if (pos == 2) {
_x = 200;
}
if (pos == 3) {
_x = 300;
}
_y = (_y + (_parent.speed + 5));
if (hitTest(_parent.car.are)) {
_parent.car._y = _parent.car._y + (_parent.speed + 5);
_parent.car.speed = 0;
_parent.car._x = pos * 100;
}
if (_y > 550) {
_y = -100;
pos = random(3) + 1;
}
}
Instance of Symbol 396 MovieClip "enm1" in Symbol 402 MovieClip Frame 2
onClipEvent (load) {
pos = 1;
_y = -100;
}
onClipEvent (enterFrame) {
if (pos == 1) {
_x = 100;
}
if (pos == 2) {
_x = 200;
}
if (pos == 3) {
_x = 300;
}
_y = (_y + (_parent.speed + 5));
if (hitTest(_parent.car.are)) {
_parent.car._y = _parent.car._y + (_parent.speed + 5);
_parent.car.speed = 0;
_parent.car._x = pos * 100;
}
if (_y > 550) {
_y = -100;
if (_parent.enm2.pos == pos) {
_parent.score = _parent.score + 1;
} else {
_parent.score = _parent.score + 2;
}
pos = random(3) + 1;
_parent.speed = _parent.speed + 0.5;
}
}
Symbol 402 MovieClip Frame 3
stop();
speed = 0;
Instance of Symbol 383 MovieClip in Symbol 402 MovieClip Frame 3
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + _parent.speed;
if (cF > 100) {
cF = cF - 100;
}
gotoAndStop(Math.round(cF));
}
Instance of Symbol 44 MovieClip in Symbol 402 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent.score >= 35) && (_root.pos.data.g3 == false)) {
_root.pos.data.g3 = true;
gotoAndStop ("unlocked");
}
txt = "-game- Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 402 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 60) && (_root.pos.data.g6 == false)) {
_root.pos.data.g6 = true;
gotoAndStop ("unlocked");
}
txt = "Fun Tube Unlocked!";
}
Symbol 404 MovieClip Frame 2
stop();
Symbol 408 Button
on (release) {
Mouse.show();
_root.gotoAndPlay("menu");
}
Symbol 414 MovieClip Frame 1
stop();
Symbol 430 MovieClip Frame 1
stop();
Instance of Symbol 417 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 433 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 438 MovieClip Frame 1
stop();
Instance of Symbol 414 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = _parent._xmouse;
_y = _parent._ymouse;
}
onClipEvent (mouseDown) {
play();
}
Symbol 438 MovieClip Frame 2
function holeL(tgt) {
tgt.useHandCursor = false;
}
function holeF(tgt) {
tgt.xx = random(100);
if ((tgt.xx == 0) && (tgt._currentframe == 1)) {
tgt.play();
gophers = gophers + 1;
}
}
function holeP(tgt) {
if ((tgt._currentframe != 1) && (tgt._currentframe < 65)) {
tgt.gotoAndPlay(65);
score = score + 1;
hit.start();
}
}
gophers = 0;
score = 0;
time = 480;
hit = new Sound(this);
hit.attachSound("goph");
stop();
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 430 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (load) {
_parent.holeL(this);
}
onClipEvent (enterFrame) {
_parent.holeF(this);
}
on (press) {
_parent.holeP(this);
}
Instance of Symbol 432 MovieClip in Symbol 438 MovieClip Frame 2
onClipEvent (enterFrame) {
_parent.time = _parent.time - 1;
if (_parent.time < 0) {
_parent.play();
}
}
Symbol 438 MovieClip Frame 3
stop();
perc = (Math.round((score / gophers) * 10000) / 100) + "%";
score = score * 100;
Instance of Symbol 44 MovieClip in Symbol 438 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent.score >= 1500) && (_root.pos.data.g5 == false)) {
_root.pos.data.g5 = true;
gotoAndStop ("unlocked");
}
txt = "Cube Crusher Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 438 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.perc >= 80) && (_root.pos.data.g7 == false)) {
_root.pos.data.g7 = true;
gotoAndStop ("unlocked");
}
txt = "Clock Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 438 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 2400) && (_root.pos.data.g8 == false)) {
_root.pos.data.g8 = true;
gotoAndStop ("unlocked");
}
txt = "Button Unlocked!";
}
Instance of Symbol 414 MovieClip in Symbol 438 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = _parent._xmouse;
_y = _parent._ymouse;
}
onClipEvent (mouseDown) {
play();
}
Symbol 440 MovieClip Frame 2
stop();
Symbol 462 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 10
_parent.play();
Symbol 472 MovieClip Frame 1
stop();
Symbol 472 MovieClip Frame 25
removeMovieClip(this);
Symbol 474 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 477 MovieClip Frame 1
stop();
Instance of Symbol 458 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (load) {
this.swapDepths(999999);
}
Symbol 477 MovieClip Frame 2
lvl = 1;
dup = 35;
score = 0;
stop();
Instance of Symbol 465 MovieClip "turret" in Symbol 477 MovieClip Frame 2
onClipEvent (load) {
speed = 3;
this.swapDepths(999998);
}
onClipEvent (enterFrame) {
if (_parent._currentframe != 2) {
removeMovieClip(this);
}
if (Key.isDown(16)) {
speed = 20;
} else {
speed = 7;
}
if (Key.isDown(37) && (lazer._currentframe == 1)) {
_rotation = (_rotation - speed);
}
if (Key.isDown(39) && (lazer._currentframe == 1)) {
_rotation = (_rotation + speed);
}
if (Key.isDown(32) && (lazer._currentframe == 1)) {
lazer.play();
}
}
Instance of Symbol 472 MovieClip "stick" in Symbol 477 MovieClip Frame 2
onClipEvent (load) {
if (_name != "stick") {
zz = random(4);
if (zz == 0) {
_y = -10;
_x = random(400);
}
if (zz == 1) {
_y = 410;
_x = random(400);
}
if (zz == 2) {
_x = -10;
_y = random(400);
}
if (zz == 3) {
_x = 410;
_y = random(400);
}
speed = ((Math.random() * _parent.lvl) / 2) + 0.1;
dir = (Math.atan2(_x - 200, _y - 200) / (Math.PI/180)) * -1;
_rotation = dir;
xspeed = speed * Math.sin(dir * (Math.PI/180));
yspeed = speed * Math.cos(dir * (Math.PI/180));
} else {
nmbr = 1;
}
}
onClipEvent (enterFrame) {
if (_name != "stick") {
if (_parent._currentframe != 2) {
removeMovieClip(this);
}
_x = (_x + xspeed);
_y = (_y - yspeed);
dist = Math.pow(_x - 200, 2) + Math.pow(_y - 200, 2);
if ((_parent.turret.lazer.hitTest(_x + _parent._x, _y + _parent._y, true) && (_parent.turret.lazer._currentframe != 1)) && (_currentframe == 1)) {
play();
xspeed = 0;
yspeed = 0;
_parent.score = _parent.score + 1;
}
if (dist < 1751.4225) {
xspeed = 0;
yspeed = 0;
_parent.turret.play();
}
} else {
zz = random(_parent.dup);
if (zz == 0) {
duplicateMovieClip (this, "x" + nmbr, nmbr);
nmbr++;
}
}
}
Instance of Symbol 258 MovieClip in Symbol 477 MovieClip Frame 2
onClipEvent (load) {
nextlvl = 10;
up = 10;
}
onClipEvent (enterFrame) {
if (_parent.score >= nextlvl) {
_parent.lvl = _parent.lvl + 0.3;
if (_parent.lvl > 10) {
_parent.lvl = 10;
}
nextlvl = nextlvl + up;
up = up + 10;
}
}
onClipEvent (load) {
nextlvl2 = 3;
up2 = 3;
}
onClipEvent (enterFrame) {
if (_parent.score >= nextlvl2) {
_parent.dup = _parent.dup - 1;
if (_parent.dup < 5) {
_parent.dup = 5;
}
nextlvl2 = nextlvl2 + up2;
up2 = up2 + 3;
}
}
Symbol 477 MovieClip Frame 3
stop();
Instance of Symbol 44 MovieClip in Symbol 477 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent.score >= 100) && (_root.pos.data.g7 == false)) {
_root.pos.data.g7 = true;
gotoAndStop ("unlocked");
}
txt = "Magnetism Mini Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 477 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score == 2) && (_root.pos.data.g9 == false)) {
_root.pos.data.g9 = true;
gotoAndStop ("unlocked");
}
txt = "Superball Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 477 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 150) && (_root.pos.data.g10 == false)) {
_root.pos.data.g10 = true;
gotoAndStop ("unlocked");
}
txt = "Sparks Unlocked!";
}
Symbol 479 MovieClip Frame 2
stop();
Instance of Symbol 489 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 489 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Symbol 497 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 498 MovieClip Frame 1
stop();
Instance of Symbol 484 MovieClip in Symbol 498 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 498 MovieClip Frame 2
function pformF(tgt) {
tgt._y = tgt._y - speed;
if (tgt._y < -25) {
tgt._y = 400;
tgt._x = random(454);
score = score + 1;
}
if (tgt.hitTest(ball._x, ball._y + ball.rad, true) || (tgt.hitTest(ball._x, ball._y, true))) {
ball._y = tgt._y - ball.rad;
}
}
speed = 5;
score = 0;
stop();
Instance of Symbol 484 MovieClip in Symbol 498 MovieClip Frame 2
onClipEvent (load) {
stop();
cF = 1;
}
onClipEvent (enterFrame) {
cF = cF + (_parent.speed / 4);
if (cF > 100) {
cF = cF - 100;
}
gotoAndStop(Math.round(cF));
}
Instance of Symbol 490 MovieClip in Symbol 498 MovieClip Frame 2
onClipEvent (load) {
_parent.pformL(this);
}
onClipEvent (enterFrame) {
_parent.pformF(this);
}
Instance of Symbol 490 MovieClip in Symbol 498 MovieClip Frame 2
onClipEvent (load) {
_parent.pformL(this);
}
onClipEvent (enterFrame) {
_parent.pformF(this);
}
Instance of Symbol 490 MovieClip in Symbol 498 MovieClip Frame 2
onClipEvent (load) {
_parent.pformL(this);
}
onClipEvent (enterFrame) {
_parent.pformF(this);
}
Instance of Symbol 490 MovieClip in Symbol 498 MovieClip Frame 2
onClipEvent (load) {
_parent.pformL(this);
}
onClipEvent (enterFrame) {
_parent.pformF(this);
}
Instance of Symbol 258 MovieClip in Symbol 498 MovieClip Frame 2
onClipEvent (load) {
nextlvl = 10;
up = 10;
}
onClipEvent (enterFrame) {
if (_parent.score >= nextlvl) {
_parent.speed = _parent.speed + 1;
if (_parent.speed > 14) {
_parent.speed = 14;
}
nextlvl = nextlvl + up;
up = up + 5;
}
}
Instance of Symbol 492 MovieClip "ball" in Symbol 498 MovieClip Frame 2
onClipEvent (load) {
speed = 20;
rad = _width / 2;
yspeed = 5;
}
onClipEvent (enterFrame) {
_y = (_y + yspeed);
if (Key.isDown(37)) {
_x = (_x - speed);
_rotation = (_rotation - speed);
}
if (Key.isDown(39)) {
_x = (_x + speed);
_rotation = (_rotation + speed);
}
if (_x < rad) {
_x = rad;
}
if (_x > (550 - rad)) {
_x = (550 - rad);
}
if (_y > (400 - rad)) {
_y = (400 - rad);
}
if (_y < (-rad)) {
_parent.play();
}
}
Symbol 498 MovieClip Frame 3
speed = 0;
stop();
Instance of Symbol 484 MovieClip in Symbol 498 MovieClip Frame 3
onClipEvent (load) {
stop();
}
Instance of Symbol 44 MovieClip in Symbol 498 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent.score >= 80) && (_root.pos.data.g8 == false)) {
_root.pos.data.g8 = true;
gotoAndStop ("unlocked");
}
txt = "Keep-it-Up Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 498 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score == 0) && (_root.pos.data.g11 == false)) {
_root.pos.data.g11 = true;
gotoAndStop ("unlocked");
}
txt = "Google Eyes Unlocked!";
}
Symbol 500 MovieClip Frame 2
stop();
Symbol 518 MovieClip Frame 1
stop();
Symbol 518 MovieClip Frame 2
stop();
Symbol 521 MovieClip Frame 1
r = random(4);
ani.ani._rotation = r * 90;
xx = random(10);
if (xx == 0) {
ani.gotoAndStop(2);
} else {
ani.gotoAndStop(1);
}
_parent.bar = _parent.timer;
Symbol 521 MovieClip Frame 12
stop();
_parent.bar = _parent.timer;
Symbol 521 MovieClip Frame 13
gotoAndPlay (1);
Symbol 521 MovieClip Frame 14
play();
Symbol 521 MovieClip Frame 36
_parent.play();
Symbol 526 MovieClip Frame 1
stop();
Symbol 526 MovieClip Frame 3
_parent.box.play();
_parent.score = _parent.score + 1;
Symbol 526 MovieClip Frame 7
gotoAndStop (1);
Symbol 526 MovieClip Frame 73
_parent.play();
Symbol 530 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 531 MovieClip Frame 1
stop();
Symbol 531 MovieClip Frame 2
function checkCrush() {
if (Key.isDown(37)) {
if ((box.ani.ani._rotation == 180) && (box.ani._currentframe == 1)) {
crush.play();
} else if ((box.ani.ani._rotation == 0) && (box.ani._currentframe == 2)) {
crush.play();
} else {
crush.gotoAndPlay("dead");
}
}
if (Key.isDown(39)) {
if ((box.ani.ani._rotation == 0) && (box.ani._currentframe == 1)) {
crush.play();
} else if ((box.ani.ani._rotation == 180) && (box.ani._currentframe == 2)) {
crush.play();
} else {
crush.gotoAndPlay("dead");
}
}
if (Key.isDown(38)) {
if ((box.ani.ani._rotation == -90) && (box.ani._currentframe == 1)) {
crush.play();
} else if ((box.ani.ani._rotation == 90) && (box.ani._currentframe == 2)) {
crush.play();
} else {
crush.gotoAndPlay("dead");
}
}
if (Key.isDown(40)) {
if ((box.ani.ani._rotation == 90) && (box.ani._currentframe == 1)) {
crush.play();
} else if ((box.ani.ani._rotation == -90) && (box.ani._currentframe == 2)) {
crush.play();
} else {
crush.gotoAndPlay("dead");
}
}
}
score = 0;
timer = 48;
bar = 48;
stop();
Instance of Symbol 510 MovieClip in Symbol 531 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((_parent.bar > 0) && (_parent.box._currentframe == 12)) && (_parent.crush._currentframe == 1)) {
_parent.bar = _parent.bar - 1;
}
_xscale = ((_parent.bar / _parent.timer) * 100);
if ((_parent.bar <= 0) && (_parent.box._currentframe == 12)) {
_parent.box.gotoAndPlay("dead");
}
}
Instance of Symbol 258 MovieClip in Symbol 531 MovieClip Frame 2
onClipEvent (load) {
nextlvl = 1;
up = 2;
}
onClipEvent (enterFrame) {
if (_parent.score >= nextlvl) {
_parent.timer = _parent.timer - 1;
if (_parent.timer < 10) {
_parent.timer = 10;
}
nextlvl = nextlvl + up;
}
}
Instance of Symbol 526 MovieClip "crush" in Symbol 531 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_parent.box._currentframe == 12) && (_currentframe == 1)) {
_parent.checkCrush();
}
}
Symbol 531 MovieClip Frame 3
stop();
Instance of Symbol 44 MovieClip in Symbol 531 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent.score >= 50) && (_root.pos.data.g9 == false)) {
_root.pos.data.g9 = true;
gotoAndStop ("unlocked");
}
txt = "Stop the Clock Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 531 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score == 1) && (_root.pos.data.g12 == false)) {
_root.pos.data.g12 = true;
gotoAndStop ("unlocked");
}
txt = "Spiral Generator Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 531 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 75) && (_root.pos.data.g13 == false)) {
_root.pos.data.g13 = true;
gotoAndStop ("unlocked");
}
txt = "Chain Thingy Unlocked!";
}
Symbol 533 MovieClip Frame 2
stop();
Symbol 536 MovieClip Frame 1
stop();
Instance of Symbol 541 MovieClip "top" in Symbol 546 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 541 MovieClip "bottom" in Symbol 546 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 541 MovieClip "left" in Symbol 546 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 541 MovieClip "right" in Symbol 546 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 541 MovieClip "right" in Symbol 547 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 541 MovieClip "left" in Symbol 547 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 541 MovieClip "top" in Symbol 547 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 541 MovieClip "bottom" in Symbol 547 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 549 MovieClip in Symbol 550 MovieClip Frame 1
onClipEvent (enterFrame) {
_parent._parent.gShift("right");
}
Instance of Symbol 549 MovieClip in Symbol 550 MovieClip Frame 58
onClipEvent (enterFrame) {
_parent._parent.gShift("norm");
}
Instance of Symbol 549 MovieClip in Symbol 550 MovieClip Frame 117
onClipEvent (enterFrame) {
_parent._parent.gShift("left");
}
Instance of Symbol 549 MovieClip in Symbol 550 MovieClip Frame 176
onClipEvent (enterFrame) {
_parent._parent.gShift("up");
}
Symbol 560 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 20
_parent.play();
Symbol 563 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 565 MovieClip Frame 1
stop();
function claw(tgt) {
if (meteor.enam == 0) {
tgt.gotoAndStop(1);
} else {
tgt.gotoAndStop(2);
}
}
function wallL(tgt) {
tgt.hit = false;
}
function pLoad(tgt, val, reach, ar) {
tgt.mass = tgt._width * val;
tgt.movableing = false;
if (reach == 0) {
tgt.reach = tgt._width * 2;
} else {
tgt.reach = reach;
}
tgt.pole = ar;
tgt.dead = false;
}
function planet(tgt) {
if (meteor.enam == 1) {
tgt.xdiff = meteor._x - tgt._x;
tgt.ydiff = meteor._y - tgt._y;
tgt.deg_diff = Math.atan2(tgt.ydiff, tgt.xdiff);
tgt.radius = Math.sqrt(Math.pow(tgt.xdiff, 2) + Math.pow(tgt.ydiff, 2));
tgt.force_div_mass = k_constant * (tgt.mass / Math.pow(tgt.radius, 2));
tgt.x_ac = tgt.force_div_mass * Math.cos(tgt.deg_diff);
tgt.y_ac = tgt.force_div_mass * Math.sin(tgt.deg_diff);
tgt.dead = false;
if (tgt.radius < tgt.reach) {
meteor.x_velocity = meteor.x_velocity - (tgt.pole * tgt.x_ac);
meteor.y_velocity = meteor.y_velocity - (tgt.pole * tgt.y_ac);
}
if (tgt.radius <= ((tgt._width / 2) + (meteor._width / 2))) {
if (tgt.pole > 0) {
meteor.y_velocity = 0;
meteor.x_velocity = 0;
meteor.enam = 2;
meteor.play();
clank.start();
tgt.dead = true;
tgt.backangle = (Math.atan2(tgt._y - meteor._y, tgt._x - meteor._x) / (Math.PI/180)) + 270;
meteor._x = tgt._x + (((tgt._width / 2) + (meteor._width / 2)) * Math.sin(((tgt.backangle - 180) * -1) * (Math.PI/180)));
meteor._y = tgt._y + (((tgt._width / 2) + (meteor._width / 2)) * Math.cos(((tgt.backangle - 180) * -1) * (Math.PI/180)));
} else {
backangle = (Math.atan2(tgt._y - meteor._y, tgt._x - meteor._x) / (Math.PI/180)) + 270;
xv = meteor.x_velocity;
yv = meteor.y_velocity;
newspeed = Math.sqrt(Math.pow(xv, 2) + Math.pow(yv, 2));
meteor.x_velocity = newspeed * Math.sin(((backangle - 180) * -1) * (Math.PI/180));
meteor.y_velocity = newspeed * Math.cos(((backangle - 180) * -1) * (Math.PI/180));
meteor._x = tgt._x + (((tgt._width / 2) + (meteor._width / 2)) * Math.sin(((backangle - 180) * -1) * (Math.PI/180)));
meteor._y = tgt._y + (((tgt._width / 2) + (meteor._width / 2)) * Math.cos(((backangle - 180) * -1) * (Math.PI/180)));
}
}
}
}
function mLoad(tgt) {
tgt.x_velocity = 0;
tgt.y_velocity = 0;
tgt.enam = 0;
tgt._x = clawS._x;
tgt._y = clawS._y;
tgt.x = tgt._x;
tgt.y = tgt._y;
tgt.grav = 0.5;
tgt.speed = 5;
tgt.keydown = false;
if (((Key.isDown(37) || (Key.isDown(39))) || (Key.isDown(38))) || (Key.isDown(40))) {
tgt.keydown = true;
}
}
function mFrame(tgt) {
oldxspeed = tgt.x_velocity;
oldyspeed = tgt.y_velocity;
oldx = tgt._x;
oldy = tgt._y;
if (tgt.enam == 1) {
if (tgt.x_velocity > 24) {
tgt.x_velocity = 24;
}
if (tgt.y_velocity > 24) {
tgt.y_velocity = 24;
}
if (tgt.x_velocity < -24) {
tgt.x_velocity = -24;
}
if (tgt.y_velocity < -24) {
tgt.y_velocity = -24;
}
tgt._x = tgt._x + tgt.x_velocity;
tgt._y = tgt._y + tgt.y_velocity;
tgt.y_velocity = tgt.y_velocity + tgt.grav;
}
if (tgt.enam == 0) {
tgt.dir = 90;
tgt.dist = 0;
tgt.x_velocity = 0;
tgt.y_velocity = 0;
tgt._x = clawS._x;
tgt._y = clawS._y;
}
if ((((tgt._y > 420) || (tgt._x < -20)) || (tgt._x > 570)) || (tgt._y < -20)) {
tgt.y_velocity = 0;
tgt.x_velocity = 0;
tgt.enam = 2;
tgt.play();
}
if ((Key.isDown(32) && (tgt._currentframe == 1)) && (tgt.enam == 1)) {
_parent.play();
}
if ((((Key.isDown(37) || (Key.isDown(39))) || (Key.isDown(38))) || (Key.isDown(40))) && (tgt.keydown == false)) {
tgt.keydown == true;
if (tgt.enam == 0) {
tgt.dir = 90;
tgt.dist = 0;
tgt.x_velocity = 0;
tgt.y_velocity = 0;
tgt.enam = 1;
}
}
if (!(((Key.isDown(37) || (Key.isDown(39))) || (Key.isDown(38))) || (Key.isDown(40)))) {
tgt.keydown = false;
}
if (Key.isDown(37)) {
tgt.x_velocity = tgt.x_velocity - 1;
}
if (Key.isDown(39)) {
tgt.x_velocity = tgt.x_velocity + 1;
}
if (Key.isDown(38)) {
tgt.y_velocity = tgt.y_velocity - 1;
}
if (Key.isDown(40)) {
tgt.y_velocity = tgt.y_velocity + 1;
}
dropable = true;
}
function goo(tgt) {
if (meteor.enam == 1) {
tgt.xdiff = meteor._x - tgt._x;
tgt.ydiff = meteor._y - tgt._y;
tgt.radius = Math.sqrt(Math.pow(tgt.xdiff, 2) + Math.pow(tgt.ydiff, 2));
if (tgt.radius <= ((tgt._width / 2) + (meteor._width / 2))) {
meteor.y_velocity = 0;
meteor.x_velocity = 0;
meteor.enam = 2;
meteor.play();
sport.start();
tgt.dead = true;
tgt.backangle = (Math.atan2(tgt._y - meteor._y, tgt._x - meteor._x) / (Math.PI/180)) + 270;
meteor._x = tgt._x + (((tgt._width / 2) + (meteor._width / 2)) * Math.sin(((tgt.backangle - 180) * -1) * (Math.PI/180)));
meteor._y = tgt._y + (((tgt._width / 2) + (meteor._width / 2)) * Math.cos(((tgt.backangle - 180) * -1) * (Math.PI/180)));
}
}
}
function movingL(tgt, radius, speed) {
tgt.m_dir = 0;
tgt.m_speed = speed;
tgt.m_rot = radius;
tgt.movableing = true;
while ((360 / tgt.m_rot) != Math.round(360 / tgt.m_rot)) {
tgt.m_rot = tgt.m_rot - 1;
}
tgt.xA = tgt._x;
tgt.yA = tgt._y;
}
function moving(tgt) {
tgt.m_dir = tgt.m_dir + tgt.m_rot;
if (tgt.m_dir >= 180) {
oopp = tgt.m_dir;
tgt.m_dir = -180 + (tgt.m_dir - 180);
}
if (tgt.m_dir <= -180) {
oopp = tgt.m_dir;
tgt.m_dir = 180 - (tgt.m_dir + 180);
}
if ((tgt.m_dir > -0.1) && (tgt.m_dir < 0.1)) {
tgt._x = tgt.xA;
tgt._y = tgt.yA;
}
tgt._x = tgt._x + (tgt.m_speed * Math.sin(tgt.m_dir * (Math.PI/180)));
tgt._y = tgt._y + (tgt.m_speed * Math.cos(tgt.m_dir * (Math.PI/180)));
if ((tgt.dead == true) && (meteor.enam == 2)) {
meteor._x = tgt._x + (((tgt._width / 2) + (meteor._width / 2)) * Math.sin(((tgt.backangle - 180) * -1) * (Math.PI/180)));
meteor._y = tgt._y + (((tgt._width / 2) + (meteor._width / 2)) * Math.cos(((tgt.backangle - 180) * -1) * (Math.PI/180)));
}
}
function gwallF(tgt) {
if (tgt.hitTest(meteor) && (meteor.enam == 1)) {
newX = meteor._x;
newY = meteor._y;
x_velocity2 = meteor.x_velocity;
y_velocity2 = meteor.y_velocity;
if (tgt.top.hitTest(meteor) && (y_velocity2 > 0)) {
newY = tgt._y - ((tgt._height / 2) + (meteor._height / 2));
} else if (tgt.bottom.hitTest(meteor) && (y_velocity2 < 0)) {
newY = tgt._y + ((tgt._height / 2) + (meteor._height / 2));
} else if (tgt.left.hitTest(meteor) && (x_velocity2 > 0)) {
newX = tgt._x - ((tgt._width / 2) + (meteor._width / 2));
} else if (tgt.right.hitTest(meteor) && (x_velocity2 < 0)) {
newX = tgt._x + ((tgt._width / 2) + (meteor._width / 2));
}
meteor._x = newX;
meteor._y = newY;
meteor.y_velocity = 0;
meteor.x_velocity = 0;
meteor.enam = 2;
meteor.play();
sport.start();
tgt.dead = true;
}
}
function gShift(grav) {
if (grav == "up") {
meteor.grav = -0.5;
}
if (grav == "null") {
meteor.grav = 0;
}
if (grav == "left") {
meteor.grav = 0;
meteor.x_velocity = meteor.x_velocity - 0.5;
}
if (grav == "right") {
meteor.grav = 0;
meteor.x_velocity = meteor.x_velocity + 0.5;
}
if (grav == "norm") {
meteor.grav = 0.5;
}
}
stop();
score = 0;
k_constant = 5;
val_1 = 4;
anim = 1;
dropable = true;
mCheck = false;
clank = new Sound(this);
clank.attachSound("clank");
sport = new Sound(this);
sport.attachSound("goo");
oldx = 0;
oldy = 0;
Symbol 565 MovieClip Frame 2
stop();
Instance of Symbol 546 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
_parent.wallL(this);
}
onClipEvent (enterFrame) {
_parent.gwallF(this);
}
Instance of Symbol 546 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
_parent.wallL(this);
}
onClipEvent (enterFrame) {
_parent.gwallF(this);
}
Instance of Symbol 547 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
_parent.wallL(this);
}
onClipEvent (enterFrame) {
_parent.gwallF(this);
}
Instance of Symbol 547 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
_parent.wallL(this);
}
onClipEvent (enterFrame) {
_parent.gwallF(this);
}
Instance of Symbol 552 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
_parent.pLoad(this, 100, 0, -1);
_parent.movingL(this, 3, 3);
}
onClipEvent (enterFrame) {
_parent.planet(this);
_parent.moving(this);
}
Instance of Symbol 552 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
_parent.pLoad(this, 100, 0, 1);
_parent.movingL(this, 2, 5);
}
onClipEvent (enterFrame) {
_parent.planet(this);
_parent.moving(this);
}
Instance of Symbol 556 MovieClip "clawS" in Symbol 565 MovieClip Frame 2
onClipEvent (enterFrame) {
_parent.claw(this);
if ((_currentframe == 2) && (_parent.meteor.enam == 1)) {
_parent.score = _parent.score + 1;
}
}
Instance of Symbol 560 MovieClip "meteor" in Symbol 565 MovieClip Frame 2
onClipEvent (load) {
_parent.mLoad(this);
}
onClipEvent (enterFrame) {
_parent.mFrame(this);
}
Symbol 565 MovieClip Frame 3
stop();
Instance of Symbol 44 MovieClip in Symbol 565 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("gamesave");
if ((_parent.score >= 160) && (_root.pos.data.g10 == false)) {
_root.pos.data.g10 = true;
gotoAndStop ("unlocked");
}
txt = "Lighting Game Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 565 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 400) && (_root.pos.data.g14 == false)) {
_root.pos.data.g14 = true;
gotoAndStop ("unlocked");
}
txt = "Drawing Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 565 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score <= 15) && (_root.pos.data.g15 == false)) {
_root.pos.data.g15 = true;
gotoAndStop ("unlocked");
}
txt = "Pig Unlocked!";
}
Symbol 567 MovieClip Frame 2
stop();
Symbol 578 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 580 MovieClip Frame 1
stop();
Symbol 580 MovieClip Frame 2
score = 0;
stop();
Instance of Symbol 572 MovieClip "paddle" in Symbol 580 MovieClip Frame 2
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
speed = speed - 1;
}
if (Key.isDown(39)) {
speed = speed + 1;
}
if (_x < (_width / 2)) {
_x = (_width / 2);
speed = speed * -1;
}
if (_x > (550 - (_width / 2))) {
_x = (550 - (_width / 2));
speed = speed * -1;
}
speed = speed * 0.95;
_x = (_x + speed);
if (speed > 50) {
speed = 50;
}
if (speed < -50) {
speed = -50;
}
}
Instance of Symbol 574 MovieClip in Symbol 580 MovieClip Frame 2
onClipEvent (load) {
xspeed = 0;
yspeed = 0;
accel = 1;
rad = _width / 2;
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
_y = (_y + yspeed);
yspeed = yspeed + accel;
_rotation = (_rotation + xspeed);
if (hitTest(_parent.paddle)) {
_y = (_parent.paddle._y - (rad + (_parent.paddle._height / 2)));
yspeed = yspeed * -1;
xspeed = 10 * (Math.random() - 0.5);
_parent.score = _parent.score + 1;
}
if (_y < rad) {
_y = rad;
yspeed = yspeed * -1;
}
if (_x < rad) {
_x = rad;
xspeed = xspeed * -1;
}
if (_x > (550 - rad)) {
_x = (550 - rad);
xspeed = xspeed * -1;
}
if (_y > 230) {
_parent.play();
}
}
Symbol 580 MovieClip Frame 3
stop();
Instance of Symbol 44 MovieClip in Symbol 580 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score >= 25) && (_root.pos.data.g16 == false)) {
_root.pos.data.g16 = true;
gotoAndStop ("unlocked");
}
txt = "Explode Stuff Unlocked!";
}
Instance of Symbol 44 MovieClip in Symbol 580 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score == 0) && (_root.pos.data.g17 == false)) {
_root.pos.data.g17 = true;
gotoAndStop ("unlocked");
}
txt = "Seizure Unlocked!";
}
Symbol 582 MovieClip Frame 2
stop();
Symbol 603 Button
on (release) {
xx = go;
if (xx == "wait") {
timer = 0;
go = "timeup";
}
if (xx == "timeup") {
go = "stop";
}
}
Symbol 609 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 610 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 2
stop();
Instance of Symbol 596 MovieClip in Symbol 610 MovieClip Frame 2
onClipEvent (load) {
speed = 5;
toStop = 1000;
_parent.life = 100;
_parent.score = 0;
_parent.timer = 0;
_parent.go = "wait";
}
onClipEvent (enterFrame) {
if (_parent.go == "timeup") {
_parent.timer = _parent.timer + speed;
}
if (_parent.go == "stop") {
if (_parent.timer > 2000) {
} else {
_parent.score = _parent.score + (toStop - Math.abs(toStop - _parent.timer));
}
_parent.life = _parent.life - Math.abs(toStop - _parent.timer);
speed = speed + 1;
_parent.go = "wait";
}
if (_parent.life <= 0) {
_parent.play();
}
}
Symbol 610 MovieClip Frame 3
stop();
Instance of Symbol 44 MovieClip in Symbol 610 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop ("none");
_root.pos = SharedObject.getLocal("toysave");
if ((_parent.score == 1000) && (_root.pos.data.g18 == false)) {
_root.pos.data.g18 = true;
gotoAndStop ("unlocked");
}
txt = "Spinner Unlocked!";
}
Symbol 612 MovieClip Frame 2
stop();
Symbol 614 MovieClip Frame 2
stop();