STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228131
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/19728264?noj=FRM19728264-15DC" width="1" height="1"></div>

Toss Ball.swf

This is the info page for
Flash #74499

(Click the ID number above for more basic data on this flash file.)


Text
Simply try to throw the ball so that
when it stops moving, it remains in
the goal. Land in the center for
extra points.

Goal

Earn points by collecting
these, red ones give you 2
points and blue ones give you
10 points.

Actionscript && design by
Pier-Jean Lizotte

Audio by ParagonX9, Housemasta
and Flashkit.com

Team AtemiS (c) 2007

Highscores by Jean-Denis Boivin

1

Nice try!

You have :

With

shots left

points

Click to proceed

Congratulations!

You advance to level

You have

points

Click to proceed

Too bad...

You have used all
your shots

Click to proceed

v
i
t
e
s
s
e

2

3

4

5

6

7

8

9

10

Awesome!

You have unlocked a
new difficulty level.

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

Thanks for playing

Incredible!

You finally completed
the game!

EasterEggz

name

name

name

name

name

name

name

name

name

name

name

name

name

name

name

name

name

name

name

name

<p align="center"><font face="Arial" size="20" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>-yourname-</b></font></p>

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

locked

total :

Please enter your level code:

ActionScript [AS1/AS2]

Frame 1
function itemfonction1(obj, item) { getURL ("http://team-atemis.com", "blank"); } function itemfonction2(obj, item) { getURL ("http://Armorgames.com", "blank"); } function itemfonction3(obj, item) { stopAllSounds(); _root.shotsleft = 3; _root.menusound.setVolume(50); _root.menusound.start(0, 99); _root.gotoAndStop(3); } Stage.scaleMode = "exactFit"; var lastHighscore = 0; var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); item1 = new ContextMenuItem("Team-AtemiS.com", itemfonction1); myMenu.customItems.push(item1); item2 = new ContextMenuItem("ArmorGames.com", itemfonction2); myMenu.customItems.push(item2); item3 = new ContextMenuItem("Give up", itemfonction3); myMenu.customItems.push(item3); item3.separatorBefore = true; _root.menu = myMenu; _quality = "HIGH"; _root.currentdifficulty = "easy"; _root.easyhighscore = 0; _root.mediumhighscore = 0; _root.hardhighscore = 0; _root.totalhighscore = 0; _root.shotsleft = 3; _root.level = 1; _root.score = 0; _root.resetlevels = true; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.mediumunlocked = false; _root.hardunlocked = false; _root.vitesse = 0; _root.menusound = new Sound(); _root.menusound.attachSound("menu");
Instance of Symbol 15 MovieClip in Frame 1
onClipEvent (load) { this._name = "loading"; }
Frame 2
stop();
Frame 3
stop(); if (_root.sound == undefined) { _root.sound = true; } beep1sound = new Sound(); beep1sound.attachSound("beep1"); clearingarray = new Array(); icecapsound = new Sound(); icecapsound.attachSound("icecap"); wingcapsound = new Sound(); wingcapsound.attachSound("wingcap"); alternateroutesound = new Sound(); alternateroutesound.attachSound("alternateroute");
Frame 4
stop();
Instance of Symbol 60 MovieClip in Frame 4
/* no clip actions */
Instance of Symbol 68 MovieClip in Frame 4
/* no clip actions */
Instance of Symbol 74 MovieClip in Frame 4
/* no clip actions */
Frame 5
stop();
Frame 6
function clear() { i = 0; while (i < 8) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); _root.levelcodedisplay.text = "Level code : 93209"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { _root.cursor.gotoAndStop(1); if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 102 MovieClip in Frame 6
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 68 MovieClip in Frame 6
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 60 MovieClip in Frame 6
/* no clip actions */
Instance of Symbol 146 MovieClip in Frame 6
onClipEvent (load) { this.timer = 0; this._name = "vitesseclip"; this.activated = true; } onClipEvent (enterFrame) { if (this.activated == true) { if (this.timer >= 2) { this.timer = 0; if (_root.grabbed == true) { _root.vitesse = Math.abs(_root.xspeed) + Math.abs(_root.yspeed); } else { _root.vitesse = Math.abs(_root.env.ball.xspeed) + Math.abs(_root.env.ball.yspeed); } _root.vitessedisplay.text = Math.round(_root.vitesse) + " mph"; } else { this.timer++; } } else { _root.vitessedisplay.text = ""; } }
Instance of Symbol 71 MovieClip in Frame 6
onClipEvent (load) { if (_root.shotsleft < 3) { this._alpha = 0; } else { this._alpha = 100; } }
Instance of Symbol 71 MovieClip in Frame 6
onClipEvent (load) { if (_root.shotsleft < 2) { this._alpha = 0; } else { this._alpha = 100; } }
Instance of Symbol 71 MovieClip in Frame 6
onClipEvent (load) { if (_root.shotsleft < 1) { this._alpha = 0; } else { this._alpha = 100; } }
Instance of Symbol 151 MovieClip in Frame 6
onClipEvent (load) { if (_root.sound == false) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } on (rollOver) { this._width = 40; this._height = 40; } on (rollOut) { this._width = 35; this._height = 35; } on (press) { if (_root.sound == true) { stopAllSounds(); _root.sound = false; this.gotoAndStop(2); } else { _root.icecapsound.setVolume(50); _root.icecapsound.start(0, 99); _root.sound = true; this.gotoAndStop(1); } }
Instance of Symbol 153 MovieClip in Frame 6
on (press) { switch (_root._quality) { case "HIGH" : _root._quality = "MEDIUM"; break; case "MEDIUM" : _root._quality = "LOW"; break; case "LOW" : _root._quality = "HIGH"; } }
Frame 7
function clear() { i = 0; while (i < 7) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 2) { _root.gotoAndStop(41); } _root.vitessedisplay._alpha = 100; _root.levelcodedisplay.text = "Level code : 1644"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 164 MovieClip in Frame 7
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 68 MovieClip in Frame 7
/* no clip actions */
Instance of Symbol 60 MovieClip in Frame 7
/* no clip actions */
Instance of Symbol 146 MovieClip in Frame 7
onClipEvent (load) { this.timer = 0; this._name = "vitesseclip"; this.activated = true; } onClipEvent (enterFrame) { if (this.activated == true) { if (this.timer >= 2) { this.timer = 0; if (_root.grabbed == true) { _root.vitesse = Math.abs(_root.xspeed) + Math.abs(_root.yspeed); } else { _root.vitesse = Math.abs(_root.env.ball.xspeed) + Math.abs(_root.env.ball.yspeed); } _root.vitessedisplay.text = Math.round(_root.vitesse) + " mph"; } else { this.timer++; } } else { _root.vitessedisplay.text = ""; } }
Frame 8
function clear() { i = 0; while (i < 13) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 3) { _root.gotoAndStop(41); } _root.vitessedisplay._alpha = 100; _root.levelcodedisplay.text = "Level code : 07313"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 176 MovieClip in Frame 8
onClipEvent (load) { this._name = "env"; }
Frame 9
function clear() { i = 0; while (i < 12) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 4) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 4117"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 192 MovieClip in Frame 9
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 146 MovieClip in Frame 9
onClipEvent (load) { this.timer = 0; this._name = "vitesseclip"; this.activated = true; } onClipEvent (enterFrame) { if (this.activated == true) { if (this.timer >= 2) { this.timer = 0; if (_root.grabbed == true) { _root.vitesse = Math.abs(_root.xspeed) + Math.abs(_root.yspeed); } else { _root.vitesse = Math.abs(_root.env.ball.xspeed) + Math.abs(_root.env.ball.yspeed); } _root.vitessedisplay.text = Math.round(_root.vitesse) + " mph"; } else { this.timer++; } } else { _root.vitessedisplay.text = ""; } }
Frame 10
function clear() { i = 0; while (i < 11) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 5) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 2703"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 220 MovieClip in Frame 10
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 68 MovieClip in Frame 10
/* no clip actions */
Frame 11
function clear() { i = 0; while (i < 9) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 6) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 54127"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 234 MovieClip in Frame 11
onClipEvent (load) { this._name = "env"; }
Frame 12
function clear() { i = 0; while (i < 10) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 7) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 8280"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 254 MovieClip in Frame 12
onClipEvent (load) { this._name = "env"; }
Frame 13
function clear() { i = 0; while (i < 8) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 8) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 139256"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 275 MovieClip in Frame 13
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 68 MovieClip in Frame 13
/* no clip actions */
Frame 14
function clear() { i = 0; while (i < 8) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 9) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 7605235"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 293 MovieClip in Frame 14
onClipEvent (load) { this._name = "env"; }
Frame 15
function clear() { i = 0; while (i < 9) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 10) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 1450"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 315 MovieClip in Frame 15
onClipEvent (load) { this._name = "env"; }
Frame 16
function clear() { i = 0; while (i < 11) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 11) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 1340"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 336 MovieClip in Frame 16
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 68 MovieClip in Frame 16
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Frame 16
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 151 MovieClip in Frame 16
onClipEvent (load) { if (_root.sound == false) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } on (rollOver) { this._width = 40; this._height = 40; } on (rollOut) { this._width = 35; this._height = 35; } on (press) { if (_root.sound == true) { stopAllSounds(); _root.sound = false; this.gotoAndStop(2); } else { _root.wingcapsound.setVolume(50); _root.wingcapsound.start(0, 99); _root.sound = true; this.gotoAndStop(1); } }
Frame 17
function clear() { i = 0; while (i < 6) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 12) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 713705"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 352 MovieClip in Frame 17
onClipEvent (load) { this._name = "env"; }
Frame 18
function clear() { i = 0; while (i < 11) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 13) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 819819"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 367 MovieClip in Frame 18
onClipEvent (load) { this._name = "env"; }
Frame 19
function clear() { i = 0; while (i < 9) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 14) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 20071"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 378 MovieClip in Frame 19
onClipEvent (load) { this._name = "env"; }
Frame 20
function clear() { i = 0; while (i < 10) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 15) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 3995"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 388 MovieClip in Frame 20
onClipEvent (load) { this._name = "env"; }
Frame 21
function clear() { i = 0; while (i < 9) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 16) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 318353"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 396 MovieClip in Frame 21
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 87 MovieClip in Frame 21
onClipEvent (load) { this._name = "element1"; }
Frame 22
function clear() { i = 0; while (i < 11) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 17) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 01021"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 410 MovieClip in Frame 22
onClipEvent (load) { this._name = "env"; }
Frame 23
function clear() { i = 0; while (i < 13) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 18) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 2221845"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 422 MovieClip in Frame 23
onClipEvent (load) { this._name = "env"; }
Frame 24
function clear() { i = 0; while (i < 5) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 19) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 94107"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 430 MovieClip in Frame 24
onClipEvent (load) { this._name = "env"; }
Frame 25
function clear() { i = 0; while (i < 9) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 20) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 2114"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 446 MovieClip in Frame 25
onClipEvent (load) { this._name = "env"; }
Frame 26
function clear() { i = 0; while (i < 11) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 21) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 6252011"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 457 MovieClip in Frame 26
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 151 MovieClip in Frame 26
onClipEvent (load) { if (_root.sound == false) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } on (rollOver) { this._width = 40; this._height = 40; } on (rollOut) { this._width = 35; this._height = 35; } on (press) { if (_root.sound == true) { stopAllSounds(); _root.sound = false; this.gotoAndStop(2); } else { _root.alternateroutesound.setVolume(50); _root.alternateroutesound.start(0, 99); _root.sound = true; this.gotoAndStop(1); } }
Frame 27
function clear() { i = 0; while (i < 12) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 22) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 58850"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 465 MovieClip in Frame 27
onClipEvent (load) { this._name = "env"; }
Frame 28
function clear() { i = 0; while (i < 6) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 23) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 14712"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 473 MovieClip in Frame 28
onClipEvent (load) { this._name = "env"; }
Frame 29
function clear() { i = 0; while (i < 6) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 24) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 369258"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 483 MovieClip in Frame 29
onClipEvent (load) { this._name = "env"; }
Instance of Symbol 68 MovieClip in Frame 29
onClipEvent (load) { this._name = "goal"; }
Frame 30
function clear() { i = 0; while (i < 12) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 25) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 1998"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 495 MovieClip in Frame 30
onClipEvent (load) { this._name = "env"; }
Frame 31
function clear() { i = 0; while (i < 14) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 26) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 31226"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 505 MovieClip in Frame 31
onClipEvent (load) { this._name = "env"; }
Frame 32
function clear() { i = 0; while (i < 9) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 27) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 4212"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 517 MovieClip in Frame 32
onClipEvent (load) { this._name = "env"; }
Frame 33
function clear() { i = 0; while (i < 12) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 28) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 726199"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 527 MovieClip in Frame 33
onClipEvent (load) { this._name = "env"; }
Frame 34
function clear() { i = 0; while (i < 11) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 29) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 10086"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification3._x = 1000; _root.notification3._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 539 MovieClip in Frame 34
onClipEvent (load) { this._name = "env"; }
Frame 35
function clear() { i = 0; while (i < 8) { _root.env[_root.clearingarray[i]]._alpha = 0; _root.env[_root.clearingarray[i]]._x = -2000; i++; } clearInterval(clearingInterval); } function getmouse() { xspeed = -(sourisx - _xmouse); yspeed = -(sourisy - _ymouse); getmouse2(); } function getmouse2() { sourisx = _xmouse; sourisy = _ymouse; } stop(); if (_root.level != 30) { _root.gotoAndStop(41); } _root.levelcodedisplay.text = "Level code : 103945"; _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; _root.notification._x = 1000; _root.notification._y = -1000; _root.notification2._x = 1000; _root.notification2._y = -1000; _root.notification5._x = 1000; _root.notification5._y = -1000; bloop1sound = new Sound(); bloop1sound.attachSound("bloop1"); loadedsound = new Sound(); loadedsound.attachSound("loaded"); clearingInterval = setInterval(clear, 5); mouselistener = new Object(); Mouse.addListener(mouselistener); mouselistener.onMouseUp = function () { if (grabbed == true) { _root.grabbed = false; _root.env.ball.xspeed = _root.xspeed; _root.env.ball.yspeed = -_root.yspeed; } }; clearInterval(mouseInterval); mouseInterval = setInterval(getmouse, 25);
Instance of Symbol 548 MovieClip in Frame 35
onClipEvent (load) { this._name = "env"; }
Frame 36
stop();
Frame 37
stop(); var top_score = 0; var top_nameZXY = ""; var highscore = new XML(); System.security.allowDomain("clubdubeau.com"); highscore.load("http://www.clubdubeau.com/team-atemis/toss_ball/highscore.xml?t=" + new Date().getTime()); highscore.ignoreWhite = true; highscore.onLoad = function (success) { var _local2; var _local3; var _local6; var _local4 = new XML("<?xml version='1.0' encoding='ISO-8859-1' ?><main></main>"); var _local5 = false; var _local7 = new LoadVars(); if (success) { _local2 = 0; while (_local2 < 20) { _local3 = Number(String(_root.highscore.childNodes[0].childNodes[0].childNodes[1].childNodes[0])); _local6 = String(_root.highscore.childNodes[0].childNodes[0].childNodes[0].childNodes[0]); if (((_root.top_score > _local3) && (_root.lastHighscore != _root.top_score)) && (!_local5)) { _local5 = true; _root.lastHighscore = _root.top_score; _local4.childNodes[0].appendChild(new XML(((("<top><name>" + _root.top_nameZXY) + "</name><score>") + _root.top_score) + "</score></top>")); _root["name" + (_local2 + 1)].text = _root.top_nameZXY; _root["score" + (_local2 + 1)].text = _root.top_score; } else { _local4.childNodes[0].appendChild(_root.highscore.childNodes[0].childNodes[0]); _root["name" + (_local2 + 1)].text = _local6; _root["score" + (_local2 + 1)].text = _local3; } _local2++; } if (_local5) { _local7.score = _local4.toString(); _local7.sendAndLoad("http://www.clubdubeau.com/team-atemis/toss_ball/save_highscore.php", _local7, "POST"); } } else { throw new Error("Server not responding ..."); } }; kblistener = new Object(); kblistener.onKeyDown = function () { if (Key.isDown(13)) { _root.top_score = _root.totalhighscore; _root.top_nameZXY = String(_root.name_input.text); _root.highscore.load("http://www.clubdubeau.com/team-atemis/toss_ball/highscore.xml?t=" + new Date().getTime()); } }; Key.addListener(kblistener);
Frame 40
switch (_root.level) { case 1 : _root.gotoAndStop(6); break; case 2 : _root.gotoAndStop(7); break; case 3 : _root.gotoAndStop(8); break; case 4 : _root.gotoAndStop(9); break; case 5 : _root.gotoAndStop(10); break; case 6 : _root.gotoAndStop(11); break; case 7 : _root.gotoAndStop(12); break; case 8 : _root.gotoAndStop(13); break; case 9 : _root.gotoAndStop(14); break; case 10 : _root.gotoAndStop(15); break; case 11 : _root.gotoAndStop(16); break; case 12 : _root.gotoAndStop(17); break; case 13 : _root.gotoAndStop(18); break; case 14 : _root.gotoAndStop(19); break; case 15 : _root.gotoAndStop(20); break; case 16 : _root.gotoAndStop(21); break; case 17 : _root.gotoAndStop(22); break; case 18 : _root.gotoAndStop(23); break; case 19 : _root.gotoAndStop(24); break; case 20 : _root.gotoAndStop(25); break; case 21 : _root.gotoAndStop(26); break; case 22 : _root.gotoAndStop(27); break; case 23 : _root.gotoAndStop(28); break; case 24 : _root.gotoAndStop(29); break; case 25 : _root.gotoAndStop(30); break; case 26 : _root.gotoAndStop(31); break; case 27 : _root.gotoAndStop(32); break; case 28 : _root.gotoAndStop(33); break; case 29 : _root.gotoAndStop(34); break; case 30 : _root.gotoAndStop(35); }
Frame 41
stop(); if (_root.currentdifficulty == "easy") { if (_root.score > _root.easyhighscore) { _root.easyhighscore = _root.score; } } if (_root.currentdifficulty == "medium") { if (_root.score > _root.mediumhighscore) { _root.mediumhighscore = _root.score; } } if (_root.currentdifficulty == "hard") { if (_root.score > _root.hardhighscore) { _root.hardhighscore = _root.score; } } _root.score = 0; if (_root.easyhighscore != 0) { _root.easyhighscoredisplay.text = _root.easyhighscore; } if (_root.mediumhighscore != 0) { _root.mediumhighscoredisplay.text = _root.mediumhighscore; } if (_root.hardhighscore != 0) { _root.hardhighscoredisplay.text = _root.hardhighscore; } if (((_root.easyhighscore + _root.mediumhighscore) + _root.hardhighscore) > _root.totalhighscore) { _root.totalhighscore = (_root.easyhighscore + _root.mediumhighscore) + _root.hardhighscore; } if (_root.totalhighscore != 0) { _root.totalhighscoredisplay.text = _root.totalhighscore; _root.mottotalhighscore._alpha = 100; } else { _root.mottotalhighscore._alpha = 0; }
Instance of Symbol 648 MovieClip "lockedsign" in Frame 41
/* no clip actions */
Frame 42
stop(); kblistener = new Object(); kblistener.onKeyDown = function () { if (Key.isDown(13)) { switch (_root.inputlevelcode.text) { case "93209" : stopAllSounds(); _root.level = 1; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(6); break; case "1644" : stopAllSounds(); _root.level = 2; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(7); break; case "07313" : stopAllSounds(); _root.level = 3; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(8); break; case "4117" : stopAllSounds(); _root.level = 4; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(9); break; case "2703" : stopAllSounds(); _root.level = 5; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(10); break; case "54127" : stopAllSounds(); _root.level = 6; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(11); break; case "8280" : stopAllSounds(); _root.level = 7; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(12); break; case "139256" : stopAllSounds(); _root.level = 8; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(13); break; case "7605235" : stopAllSounds(); _root.level = 9; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(14); break; case "1450" : stopAllSounds(); _root.level = 10; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(15); break; case "1340" : stopAllSounds(); _root.level = 11; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(16); break; case "713705" : stopAllSounds(); _root.level = 12; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(17); break; case "819819" : stopAllSounds(); _root.level = 13; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(18); break; case "20071" : stopAllSounds(); _root.level = 14; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(19); break; case "3995" : stopAllSounds(); _root.level = 15; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(20); break; case "318353" : stopAllSounds(); _root.level = 16; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(21); break; case "01021" : stopAllSounds(); _root.level = 17; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(22); break; case "2221845" : stopAllSounds(); _root.level = 18; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(23); break; case "94107" : stopAllSounds(); _root.level = 19; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(24); break; case "2114" : stopAllSounds(); _root.level = 20; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(25); break; case "6252011" : stopAllSounds(); _root.level = 21; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(26); break; case "58850" : stopAllSounds(); _root.level = 22; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(27); break; case "14712" : stopAllSounds(); _root.level = 23; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(28); break; case "369258" : stopAllSounds(); _root.level = 24; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(29); break; case "1998" : stopAllSounds(); _root.level = 25; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(30); break; case "31226" : stopAllSounds(); _root.level = 26; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(31); break; case "4212" : stopAllSounds(); _root.level = 27; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(32); break; case "726199" : stopAllSounds(); _root.level = 28; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(33); break; case "10086" : stopAllSounds(); _root.level = 29; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(34); break; case "103945" : stopAllSounds(); _root.level = 30; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(35); break; case "EasterEggz" : stopAllSounds(); _root.level = 1; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(36); break; default : _root.inputlevelcode.text = "-error"; } } }; Key.addListener(kblistener);
Instance of Symbol 12 MovieClip in Symbol 15 MovieClip Frame 1
onClipEvent (load) { this._name = "loadbar"; _root.stop(); } onClipEvent (enterFrame) { PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { this._xscale = PercentLoaded; } else { _root.gotoAndPlay(2); } }
Symbol 17 MovieClip Frame 16
stop();
Symbol 20 Button
on (rollOver) { beep1sound.start(); } on (press) { getURL ("http://Armorgames.com", "blank"); }
Symbol 25 MovieClip Frame 1
stop();
Symbol 30 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 37 MovieClip Frame 186
stopAllSounds(); _root.menusound.setVolume(50); _root.menusound.start(0, 99); _root.play();
Symbol 40 Button
on (rollOver) { beep1sound.start(); } on (release) { _root.gotoAndStop(41); }
Symbol 43 Button
on (rollOver) { beep1sound.start(); } on (release) { _root.gotoAndStop(4); }
Symbol 46 Button
on (rollOver) { beep1sound.start(); } on (press) { _root.gotoAndStop(5); }
Symbol 51 Button
on (rollOver) { beep1sound.start(); } on (press) { getURL ("http://Armorgames.com", "blank"); }
Symbol 57 Button
on (rollOver) { beep1sound.start(); } on (press) { _root.gotoAndStop(3); }
Instance of Symbol 66 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) { this._name = "hitbox"; }
Instance of Symbol 67 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) { this._name = "hitbox2"; }
Instance of Symbol 68 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 60 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "element2"; }
Instance of Symbol 89 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 91 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 95 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 27; _root.env.ball.xspeed = 1.1 * (-Math.abs(_root.env.ball.xspeed)); } }
Instance of Symbol 95 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 60 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "element2"; }
Instance of Symbol 89 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 91 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 97 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 95 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 27; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 95 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 71 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.shotsleft--; _root.vitesseclip.activated = false; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 110 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (enterFrame) { point = new Object(); point.x = _root.env.ball._x; point.y = _root.env.ball._y; _root.env.localToGlobal(point); this._x = point.x / 8; this._y = point.y / 8; }
Instance of Symbol 111 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = -(_root.env._x / 8); this._y = -(_root.env._y / 8); }
Symbol 126 Button
on (press) { _root.reseted = false; _root.reseted2 = false; _root.reseted3 = false; if (_root.shotsleft == 0) { _root.gotoAndStop(41); } else { _root.gotoAndStop(40); } }
Symbol 136 Button
on (press) { _root.shotsleft = 3; _root.clearingarray[0] = " "; _root.clearingarray[1] = " "; _root.clearingarray[2] = " "; _root.clearingarray[2] = " "; _root.clearingarray[3] = " "; _root.clearingarray[4] = " "; _root.clearingarray[5] = " "; _root.clearingarray[6] = " "; _root.clearingarray[7] = " "; _root.clearingarray[8] = " "; _root.clearingarray[9] = " "; _root.clearingarray[10] = " "; _root.clearingarray[11] = " "; _root.clearingarray[12] = " "; _root.clearingarray[13] = " "; _root.clearingarray[14] = " "; _root.clearingarray[15] = " "; _root.clearingarray[16] = " "; _root.clearingarray[17] = " "; _root.clearingarray[18] = " "; _root.clearingarray[19] = " "; _root.clearingarray[20] = " "; _root.clearingarray[21] = " "; _root.clearingarray[22] = " "; _root.clearingarray[23] = " "; _root.clearingarray[24] = " "; _root.clearingarray[25] = " "; _root.gotoAndStop(40); }
Symbol 142 Button
on (press) { stopAllSounds(); _root.shotsleft = 3; _root.clearingarray[0] = " "; _root.clearingarray[1] = " "; _root.clearingarray[2] = " "; _root.clearingarray[2] = " "; _root.clearingarray[3] = " "; _root.clearingarray[4] = " "; _root.clearingarray[5] = " "; _root.clearingarray[6] = " "; _root.clearingarray[7] = " "; _root.clearingarray[8] = " "; _root.clearingarray[9] = " "; _root.clearingarray[10] = " "; _root.clearingarray[11] = " "; _root.clearingarray[12] = " "; _root.clearingarray[13] = " "; _root.clearingarray[14] = " "; _root.clearingarray[15] = " "; _root.clearingarray[16] = " "; _root.clearingarray[17] = " "; _root.clearingarray[18] = " "; _root.clearingarray[19] = " "; _root.clearingarray[20] = " "; _root.clearingarray[21] = " "; _root.clearingarray[22] = " "; _root.clearingarray[23] = " "; _root.clearingarray[24] = " "; _root.clearingarray[25] = " "; _root.menusound.setVolume(50); _root.menusound.start(0, 99); _root.gotoAndStop(41); }
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Instance of Symbol 68 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 60 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "element2"; }
Instance of Symbol 60 MovieClip in Symbol 164 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 89 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 91 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 25; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 89 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 74 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 71 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 159 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 161 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 161 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 97 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 164 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 68 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 171 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 171 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 91 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 161 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus11"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[11] = "bonus11"; } }
Instance of Symbol 74 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus12"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[12] = "bonus12"; } }
Instance of Symbol 71 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 185 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 161 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 161 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 189 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 191 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus11"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[11] = "bonus11"; } }
Instance of Symbol 71 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 205 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 207 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 209 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 211 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 27; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 213 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 215 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 217 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 219 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 71 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 207 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 205 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 227 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 205 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 209 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 231 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 71 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 209 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 247 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 247 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 249 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 249 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 249 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 251 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 251 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 253 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 71 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 265 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 267 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 269 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 271 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 273 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 71 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 284 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 286 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 286 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 288 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 290 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 292 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 71 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 273 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 304 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 306 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 308 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 310 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 312 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 314 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 71 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.reseted2 = true; } _root.notification4._x = 400; _root.notification4._y = 300; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 74 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 99 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 315 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Symbol 318 Button
on (press) { stopAllSounds(); _root.shotsleft = 3; if ((_root.level == 11) && (_root.currentdifficulty == "easy")) { _root.mediumunlocked = true; } else { if ((_root.level = _root.currentdifficulty == "medium")) { _root.hardunlocked = true; } } _root.clearingarray[0] = " "; _root.clearingarray[1] = " "; _root.clearingarray[2] = " "; _root.clearingarray[2] = " "; _root.clearingarray[3] = " "; _root.clearingarray[4] = " "; _root.clearingarray[5] = " "; _root.clearingarray[6] = " "; _root.clearingarray[7] = " "; _root.clearingarray[8] = " "; _root.clearingarray[9] = " "; _root.clearingarray[10] = " "; _root.clearingarray[11] = " "; _root.clearingarray[12] = " "; _root.clearingarray[13] = " "; _root.clearingarray[14] = " "; _root.clearingarray[15] = " "; _root.clearingarray[16] = " "; _root.clearingarray[17] = " "; _root.clearingarray[18] = " "; _root.clearingarray[19] = " "; _root.clearingarray[20] = " "; _root.clearingarray[21] = " "; _root.clearingarray[22] = " "; _root.clearingarray[23] = " "; _root.clearingarray[24] = " "; _root.clearingarray[25] = " "; _root.gotoAndStop(41); }
Instance of Symbol 68 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 327 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 329 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 331 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 333 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 331 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 312 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 71 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 331 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 312 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 345 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 347 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 347 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 349 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 349 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 331 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 351 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 71 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 101 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 68 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 312 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 351 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 365 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 71 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 68 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 366 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 377 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 101 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 71 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 68 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 87 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 76 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 76 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 76 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 76 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 366 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 377 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 274 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 71 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 366 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 87 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 74 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 76 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 68 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 99 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 71 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 87 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 76 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 68 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 76 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 76 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 99 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 100 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 100 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 71 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 87 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 76 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 76 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus11"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[11] = "bonus11"; } }
Instance of Symbol 76 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus12"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[12] = "bonus12"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 99 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 100 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 100 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 377 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 71 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 87 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 76 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 76 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 101 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 100 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 71 MovieClip in Symbol 430 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 87 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 76 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 76 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 366 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 71 MovieClip in Symbol 446 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 10; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification4._x = 400; _root.notification4._y = 300; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 87 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 76 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 74 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 366 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 377 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 101 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 377 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 366 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 99 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 71 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 0; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 87 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 76 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus11"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[11] = "bonus11"; } }
Instance of Symbol 76 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 76 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 71 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 2; this.xspeed = 2; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 366 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 87 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 76 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 76 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 76 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 71 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 8; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 99 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 366 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 366 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 274 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 100 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 366 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 87 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 76 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 76 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 71 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 2; this.xspeed = 0; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 377 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 366 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 274 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 366 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 483 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 87 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 76 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus11"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[11] = "bonus11"; } }
Instance of Symbol 74 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 76 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 76 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 71 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 15; this.xspeed = 3; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 366 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 99 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 100 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; _parent.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 377 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 274 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 101 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 377 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 366 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 274 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 500 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball.gravity = -1; } }
Instance of Symbol 87 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 76 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 76 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 76 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 76 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 76 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 76 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus11"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[11] = "bonus11"; } }
Instance of Symbol 74 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus12"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[12] = "bonus12"; } }
Instance of Symbol 76 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus13"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[13] = "bonus13"; } }
Instance of Symbol 71 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = -2; this.xspeed = 5; this.gravity = 1; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed = this.yspeed - this.gravity; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if ((this._y > 1200) || (this._y < -1200)) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 366 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 101 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 377 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 25; if (_parent.ball.yspeed > 3) { _parent.ball.yspeed = (0.65 * (-_parent.ball.yspeed)) + 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 377 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 25; if (_parent.ball.yspeed > 3) { _parent.ball.yspeed = (0.65 * (-_parent.ball.yspeed)) + 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 377 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 25; if (_parent.ball.yspeed > 3) { _parent.ball.yspeed = (0.65 * (-_parent.ball.yspeed)) + 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 366 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 274 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 87 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 74 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 76 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 76 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 76 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 71 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 0; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 513 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 514 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 515 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 513 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 516 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 515 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 515 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 516 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 516 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 515 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 515 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 513 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 87 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 76 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[0] = "bonus10"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 76 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus11"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[11] = "bonus11"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 71 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = -2; this.xspeed = 5; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if ((((a * a) + (b * b)) > 160000) || (this._y > 600)) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 513 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 514 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 516 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 515 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 514 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 515 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 513 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 513 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 515 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 515 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 515 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 516 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 87 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 76 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus10"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[10] = "bonus10"; } }
Instance of Symbol 76 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 76 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 74 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus9"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[9] = "bonus9"; } }
Instance of Symbol 74 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus8"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[8] = "bonus8"; } }
Instance of Symbol 74 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 74 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 514 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 513 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 515 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 516 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 516 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 513 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 515 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 514 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y + 30; _parent.ball.yspeed = 0.15 * (-_parent.ball.yspeed); } }
Instance of Symbol 516 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 513 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 516 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 513 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 515 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 515 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 515 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 71 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 0; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification._x = 400; _root.notification._y = 300; _root.notification.scoredisplay2.text = _root.score; _root.notification.leveldisplay.text = _root.level; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Instance of Symbol 87 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "element1"; }
Instance of Symbol 68 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "goal"; }
Instance of Symbol 76 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus3"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[3] = "bonus3"; } }
Instance of Symbol 74 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus4"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[4] = "bonus4"; } }
Instance of Symbol 74 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus2"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[2] = "bonus2"; } }
Instance of Symbol 74 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus5"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[5] = "bonus5"; } }
Instance of Symbol 74 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus1"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[1] = "bonus1"; } }
Instance of Symbol 74 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus6"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[6] = "bonus6"; } }
Instance of Symbol 74 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus0"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 2; this._x = -2000; _root.clearingarray[0] = "bonus0"; } }
Instance of Symbol 76 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "bonus7"; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.bloop1sound.start(); this._alpha = 0; _root.score = _root.score + 10; this._x = -2000; _root.clearingarray[7] = "bonus7"; } }
Instance of Symbol 516 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x + 30; _root.env.ball.xspeed = Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 513 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.env.ball)) { _root.env.ball._x = this._x - 30; _root.env.ball.xspeed = -Math.abs(_root.env.ball.xspeed); } }
Instance of Symbol 515 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 515 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 515 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_parent.ball)) { _parent.ball._y = this._y - 25; if (_parent.ball.yspeed < -3) { _parent.ball.yspeed = (-(0.65 * _parent.ball.yspeed)) - 1; } else { _parent.ball.yspeed = 0; } } }
Instance of Symbol 71 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (load) { this._name = "ball"; this.yspeed = 0; this.xspeed = 0; _root.grabbed = false; this.touched = false; this.stoptimer = 0; } onClipEvent (enterFrame) { point = new Object(); point.x = this._x; point.y = this._y; _root.env.localToGlobal(point); if (point.x <= 150) { _root.env._x = _root.env._x + (((200 - point.x) / 10) - 5); if (_root.grabbed == true) { this._x = this._x - (((200 - point.x) / 10) - 5); } } else if (point.x > 650) { _root.env._x = _root.env._x + (((600 - point.x) / 10) + 5); if (_root.grabbed == true) { this._x = this._x - (((600 - point.x) / 10) + 5); } } if (this._x > 775) { this._x = 775; this.xspeed = -this.xspeed; } if (point.y <= 150) { _root.env._y = _root.env._y + (((200 - point.y) / 10) + 5); if (_root.grabbed == true) { this._y = this._y - (((200 - point.y) / 10) + 5); } } else if (point.y >= 450) { _root.env._y = _root.env._y - (((point.y - 400) / 10) - 5); if (_root.grabbed == true) { this._y = this._y + (((point.y - 400) / 10) - 5); } } if (_root.grabbed == false) { stopDrag(); this._y = this._y - yspeed; this._x = this._x + xspeed; this.yspeed--; this.xspeed = this.xspeed / 1.025; } else { startDrag (""); a = Stage.height - this._y; b = Stage.width - this._x; if (((a * a) + (b * b)) > 160000) { this._x = this._x - (2 * _root.xspeed); this._y = this._y - (2 * _root.yspeed); _root.grabbed = false; } } if ((Math.abs(this.xspeed) < 0.2) && (Math.abs(this.yspeed) < 2.5)) { this.stoptimer++; this.xspeed = 0; } else { this.stoptimer = 0; } if (this.stoptimer >= 50) { if (!this.hitTest(_parent.element1)) { if (_root.reseted == false) { _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted = true; } if ((_root.shotsleft > 0) && (!this.hitTest(_parent.goal.hitbox))) { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } else if (this.hitTest(_parent.goal.hitbox)) { if (_root.reseted2 == false) { _root.loadedsound.start(); _root.level++; if (this.hitTest(_parent.goal.hitbox2)) { _root.score = _root.score + 5; } _root.score = _root.score + 5; _root.notification.leveldisplay2.text = _root.level; _root.reseted2 = true; } _root.notification5._x = 400; _root.notification5._y = 300; } else if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } } } if (this._y > 1200) { if (_root.reseted3 == false) { _root.vitesseclip.activated = false; _root.shotsleft--; if (_root.score >= 2) { _root.score = _root.score - 2; } _root.reseted3 = true; } if (_root.shotsleft <= 0) { _root.notification3._x = 400; _root.notification3._y = 300; } else { _root.notification2._x = 400; _root.notification2._y = 300; _root.notification2.shotsleftdisplay.text = _root.shotsleft; _root.notification2.scoredisplay.text = _root.score; } } } on (press) { a = Stage.height - this._y; b = Stage.width - this._x; if (this.hitTest(_parent.element1)) { _root.grabbed = true; } }
Symbol 551 Button
on (press) { stopAllSounds(); _root.shotsleft = 3; _root.clearingarray[0] = " "; _root.clearingarray[1] = " "; _root.clearingarray[2] = " "; _root.clearingarray[2] = " "; _root.clearingarray[3] = " "; _root.clearingarray[4] = " "; _root.clearingarray[5] = " "; _root.clearingarray[6] = " "; _root.clearingarray[7] = " "; _root.clearingarray[8] = " "; _root.clearingarray[9] = " "; _root.clearingarray[10] = " "; _root.clearingarray[11] = " "; _root.clearingarray[12] = " "; _root.clearingarray[13] = " "; _root.clearingarray[14] = " "; _root.clearingarray[15] = " "; _root.clearingarray[16] = " "; _root.clearingarray[17] = " "; _root.clearingarray[18] = " "; _root.clearingarray[19] = " "; _root.clearingarray[20] = " "; _root.clearingarray[21] = " "; _root.clearingarray[22] = " "; _root.clearingarray[23] = " "; _root.clearingarray[24] = " "; _root.clearingarray[25] = " "; _root.gotoAndStop(5); }
Symbol 615 Button
on (rollOver) { beep1sound.start(); } on (press) { _root.top_score = _root.totalhighscore; _root.top_nameZXY = String(_root.name_input.text); _root.highscore.load("http://www.clubdubeau.com/team-atemis/toss_ball/highscore.xml?t=" + new Date().getTime()); }
Symbol 639 Button
on (rollOver) { if (_root.hardunlocked == false) { _root.lockedsign._y = 457.4; } else { beep1sound.start(); } } on (rollOut) { _root.lockedsign._y = 850; } on (press) { if (_root.hardunlocked == true) { _root.level = 21; _root.currentdifficulty = "hard"; stopAllSounds(); if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.gotoAndStop(26); } }
Symbol 642 Button
on (rollOver) { if (_root.mediumunlocked == false) { _root.lockedsign._y = 382; } else { beep1sound.start(); } } on (rollOut) { _root.lockedsign._y = 850; } on (press) { if (_root.mediumunlocked == true) { _root.level = 11; _root.currentdifficulty = "medium"; stopAllSounds(); if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.gotoAndStop(16); } }
Symbol 645 Button
on (rollOver) { beep1sound.start(); } on (press) { stopAllSounds(); if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.level = 1; _root.currentdifficulty = "easy"; _root.gotoAndStop(6); }
Symbol 658 Button
on (rollOver) { beep1sound.start(); } on (press) { _root.gotoAndStop(42); }
Symbol 659 Button
on (rollOver) { beep1sound.start(); } on (press) { gotoAndStop (37); }
Symbol 660 Button
on (rollOver) { beep1sound.start(); } on (press) { _root.gotoAndStop(41); }
Symbol 667 Button
on (rollOver) { _root.beep1sound.start(); } on (press) { switch (_root.inputlevelcode.text) { case "93209" : stopAllSounds(); _root.level = 1; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(6); break; case "1644" : stopAllSounds(); _root.level = 2; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(7); break; case "07313" : stopAllSounds(); _root.level = 3; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(8); break; case "4117" : stopAllSounds(); _root.level = 4; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(9); break; case "2703" : stopAllSounds(); _root.level = 5; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(10); break; case "54127" : stopAllSounds(); _root.level = 6; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(11); break; case "8280" : stopAllSounds(); _root.level = 7; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(12); break; case "139256" : stopAllSounds(); _root.level = 8; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(13); break; case "7605235" : stopAllSounds(); _root.level = 9; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(14); break; case "1450" : stopAllSounds(); _root.level = 10; if (_root.sound == true) { icecapsound.setVolume(50); icecapsound.start(0, 99); } _root.currentdifficulty = "easy"; _root.gotoAndStop(15); break; case "1340" : stopAllSounds(); _root.level = 11; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(16); break; case "713705" : stopAllSounds(); _root.level = 12; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(17); break; case "819819" : stopAllSounds(); _root.level = 13; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(18); break; case "20071" : stopAllSounds(); _root.level = 14; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(19); break; case "3995" : stopAllSounds(); _root.level = 15; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(20); break; case "318353" : stopAllSounds(); _root.level = 16; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(21); break; case "01021" : stopAllSounds(); _root.level = 17; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(22); break; case "2221845" : stopAllSounds(); _root.level = 18; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(23); break; case "94107" : stopAllSounds(); _root.level = 19; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(24); break; case "2114" : stopAllSounds(); _root.level = 20; if (_root.sound == true) { wingcapsound.setVolume(50); wingcapsound.start(0, 99); } _root.currentdifficulty = "medium"; _root.mediumunlocked = true; _root.gotoAndStop(25); break; case "6252011" : stopAllSounds(); _root.level = 21; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(26); break; case "58850" : stopAllSounds(); _root.level = 22; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(27); break; case "14712" : stopAllSounds(); _root.level = 23; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(28); break; case "369258" : stopAllSounds(); _root.level = 24; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(29); break; case "1998" : stopAllSounds(); _root.level = 25; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(30); break; case "31226" : stopAllSounds(); _root.level = 26; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(31); break; case "4212" : stopAllSounds(); _root.level = 27; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(32); break; case "726199" : stopAllSounds(); _root.level = 28; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(33); break; case "10086" : stopAllSounds(); _root.level = 29; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(34); break; case "103945" : stopAllSounds(); _root.level = 30; if (_root.sound == true) { alternateroutesound.setVolume(50); alternateroutesound.start(0, 99); } _root.currentdifficulty = "hard"; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(35); break; case "EasterEggz" : stopAllSounds(); _root.level = 1; _root.mediumunlocked = true; _root.hardunlocked = true; _root.gotoAndStop(36); break; default : _root.inputlevelcode.text = "-error"; } }

Library Items

Symbol 1 Sound [menu]
Symbol 2 Sound [loaded]
Symbol 3 Sound [beep1]
Symbol 4 Sound [bloop1]
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:9
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:6 8Used by:Timeline
Symbol 10 GraphicUsed by:15
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:15
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:15
Symbol 15 MovieClipUses:10 12 14Used by:Timeline
Symbol 16 GraphicUsed by:17 47
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 GraphicUsed by:20 40 43 46 126 136 659
Symbol 19 GraphicUsed by:20
Symbol 20 ButtonUses:18 19Used by:Timeline
Symbol 21 GraphicUsed by:25
Symbol 22 Sound [icecap]Used by:25
Symbol 23 Sound [alternateroute]Used by:25
Symbol 24 Sound [wingcap]Used by:25
Symbol 25 MovieClipUses:21 22 23 24Used by:Timeline
Symbol 26 GraphicUsed by:37 67
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:37
Symbol 29 GraphicUsed by:30 101 103 274 366 377 513 514 515 516
Symbol 30 ButtonUses:29Used by:37
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:37
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:37
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37
Symbol 37 MovieClipUses:26 28 30 32 34 36 SS1Used by:Timeline
Symbol 38 GraphicUsed by:39 40
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 ButtonUses:18 39 38Used by:Timeline
Symbol 41 GraphicUsed by:42 43
Symbol 42 MovieClipUses:41Used by:43  Timeline
Symbol 43 ButtonUses:18 42 41Used by:Timeline
Symbol 44 GraphicUsed by:45 46
Symbol 45 MovieClipUses:44Used by:46  Timeline
Symbol 46 ButtonUses:18 45 44Used by:Timeline
Symbol 47 MovieClipUses:16Used by:Timeline
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:50 51
Symbol 50 MovieClipUses:49Used by:51
Symbol 51 ButtonUses:48 50 49Used by:Timeline
Symbol 52 FontUsed by:53 61 72 77 78 79 80 82 118 119 120 121 122 123 124 125 129 130 131 132 133 134 135 138 139 140 147 154 155 165 166 167 177 178 179 193 194 195 221 222 223 235 236 237 255 256 257 276 277 278 294 295 296 316 317 320 321 322 337 338 339 353 354 355 368 369 370 379 380 381 389 390 391 397 398 399 411 412 413 423 424 425 431 432 433 447 448 449 458 459 460 466 467 468 474 475 476 484 485 486 496 497 498 506 507 508 518 519 520 528 529 530 540 541 542 547 549 550 553 554 555 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 647 649 650 651 652 653 661 662
Symbol 53 TextUses:52Used by:Timeline
Symbol 54 GraphicUsed by:57 660
Symbol 55 GraphicUsed by:56 57 660
Symbol 56 MovieClipUses:55Used by:57 660
Symbol 57 ButtonUses:54 56 55Used by:Timeline
Symbol 58 BitmapUsed by:59 92 156 162 168 172 174 180 182 186 196 198 200 202 224 228 238 240 242 244 258 260 262 279 281 297 299 301 643 644
Symbol 59 GraphicUses:58Used by:60
Symbol 60 MovieClipUses:59Used by:102 164  Timeline
Symbol 61 TextUses:52Used by:68
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:68
Symbol 64 GraphicUsed by:68
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:68
Symbol 67 MovieClipUses:26Used by:68
Symbol 68 MovieClipUses:61 63 64 66 67Used by:102 164 176 192 220 234 254 275 293 315 336 352 367 378 388 396 410 422 430 446 457 465 473 483 495 505 517 527 539 548  Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:71
Symbol 71 MovieClipUses:70Used by:102 164 176 192 220 234 254 275 293 315 336 352 367 378 388 396 410 422 430 446 457 465 473 483 495 505 517 527 539 548  Timeline
Symbol 72 TextUses:52Used by:Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:102 164 176 192 220 234 254 275 293 315 336 352 367 378 388 396 410 422 430 446 457 465 473 483 495 505 517 527 539 548  Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:388 396 410 422 430 446 457 465 473 483 495 505 517 527 539 548  Timeline
Symbol 77 TextUses:52Used by:Timeline
Symbol 78 TextUses:52Used by:Timeline
Symbol 79 TextUses:52Used by:Timeline
Symbol 80 TextUses:52Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 TextUses:52Used by:102
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:87
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:87
Symbol 87 MovieClipUses:84 86Used by:102 164 176 192 220 234 254 275 293 315 336 352 367 378 388 396 410 422 430 446 457 465 473 483 495 505 517 527 539 548  Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:102 164
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:102 164 176
Symbol 92 GraphicUses:58Used by:93
Symbol 93 MovieClipUses:92Used by:102  Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:102
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:102 164
Symbol 98 GraphicUsed by:99 100 146
Symbol 99 MovieClipUses:98Used by:102 164 176 192 220 234 254 275 293 315 336 352 367 378 388 396 410 422 430 446 457 465 473 483 495
Symbol 100 MovieClipUses:98Used by:102 164 176 192 220 234 254 275 293 315 336 352 367 378 388 396 410 422 430 446 457 465 473 483 495
Symbol 101 MovieClipUses:29Used by:102 176 192 220 234 254 275 293 315 336 352 367 378 388 396 410 422 430 446 457 465 473 483 495 505
Symbol 102 MovieClipUses:82 68 87 60 89 91 93 95 74 97 71 99 100 101Used by:Timeline
Symbol 103 MovieClipUses:29Used by:Timeline
Symbol 104 GraphicUsed by:114
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:114
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:110
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:108 109Used by:111
Symbol 111 MovieClipUses:107 110Used by:114
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:114
Symbol 114 MovieClipUses:104 106 111 113Used by:Timeline
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:Timeline
Symbol 117 GraphicUsed by:127 143 319 552
Symbol 118 TextUses:52Used by:127
Symbol 119 TextUses:52Used by:127
Symbol 120 TextUses:52Used by:127
Symbol 121 EditableTextUses:52Used by:127
Symbol 122 TextUses:52Used by:127
Symbol 123 EditableTextUses:52Used by:127
Symbol 124 TextUses:52Used by:127
Symbol 125 TextUses:52Used by:127
Symbol 126 ButtonUses:18Used by:127
Symbol 127 MovieClipUses:117 118 119 120 121 122 123 124 125 126Used by:Timeline
Symbol 128 GraphicUsed by:137
Symbol 129 TextUses:52Used by:137
Symbol 130 TextUses:52Used by:137
Symbol 131 EditableTextUses:52Used by:137
Symbol 132 TextUses:52Used by:137
Symbol 133 EditableTextUses:52Used by:137
Symbol 134 TextUses:52Used by:137
Symbol 135 TextUses:52Used by:137
Symbol 136 ButtonUses:18Used by:137
Symbol 137 MovieClipUses:128 129 130 131 132 133 134 135 136Used by:Timeline
Symbol 138 TextUses:52Used by:143
Symbol 139 TextUses:52Used by:143
Symbol 140 TextUses:52Used by:143 319 552
Symbol 141 GraphicUsed by:142 318 551
Symbol 142 ButtonUses:141Used by:143
Symbol 143 MovieClipUses:117 138 139 140 142Used by:Timeline
Symbol 144 FontUsed by:145
Symbol 145 TextUses:144Used by:146
Symbol 146 MovieClipUses:98 145Used by:Timeline
Symbol 147 EditableTextUses:52Used by:Timeline
Symbol 148 GraphicUsed by:151
Symbol 149 GraphicUsed by:151
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:148 149 150Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 EditableTextUses:52Used by:Timeline
Symbol 155 TextUses:52Used by:164
Symbol 156 GraphicUses:58Used by:157
Symbol 157 MovieClipUses:156Used by:164  Timeline
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:164
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:164 176 192
Symbol 162 GraphicUses:58Used by:163
Symbol 163 MovieClipUses:162Used by:164  Timeline
Symbol 164 MovieClipUses:155 68 87 60 89 91 157 74 71 159 161 163 97 99 100Used by:Timeline
Symbol 165 EditableTextUses:52Used by:Timeline
Symbol 166 EditableTextUses:52Used by:Timeline
Symbol 167 TextUses:52Used by:176
Symbol 168 GraphicUses:58Used by:169
Symbol 169 MovieClipUses:168Used by:176  Timeline
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:176
Symbol 172 GraphicUses:58Used by:173
Symbol 173 MovieClipUses:172Used by:176  Timeline
Symbol 174 GraphicUses:58Used by:175
Symbol 175 MovieClipUses:174Used by:176  Timeline
Symbol 176 MovieClipUses:167 68 87 74 169 171 173 91 175 161 71 99 100 101Used by:Timeline
Symbol 177 EditableTextUses:52Used by:Timeline
Symbol 178 EditableTextUses:52Used by:Timeline
Symbol 179 TextUses:52Used by:192
Symbol 180 GraphicUses:58Used by:181
Symbol 181 MovieClipUses:180Used by:192  Timeline
Symbol 182 GraphicUses:58Used by:183
Symbol 183 MovieClipUses:182Used by:192  Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:192
Symbol 186 GraphicUses:58Used by:187
Symbol 187 MovieClipUses:186Used by:192  Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:192
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:192
Symbol 192 MovieClipUses:179 68 87 74 181 183 185 161 187 189 191 71 99 100 101Used by:Timeline
Symbol 193 EditableTextUses:52Used by:Timeline
Symbol 194 EditableTextUses:52Used by:Timeline
Symbol 195 TextUses:52Used by:220
Symbol 196 GraphicUses:58Used by:197
Symbol 197 MovieClipUses:196Used by:220  Timeline
Symbol 198 GraphicUses:58Used by:199
Symbol 199 MovieClipUses:198Used by:220  Timeline
Symbol 200 GraphicUses:58Used by:201
Symbol 201 MovieClipUses:200Used by:220  Timeline
Symbol 202 GraphicUses:58Used by:203
Symbol 203 MovieClipUses:202Used by:220 234  Timeline
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:220 234
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:220 234
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:220 234 254
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:220
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:220
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:220
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:220
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:220
Symbol 220 MovieClipUses:195 68 87 197 199 201 203 205 207 209 211 213 215 217 219 74 71 99 100 101Used by:Timeline
Symbol 221 EditableTextUses:52Used by:Timeline
Symbol 222 EditableTextUses:52Used by:Timeline
Symbol 223 TextUses:52Used by:234
Symbol 224 GraphicUses:58Used by:225
Symbol 225 MovieClipUses:224Used by:234  Timeline
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:234
Symbol 228 GraphicUses:58Used by:229
Symbol 229 MovieClipUses:228Used by:234  Timeline
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:234
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:234
Symbol 234 MovieClipUses:223 68 87 203 207 74 225 205 227 229 209 231 233 71 99 100 101Used by:Timeline
Symbol 235 EditableTextUses:52Used by:Timeline
Symbol 236 EditableTextUses:52Used by:Timeline
Symbol 237 TextUses:52Used by:254
Symbol 238 GraphicUses:58Used by:239
Symbol 239 MovieClipUses:238Used by:254  Timeline
Symbol 240 GraphicUses:58Used by:241
Symbol 241 MovieClipUses:240Used by:254  Timeline
Symbol 242 GraphicUses:58Used by:243
Symbol 243 MovieClipUses:242Used by:254  Timeline
Symbol 244 GraphicUses:58Used by:245
Symbol 245 MovieClipUses:244Used by:254  Timeline
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:246Used by:254
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:248Used by:254
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:254
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:254
Symbol 254 MovieClipUses:237 68 87 74 239 241 243 245 209 247 249 251 253 71 99 100 101Used by:Timeline
Symbol 255 EditableTextUses:52Used by:Timeline
Symbol 256 EditableTextUses:52Used by:Timeline
Symbol 257 TextUses:52Used by:275
Symbol 258 GraphicUses:58Used by:259
Symbol 259 MovieClipUses:258Used by:275  Timeline
Symbol 260 GraphicUses:58Used by:261
Symbol 261 MovieClipUses:260Used by:275  Timeline
Symbol 262 GraphicUses:58Used by:263
Symbol 263 MovieClipUses:262Used by:275  Timeline
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:264Used by:275
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:275
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:275
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:275
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272Used by:275 315
Symbol 274 MovieClipUses:29Used by:275 315 367 378 388 396 410 422 430 446 457 465 473 483 495 505
Symbol 275 MovieClipUses:257 68 87 74 259 261 263 265 267 269 271 273 71 99 100 101 274Used by:Timeline
Symbol 276 EditableTextUses:52Used by:Timeline
Symbol 277 EditableTextUses:52Used by:Timeline
Symbol 278 TextUses:52Used by:293
Symbol 279 GraphicUses:58Used by:280
Symbol 280 MovieClipUses:279Used by:293  Timeline
Symbol 281 GraphicUses:58Used by:282
Symbol 282 MovieClipUses:281Used by:293  Timeline
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:293
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:293
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:293
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289Used by:293
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:293
Symbol 293 MovieClipUses:278 68 87 280 282 74 284 286 288 290 292 71 99 100 101Used by:Timeline
Symbol 294 EditableTextUses:52Used by:Timeline
Symbol 295 EditableTextUses:52Used by:Timeline
Symbol 296 TextUses:52Used by:315
Symbol 297 GraphicUses:58Used by:298
Symbol 298 MovieClipUses:297Used by:315  Timeline
Symbol 299 GraphicUses:58Used by:300
Symbol 300 MovieClipUses:299Used by:315  Timeline
Symbol 301 GraphicUses:58Used by:302
Symbol 302 MovieClipUses:301Used by:315  Timeline
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303Used by:315
Symbol 305 GraphicUsed by:306
Symbol 306 MovieClipUses:305Used by:315
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307Used by:315
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:315
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:311Used by:315 336 352 367
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:313Used by:315
Symbol 315 MovieClipUses:296 68 87 74 298 300 302 273 304 306 308 310 312 314 71 99 100 274 101Used by:Timeline
Symbol 316 TextUses:52Used by:319
Symbol 317 TextUses:52Used by:319
Symbol 318 ButtonUses:141Used by:319
Symbol 319 MovieClipUses:117 316 317 140 318Used by:Timeline
Symbol 320 EditableTextUses:52Used by:Timeline
Symbol 321 EditableTextUses:52Used by:Timeline
Symbol 322 TextUses:52Used by:336
Symbol 323 BitmapUsed by:324 334 340 342 356 358 360 362 371 373 375 382 384 386 392 394 400 402 404 406 408 414 416 418 420 426 428 434 436 438 440 442 444 640 641
Symbol 324 GraphicUses:323Used by:325
Symbol 325 MovieClipUses:324Used by:336  Timeline
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:336
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:336
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330Used by:336 352
Symbol 332 GraphicUsed by:333
Symbol 333 MovieClipUses:332Used by:336
Symbol 334 GraphicUses:323Used by:335
Symbol 335 MovieClipUses:334Used by:336  Timeline
Symbol 336 MovieClipUses:322 68 87 74 325 327 329 331 333 335 312 71 99 100 101Used by:Timeline
Symbol 337 EditableTextUses:52Used by:Timeline
Symbol 338 EditableTextUses:52Used by:Timeline
Symbol 339 TextUses:52Used by:352
Symbol 340 GraphicUses:323Used by:341
Symbol 341 MovieClipUses:340Used by:352  Timeline
Symbol 342 GraphicUses:323Used by:343
Symbol 343 MovieClipUses:342Used by:352  Timeline
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:344Used by:352
Symbol 346 GraphicUsed by:347
Symbol 347 MovieClipUses:346Used by:352
Symbol 348 GraphicUsed by:349
Symbol 349 MovieClipUses:348Used by:352
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:352 367
Symbol 352 MovieClipUses:339 68 87 74 341 343 331 312 345 347 349 351 99 100 71 101Used by:Timeline
Symbol 353 EditableTextUses:52Used by:Timeline
Symbol 354 EditableTextUses:52Used by:Timeline
Symbol 355 TextUses:52Used by:367
Symbol 356 GraphicUses:323Used by:357
Symbol 357 MovieClipUses:356Used by:367  Timeline
Symbol 358 GraphicUses:323Used by:359
Symbol 359 MovieClipUses:358Used by:367  Timeline
Symbol 360 GraphicUses:323Used by:361
Symbol 361 MovieClipUses:360Used by:367  Timeline
Symbol 362 GraphicUses:323Used by:363
Symbol 363 MovieClipUses:362Used by:367  Timeline
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:367
Symbol 366 MovieClipUses:29Used by:367 378 388 396 410 422 430 446 457 465 473 483 495 505
Symbol 367 MovieClipUses:355 68 87 74 357 359 361 363 312 351 99 100 365 366 274 101 71Used by:Timeline
Symbol 368 EditableTextUses:52Used by:Timeline
Symbol 369 EditableTextUses:52Used by:Timeline
Symbol 370 TextUses:52Used by:378
Symbol 371 GraphicUses:323Used by:372
Symbol 372 MovieClipUses:371Used by:378  Timeline
Symbol 373 GraphicUses:323Used by:374
Symbol 374 MovieClipUses:373Used by:378  Timeline
Symbol 375 GraphicUses:323Used by:376
Symbol 376 MovieClipUses:375Used by:378  Timeline
Symbol 377 MovieClipUses:29Used by:378 388 422 430 446 457 465 473 483 495 505
Symbol 378 MovieClipUses:370 68 87 74 372 374 376 366 274 101 99 100 377 71Used by:Timeline
Symbol 379 EditableTextUses:52Used by:Timeline
Symbol 380 EditableTextUses:52Used by:Timeline
Symbol 381 TextUses:52Used by:388
Symbol 382 GraphicUses:323Used by:383
Symbol 383 MovieClipUses:382Used by:388  Timeline
Symbol 384 GraphicUses:323Used by:385
Symbol 385 MovieClipUses:384Used by:388  Timeline
Symbol 386 GraphicUses:323Used by:387
Symbol 387 MovieClipUses:386Used by:388  Timeline
Symbol 388 MovieClipUses:381 68 87 74 383 385 387 76 366 99 100 274 101 377 71Used by:Timeline
Symbol 389 EditableTextUses:52Used by:Timeline
Symbol 390 EditableTextUses:52Used by:Timeline
Symbol 391 TextUses:52Used by:396
Symbol 392 GraphicUses:323Used by:393
Symbol 393 MovieClipUses:392Used by:396  Timeline
Symbol 394 GraphicUses:323Used by:395
Symbol 395 MovieClipUses:394Used by:396  Timeline
Symbol 396 MovieClipUses:391 87 74 76 393 68 395 99 100 101 274 366 71Used by:Timeline
Symbol 397 EditableTextUses:52Used by:Timeline
Symbol 398 EditableTextUses:52Used by:Timeline
Symbol 399 TextUses:52Used by:410
Symbol 400 GraphicUses:323Used by:401
Symbol 401 MovieClipUses:400Used by:410  Timeline
Symbol 402 GraphicUses:323Used by:403
Symbol 403 MovieClipUses:402Used by:410  Timeline
Symbol 404 GraphicUses:323Used by:405
Symbol 405 MovieClipUses:404Used by:410  Timeline
Symbol 406 GraphicUses:323Used by:407
Symbol 407 MovieClipUses:406Used by:410  Timeline
Symbol 408 GraphicUses:323Used by:409
Symbol 409 MovieClipUses:408Used by:410  Timeline
Symbol 410 MovieClipUses:399 87 76 68 74 401 403 405 407 409 99 100 101 274 366 71Used by:Timeline
Symbol 411 EditableTextUses:52Used by:Timeline
Symbol 412 EditableTextUses:52Used by:Timeline
Symbol 413 TextUses:52Used by:422
Symbol 414 GraphicUses:323Used by:415
Symbol 415 MovieClipUses:414Used by:422  Timeline
Symbol 416 GraphicUses:323Used by:417
Symbol 417 MovieClipUses:416Used by:422  Timeline
Symbol 418 GraphicUses:323Used by:419
Symbol 419 MovieClipUses:418Used by:422  Timeline
Symbol 420 GraphicUses:323Used by:421
Symbol 421 MovieClipUses:420Used by:422  Timeline
Symbol 422 MovieClipUses:413 87 68 74 76 415 417 419 421 99 366 101 100 274 377 71Used by:Timeline
Symbol 423 EditableTextUses:52Used by:Timeline
Symbol 424 EditableTextUses:52Used by:Timeline
Symbol 425 TextUses:52Used by:430
Symbol 426 GraphicUses:323Used by:427
Symbol 427 MovieClipUses:426Used by:430  Timeline
Symbol 428 GraphicUses:323Used by:429
Symbol 429 MovieClipUses:428Used by:430  Timeline
Symbol 430 MovieClipUses:425 87 68 74 76 427 429 101 366 274 99 100 377 71Used by:Timeline
Symbol 431 EditableTextUses:52Used by:Timeline
Symbol 432 EditableTextUses:52Used by:Timeline
Symbol 433 TextUses:52Used by:446
Symbol 434 GraphicUses:323Used by:435
Symbol 435 MovieClipUses:434Used by:446  Timeline
Symbol 436 GraphicUses:323Used by:437
Symbol 437 MovieClipUses:436Used by:446  Timeline
Symbol 438 GraphicUses:323Used by:439
Symbol 439 MovieClipUses:438Used by:446  Timeline
Symbol 440 GraphicUses:323Used by:441
Symbol 441 MovieClipUses:440Used by:446  Timeline
Symbol 442 GraphicUses:323Used by:443
Symbol 443 MovieClipUses:442Used by:446  Timeline
Symbol 444 GraphicUses:323Used by:445
Symbol 445 MovieClipUses:444Used by:446  Timeline
Symbol 446 MovieClipUses:433 87 68 74 76 435 437 439 441 443 445 366 274 99 100 101 377 71Used by:Timeline
Symbol 447 EditableTextUses:52Used by:Timeline
Symbol 448 EditableTextUses:52Used by:Timeline
Symbol 449 TextUses:52Used by:457
Symbol 450 BitmapUsed by:451 453 455 461 463 469 471 477 479 481 487 489 491 493 501 503 509 511 521 523 525 531 533 535 537 543 545 637 638
Symbol 451 GraphicUses:450Used by:452
Symbol 452 MovieClipUses:451Used by:457  Timeline
Symbol 453 GraphicUses:450Used by:454
Symbol 454 MovieClipUses:453Used by:457  Timeline
Symbol 455 GraphicUses:450Used by:456
Symbol 456 MovieClipUses:455Used by:457  Timeline
Symbol 457 MovieClipUses:449 87 68 74 452 454 456 76 366 274 99 100 101 377 71Used by:Timeline
Symbol 458 EditableTextUses:52Used by:Timeline
Symbol 459 EditableTextUses:52Used by:Timeline
Symbol 460 TextUses:52Used by:465
Symbol 461 GraphicUses:450Used by:462
Symbol 462 MovieClipUses:461Used by:465  Timeline
Symbol 463 GraphicUses:450Used by:464
Symbol 464 MovieClipUses:463Used by:465  Timeline
Symbol 465 MovieClipUses:460 87 68 74 76 462 464 71 99 100 377 366 101 274Used by:Timeline
Symbol 466 EditableTextUses:52Used by:Timeline
Symbol 467 EditableTextUses:52Used by:Timeline
Symbol 468 TextUses:52Used by:473
Symbol 469 GraphicUses:450Used by:470
Symbol 470 MovieClipUses:469Used by:473  Timeline
Symbol 471 GraphicUses:450Used by:472
Symbol 472 MovieClipUses:471Used by:473  Timeline
Symbol 473 MovieClipUses:468 87 68 74 76 470 472 71 99 100 377 366 101 274Used by:Timeline
Symbol 474 EditableTextUses:52Used by:Timeline
Symbol 475 EditableTextUses:52Used by:Timeline
Symbol 476 TextUses:52Used by:483
Symbol 477 GraphicUses:450Used by:478
Symbol 478 MovieClipUses:477Used by:483  Timeline
Symbol 479 GraphicUses:450Used by:480
Symbol 480 MovieClipUses:479Used by:483  Timeline
Symbol 481 GraphicUses:450Used by:482
Symbol 482 MovieClipUses:481Used by:483  Timeline
Symbol 483 MovieClipUses:476 87 68 74 76 478 480 482 71 377 366 274 101 99 100Used by:Timeline
Symbol 484 EditableTextUses:52Used by:Timeline
Symbol 485 EditableTextUses:52Used by:Timeline
Symbol 486 TextUses:52Used by:495
Symbol 487 GraphicUses:450Used by:488
Symbol 488 MovieClipUses:487Used by:495  Timeline
Symbol 489 GraphicUses:450Used by:490
Symbol 490 MovieClipUses:489Used by:495  Timeline
Symbol 491 GraphicUses:450Used by:492
Symbol 492 MovieClipUses:491Used by:495  Timeline
Symbol 493 GraphicUses:450Used by:494
Symbol 494 MovieClipUses:493Used by:495  Timeline
Symbol 495 MovieClipUses:486 87 68 74 76 488 490 492 494 71 366 274 101 99 100 377Used by:Timeline
Symbol 496 EditableTextUses:52Used by:Timeline
Symbol 497 EditableTextUses:52Used by:Timeline
Symbol 498 TextUses:52Used by:505
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:499Used by:505
Symbol 501 GraphicUses:450Used by:502
Symbol 502 MovieClipUses:501Used by:505  Timeline
Symbol 503 GraphicUses:450Used by:504
Symbol 504 MovieClipUses:503Used by:505  Timeline
Symbol 505 MovieClipUses:498 500 87 68 74 76 502 504 71 366 274 101 377Used by:Timeline
Symbol 506 EditableTextUses:52Used by:Timeline
Symbol 507 EditableTextUses:52Used by:Timeline
Symbol 508 TextUses:52Used by:517
Symbol 509 GraphicUses:450Used by:510
Symbol 510 MovieClipUses:509Used by:517  Timeline
Symbol 511 GraphicUses:450Used by:512
Symbol 512 MovieClipUses:511Used by:517  Timeline
Symbol 513 MovieClipUses:29Used by:517 527 539 548
Symbol 514 MovieClipUses:29Used by:517 527 539
Symbol 515 MovieClipUses:29Used by:517 527 539 548
Symbol 516 MovieClipUses:29Used by:517 527 539 548
Symbol 517 MovieClipUses:508 87 68 74 76 510 512 71 513 514 515 516Used by:Timeline
Symbol 518 EditableTextUses:52Used by:Timeline
Symbol 519 EditableTextUses:52Used by:Timeline
Symbol 520 TextUses:52Used by:527
Symbol 521 GraphicUses:450Used by:522
Symbol 522 MovieClipUses:521Used by:527  Timeline
Symbol 523 GraphicUses:450Used by:524
Symbol 524 MovieClipUses:523Used by:527  Timeline
Symbol 525 GraphicUses:450Used by:526
Symbol 526 MovieClipUses:525Used by:527  Timeline
Symbol 527 MovieClipUses:520 87 68 76 74 522 524 526 71 513 514 516 515Used by:Timeline
Symbol 528 EditableTextUses:52Used by:Timeline
Symbol 529 EditableTextUses:52Used by:Timeline
Symbol 530 TextUses:52Used by:539
Symbol 531 GraphicUses:450Used by:532
Symbol 532 MovieClipUses:531Used by:539  Timeline
Symbol 533 GraphicUses:450Used by:534
Symbol 534 MovieClipUses:533Used by:539  Timeline
Symbol 535 GraphicUses:450Used by:536
Symbol 536 MovieClipUses:535Used by:539  Timeline
Symbol 537 GraphicUses:450Used by:538
Symbol 538 MovieClipUses:537Used by:539  Timeline
Symbol 539 MovieClipUses:530 87 68 76 74 532 534 536 538 514 513 515 516 71Used by:Timeline
Symbol 540 EditableTextUses:52Used by:Timeline
Symbol 541 EditableTextUses:52Used by:Timeline
Symbol 542 TextUses:52Used by:548
Symbol 543 GraphicUses:450Used by:544
Symbol 544 MovieClipUses:543Used by:548  Timeline
Symbol 545 GraphicUses:450Used by:546
Symbol 546 MovieClipUses:545Used by:548  Timeline
Symbol 547 TextUses:52Used by:548
Symbol 548 MovieClipUses:542 87 68 76 544 546 547 74 516 513 515 71Used by:Timeline
Symbol 549 TextUses:52Used by:552
Symbol 550 TextUses:52Used by:552
Symbol 551 ButtonUses:141Used by:552
Symbol 552 MovieClipUses:117 549 550 140 551Used by:Timeline
Symbol 553 EditableTextUses:52Used by:Timeline
Symbol 554 EditableTextUses:52Used by:Timeline
Symbol 555 TextUses:52Used by:Timeline
Symbol 556 BitmapUsed by:557
Symbol 557 GraphicUses:556Used by:Timeline
Symbol 558 GraphicUsed by:559 659
Symbol 559 MovieClipUses:558Used by:659  Timeline
Symbol 560 GraphicUsed by:561
Symbol 561 MovieClipUses:560Used by:566
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:562Used by:566
Symbol 564 GraphicUsed by:565
Symbol 565 MovieClipUses:564Used by:566
Symbol 566 MovieClipUses:561 563 565Used by:Timeline
Symbol 567 GraphicUsed by:568
Symbol 568 MovieClipUses:567Used by:Timeline
Symbol 569 GraphicUsed by:Timeline
Symbol 570 EditableTextUses:52Used by:Timeline
Symbol 571 EditableTextUses:52Used by:Timeline
Symbol 572 EditableTextUses:52Used by:Timeline
Symbol 573 EditableTextUses:52Used by:Timeline
Symbol 574 EditableTextUses:52Used by:Timeline
Symbol 575 EditableTextUses:52Used by:Timeline
Symbol 576 EditableTextUses:52Used by:Timeline
Symbol 577 EditableTextUses:52Used by:Timeline
Symbol 578 EditableTextUses:52Used by:Timeline
Symbol 579 EditableTextUses:52Used by:Timeline
Symbol 580 EditableTextUses:52Used by:Timeline
Symbol 581 EditableTextUses:52Used by:Timeline
Symbol 582 EditableTextUses:52Used by:Timeline
Symbol 583 EditableTextUses:52Used by:Timeline
Symbol 584 EditableTextUses:52Used by:Timeline
Symbol 585 EditableTextUses:52Used by:Timeline
Symbol 586 EditableTextUses:52Used by:Timeline
Symbol 587 EditableTextUses:52Used by:Timeline
Symbol 588 EditableTextUses:52Used by:Timeline
Symbol 589 EditableTextUses:52Used by:Timeline
Symbol 590 FontUsed by:591
Symbol 591 EditableTextUses:590Used by:Timeline
Symbol 592 EditableTextUses:52Used by:Timeline
Symbol 593 EditableTextUses:52Used by:Timeline
Symbol 594 EditableTextUses:52Used by:Timeline
Symbol 595 EditableTextUses:52Used by:Timeline
Symbol 596 EditableTextUses:52Used by:Timeline
Symbol 597 EditableTextUses:52Used by:Timeline
Symbol 598 EditableTextUses:52Used by:Timeline
Symbol 599 EditableTextUses:52Used by:Timeline
Symbol 600 EditableTextUses:52Used by:Timeline
Symbol 601 EditableTextUses:52Used by:Timeline
Symbol 602 EditableTextUses:52Used by:Timeline
Symbol 603 EditableTextUses:52Used by:Timeline
Symbol 604 EditableTextUses:52Used by:Timeline
Symbol 605 EditableTextUses:52Used by:Timeline
Symbol 606 EditableTextUses:52Used by:Timeline
Symbol 607 EditableTextUses:52Used by:Timeline
Symbol 608 EditableTextUses:52Used by:Timeline
Symbol 609 EditableTextUses:52Used by:Timeline
Symbol 610 EditableTextUses:52Used by:Timeline
Symbol 611 EditableTextUses:52Used by:Timeline
Symbol 612 EditableTextUses:52Used by:Timeline
Symbol 613 GraphicUsed by:615
Symbol 614 GraphicUsed by:615
Symbol 615 ButtonUses:613 614Used by:Timeline
Symbol 616 TextUses:52Used by:Timeline
Symbol 617 TextUses:52Used by:Timeline
Symbol 618 TextUses:52Used by:Timeline
Symbol 619 TextUses:52Used by:Timeline
Symbol 620 TextUses:52Used by:Timeline
Symbol 621 TextUses:52Used by:Timeline
Symbol 622 TextUses:52Used by:Timeline
Symbol 623 TextUses:52Used by:Timeline
Symbol 624 TextUses:52Used by:Timeline
Symbol 625 TextUses:52Used by:Timeline
Symbol 626 TextUses:52Used by:Timeline
Symbol 627 TextUses:52Used by:Timeline
Symbol 628 TextUses:52Used by:Timeline
Symbol 629 TextUses:52Used by:Timeline
Symbol 630 TextUses:52Used by:Timeline
Symbol 631 TextUses:52Used by:Timeline
Symbol 632 TextUses:52Used by:Timeline
Symbol 633 TextUses:52Used by:Timeline
Symbol 634 TextUses:52Used by:Timeline
Symbol 635 TextUses:52Used by:Timeline
Symbol 636 GraphicUsed by:Timeline
Symbol 637 GraphicUses:450Used by:639
Symbol 638 GraphicUses:450Used by:639
Symbol 639 ButtonUses:637 638Used by:Timeline
Symbol 640 GraphicUses:323Used by:642
Symbol 641 GraphicUses:323Used by:642
Symbol 642 ButtonUses:640 641Used by:Timeline
Symbol 643 GraphicUses:58Used by:645
Symbol 644 GraphicUses:58Used by:645
Symbol 645 ButtonUses:643 644Used by:Timeline
Symbol 646 GraphicUsed by:648
Symbol 647 TextUses:52Used by:648
Symbol 648 MovieClipUses:646 647Used by:Timeline
Symbol 649 EditableTextUses:52Used by:Timeline
Symbol 650 EditableTextUses:52Used by:Timeline
Symbol 651 EditableTextUses:52Used by:Timeline
Symbol 652 EditableTextUses:52Used by:Timeline
Symbol 653 TextUses:52Used by:654
Symbol 654 MovieClipUses:653Used by:Timeline
Symbol 655 GraphicUsed by:658
Symbol 656 GraphicUsed by:657 658
Symbol 657 MovieClipUses:656Used by:658
Symbol 658 ButtonUses:655 657 656Used by:Timeline
Symbol 659 ButtonUses:18 559 558Used by:Timeline
Symbol 660 ButtonUses:54 56 55Used by:Timeline
Symbol 661 TextUses:52Used by:Timeline
Symbol 662 EditableTextUses:52Used by:Timeline
Symbol 663 GraphicUsed by:664
Symbol 664 MovieClipUses:663Used by:Timeline
Symbol 665 GraphicUsed by:667
Symbol 666 GraphicUsed by:667
Symbol 667 ButtonUses:665 666Used by:Timeline
Streaming Sound 1Used by:Symbol 37 MovieClip

Instance Names

"armorgames"Frame 2Symbol 37 MovieClip
"notification2"Frame 6Symbol 127 MovieClip
"notification"Frame 6Symbol 137 MovieClip
"notification3"Frame 6Symbol 143 MovieClip
"vitessedisplay"Frame 6Symbol 147 EditableText
"levelcodedisplay"Frame 6Symbol 154 EditableText
"vitessedisplay"Frame 7Symbol 165 EditableText
"levelcodedisplay"Frame 7Symbol 166 EditableText
"vitessedisplay"Frame 8Symbol 177 EditableText
"levelcodedisplay"Frame 8Symbol 178 EditableText
"vitessedisplay"Frame 9Symbol 193 EditableText
"levelcodedisplay"Frame 9Symbol 194 EditableText
"vitessedisplay"Frame 10Symbol 221 EditableText
"levelcodedisplay"Frame 10Symbol 222 EditableText
"vitessedisplay"Frame 11Symbol 235 EditableText
"levelcodedisplay"Frame 11Symbol 236 EditableText
"vitessedisplay"Frame 12Symbol 255 EditableText
"levelcodedisplay"Frame 12Symbol 256 EditableText
"vitessedisplay"Frame 13Symbol 276 EditableText
"levelcodedisplay"Frame 13Symbol 277 EditableText
"vitessedisplay"Frame 14Symbol 294 EditableText
"levelcodedisplay"Frame 14Symbol 295 EditableText
"notification4"Frame 15Symbol 319 MovieClip
"vitessedisplay"Frame 15Symbol 320 EditableText
"levelcodedisplay"Frame 15Symbol 321 EditableText
"notification"Frame 16Symbol 137 MovieClip
"vitessedisplay"Frame 16Symbol 337 EditableText
"levelcodedisplay"Frame 16Symbol 338 EditableText
"vitessedisplay"Frame 17Symbol 353 EditableText
"levelcodedisplay"Frame 17Symbol 354 EditableText
"vitessedisplay"Frame 18Symbol 368 EditableText
"levelcodedisplay"Frame 18Symbol 369 EditableText
"vitessedisplay"Frame 19Symbol 379 EditableText
"levelcodedisplay"Frame 19Symbol 380 EditableText
"vitessedisplay"Frame 20Symbol 389 EditableText
"levelcodedisplay"Frame 20Symbol 390 EditableText
"vitessedisplay"Frame 21Symbol 397 EditableText
"levelcodedisplay"Frame 21Symbol 398 EditableText
"vitessedisplay"Frame 22Symbol 411 EditableText
"levelcodedisplay"Frame 22Symbol 412 EditableText
"vitessedisplay"Frame 23Symbol 423 EditableText
"levelcodedisplay"Frame 23Symbol 424 EditableText
"vitessedisplay"Frame 24Symbol 431 EditableText
"levelcodedisplay"Frame 24Symbol 432 EditableText
"notification4"Frame 25Symbol 319 MovieClip
"vitessedisplay"Frame 25Symbol 447 EditableText
"levelcodedisplay"Frame 25Symbol 448 EditableText
"notification"Frame 26Symbol 137 MovieClip
"vitessedisplay"Frame 26Symbol 458 EditableText
"levelcodedisplay"Frame 26Symbol 459 EditableText
"vitessedisplay"Frame 27Symbol 466 EditableText
"levelcodedisplay"Frame 27Symbol 467 EditableText
"vitessedisplay"Frame 28Symbol 474 EditableText
"levelcodedisplay"Frame 28Symbol 475 EditableText
"vitessedisplay"Frame 29Symbol 484 EditableText
"levelcodedisplay"Frame 29Symbol 485 EditableText
"vitessedisplay"Frame 30Symbol 496 EditableText
"levelcodedisplay"Frame 30Symbol 497 EditableText
"vitessedisplay"Frame 31Symbol 506 EditableText
"levelcodedisplay"Frame 31Symbol 507 EditableText
"vitessedisplay"Frame 32Symbol 518 EditableText
"levelcodedisplay"Frame 32Symbol 519 EditableText
"vitessedisplay"Frame 33Symbol 528 EditableText
"levelcodedisplay"Frame 33Symbol 529 EditableText
"vitessedisplay"Frame 34Symbol 540 EditableText
"levelcodedisplay"Frame 34Symbol 541 EditableText
"notification5"Frame 35Symbol 552 MovieClip
"vitessedisplay"Frame 35Symbol 553 EditableText
"levelcodedisplay"Frame 35Symbol 554 EditableText
"name1"Frame 37Symbol 570 EditableText
"name19"Frame 37Symbol 571 EditableText
"name18"Frame 37Symbol 572 EditableText
"name17"Frame 37Symbol 573 EditableText
"name16"Frame 37Symbol 574 EditableText
"name15"Frame 37Symbol 575 EditableText
"name14"Frame 37Symbol 576 EditableText
"name13"Frame 37Symbol 577 EditableText
"name12"Frame 37Symbol 578 EditableText
"name11"Frame 37Symbol 579 EditableText
"name10"Frame 37Symbol 580 EditableText
"name9"Frame 37Symbol 581 EditableText
"name8"Frame 37Symbol 582 EditableText
"name7"Frame 37Symbol 583 EditableText
"name6"Frame 37Symbol 584 EditableText
"name5"Frame 37Symbol 585 EditableText
"name4"Frame 37Symbol 586 EditableText
"name3"Frame 37Symbol 587 EditableText
"name2"Frame 37Symbol 588 EditableText
"name20"Frame 37Symbol 589 EditableText
"name_input"Frame 37Symbol 591 EditableText
"score1"Frame 37Symbol 592 EditableText
"score10"Frame 37Symbol 593 EditableText
"score9"Frame 37Symbol 594 EditableText
"score8"Frame 37Symbol 595 EditableText
"score7"Frame 37Symbol 596 EditableText
"score6"Frame 37Symbol 597 EditableText
"score5"Frame 37Symbol 598 EditableText
"score4"Frame 37Symbol 599 EditableText
"score3"Frame 37Symbol 600 EditableText
"score2"Frame 37Symbol 601 EditableText
"score19"Frame 37Symbol 602 EditableText
"score18"Frame 37Symbol 603 EditableText
"score17"Frame 37Symbol 604 EditableText
"score16"Frame 37Symbol 605 EditableText
"score15"Frame 37Symbol 606 EditableText
"score14"Frame 37Symbol 607 EditableText
"score13"Frame 37Symbol 608 EditableText
"score12"Frame 37Symbol 609 EditableText
"score11"Frame 37Symbol 610 EditableText
"score20"Frame 37Symbol 611 EditableText
"lockedsign"Frame 41Symbol 648 MovieClip
"easyhighscoredisplay"Frame 41Symbol 649 EditableText
"mediumhighscoredisplay"Frame 41Symbol 650 EditableText
"hardhighscoredisplay"Frame 41Symbol 651 EditableText
"totalhighscoredisplay"Frame 41Symbol 652 EditableText
"mottotalhighscore"Frame 41Symbol 654 MovieClip
"inputlevelcode"Frame 42Symbol 662 EditableText
"shotsleftdisplay"Symbol 127 MovieClip Frame 1Symbol 121 EditableText
"scoredisplay"Symbol 127 MovieClip Frame 1Symbol 123 EditableText
"leveldisplay2"Symbol 137 MovieClip Frame 1Symbol 131 EditableText
"scoredisplay2"Symbol 137 MovieClip Frame 1Symbol 133 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "menu"
ExportAssets (56)Timeline Frame 1Symbol 2 as "loaded"
ExportAssets (56)Timeline Frame 1Symbol 3 as "beep1"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bloop1"
ExportAssets (56)Timeline Frame 2Symbol 22 as "icecap"
ExportAssets (56)Timeline Frame 2Symbol 23 as "alternateroute"
ExportAssets (56)Timeline Frame 2Symbol 24 as "wingcap"

Dynamic Text Variables

totalhighscoreSymbol 612 EditableText""




http://swfchan.com/15/74499/info.shtml
Created: 7/4 -2019 03:28:57 Last modified: 7/4 -2019 03:28:57 Server time: 15/05 -2024 20:46:31