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

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

371970528.swf

This is the info page for
Flash #11902

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


Text
Next Level

Play Again

start

Guide your cursor to the
goal. The movement of
your cursor has been
reversed!

REVERS

E

created by Mobasher Iqbal  © copyright 2004

GOAL

Level 1

You Failed

You Won

Level 2

Level 3

Level 4

Level 5

Level 6

Level 7

Level 8

Level 9

Level 10

Level 11

Level 12

Level 13

Level 14

Level 15

Level 16

Level 17

Level 18

Level 19

Final Level

Congratulations!

you have successfully completed
the game

ActionScript [AS1/AS2]

Frame 1
stop(); startbutton.onRelease = function () { gotoAndStop (2); };
Instance of Symbol 28 MovieClip in Frame 1
/* no clip actions */
Instance of Symbol 16 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(3); } }
Instance of Symbol 16 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(3); } }
Instance of Symbol 18 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(3); } }
Instance of Symbol 18 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(3); } }
Instance of Symbol 16 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { Mouse.show(); _root.gotoAndStop(3); } }
Instance of Symbol 32 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(4); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 2
onClipEvent (enterFrame) { function xPosi() { return(this._x); } function yPosi() { return(this._y); } Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; }
Frame 3
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (2); };
Frame 4
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (6); };
Frame 6
stop(); startbutton.onRelease = function () { gotoAndStop (7); };
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 18 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 18 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 7
onClipEvent (enterFrame) { function xPosi() { return(this._x); } function yPosi() { return(this._y); } Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; }
Instance of Symbol 32 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(9); } }
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 16 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Frame 8
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (7); };
Frame 9
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (11); };
Frame 11
stop(); startbutton.onRelease = function () { gotoAndStop (12); };
Instance of Symbol 16 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(13); } }
Instance of Symbol 16 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(13); } }
Instance of Symbol 18 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(13); } }
Instance of Symbol 18 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(13); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 12
onClipEvent (enterFrame) { function xPosi() { return(this._x); } function yPosi() { return(this._y); } Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (this.hitTest(_root.ballone) || (this.hitTest(_root.balltwo))) { _root.gotoAndStop(13); } }
Instance of Symbol 32 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(14); } }
Instance of Symbol 16 MovieClip "ballone" in Frame 12
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "balltwo" in Frame 12
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Frame 13
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (11); };
Instance of Symbol 16 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 16 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 18 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 18 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 32 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(9); } }
Instance of Symbol 16 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Instance of Symbol 16 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(8); } }
Frame 14
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (16); };
Frame 16
stop(); startbutton.onRelease = function () { gotoAndStop (17); };
Instance of Symbol 16 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 16 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 18 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 18 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 17
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (this.hitTest(_root.ballball)) { _root.gotoAndStop(18); } }
Instance of Symbol 32 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(19); } }
Instance of Symbol 16 MovieClip "ballone" in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 16 MovieClip "ballball" in Frame 17
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._x = 20 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._width / 2; }
Frame 18
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (16); };
Instance of Symbol 32 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(9); } }
Instance of Symbol 16 MovieClip "ballone" in Frame 18
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._x = 20 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._width / 2; }
Frame 19
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (21); };
Frame 21
stop(); startbutton.onRelease = function () { gotoAndStop (22); };
Instance of Symbol 16 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 16 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 22
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if ((this.hitTest(_root.ballone) || (this.hitTest(_root.balltwo))) || (this.hitTest(_root.ballthree))) { _root.gotoAndStop(23); } }
Instance of Symbol 32 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(24); } }
Instance of Symbol 16 MovieClip "ballone" in Frame 22
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 18 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 16 MovieClip "ballthree" in Frame 22
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "balltwo" in Frame 22
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Frame 23
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (21); };
Instance of Symbol 16 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 16 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 18 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 18 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(18); } }
Instance of Symbol 32 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(19); } }
Instance of Symbol 16 MovieClip "ballone" in Frame 23
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "ballone" in Frame 23
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Frame 24
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (26); };
Frame 26
stop(); startbutton.onRelease = function () { gotoAndStop (27); };
Instance of Symbol 16 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 16 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 18 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 18 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 50 MovieClip "b5" in Frame 27
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 27
onClipEvent (enterFrame) { function xPosi() { return(this._x); } function yPosi() { return(this._y); } Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (((((this.hitTest(_root.b1) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) || (this.hitTest(_root.b4))) || (this.hitTest(_root.b5))) || (this.hitTest(_root.ballone))) { _root.gotoAndStop(28); } }
Instance of Symbol 32 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(29); } }
Instance of Symbol 16 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 50 MovieClip "b1" in Frame 27
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 1; speedx1 = 1; radiusball1 = this._width / 2; }
Instance of Symbol 50 MovieClip "b4" in Frame 27
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 50 MovieClip "b2" in Frame 27
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 50 MovieClip "b3" in Frame 27
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 3; speedx1 = 3; radiusball1 = this._width / 2; }
Instance of Symbol 16 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 16 MovieClip "ballone" in Frame 27
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Frame 28
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (26); };
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 50 MovieClip "ballone" in Frame 28
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (420 - radiusball1)) { this._x = 420 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (120 + radiusball1)) { this._x = 120 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Frame 29
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (31); };
Frame 31
stop(); startbutton.onRelease = function () { gotoAndStop (32); };
Instance of Symbol 16 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(33); } }
Instance of Symbol 16 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(33); } }
Instance of Symbol 18 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(33); } }
Instance of Symbol 18 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(33); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 32
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if ((((((this.hitTest(_root.b1) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) || (this.hitTest(_root.b4))) || (this.hitTest(_root.b5))) || (this.hitTest(_root.b6))) || (this.hitTest(_root.b7))) { _root.gotoAndStop(33); } if ((((((this.hitTest(_root.b8) || (this.hitTest(_root.b9))) || (this.hitTest(_root.b10))) || (this.hitTest(_root.b11))) || (this.hitTest(_root.b12))) || (this.hitTest(_root.b13))) || (this.hitTest(_root.b14))) { _root.gotoAndStop(33); } }
Instance of Symbol 32 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(34); } }
Instance of Symbol 16 MovieClip "b2" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (200 + radiusball1)) { this._y = 200 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b3" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (200 + radiusball1)) { this._y = 200 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b4" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (200 + radiusball1)) { this._y = 200 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b5" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (200 + radiusball1)) { this._y = 200 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b6" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (200 + radiusball1)) { this._y = 200 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b7" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (200 + radiusball1)) { this._y = 200 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b1" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (200 + radiusball1)) { this._y = 200 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b13" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (200 - radiusball1)) { this._y = 200 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b12" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (200 - radiusball1)) { this._y = 200 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b11" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (200 - radiusball1)) { this._y = 200 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b10" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (200 - radiusball1)) { this._y = 200 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b9" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (200 - radiusball1)) { this._y = 200 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b8" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (200 - radiusball1)) { this._y = 200 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -2; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b14" in Frame 32
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (200 - radiusball1)) { this._y = 200 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -2; radiusball1 = this._height / 2; }
Instance of Symbol 18 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(33); } }
Instance of Symbol 18 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(33); } }
Frame 33
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (31); };
Instance of Symbol 16 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 16 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 18 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 18 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(28); } }
Instance of Symbol 32 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(29); } }
Frame 34
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (36); };
Frame 36
stop(); startbutton.onRelease = function () { gotoAndStop (37); };
Instance of Symbol 16 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(38); } }
Instance of Symbol 16 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(38); } }
Instance of Symbol 18 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(38); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 37
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if ((this.hitTest(_root.b1) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) { _root.gotoAndStop(38); } }
Instance of Symbol 32 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(39); } }
Instance of Symbol 16 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(38); } }
Instance of Symbol 18 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(38); } }
Instance of Symbol 18 MovieClip "b2" in Frame 37
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (220 - radiusball1)) { this._y = 220 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (140 + radiusball1)) { this._y = 140 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 1; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip "b3" in Frame 37
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (100 - radiusball1)) { this._x = 100 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._x = 20 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 16 MovieClip "b1" in Frame 37
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (340 + radiusball1)) { this._x = 340 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._width / 2; }
Frame 38
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (36); };
Instance of Symbol 16 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(33); } }
Instance of Symbol 18 MovieClip "b2" in Frame 38
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (220 - radiusball1)) { this._y = 220 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (140 + radiusball1)) { this._y = 140 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -2; radiusball1 = this._height / 2; }
Frame 39
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (41); };
Frame 41
stop(); startbutton.onRelease = function () { gotoAndStop (42); };
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(43); } }
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(43); } }
Instance of Symbol 18 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(43); } }
Instance of Symbol 18 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(23); } }
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(43); } }
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(43); } }
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 42
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; }
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(43); } }
Instance of Symbol 16 MovieClip in Frame 42
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(43); } }
Instance of Symbol 32 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(44); } }
Frame 43
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (41); };
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 18 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 18 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(23); } }
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(23); } }
Instance of Symbol 16 MovieClip in Frame 43
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(23); } }
Frame 44
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (46); };
Instance of Symbol 16 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(23); } }
Frame 46
stop(); startbutton.onRelease = function () { gotoAndStop (47); };
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 18 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 18 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 47
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; }
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(48); } }
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(48); } }
Instance of Symbol 32 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(49); } }
Instance of Symbol 18 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 18 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 16 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Frame 48
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (46); };
Instance of Symbol 16 MovieClip in Frame 48
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(46); } }
Instance of Symbol 16 MovieClip in Frame 48
onClipEvent (enterFrame) { this._rotation = this._rotation + 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(46); } }
Instance of Symbol 32 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(44); } }
Frame 49
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (51); };
Frame 51
stop(); startbutton.onRelease = function () { gotoAndStop (52); };
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(53); } }
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(53); } }
Instance of Symbol 18 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(53); } }
Instance of Symbol 18 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(53); } }
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 52
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (this.hitTest(_root.ballone) || (this.hitTest(_root.balltwo))) { _root.gotoAndStop(53); } }
Instance of Symbol 32 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(54); } ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(53); } }
Instance of Symbol 16 MovieClip "ballone" in Frame 52
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(53); } }
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(53); } }
Instance of Symbol 16 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 18 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(53); } }
Instance of Symbol 50 MovieClip "balltwo" in Frame 52
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (230 + radiusball1)) { this._y = 230 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (260 - radiusball1)) { this._x = 260 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (20 + radiusball1)) { this._x = 20 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Frame 53
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (51); };
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(51); } }
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 18 MovieClip in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 18 MovieClip in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 32 MovieClip in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(49); } ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._height / 2; }
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(48); } }
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(47); } }
Instance of Symbol 16 MovieClip in Frame 53
onClipEvent (enterFrame) { this._rotation = this._rotation - 2; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(47); } }
Frame 54
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (56); };
Frame 56
stop(); startbutton.onRelease = function () { gotoAndStop (57); };
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Instance of Symbol 18 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Instance of Symbol 18 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 57
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; }
Instance of Symbol 58 MovieClip in Frame 57
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(58); } }
Instance of Symbol 61 MovieClip in Frame 57
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(58); } }
Instance of Symbol 32 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(59); } }
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Instance of Symbol 16 MovieClip in Frame 57
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(58); } }
Frame 58
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (56); };
Frame 59
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (61); };
Frame 61
stop(); startbutton.onRelease = function () { gotoAndStop (62); };
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(63); } }
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(63); } }
Instance of Symbol 18 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(63); } }
Instance of Symbol 18 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(63); } }
Instance of Symbol 18 MovieClip "ballone" in Frame 62
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 3; radiusball1 = this._height / 2; }
Instance of Symbol 32 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(64); } }
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(63); } }
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(63); } }
Instance of Symbol 16 MovieClip in Frame 62
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(63); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 62
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (this.hitTest(_root.ballone)) { _root.gotoAndStop(63); } }
Frame 63
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (61); };
Frame 64
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (66); };
Frame 66
stop(); startbutton.onRelease = function () { gotoAndStop (67); };
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 18 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 18 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 18 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 18 MovieClip "twister" in Frame 67
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(68); } }
Instance of Symbol 16 MovieClip "twister2" in Frame 67
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(68); } }
Instance of Symbol 61 MovieClip in Frame 67
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(68); } }
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 50 MovieClip "ballone" in Frame 67
onClipEvent (enterFrame) { function setDirection(diraxis) { if (diraxis == x) { speedx1 = -speedx1; } if (diraxis == y) { speedy1 = -speedy1; } } ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (530 - radiusball1)) { this._x = 530 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (430 + radiusball1)) { this._x = 430 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 32 MovieClip "goal" in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(69); } }
Instance of Symbol 58 MovieClip "outring" in Frame 67
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(68); } }
Instance of Symbol 18 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 16 MovieClip in Frame 67
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(68); } }
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 67
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (this.hitTest(_root.ballone) || (this.hitTest(_root.balltwo))) { _root.gotoAndStop(68); } }
Frame 68
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (66); };
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip "twister" in Frame 68
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; if (this.hitTest(_root.Player.xPosi(), _root.Player.yPosi(), true)) { trace("DIE"); } }
Instance of Symbol 16 MovieClip "twister2" in Frame 68
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (this.hitTest(_root.Player.xPosi(), _root.Player.yPosi(), true)) { trace("DIE"); } }
Instance of Symbol 61 MovieClip in Frame 68
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; if (this.hitTest(_root.Player.xPosi(), _root.Player.yPosi(), true)) { trace("DIE"); } }
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 50 MovieClip "ballone" in Frame 68
onClipEvent (enterFrame) { function setDirection(diraxis) { if (diraxis == x) { speedx1 = -speedx1; } if (diraxis == y) { speedy1 = -speedy1; } } ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (380 - radiusball1)) { this._y = 380 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (530 - radiusball1)) { this._x = 530 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (430 + radiusball1)) { this._x = 430 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 3; speedx1 = 3; radiusball1 = this._width / 2; }
Instance of Symbol 58 MovieClip "outring" in Frame 68
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (this.hitTest(_root.Player.xPosi(), _root.Player.yPosi(), true)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(3); } }
Instance of Symbol 16 MovieClip in Frame 68
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(3); } }
Frame 69
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (71); };
Frame 71
stop(); startbutton.onRelease = function () { gotoAndStop (72); };
Instance of Symbol 16 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(73); } }
Instance of Symbol 16 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(73); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 72
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (((this.hitTest(_root.s1) || (this.hitTest(_root.s2))) || (this.hitTest(_root.s3))) || (this.hitTest(_root.s4))) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(73); } }
Instance of Symbol 32 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(74); } }
Instance of Symbol 66 MovieClip "s1" in Frame 72
onClipEvent (enterFrame) { if ((_root.Player._y < 100) && (_root.Player._x > 110)) { active = 1; } if (active == 1) { ball1locy = this._x + speedy1; if (ball1locy > (540 - radiusball1)) { this._x = 540 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (5 + radiusball1)) { this._x = 5 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 5; radiusball1 = this._width / 2; }
Instance of Symbol 16 MovieClip in Frame 72
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(73); } }
Instance of Symbol 66 MovieClip "s2" in Frame 72
onClipEvent (enterFrame) { if ((_root.Player._y > 110) && (_root.Player._x < 440)) { active = 1; } if (active == 1) { ball1locy = this._x + speedy1; if (ball1locy > (540 - radiusball1)) { this._x = 540 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (5 + radiusball1)) { this._x = 5 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 5; radiusball1 = this._width / 2; }
Instance of Symbol 66 MovieClip "s4" in Frame 72
onClipEvent (enterFrame) { if ((_root.Player._y > 210) && (_root.Player._x > 110)) { active = 1; } if (active == 1) { ball1locy = this._x + speedy1; if (ball1locy > (540 - radiusball1)) { this._x = 540 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (5 + radiusball1)) { this._x = 5 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 5; radiusball1 = this._width / 2; }
Instance of Symbol 66 MovieClip "s3" in Frame 72
onClipEvent (enterFrame) { if ((_root.Player._y > 320) && (_root.Player._x < 440)) { active = 1; } if (active == 1) { ball1locy = this._x + speedy1; if (ball1locy > (540 - radiusball1)) { this._x = 540 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (5 + radiusball1)) { this._x = 5 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 5; radiusball1 = this._width / 2; }
Frame 73
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (71); };
Instance of Symbol 16 MovieClip in Frame 73
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Instance of Symbol 16 MovieClip in Frame 73
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Instance of Symbol 18 MovieClip in Frame 73
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Instance of Symbol 16 MovieClip in Frame 73
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Frame 74
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (76); };
Frame 76
stop(); startbutton.onRelease = function () { gotoAndStop (77); };
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(78); } }
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(78); } }
Instance of Symbol 18 MovieClip in Frame 77
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(78); } }
Instance of Symbol 18 MovieClip in Frame 77
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(78); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 77
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (this.hitTest(_root.l1) || (this.hitTest(_root.l2))) { _root.gotoAndStop(78); } }
Instance of Symbol 32 MovieClip in Frame 77
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(79); } }
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(78); } }
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(78); } }
Instance of Symbol 16 MovieClip in Frame 77
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(78); } }
Instance of Symbol 18 MovieClip "l1" in Frame 77
onClipEvent (enterFrame) { if (_root.Player._x > 180) { active = 1; } if (active == 1) { ball1locy = this._y + speedy1; if (ball1locy > (320 - radiusball1)) { this._y = 320 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (0 + radiusball1)) { this._y = 0 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 2; radiusball1 = this._height / 2; }
Instance of Symbol 18 MovieClip "l2" in Frame 77
onClipEvent (enterFrame) { if (_root.Player._x > 180) { active = 1; } if (active == 1) { ball1locy = this._y + speedy1; if (ball1locy > (400 - radiusball1)) { this._y = 400 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (80 + radiusball1)) { this._y = 80 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 2; radiusball1 = this._height / 2; }
Frame 78
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (76); };
Instance of Symbol 18 MovieClip "l1" in Frame 78
onClipEvent (enterFrame) { if (_root.Player._x > 180) { active = 1; } if (active == 1) { ball1locy = this._y + speedy1; if (ball1locy > (320 - radiusball1)) { this._y = 320 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (0 + radiusball1)) { this._y = 0 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 5; radiusball1 = this._height / 2; }
Instance of Symbol 18 MovieClip "l2" in Frame 78
onClipEvent (enterFrame) { if (_root.Player._x > 180) { active = 1; } if (active == 1) { ball1locy = this._y + speedy1; if (ball1locy > (400 - radiusball1)) { this._y = 400 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (80 + radiusball1)) { this._y = 80 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 5; radiusball1 = this._height / 2; }
Frame 79
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (81); };
Frame 81
stop(); startbutton.onRelease = function () { gotoAndStop (82); };
Instance of Symbol 16 MovieClip in Frame 82
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(83); } }
Instance of Symbol 16 MovieClip in Frame 82
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(83); } }
Instance of Symbol 18 MovieClip in Frame 82
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(83); } }
Instance of Symbol 18 MovieClip in Frame 82
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(83); } }
Instance of Symbol 14 MovieClip [Player] "Player" in Frame 82
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (this.hitTest(_root.b1)) { _root.gotoAndStop(83); } }
Instance of Symbol 70 MovieClip "b1" in Frame 82
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (400 - radiusball1)) { this._y = 400 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (10 + radiusball1)) { this._y = 10 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (540 - radiusball1)) { this._x = 540 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (20 + radiusball1)) { this._x = 20 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 3; speedx1 = 3; radiusball1 = this._width / 2; }
Instance of Symbol 32 MovieClip in Frame 82
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(84); } }
Instance of Symbol 18 MovieClip in Frame 82
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(83); } }
Instance of Symbol 16 MovieClip in Frame 82
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.gotoAndStop(83); } }
Frame 83
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (81); };
Frame 84
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (86); };
Frame 86
stop(); startbutton.onRelease = function () { gotoAndStop (87); };
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 18 MovieClip in Frame 87
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 32 MovieClip "goal" in Frame 87
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._x = 20 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 4; radiusball1 = this._width / 2; }
Instance of Symbol 70 MovieClip in Frame 87
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 66 MovieClip "m1" in Frame 87
onClipEvent (enterFrame) { if (_root.Playerperim._x > 100) { active = 1; } if (active == 1) { ball1locy = this._x + speedy1; if (ball1locy > (540 - radiusball1)) { this._x = 540 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (5 + radiusball1)) { this._x = 5 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 5; radiusball1 = this._width / 2; }
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) { this._rotation = this._rotation + 4; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) { this._rotation = this._rotation + 4; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(88); } }
Instance of Symbol 70 MovieClip in Frame 87
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) { this._rotation = this._rotation - 4; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 87
onClipEvent (enterFrame) { this._rotation = this._rotation - 4; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(88); } }
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 87
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if ((this.hitTest(_root.m1) || (this.hitTest(_root.m2))) || (this.hitTest(_root.m3))) { _root.gotoAndStop(88); } if (this.hitTest(_root.goal)) { _root.gotoAndStop(89); } }
Instance of Symbol 18 MovieClip "m3" in Frame 87
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._x = 20 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 18 MovieClip "m2" in Frame 87
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._x = 20 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 2; radiusball1 = this._width / 2; }
Frame 88
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (86); };
Frame 89
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (91); };
Instance of Symbol 16 MovieClip in Frame 89
onClipEvent (enterFrame) { this._rotation = this._rotation + 4; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(53); } }
Instance of Symbol 16 MovieClip in Frame 89
onClipEvent (enterFrame) { this._rotation = this._rotation + 4; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(53); } }
Instance of Symbol 16 MovieClip in Frame 89
onClipEvent (enterFrame) { this._rotation = this._rotation - 4; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(53); } }
Instance of Symbol 16 MovieClip in Frame 89
onClipEvent (enterFrame) { this._rotation = this._rotation - 4; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(53); } }
Frame 91
stop(); startbutton.onRelease = function () { gotoAndStop (92); };
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 32 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(94); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 18 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 92
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; }
Instance of Symbol 16 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(93); } }
Frame 93
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (91); };
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Instance of Symbol 16 MovieClip in Frame 93
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(88); } }
Frame 94
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop(); replaybutton.onRelease = function () { gotoAndStop (96); };
Frame 96
stop(); startbutton.onRelease = function () { gotoAndStop (97); };
Instance of Symbol 16 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 16 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip in Frame 96
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 50 MovieClip "b1" in Frame 97
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (80 - radiusball1)) { this._y = 80 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (530 - radiusball1)) { this._x = 530 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (20 + radiusball1)) { this._x = 20 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 1; speedx1 = 1; radiusball1 = this._width / 2; }
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip "b3" in Frame 97
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (380 + radiusball1)) { this._x = 380 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 1; radiusball1 = this._width / 2; }
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 66 MovieClip "b4" in Frame 97
onClipEvent (enterFrame) { if ((_root.Playerperim._y > 320) && (_root.Playerperim._x < 400)) { active = 1; } if (active == 1) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (5 + radiusball1)) { this._x = 5 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } } onClipEvent (load) { active = 0; speedy1 = 2; radiusball1 = this._width / 2; }
Instance of Symbol 7 MovieClip [Playerperim] "Playerperim" in Frame 97
onClipEvent (enterFrame) { Mouse.hide(); this._x = 530 - _root._xmouse; this._y = 380 - _root._ymouse; if (((((this.hitTest(_root.b1) || (this.hitTest(_root.b2))) || (this.hitTest(_root.b3))) || (this.hitTest(_root.b4))) || (this.hitTest(_root.b5))) || (this.hitTest(_root.b6))) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip "b2" in Frame 97
onClipEvent (enterFrame) { ball1locy = this._x + speedy1; if (ball1locy > (530 - radiusball1)) { this._x = 530 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (380 + radiusball1)) { this._x = 380 + radiusball1; speedy1 = -speedy1; } else { this._x = this._x + speedy1; } } onClipEvent (load) { speedy1 = 1; radiusball1 = this._width / 2; }
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip "b6" in Frame 97
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (200 - radiusball1)) { this._y = 200 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (100 + radiusball1)) { this._y = 100 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = -1; radiusball1 = this._height / 2; }
Instance of Symbol 18 MovieClip "b5" in Frame 97
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; if (ball1locy > (300 - radiusball1)) { this._y = 300 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (200 + radiusball1)) { this._y = 200 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } } onClipEvent (load) { speedy1 = 1; radiusball1 = this._height / 2; }
Instance of Symbol 32 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(99); } }
Instance of Symbol 61 MovieClip in Frame 97
onClipEvent (enterFrame) { this._rotation = this._rotation - 1; hit = false; for (i in _root.Playerperim.perimeter) { point = new Object(); point.x = _root.Playerperim.perimeter[i]._x; point.y = _root.Playerperim.perimeter[i]._y; _root.Playerperim.localToGlobal(point); if (this.hitTest(point.x, point.y, true)) { hit = true; } } if (hit) { _root.gotoAndStop(98); } }
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 16 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Instance of Symbol 18 MovieClip in Frame 97
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(98); } }
Frame 98
Mouse.show(); loser = new Sound(this); loser.attachSound("buzzer3.wav"); loser.start(); stop(); startbutton.onRelease = function () { gotoAndStop (96); };
Instance of Symbol 16 MovieClip in Frame 98
onClipEvent (enterFrame) { if (this.hitTest(_root.Playerperim)) { _root.gotoAndStop(73); } }
Instance of Symbol 16 MovieClip in Frame 98
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip in Frame 98
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 18 MovieClip in Frame 98
onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { trace("DIE"); } }
Instance of Symbol 50 MovieClip in Frame 98
onClipEvent (enterFrame) { ball1locy = this._y + speedy1; ball1locx = this._x + speedx1; if (ball1locy > (80 - radiusball1)) { this._y = 80 - radiusball1; speedy1 = -speedy1; } else if (ball1locy < (20 + radiusball1)) { this._y = 20 + radiusball1; speedy1 = -speedy1; } else { this._y = this._y + speedy1; } if (ball1locx > (530 - radiusball1)) { this._x = 530 - radiusball1; speedx1 = -speedx1; } else if (ball1locx < (20 + radiusball1)) { this._x = 20 + radiusball1; speedx1 = -speedx1; } else { this._x = this._x + speedx1; } } onClipEvent (load) { speedy1 = 2; speedx1 = 2; radiusball1 = this._width / 2; }
Frame 99
Mouse.show(); winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); stop();

Library Items

Symbol 1 Sound [fanfare.wav]
Symbol 2 Sound [buzzer3.wav]
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:5
Symbol 5 MovieClipUses:4Used by:7
Symbol 6 GraphicUsed by:7 14
Symbol 7 MovieClip [Playerperim]Uses:5 6Used by:Timeline
Symbol 8 GraphicUsed by:13 21
Symbol 9 FontUsed by:10 12 20 22 33 34 35 36 37 38 39 40 51 52 53 54 55 56 62 63 64 67 68 71 72 73 74 75
Symbol 10 TextUses:9Used by:13
Symbol 11 GraphicUsed by:13
Symbol 12 TextUses:9Used by:13
Symbol 13 Button [nextlevel]Uses:8 10 11 12Used by:Timeline
Symbol 14 MovieClip [Player]Uses:6Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 TextUses:9Used by:21
Symbol 21 ButtonUses:8 20Used by:Timeline
Symbol 22 TextUses:9Used by:Timeline
Symbol 23 FontUsed by:24 25
Symbol 24 TextUses:23Used by:Timeline
Symbol 25 TextUses:23Used by:Timeline
Symbol 26 FontUsed by:27 30
Symbol 27 TextUses:26Used by:28
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 GraphicUsed by:31
Symbol 30 EditableTextUses:26Used by:31
Symbol 31 MovieClipUses:29 30Used by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 TextUses:9Used by:Timeline
Symbol 34 TextUses:9Used by:Timeline
Symbol 35 TextUses:9Used by:Timeline
Symbol 36 TextUses:9Used by:Timeline
Symbol 37 TextUses:9Used by:Timeline
Symbol 38 TextUses:9Used by:Timeline
Symbol 39 TextUses:9Used by:Timeline
Symbol 40 TextUses:9Used by:Timeline
Symbol 41 GraphicUsed by:50
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:50
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:50
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:50
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:50
Symbol 50 MovieClipUses:41 43 45 47 49Used by:Timeline
Symbol 51 TextUses:9Used by:Timeline
Symbol 52 TextUses:9Used by:Timeline
Symbol 53 TextUses:9Used by:Timeline
Symbol 54 TextUses:9Used by:Timeline
Symbol 55 TextUses:9Used by:Timeline
Symbol 56 TextUses:9Used by:Timeline
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:Timeline
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 TextUses:9Used by:Timeline
Symbol 63 TextUses:9Used by:Timeline
Symbol 64 TextUses:9Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 TextUses:9Used by:Timeline
Symbol 68 TextUses:9Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 TextUses:9Used by:Timeline
Symbol 72 TextUses:9Used by:Timeline
Symbol 73 TextUses:9Used by:Timeline
Symbol 74 TextUses:9Used by:Timeline
Symbol 75 TextUses:9Used by:Timeline

Instance Names

"startbutton"Frame 1Symbol 21 Button
"Player"Frame 2Symbol 14 MovieClip [Player]
"startbutton"Frame 3Symbol 21 Button
"replaybutton"Frame 4Symbol 13 Button [nextlevel]
"startbutton"Frame 6Symbol 21 Button
"Player"Frame 7Symbol 14 MovieClip [Player]
"startbutton"Frame 8Symbol 21 Button
"replaybutton"Frame 9Symbol 13 Button [nextlevel]
"startbutton"Frame 11Symbol 21 Button
"Player"Frame 12Symbol 14 MovieClip [Player]
"ballone"Frame 12Symbol 16 MovieClip
"balltwo"Frame 12Symbol 16 MovieClip
"startbutton"Frame 13Symbol 21 Button
"replaybutton"Frame 14Symbol 13 Button [nextlevel]
"startbutton"Frame 16Symbol 21 Button
"Player"Frame 17Symbol 14 MovieClip [Player]
"ballone"Frame 17Symbol 16 MovieClip
"ballball"Frame 17Symbol 16 MovieClip
"ballone"Frame 18Symbol 16 MovieClip
"startbutton"Frame 18Symbol 21 Button
"replaybutton"Frame 19Symbol 13 Button [nextlevel]
"startbutton"Frame 21Symbol 21 Button
"Player"Frame 22Symbol 14 MovieClip [Player]
"ballone"Frame 22Symbol 16 MovieClip
"ballthree"Frame 22Symbol 16 MovieClip
"balltwo"Frame 22Symbol 16 MovieClip
"ballone"Frame 23Symbol 16 MovieClip
"ballone"Frame 23Symbol 16 MovieClip
"startbutton"Frame 23Symbol 21 Button
"replaybutton"Frame 24Symbol 13 Button [nextlevel]
"startbutton"Frame 26Symbol 21 Button
"b5"Frame 27Symbol 50 MovieClip
"Player"Frame 27Symbol 14 MovieClip [Player]
"b1"Frame 27Symbol 50 MovieClip
"b4"Frame 27Symbol 50 MovieClip
"b2"Frame 27Symbol 50 MovieClip
"b3"Frame 27Symbol 50 MovieClip
"ballone"Frame 27Symbol 16 MovieClip
"ballone"Frame 28Symbol 50 MovieClip
"ballone"Frame 28Symbol 50 MovieClip
"ballone"Frame 28Symbol 50 MovieClip
"ballone"Frame 28Symbol 50 MovieClip
"ballone"Frame 28Symbol 50 MovieClip
"startbutton"Frame 28Symbol 21 Button
"replaybutton"Frame 29Symbol 13 Button [nextlevel]
"startbutton"Frame 31Symbol 21 Button
"Player"Frame 32Symbol 14 MovieClip [Player]
"b2"Frame 32Symbol 16 MovieClip
"b3"Frame 32Symbol 16 MovieClip
"b4"Frame 32Symbol 16 MovieClip
"b5"Frame 32Symbol 16 MovieClip
"b6"Frame 32Symbol 16 MovieClip
"b7"Frame 32Symbol 16 MovieClip
"b1"Frame 32Symbol 16 MovieClip
"b13"Frame 32Symbol 16 MovieClip
"b12"Frame 32Symbol 16 MovieClip
"b11"Frame 32Symbol 16 MovieClip
"b10"Frame 32Symbol 16 MovieClip
"b9"Frame 32Symbol 16 MovieClip
"b8"Frame 32Symbol 16 MovieClip
"b14"Frame 32Symbol 16 MovieClip
"startbutton"Frame 33Symbol 21 Button
"replaybutton"Frame 34Symbol 13 Button [nextlevel]
"startbutton"Frame 36Symbol 21 Button
"Player"Frame 37Symbol 14 MovieClip [Player]
"b2"Frame 37Symbol 18 MovieClip
"b3"Frame 37Symbol 16 MovieClip
"b1"Frame 37Symbol 16 MovieClip
"b2"Frame 38Symbol 18 MovieClip
"startbutton"Frame 38Symbol 21 Button
"replaybutton"Frame 39Symbol 13 Button [nextlevel]
"startbutton"Frame 41Symbol 21 Button
"Playerperim"Frame 42Symbol 7 MovieClip [Playerperim]
"startbutton"Frame 43Symbol 21 Button
"replaybutton"Frame 44Symbol 13 Button [nextlevel]
"startbutton"Frame 46Symbol 21 Button
"Playerperim"Frame 47Symbol 7 MovieClip [Playerperim]
"startbutton"Frame 48Symbol 21 Button
"replaybutton"Frame 49Symbol 13 Button [nextlevel]
"startbutton"Frame 51Symbol 21 Button
"Playerperim"Frame 52Symbol 7 MovieClip [Playerperim]
"ballone"Frame 52Symbol 16 MovieClip
"balltwo"Frame 52Symbol 50 MovieClip
"startbutton"Frame 53Symbol 21 Button
"replaybutton"Frame 54Symbol 13 Button [nextlevel]
"startbutton"Frame 56Symbol 21 Button
"Playerperim"Frame 57Symbol 7 MovieClip [Playerperim]
"startbutton"Frame 58Symbol 21 Button
"replaybutton"Frame 59Symbol 13 Button [nextlevel]
"startbutton"Frame 61Symbol 21 Button
"ballone"Frame 62Symbol 18 MovieClip
"Player"Frame 62Symbol 14 MovieClip [Player]
"startbutton"Frame 63Symbol 21 Button
"replaybutton"Frame 64Symbol 13 Button [nextlevel]
"startbutton"Frame 66Symbol 21 Button
"twister"Frame 67Symbol 18 MovieClip
"twister2"Frame 67Symbol 16 MovieClip
"ballone"Frame 67Symbol 50 MovieClip
"goal"Frame 67Symbol 32 MovieClip
"outring"Frame 67Symbol 58 MovieClip
"Playerperim"Frame 67Symbol 7 MovieClip [Playerperim]
"twister"Frame 68Symbol 18 MovieClip
"twister2"Frame 68Symbol 16 MovieClip
"ballone"Frame 68Symbol 50 MovieClip
"outring"Frame 68Symbol 58 MovieClip
"startbutton"Frame 68Symbol 21 Button
"replaybutton"Frame 69Symbol 13 Button [nextlevel]
"startbutton"Frame 71Symbol 21 Button
"Player"Frame 72Symbol 14 MovieClip [Player]
"s1"Frame 72Symbol 66 MovieClip
"s2"Frame 72Symbol 66 MovieClip
"s4"Frame 72Symbol 66 MovieClip
"s3"Frame 72Symbol 66 MovieClip
"startbutton"Frame 73Symbol 21 Button
"replaybutton"Frame 74Symbol 13 Button [nextlevel]
"startbutton"Frame 76Symbol 21 Button
"Player"Frame 77Symbol 14 MovieClip [Player]
"l1"Frame 77Symbol 18 MovieClip
"l2"Frame 77Symbol 18 MovieClip
"l1"Frame 78Symbol 18 MovieClip
"l2"Frame 78Symbol 18 MovieClip
"startbutton"Frame 78Symbol 21 Button
"replaybutton"Frame 79Symbol 13 Button [nextlevel]
"startbutton"Frame 81Symbol 21 Button
"Player"Frame 82Symbol 14 MovieClip [Player]
"b1"Frame 82Symbol 70 MovieClip
"startbutton"Frame 83Symbol 21 Button
"replaybutton"Frame 84Symbol 13 Button [nextlevel]
"startbutton"Frame 86Symbol 21 Button
"goal"Frame 87Symbol 32 MovieClip
"m1"Frame 87Symbol 66 MovieClip
"Playerperim"Frame 87Symbol 7 MovieClip [Playerperim]
"m3"Frame 87Symbol 18 MovieClip
"m2"Frame 87Symbol 18 MovieClip
"startbutton"Frame 88Symbol 21 Button
"replaybutton"Frame 89Symbol 13 Button [nextlevel]
"startbutton"Frame 91Symbol 21 Button
"Playerperim"Frame 92Symbol 7 MovieClip [Playerperim]
"startbutton"Frame 93Symbol 21 Button
"replaybutton"Frame 94Symbol 13 Button [nextlevel]
"startbutton"Frame 96Symbol 21 Button
"b1"Frame 97Symbol 50 MovieClip
"b3"Frame 97Symbol 18 MovieClip
"b4"Frame 97Symbol 66 MovieClip
"Playerperim"Frame 97Symbol 7 MovieClip [Playerperim]
"b2"Frame 97Symbol 18 MovieClip
"b6"Frame 97Symbol 18 MovieClip
"b5"Frame 97Symbol 18 MovieClip
"startbutton"Frame 98Symbol 21 Button
"perimeter"Symbol 7 MovieClip [Playerperim] Frame 1Symbol 5 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "fanfare.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "buzzer3.wav"
ExportAssets (56)Timeline Frame 1Symbol 7 as "Playerperim"
ExportAssets (56)Timeline Frame 1Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 2Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 4Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 5Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 7Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 9Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 10Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 12Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 14Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 15Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 17Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 19Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 20Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 22Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 24Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 25Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 27Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 29Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 30Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 32Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 34Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 35Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 37Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 39Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 40Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 42Symbol 7 as "Playerperim"
ExportAssets (56)Timeline Frame 44Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 45Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 47Symbol 7 as "Playerperim"
ExportAssets (56)Timeline Frame 49Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 50Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 52Symbol 7 as "Playerperim"
ExportAssets (56)Timeline Frame 54Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 55Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 57Symbol 7 as "Playerperim"
ExportAssets (56)Timeline Frame 59Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 60Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 62Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 64Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 65Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 67Symbol 7 as "Playerperim"
ExportAssets (56)Timeline Frame 69Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 70Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 72Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 74Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 75Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 77Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 79Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 80Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 82Symbol 14 as "Player"
ExportAssets (56)Timeline Frame 84Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 85Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 87Symbol 7 as "Playerperim"
ExportAssets (56)Timeline Frame 89Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 90Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 92Symbol 7 as "Playerperim"
ExportAssets (56)Timeline Frame 94Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 95Symbol 13 as "nextlevel"
ExportAssets (56)Timeline Frame 97Symbol 7 as "Playerperim"




http://swfchan.com/3/11902/info.shtml
Created: 6/6 -2019 15:42:19 Last modified: 6/6 -2019 15:42:19 Server time: 27/04 -2024 14:06:14