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

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

nucleus.swf

This is the info page for
Flash #2510

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


Text
loading...

start

NUCLEUS

Welcome to Nucleus!
If this is your first time – view the simple
instructions or take your chances and
click start to begin playing
To resume play from a previous level,
simply enter the password shown on screen.

enter password

Copyright 2004 Mobasher Iqbal  ©

instructions

high scores

Enter the level code (case sensitive):

back

please note that you won't be able to submit your final
score if you resume from a previous level

Level 1
Stage 1: Atoms

try again

click me

Attempts:

Level 2

the password for this level is:
pnmqeb

level:2 password: pnmqeb

Level 3

the password for this level is:
tvxijk

level: 3 password: tvxijk

Level 4

the password for this level is:
fwjkxw

level: 4 password: fwjkxw

Level 5

the password for this level is:
alordq

level: 5 password: alordq

Level 6
Stage 2: Covalent Bonds

Now we come to covalent bonds,
where atoms share electrons in order
to become more stable.
Now you have to go from the nucleus
of one atom to the nucleus of the
atom it has bonded to.

the password for this level is:
iddqdg

level: 6 password: iddqdg

Level 7

the password for this level is:
judmbg

level: 7 password: judmbg

Level 8

the password for this level is:
aphven

goal

level: 8 password: aphven

Level 9

the password for this level is:
chusxn

level: 9 password: chusxn

Level 10
Stage 3: Atoms in Motion

In the real world, atoms and molecules
are constantly moving around us.
Try hopping electrons while the atoms
move

the password for this level is:
medjvs

level: 10 password: medjvs

Level 11

the password for this level is:
ckewqa

level: 11 password: ckewqa

Level 12

the password for this level is:
btplde

level: 12 password: btplde

Level 13

the password for this level is:
bqtvde

level: 13 password: bqtvde

Level 14

the password for this level is:
cwtdbk

level: 14 password: cwtdbk

Level 15

the password for this level is:
mtfpfd

level: 15 password: mtfpfd

Level 16

the password for this level is:
dkuhts

level: 16 password: dkuhts

Level 17

the password for this level is:
skwnzo

level: 17 password: skwnzo

Level 18

the password for this level is:
fjwkus

level: 18 password: fjwkus

Level 19

the password for this level is:
diwjcm

level: 19 password: diwjcm

Final Level

the password for this level is:
fujnwn

level: 20 password: fujnwn

Congratulations!
You have successfully completed
nucleus

click here to play again

submit score

name:
email:

In order to view this game, please go to:
www.scenta.co.uk/nucleus

Instructions

The aim of the game is to get the electron from the start to the
goal, by jumping electron orbits. To do this, just click the nuclei of
the current atom.
Only jump when you are close enough to the next electron
otherwise you die. And remember, your jumping distance varies
between levels and atoms.

jump

don't jump

ActionScript [AS1/AS2]

Frame 1
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal();
Frame 2
if (loadedbytes == totalbytes) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Instance of Symbol 15 MovieClip in Frame 3
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 3
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "one" in Frame 3
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 3
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 19 MovieClip "mn2" in Frame 3
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 72; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 3
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 3
onClipEvent (enterFrame) { this._x = _root.mn3._x; this._y = _root.mn3._y; }
Instance of Symbol 19 MovieClip "mn3" in Frame 3
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 144; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "three" in Frame 3
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 3
onClipEvent (enterFrame) { this._x = _root.mn4._x; this._y = _root.mn4._y; }
Instance of Symbol 19 MovieClip "mn4" in Frame 3
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 216; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "four" in Frame 3
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn4._x; var ycenter = _root.mn4._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 3
onClipEvent (enterFrame) { this._x = _root.mn5._x; this._y = _root.mn5._y; }
Instance of Symbol 23 MovieClip "five" in Frame 3
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn5._x; var ycenter = _root.mn5._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 19 MovieClip "mn5" in Frame 3
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 288; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 3
okToPlay = eval("FALSE"); start.onRelease = function () { gotoAndStop (5); }; enterpwd.onRelease = function () { gotoAndStop (4); }; instructions.onRelease = function () { gotoAndStop (107); }; _global.attempts = 1; _global.validscore = true; stop();
Frame 4
stop(); startgame.onRelease = function () { gotoAndStop (5); }; back.onRelease = function () { gotoAndStop (3); };
Frame 5
stop(); start.onRelease = function () { gotoAndStop (6); };
Frame 6
function startGame() { _root.tryagain._visible = false; _root.three.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "three" in Frame 6
onClipEvent (load) { var radius = 200; var speed = 1; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 6
onClipEvent (load) { var radius = 150; var speed = -1; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "one" in Frame 6
onClipEvent (load) { var radius = 100; var speed = 2; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 9
gotoAndStop (7);
Frame 10
stop(); start.onRelease = function () { gotoAndStop (11); };
Frame 11
function startGame() { _root.tryagain._visible = false; _root.three.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "three" in Frame 11
onClipEvent (load) { var radius = 200; var speed = 1; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 11
onClipEvent (load) { var radius = 150; var speed = -0.5; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "one" in Frame 11
onClipEvent (load) { var radius = 100; var speed = 2; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 14
gotoAndStop (12);
Frame 15
stop(); start.onRelease = function () { gotoAndStop (16); };
Frame 16
function startGame() { _root.tryagain._visible = false; _root.four.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "four" in Frame 16
onClipEvent (load) { var radius = 225; var speed = -1; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "three" in Frame 16
onClipEvent (load) { var radius = 175; var speed = 1.3; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 16
onClipEvent (load) { var radius = 125; var speed = -0.5; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "one" in Frame 16
onClipEvent (load) { var radius = 75; var speed = 2; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 19
gotoAndStop (17);
Frame 20
stop(); start.onRelease = function () { gotoAndStop (21); };
Frame 21
function startGame() { _root.tryagain._visible = false; _root.three.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "three" in Frame 21
onClipEvent (load) { var radius = 175; var speed = 1; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 21
onClipEvent (load) { var radius = 125; var speed = -0.75; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.three.gotoAndStop(2); } } }
Instance of Symbol 23 MovieClip "one" in Frame 21
onClipEvent (load) { var radius = 75; var speed = 2; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 73 MovieClip "badelectron" in Frame 21
onClipEvent (load) { var radius = 125; var speed = -1.5; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 24
gotoAndStop (22);
Frame 25
stop(); start.onRelease = function () { gotoAndStop (26); };
Frame 26
function startGame() { _root.tryagain._visible = false; _root.three.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "three" in Frame 26
onClipEvent (load) { var radius = 175; var speed = 2.3; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 26
onClipEvent (load) { var radius = 125; var speed = -1.5; var xcenter = ((ycenter = 250)); var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.three.gotoAndStop(2); } } }
Instance of Symbol 23 MovieClip "one" in Frame 26
onClipEvent (load) { var radius = 75; var speed = 1.5; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 73 MovieClip "badelectron" in Frame 26
onClipEvent (load) { var radius = 125; var speed = 0.75; var xcenter = ((ycenter = 250)); var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 29
gotoAndStop (27);
Frame 30
stop(); start.onRelease = function () { gotoAndStop (31); };
Frame 31
function startGame() { _root.tryagain._visible = false; _root.aone.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "athree" in Frame 31
onClipEvent (load) { var radius = 112; var speed = 2; var xcenter = 140; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "atwo" in Frame 31
onClipEvent (load) { var radius = 80; var speed = -2.7; var xcenter = 140; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "aone" in Frame 31
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 140; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "btwo" in Frame 31
onClipEvent (load) { var radius = 80; var speed = 2.7; var xcenter = 357; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "bthree" in Frame 31
onClipEvent (load) { var radius = 112; var speed = -2; var xcenter = 357; var ycenter = 220; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "bone" in Frame 31
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 357; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 34
gotoAndStop (32);
Frame 35
stop(); start.onRelease = function () { gotoAndStop (36); };
Frame 36
function startGame() { _root.tryagain._visible = false; _root.aone.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "athree" in Frame 36
onClipEvent (load) { var radius = 112; var speed = 2; var xcenter = 140; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "atwo" in Frame 36
onClipEvent (load) { var radius = 80; var speed = -2.7; var xcenter = 140; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.abad)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.aone.gotoAndStop(2); } } }
Instance of Symbol 23 MovieClip "aone" in Frame 36
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 140; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "btwo" in Frame 36
onClipEvent (load) { var radius = 80; var speed = 2.7; var xcenter = 357; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.bbad)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.bthree.gotoAndStop(2); } } }
Instance of Symbol 23 MovieClip "bthree" in Frame 36
onClipEvent (load) { var radius = 112; var speed = -2; var xcenter = 357; var ycenter = 220; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "bone" in Frame 36
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 357; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 73 MovieClip "abad" in Frame 36
onClipEvent (load) { var radius = 80; var speed = -4; var xcenter = 140; var ycenter = 220; var degree = 90; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 73 MovieClip "bbad" in Frame 36
onClipEvent (load) { var radius = 80; var speed = 3.4; var xcenter = 357; var ycenter = 220; var degree = 60; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 39
gotoAndStop (37);
Frame 40
stop(); start.onRelease = function () { gotoAndStop (41); };
Frame 41
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "three" in Frame 41
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 200; var ycenter = 300; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "six" in Frame 41
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 360; var ycenter = 120; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "five" in Frame 41
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 360; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "four" in Frame 41
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 300; var ycenter = 300; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip in Frame 41
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 25) { _root.one.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (calcDistance(xdiff, ydiff) > 25) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (calcDistance(xdiff, ydiff) > 25) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); _root.three.gotoAndStop(1); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (calcDistance(xdiff, ydiff) > 25) { _root.four.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (calcDistance(xdiff, ydiff) > 25) { _root.five.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(45); } }
Instance of Symbol 23 MovieClip "one" in Frame 41
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 140; var ycenter = 120; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 41
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 140; var ycenter = 220; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 44
gotoAndStop (42);
Frame 45
stop(); start.onRelease = function () { gotoAndStop (46); };
Frame 46
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "three" in Frame 46
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 200; var ycenter = 300; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.two.gotoAndStop(2); } } }
Instance of Symbol 23 MovieClip "six" in Frame 46
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 360; var ycenter = 120; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.five.gotoAndStop(2); } } }
Instance of Symbol 23 MovieClip "five" in Frame 46
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 360; var ycenter = 220; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.four.gotoAndStop(2); } } }
Instance of Symbol 23 MovieClip "four" in Frame 46
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 300; var ycenter = 300; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.three.gotoAndStop(2); } } }
Instance of Symbol 99 MovieClip in Frame 46
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); _root.three.gotoAndStop(1); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (calcDistance(xdiff, ydiff) > 20) { _root.four.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (calcDistance(xdiff, ydiff) > 20) { _root.five.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(50); } }
Instance of Symbol 23 MovieClip "one" in Frame 46
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 140; var ycenter = 120; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 46
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 140; var ycenter = 220; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.one.gotoAndStop(2); } } }
Instance of Symbol 73 MovieClip "badelectron" in Frame 46
onClipEvent (load) { var radius = 100; var speed = 2; var xcenter = 250; var ycenter = 200; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 49
gotoAndStop (47);
Frame 50
stop(); start.onRelease = function () { gotoAndStop (51); };
Frame 51
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 19 MovieClip "movingnucleus" in Frame 51
onClipEvent (load) { var radius = 80; var speed = 2; var xcenter = 250; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 57) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 57) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(55); } }
Instance of Symbol 113 MovieClip in Frame 51
onClipEvent (load) { var radius = 80; var speed = 2; var xcenter = 250; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "one" in Frame 51
onClipEvent (load) { var radius = 100; var speed = -2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.movingnucleus._x; var ycenter = _root.movingnucleus._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 51
onClipEvent (load) { var radius = 75; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.movingnucleus._x; var ycenter = _root.movingnucleus._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "three" in Frame 51
onClipEvent (load) { var radius = 45; var speed = -2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.movingnucleus._x; var ycenter = _root.movingnucleus._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 54
gotoAndStop (52);
Frame 55
stop(); start.onRelease = function () { gotoAndStop (56); };
Frame 56
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 118 MovieClip in Frame 56
onClipEvent (load) { var radius = 80; var speed = 2; var xcenter = 160; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 118 MovieClip in Frame 56
onClipEvent (load) { var radius = 80; var speed = -2; var xcenter = 320; var ycenter = 280; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 19 MovieClip "movingnucleus" in Frame 56
onClipEvent (load) { var radius = 80; var speed = 2; var xcenter = 160; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(60); } }
Instance of Symbol 23 MovieClip "one" in Frame 56
onClipEvent (load) { var radius = 45; var speed = -2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.movingnucleus._x; var ycenter = _root.movingnucleus._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 56
onClipEvent (load) { var radius = 75; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.movingnucleus._x; var ycenter = _root.movingnucleus._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "three" in Frame 56
onClipEvent (load) { var radius = 75; var speed = -2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.movingnucleus2._x; var ycenter = _root.movingnucleus2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 19 MovieClip "movingnucleus2" in Frame 56
onClipEvent (load) { var radius = 80; var speed = -2; var xcenter = 320; var ycenter = 280; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 57) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 57) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 57) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(60); } }
Instance of Symbol 23 MovieClip "four" in Frame 56
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.movingnucleus2._x; var ycenter = _root.movingnucleus2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 59
gotoAndStop (57);
Frame 60
stop(); start.onRelease = function () { gotoAndStop (61); };
Frame 61
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "two" in Frame 61
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 250; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 61
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 23 MovieClip "three" in Frame 61
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 61
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 61
onClipEvent (load) { var radius = 100; var speed = -2; var xcenter = 250; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(65); } }
Instance of Symbol 23 MovieClip "one" in Frame 61
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn2" in Frame 61
onClipEvent (load) { var radius = 100; var speed = -2; var xcenter = 250; var ycenter = 250; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(65); } }
Frame 64
gotoAndStop (62);
Frame 65
stop(); start.onRelease = function () { gotoAndStop (66); };
Frame 66
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 23 MovieClip "two" in Frame 66
onClipEvent (load) { var radius = 45; var speed = 4; var xcenter = 250; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.one.gotoAndStop(2); } } }
Instance of Symbol 15 MovieClip in Frame 66
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 23 MovieClip "three" in Frame 66
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); if (this._currentframe == 2) { if (this.hitTest(_root.badelectron)) { this.gotoAndPlay(1); impact = new Sound(this); impact.attachSound("hit.wav"); impact.start(); _root.one.gotoAndStop(2); } } }
Instance of Symbol 15 MovieClip in Frame 66
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 66
onClipEvent (load) { var radius = 100; var speed = -2; var xcenter = 250; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(70); } }
Instance of Symbol 23 MovieClip "one" in Frame 66
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn2" in Frame 66
onClipEvent (load) { var radius = 100; var speed = -2; var xcenter = 250; var ycenter = 250; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(70); } }
Instance of Symbol 73 MovieClip "badelectron" in Frame 66
onClipEvent (load) { var radius = 100; var speed = 1.5; var xcenter = 250; var ycenter = 250; var degree = 90; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 69
gotoAndStop (67);
Frame 70
stop(); start.onRelease = function () { gotoAndStop (71); };
Frame 71
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 15 MovieClip in Frame 71
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 71
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(75); } }
Instance of Symbol 23 MovieClip "one" in Frame 71
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 71
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 19 MovieClip "mn2" in Frame 71
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 72; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(75); } }
Instance of Symbol 23 MovieClip "two" in Frame 71
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 71
onClipEvent (enterFrame) { this._x = _root.mn3._x; this._y = _root.mn3._y; }
Instance of Symbol 19 MovieClip "mn3" in Frame 71
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 144; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(75); } }
Instance of Symbol 23 MovieClip "three" in Frame 71
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 71
onClipEvent (enterFrame) { this._x = _root.mn4._x; this._y = _root.mn4._y; }
Instance of Symbol 19 MovieClip "mn4" in Frame 71
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 216; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(75); } }
Instance of Symbol 23 MovieClip "four" in Frame 71
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn4._x; var ycenter = _root.mn4._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 71
onClipEvent (enterFrame) { this._x = _root.mn5._x; this._y = _root.mn5._y; }
Instance of Symbol 23 MovieClip "five" in Frame 71
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn5._x; var ycenter = _root.mn5._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn5" in Frame 71
onClipEvent (load) { var radius = 100; var speed = -1; var xcenter = 250; var ycenter = 250; var degree = 288; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(75); } }
Frame 74
gotoAndStop (72);
Frame 75
stop(); start.onRelease = function () { gotoAndStop (76); };
Frame 76
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 15 MovieClip in Frame 76
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 76
onClipEvent (load) { var radius = 150; var speed = -1.5; var xcenter = 250; var ycenter = 80; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(80); } }
Instance of Symbol 23 MovieClip "one" in Frame 76
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 76
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 19 MovieClip "mn2" in Frame 76
onClipEvent (load) { var radius = 150; var speed = 1.5; var xcenter = 250; var ycenter = 160; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(80); } }
Instance of Symbol 23 MovieClip "two" in Frame 76
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 76
onClipEvent (enterFrame) { this._x = _root.mn3._x; this._y = _root.mn3._y; }
Instance of Symbol 19 MovieClip "mn3" in Frame 76
onClipEvent (load) { var radius = 150; var speed = -1.5; var xcenter = 250; var ycenter = 240; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(80); } }
Instance of Symbol 23 MovieClip "three" in Frame 76
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 76
onClipEvent (enterFrame) { this._x = _root.mn4._x; this._y = _root.mn4._y; }
Instance of Symbol 23 MovieClip "four" in Frame 76
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn4._x; var ycenter = _root.mn4._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn4" in Frame 76
onClipEvent (load) { var radius = 150; var speed = 1.5; var xcenter = 250; var ycenter = 300; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(80); } }
Frame 79
gotoAndStop (77);
Frame 80
stop(); start.onRelease = function () { gotoAndStop (81); };
Frame 81
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 15 MovieClip in Frame 81
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 81
onClipEvent (load) { var radius = 150; var speed = -1.5; var xcenter = 250; var ycenter = 80; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(85); } }
Instance of Symbol 23 MovieClip "one" in Frame 81
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 81
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 19 MovieClip "mn2" in Frame 81
onClipEvent (load) { var radius = 120; var speed = 1.5; var ycenter = 250; this._x = 400; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(85); } }
Instance of Symbol 23 MovieClip "two" in Frame 81
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 81
onClipEvent (enterFrame) { this._x = _root.mn3._x; this._y = _root.mn3._y; }
Instance of Symbol 19 MovieClip "mn3" in Frame 81
onClipEvent (load) { var radius = 130; var speed = -1.5; var xcenter = 250; var ycenter = 240; this._y = 400; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(85); } }
Instance of Symbol 23 MovieClip "three" in Frame 81
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 81
onClipEvent (enterFrame) { this._x = _root.mn4._x; this._y = _root.mn4._y; }
Instance of Symbol 23 MovieClip "four" in Frame 81
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn4._x; var ycenter = _root.mn4._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn4" in Frame 81
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(85); } }
Frame 84
gotoAndStop (82);
Frame 85
stop(); start.onRelease = function () { gotoAndStop (86); };
Frame 86
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 15 MovieClip in Frame 86
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 86
onClipEvent (load) { var radius = 100; var speed = 1.6; var ycenter = 250; this._x = 100; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); trace(_root.calcDistance(xdiff, ydiff)); if (_root.calcDistance(xdiff, ydiff) > 59) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 59) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(90); } }
Instance of Symbol 23 MovieClip "one" in Frame 86
onClipEvent (load) { var radius = 45; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 86
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 19 MovieClip "mn2" in Frame 86
onClipEvent (load) { var radius = 120; var speed = 1.5; var xcenter = 250; var ycenter = 250; this._x = xcenter; this._y = ycenter; var degree = 180; var radian; } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 59) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 59) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(90); } }
Instance of Symbol 23 MovieClip "two" in Frame 86
onClipEvent (load) { var radius = 95; var speed = 3; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 86
onClipEvent (enterFrame) { this._x = _root.mn3._x; this._y = _root.mn3._y; }
Instance of Symbol 23 MovieClip "three" in Frame 86
onClipEvent (load) { var radius = 45; var speed = -1; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn3" in Frame 86
onClipEvent (load) { var radius = 100; var speed = 1.6; var ycenter = 250; this._x = 400; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 59) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 59) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(90); } }
Frame 89
gotoAndStop (87);
Frame 90
stop(); start.onRelease = function () { gotoAndStop (91); };
Frame 91
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 15 MovieClip in Frame 91
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 91
onClipEvent (load) { var radius = 200; var speed = 1.5; var xcenter = 250; var ycenter = 250; this._x = 400; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(95); } }
Instance of Symbol 23 MovieClip "one" in Frame 91
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 91
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 19 MovieClip "mn2" in Frame 91
onClipEvent (load) { var radius = 100; var speed = 1.5; var xcenter = 250; var ycenter = 250; this._x = 400; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(95); } }
Instance of Symbol 23 MovieClip "two" in Frame 91
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 91
onClipEvent (enterFrame) { this._x = _root.mn3._x; this._y = _root.mn3._y; }
Instance of Symbol 19 MovieClip "mn3" in Frame 91
onClipEvent (load) { this._x = (this._y = 250); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(95); } }
Instance of Symbol 23 MovieClip "three" in Frame 91
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 91
onClipEvent (enterFrame) { this._x = _root.mn5._x; this._y = _root.mn5._y; }
Instance of Symbol 23 MovieClip "five" in Frame 91
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn5._x; var ycenter = _root.mn5._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn5" in Frame 91
onClipEvent (load) { var radius = 200; var speed = 1.5; var xcenter = 250; var ycenter = 250; this._x = 400; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(95); } }
Instance of Symbol 15 MovieClip in Frame 91
onClipEvent (enterFrame) { this._x = _root.mn4._x; this._y = _root.mn4._y; }
Instance of Symbol 19 MovieClip "mn4" in Frame 91
onClipEvent (load) { var radius = 100; var speed = 1.5; var xcenter = 250; var ycenter = 250; this._x = 400; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(95); } }
Instance of Symbol 23 MovieClip "four" in Frame 91
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn4._x; var ycenter = _root.mn4._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Frame 94
gotoAndStop (92);
Frame 95
stop(); start.onRelease = function () { gotoAndStop (96); };
Frame 96
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 118 MovieClip in Frame 96
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 96
onClipEvent (load) { var radius = 150; var speed = 2; var ycenter = 250; this._x = 120; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(100); } }
Instance of Symbol 23 MovieClip "one" in Frame 96
onClipEvent (load) { var radius = 45; var speed = -2; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "two" in Frame 96
onClipEvent (load) { var radius = 75; var speed = 2; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 118 MovieClip in Frame 96
onClipEvent (enterFrame) { this._x = _root.mn3._x; this._y = _root.mn3._y; }
Instance of Symbol 23 MovieClip "five" in Frame 96
onClipEvent (load) { var radius = 45; var speed = -2; var degree = 270; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "four" in Frame 96
onClipEvent (load) { var radius = 75; var speed = 2; var degree = 90; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 96
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 19 MovieClip "mn2" in Frame 96
onClipEvent (load) { this._x = (this._y = 250); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(100); } }
Instance of Symbol 23 MovieClip "three" in Frame 96
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn3" in Frame 96
onClipEvent (load) { var radius = 150; var speed = 2; var ycenter = 250; this._x = 380; var degree = 90; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 37) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(100); } }
Frame 99
gotoAndStop (97);
Frame 100
stop(); start.onRelease = function () { gotoAndStop (101); };
Frame 101
function startGame() { _root.tryagain._visible = false; _root.one.gotoAndStop(2); attempts_txt.text = attempts; } function Game() { doo = new startGame(); } function calcDistance(xd, yd) { var _local1 = Math.pow(xd, 2); var _local2 = Math.pow(yd, 2); var _local4 = _local1 + _local2; var _local3 = Math.sqrt(_local4); return(_local3); } function youFailed() { failed = new Sound(this); failed.attachSound("failed.wav"); failed.start(); _root.tryagain._visible = true; _global.attempts++; attempts_txt.text = attempts; } stop(); foo = new Game();
Instance of Symbol 15 MovieClip in Frame 101
onClipEvent (enterFrame) { this._x = _root.mn1._x; this._y = _root.mn1._y; }
Instance of Symbol 19 MovieClip "mn1" in Frame 101
onClipEvent (load) { this._x = 60; this._y = 60; } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.five.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { var xdiff = (_root.six._x - _root.seven._x); var ydiff = (_root.six._y - _root.seven._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.six.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.six.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.six.gotoAndStop(1); _root.seven.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.seven._currentframe == 2) { var xdiff = (_root.seven._x - _root.eight._x); var ydiff = (_root.seven._y - _root.eight._y); if (_root.calcDistance(xdiff, ydiff) > 33) { _root.seven.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.seven.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.seven.gotoAndStop(1); _root.eight.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.eight._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(105); } }
Instance of Symbol 23 MovieClip "one" in Frame 101
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn1._x; var ycenter = _root.mn1._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 101
onClipEvent (enterFrame) { this._x = _root.mn2._x; this._y = _root.mn2._y; }
Instance of Symbol 19 MovieClip "mn2" in Frame 101
onClipEvent (load) { this._x = 160; this._y = 60; } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.five.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { var xdiff = (_root.six._x - _root.seven._x); var ydiff = (_root.six._y - _root.seven._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.six.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.six.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.six.gotoAndStop(1); _root.seven.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.seven._currentframe == 2) { var xdiff = (_root.seven._x - _root.eight._x); var ydiff = (_root.seven._y - _root.eight._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.seven.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.seven.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.seven.gotoAndStop(1); _root.eight.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.eight._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(105); } }
Instance of Symbol 23 MovieClip "two" in Frame 101
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn2._x; var ycenter = _root.mn2._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 101
onClipEvent (enterFrame) { this._x = _root.mn3._x; this._y = _root.mn3._y; }
Instance of Symbol 19 MovieClip "mn3" in Frame 101
onClipEvent (load) { this._x = 260; this._y = 60; } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.five.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { var xdiff = (_root.six._x - _root.seven._x); var ydiff = (_root.six._y - _root.seven._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.six.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.six.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.six.gotoAndStop(1); _root.seven.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.seven._currentframe == 2) { var xdiff = (_root.seven._x - _root.eight._x); var ydiff = (_root.seven._y - _root.eight._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.seven.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.seven.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.seven.gotoAndStop(1); _root.eight.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.eight._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(105); } }
Instance of Symbol 23 MovieClip "three" in Frame 101
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn3._x; var ycenter = _root.mn3._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 101
onClipEvent (enterFrame) { this._x = _root.mn5._x; this._y = _root.mn5._y; }
Instance of Symbol 23 MovieClip "five" in Frame 101
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 0; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn5._x; var ycenter = _root.mn5._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 15 MovieClip in Frame 101
onClipEvent (enterFrame) { this._x = _root.mn4._x; this._y = _root.mn4._y; }
Instance of Symbol 19 MovieClip "mn4" in Frame 101
onClipEvent (load) { this._x = 360; this._y = 60; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.five.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { var xdiff = (_root.six._x - _root.seven._x); var ydiff = (_root.six._y - _root.seven._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.six.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.six.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.six.gotoAndStop(1); _root.seven.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.seven._currentframe == 2) { var xdiff = (_root.seven._x - _root.eight._x); var ydiff = (_root.seven._y - _root.eight._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.seven.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.seven.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.seven.gotoAndStop(1); _root.eight.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.eight._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(105); } }
Instance of Symbol 23 MovieClip "four" in Frame 101
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn4._x; var ycenter = _root.mn4._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 19 MovieClip "mn5" in Frame 101
onClipEvent (load) { var radius = 180; var speed = 1.5; var ycenter = 260; this._x = 450; var degree = 0; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._y = ycenter - (Math.sin(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.five.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { var xdiff = (_root.six._x - _root.seven._x); var ydiff = (_root.six._y - _root.seven._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.six.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.six.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.six.gotoAndStop(1); _root.seven.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.seven._currentframe == 2) { var xdiff = (_root.seven._x - _root.eight._x); var ydiff = (_root.seven._y - _root.eight._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.seven.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.seven.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.seven.gotoAndStop(1); _root.eight.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.eight._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(105); } }
Instance of Symbol 15 MovieClip in Frame 101
onClipEvent (enterFrame) { this._x = _root.mn6._x; this._y = _root.mn6._y; }
Instance of Symbol 19 MovieClip "mn6" in Frame 101
onClipEvent (load) { var radius = 150; var speed = -1.5; var xcenter = 250; this._y = 420; var degree = 180; var radian; } onClipEvent (enterFrame) { degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); } on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.five.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { var xdiff = (_root.six._x - _root.seven._x); var ydiff = (_root.six._y - _root.seven._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.six.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.six.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.six.gotoAndStop(1); _root.seven.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.seven._currentframe == 2) { var xdiff = (_root.seven._x - _root.eight._x); var ydiff = (_root.seven._y - _root.eight._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.seven.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.seven.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.seven.gotoAndStop(1); _root.eight.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.eight._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(105); } }
Instance of Symbol 23 MovieClip "six" in Frame 101
onClipEvent (load) { var radius = 45; var speed = 4; var degree = 180; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn6._x; var ycenter = _root.mn6._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 118 MovieClip in Frame 101
onClipEvent (enterFrame) { this._x = _root.mn7._x; this._y = _root.mn7._y; }
Instance of Symbol 23 MovieClip "eight" in Frame 101
onClipEvent (load) { var radius = 45; var speed = -2; var degree = 270; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn7._x; var ycenter = _root.mn7._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 23 MovieClip "seven" in Frame 101
onClipEvent (load) { var radius = 75; var speed = 2; var degree = 90; var radian; } onClipEvent (enterFrame) { var xcenter = _root.mn7._x; var ycenter = _root.mn7._y; degree = degree + speed; radian = (degree / 180) * Math.PI; this._x = xcenter + (Math.cos(radian) * radius); this._y = ycenter - (Math.sin(radian) * radius); }
Instance of Symbol 99 MovieClip "mn7" in Frame 101
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (_root.calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (_root.calcDistance(xdiff, ydiff) > 45) { _root.four.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.five.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { var xdiff = (_root.six._x - _root.seven._x); var ydiff = (_root.six._y - _root.seven._y); if (_root.calcDistance(xdiff, ydiff) > 55) { _root.six.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.six.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.six.gotoAndStop(1); _root.seven.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.seven._currentframe == 2) { var xdiff = (_root.seven._x - _root.eight._x); var ydiff = (_root.seven._y - _root.eight._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.seven.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.seven.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.seven.gotoAndStop(1); _root.eight.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.eight._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(105); } }
Frame 104
gotoAndStop (102);
Frame 105
stop(); serverURL = "http://www.scenta.co.uk/nucleus"; if (_global.validscore == true) { submit_btn._visible = true; enterscore_txt.text = "Enter your name to submit your hi-score"; playername_txt.maxChars = 50; playeremail_txt.maxChars = 200; } else { submit_btn._visible = false; playername_txt._visible = false; nameemail_mc._visible = false; playeremail_txt._visible = false; enterscore_txt.text = ""; } stop(); attempts_txt.text = ("You Took " + attempts) + " attempts"; var dbattempts = attempts; start.onRelease = function () { gotoAndStop (3); }; submit_btn.onRelease = function () { lv = new LoadVars(); lv.onLoad = function (state) { if (this.result == "success") { result_txt.text = "Score added successfully. Refresh page to view"; } else if ((this.result = "fail")) { result_txt.text = this.reason; } }; if (playername_txt.text == "") { } else { lv.gameID = "nucleus"; lv.userID = playername_txt.text; lv.email = playeremail_txt.text; lv.score = dbattempts; lv.action = "addNew"; lv.send(serverURL + "addscore.cfm", "_self", "POST"); result_txt.text = "Submitting....."; submit_btn._visible = false; } };
Frame 107
stop(); back.onRelease = function () { gotoAndStop (3); };
Symbol 10 Button [start]
on (release) { if (password_txt.text == "aukfeg") { _global.validscore = false; gotoAndPlay (5); } else if (password_txt.text == "pnmqeb") { _global.validscore = false; gotoAndPlay (10); } else if (password_txt.text == "tvxijk") { _global.validscore = false; gotoAndPlay (15); } else if (password_txt.text == "fwjkxw") { _global.validscore = false; gotoAndPlay (20); } else if (password_txt.text == "alordq") { _global.validscore = false; gotoAndPlay (25); } else if (password_txt.text == "iddqdg") { _global.validscore = false; gotoAndPlay (30); } else if (password_txt.text == "judmbg") { _global.validscore = false; gotoAndPlay (35); } else if (password_txt.text == "aphven") { _global.validscore = false; gotoAndPlay (40); } else if (password_txt.text == "chusxn") { _global.validscore = false; gotoAndPlay (45); } else if (password_txt.text == "medjvs") { _global.validscore = false; gotoAndPlay (50); } else if (password_txt.text == "ckewqa") { _global.validscore = false; gotoAndPlay (55); } else if (password_txt.text == "btplde") { _global.validscore = false; gotoAndPlay (60); } else if (password_txt.text == "bqtvde") { _global.validscore = false; gotoAndPlay (65); } else if (password_txt.text == "cwtdbk") { _global.validscore = false; gotoAndPlay (70); } else if (password_txt.text == "mtfpfd") { _global.validscore = false; gotoAndPlay (75); } else if (password_txt.text == "dkuhts") { _global.validscore = false; gotoAndPlay (80); } else if (password_txt.text == "skwnzo") { _global.validscore = false; gotoAndPlay (85); } else if (password_txt.text == "fjwkus") { _global.validscore = false; gotoAndPlay (90); } else if (password_txt.text == "diwjcm") { _global.validscore = false; gotoAndPlay (95); } else if (password_txt.text == "fujnwn") { _global.validscore = false; gotoAndPlay (100); } else { gotoAndPlay (3); } }
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 15
stop();
Symbol 50 Button
on (release) { if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.two._x); var ydiff = (_root.three._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 80) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.one._x); var ydiff = (_root.two._y - _root.one._y); if (calcDistance(xdiff, ydiff) > 80) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.one._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.statustext.text = "You Won!"; gotoAndPlay (10); } }
Symbol 59 Button
on (release) { if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.two._x); var ydiff = (_root.three._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 70) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.one._x); var ydiff = (_root.two._y - _root.one._y); if (calcDistance(xdiff, ydiff) > 70) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.one._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.statustext.text = "You Won!"; gotoAndPlay (15); } }
Symbol 65 Button
on (release) { if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.three._x); var ydiff = (_root.four._y - _root.three._y); if (calcDistance(xdiff, ydiff) > 59) { _root.four.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.two._x); var ydiff = (_root.three._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 59) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(2); _root.three.gotoAndStop(1); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.one._x); var ydiff = (_root.two._y - _root.one._y); if (calcDistance(xdiff, ydiff) > 52) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.four.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.one._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndPlay (20); } }
Symbol 71 Button
on (release) { if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.two._x); var ydiff = (_root.three._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 59) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.one._x); var ydiff = (_root.two._y - _root.one._y); if (calcDistance(xdiff, ydiff) > 52) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.one._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (25); } }
Symbol 73 MovieClip Frame 1
stop();
Symbol 78 Button
on (release) { if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.two._x); var ydiff = (_root.three._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 59) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.three.gotoAndStop(2); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.one._x); var ydiff = (_root.two._y - _root.one._y); if (calcDistance(xdiff, ydiff) > 52) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.one._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (30); } }
Symbol 85 Button
on (release) { if (_root.aone._currentframe == 2) { var xdiff = (_root.aone._x - _root.atwo._x); var ydiff = (_root.aone._y - _root.atwo._y); if (calcDistance(xdiff, ydiff) > 39) { _root.aone.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.aone.gotoAndStop(2); this._visible = false; }; } else { _root.aone.gotoAndStop(1); _root.atwo.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.atwo._currentframe == 2) { var xdiff = (_root.atwo._x - _root.athree._x); var ydiff = (_root.atwo._y - _root.athree._y); if (calcDistance(xdiff, ydiff) > 39) { _root.atwo.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.atwo.gotoAndStop(1); _root.aone.gotoAndStop(2); this._visible = false; }; } else { _root.atwo.gotoAndStop(1); _root.athree.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.athree._currentframe == 2) { var xdiff = (_root.athree._x - _root.bthree._x); var ydiff = (_root.athree._y - _root.bthree._y); if (calcDistance(xdiff, ydiff) > 15) { _root.athree.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.aone.gotoAndStop(2); _root.athree.gotoAndStop(1); this._visible = false; }; } else { _root.athree.gotoAndStop(1); _root.bthree.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.bthree._currentframe == 2) { var xdiff = (_root.bthree._x - _root.btwo._x); var ydiff = (_root.bthree._y - _root.btwo._y); if (calcDistance(xdiff, ydiff) > 39) { _root.bthree.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.bthree.gotoAndStop(1); _root.aone.gotoAndStop(2); this._visible = false; }; } else { _root.bthree.gotoAndStop(1); _root.btwo.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.btwo._currentframe == 2) { var xdiff = (_root.btwo._x - _root.bone._x); var ydiff = (_root.btwo._y - _root.bone._y); if (calcDistance(xdiff, ydiff) > 39) { _root.btwo.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.btwo.gotoAndStop(1); _root.aone.gotoAndStop(2); this._visible = false; }; } else { _root.btwo.gotoAndStop(1); _root.bone.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.bone._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (35); } }
Symbol 90 Button
on (release) { if (_root.aone._currentframe == 2) { var xdiff = (_root.aone._x - _root.atwo._x); var ydiff = (_root.aone._y - _root.atwo._y); if (calcDistance(xdiff, ydiff) > 39) { _root.aone.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.aone.gotoAndStop(2); this._visible = false; }; } else { _root.aone.gotoAndStop(1); _root.atwo.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.atwo._currentframe == 2) { var xdiff = (_root.atwo._x - _root.athree._x); var ydiff = (_root.atwo._y - _root.athree._y); if (calcDistance(xdiff, ydiff) > 39) { _root.atwo.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.atwo.gotoAndStop(1); _root.aone.gotoAndStop(2); this._visible = false; }; } else { _root.atwo.gotoAndStop(1); _root.athree.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.athree._currentframe == 2) { var xdiff = (_root.athree._x - _root.bthree._x); var ydiff = (_root.athree._y - _root.bthree._y); if (calcDistance(xdiff, ydiff) > 8) { _root.athree.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.aone.gotoAndStop(2); _root.athree.gotoAndStop(1); this._visible = false; }; } else { _root.athree.gotoAndStop(1); _root.bthree.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.bthree._currentframe == 2) { var xdiff = (_root.bthree._x - _root.btwo._x); var ydiff = (_root.bthree._y - _root.btwo._y); if (calcDistance(xdiff, ydiff) > 39) { _root.bthree.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.bthree.gotoAndStop(1); _root.aone.gotoAndStop(2); this._visible = false; }; } else { _root.bthree.gotoAndStop(1); _root.btwo.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.btwo._currentframe == 2) { var xdiff = (_root.btwo._x - _root.bone._x); var ydiff = (_root.btwo._y - _root.bone._y); if (calcDistance(xdiff, ydiff) > 39) { _root.btwo.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.btwo.gotoAndStop(1); _root.aone.gotoAndStop(2); this._visible = false; }; } else { _root.btwo.gotoAndStop(1); _root.bone.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.bone._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (40); } }
Symbol 96 Button
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 25) { _root.one.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (calcDistance(xdiff, ydiff) > 25) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (calcDistance(xdiff, ydiff) > 25) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); _root.three.gotoAndStop(1); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (calcDistance(xdiff, ydiff) > 25) { _root.four.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (calcDistance(xdiff, ydiff) > 25) { _root.five.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (45); } }
Symbol 97 Button
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 25) { _root.one.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (calcDistance(xdiff, ydiff) > 25) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (calcDistance(xdiff, ydiff) > 25) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); _root.three.gotoAndStop(1); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (calcDistance(xdiff, ydiff) > 25) { _root.four.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (calcDistance(xdiff, ydiff) > 25) { _root.five.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (45); } }
Symbol 105 Button
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); _root.three.gotoAndStop(1); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (calcDistance(xdiff, ydiff) > 20) { _root.four.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (calcDistance(xdiff, ydiff) > 20) { _root.five.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (50); } }
Symbol 106 Button
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); _root.three.gotoAndStop(1); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (calcDistance(xdiff, ydiff) > 20) { _root.four.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (calcDistance(xdiff, ydiff) > 20) { _root.five.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (50); } }
Symbol 107 Button
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (calcDistance(xdiff, ydiff) > 20) { _root.one.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (calcDistance(xdiff, ydiff) > 20) { _root.two.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { var xdiff = (_root.three._x - _root.four._x); var ydiff = (_root.three._y - _root.four._y); if (calcDistance(xdiff, ydiff) > 20) { _root.three.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); _root.three.gotoAndStop(1); this._visible = false; }; } else { _root.three.gotoAndStop(1); _root.four.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.four._currentframe == 2) { var xdiff = (_root.four._x - _root.five._x); var ydiff = (_root.four._y - _root.five._y); if (calcDistance(xdiff, ydiff) > 20) { _root.four.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.four.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.four.gotoAndStop(1); _root.five.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.five._currentframe == 2) { var xdiff = (_root.five._x - _root.six._x); var ydiff = (_root.five._y - _root.six._y); if (calcDistance(xdiff, ydiff) > 20) { _root.five.gotoAndPlay(3); youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.five.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.five.gotoAndStop(1); _root.six.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.six._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); gotoAndStop (50); } }
Symbol 124 Button
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(65); } }
Symbol 129 Button
on (release) { if (_root.one._currentframe == 2) { var xdiff = (_root.one._x - _root.two._x); var ydiff = (_root.one._y - _root.two._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.one.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.one.gotoAndStop(1); _root.two.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.two._currentframe == 2) { var xdiff = (_root.two._x - _root.three._x); var ydiff = (_root.two._y - _root.three._y); if (_root.calcDistance(xdiff, ydiff) > 30) { _root.two.gotoAndPlay(3); _root.youFailed(); _root.tryagain.onRelease = function () { _root.statustext.text = ""; _root.two.gotoAndStop(1); _root.one.gotoAndStop(2); this._visible = false; }; } else { _root.two.gotoAndStop(1); _root.three.gotoAndStop(2); jumpin = new Sound(this); jumpin.attachSound("nextlevel.wav"); jumpin.start(); } } else if (_root.three._currentframe == 2) { winner = new Sound(this); winner.attachSound("fanfare.wav"); winner.start(); _root.gotoAndStop(70); } }

Library Items

Symbol 12 FontUsed by:13 28 42 47 48 55 56 57 58 60 61 62 63 66 67 68 69 74 75 76 77 79 80 81 82 83 86 87 88 89 91 92 93 94 98 100 101 102 103 108 109 110 111 112 114 115 116 117 119 120 121 122 125 126 127 128 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 166 167 168 169 170 174 175 176 177
Symbol 13 TextUses:12Used by:Timeline
Symbol 1 Sound [nextlevel.wav]
Symbol 2 Sound [hit.wav]
Symbol 3 Sound [fanfare.wav]
Symbol 4 Sound [failed.wav]
Symbol 5 GraphicUsed by:10 11
Symbol 6 FontUsed by:7 36 39 43 46 51 163
Symbol 7 TextUses:6Used by:10 11
Symbol 8 GraphicUsed by:10 11
Symbol 9 GraphicUsed by:10 11 33 38 41 45 53 165
Symbol 10 Button [start]Uses:5 7 8 9Used by:Timeline
Symbol 11 Button [start]Uses:5 7 8 9Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:113 118  Timeline
Symbol 16 GraphicUsed by:17 18 50 59 65 71 78 85 90 96 97 105 106 107 124 129
Symbol 17 MovieClipUses:16Used by:18 50 59 65 71 78 85 90 96 97 105 106 107 124 129
Symbol 18 ButtonUses:17 16Used by:19 99
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 GraphicUsed by:23
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClipUses:20 22Used by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 FontUsed by:27
Symbol 27 TextUses:26Used by:Timeline
Symbol 28 TextUses:12Used by:Timeline
Symbol 29 GraphicUsed by:33 38 41 53
Symbol 30 FontUsed by:31
Symbol 31 TextUses:30Used by:33
Symbol 32 GraphicUsed by:33
Symbol 33 ButtonUses:29 31 32 9Used by:Timeline
Symbol 34 FontUsed by:35 54 172
Symbol 35 TextUses:34Used by:Timeline
Symbol 36 TextUses:6Used by:38
Symbol 37 GraphicUsed by:38
Symbol 38 ButtonUses:29 36 37 9Used by:Timeline
Symbol 39 TextUses:6Used by:41
Symbol 40 GraphicUsed by:41
Symbol 41 ButtonUses:29 39 40 9Used by:Timeline
Symbol 42 TextUses:12Used by:Timeline
Symbol 43 TextUses:6Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:9 43 44Used by:Timeline
Symbol 46 EditableTextUses:6Used by:Timeline
Symbol 47 TextUses:12Used by:Timeline
Symbol 48 TextUses:12Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 ButtonUses:17 16Used by:Timeline
Symbol 51 TextUses:6Used by:53
Symbol 52 GraphicUsed by:53
Symbol 53 ButtonUses:29 51 52 9Used by:Timeline
Symbol 54 TextUses:34Used by:Timeline
Symbol 55 TextUses:12Used by:Timeline
Symbol 56 EditableTextUses:12Used by:Timeline
Symbol 57 TextUses:12Used by:Timeline
Symbol 58 TextUses:12Used by:Timeline
Symbol 59 ButtonUses:17 16Used by:Timeline
Symbol 60 EditableTextUses:12Used by:Timeline
Symbol 61 TextUses:12Used by:Timeline
Symbol 62 TextUses:12Used by:Timeline
Symbol 63 TextUses:12Used by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 ButtonUses:17 16Used by:Timeline
Symbol 66 EditableTextUses:12Used by:Timeline
Symbol 67 TextUses:12Used by:Timeline
Symbol 68 TextUses:12Used by:Timeline
Symbol 69 TextUses:12Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 ButtonUses:17 16Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 EditableTextUses:12Used by:Timeline
Symbol 75 TextUses:12Used by:Timeline
Symbol 76 TextUses:12Used by:Timeline
Symbol 77 TextUses:12Used by:Timeline
Symbol 78 ButtonUses:17 16Used by:Timeline
Symbol 79 EditableTextUses:12Used by:Timeline
Symbol 80 TextUses:12Used by:Timeline
Symbol 81 TextUses:12Used by:Timeline
Symbol 82 TextUses:12Used by:Timeline
Symbol 83 TextUses:12Used by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 ButtonUses:17 16Used by:Timeline
Symbol 86 EditableTextUses:12Used by:Timeline
Symbol 87 TextUses:12Used by:Timeline
Symbol 88 TextUses:12Used by:Timeline
Symbol 89 TextUses:12Used by:Timeline
Symbol 90 ButtonUses:17 16Used by:Timeline
Symbol 91 EditableTextUses:12Used by:Timeline
Symbol 92 TextUses:12Used by:Timeline
Symbol 93 TextUses:12Used by:Timeline
Symbol 94 TextUses:12Used by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 ButtonUses:17 16Used by:Timeline
Symbol 97 ButtonUses:17 16Used by:Timeline
Symbol 98 TextUses:12Used by:99
Symbol 99 MovieClipUses:18 98Used by:Timeline
Symbol 100 EditableTextUses:12Used by:Timeline
Symbol 101 TextUses:12Used by:Timeline
Symbol 102 TextUses:12Used by:Timeline
Symbol 103 TextUses:12Used by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 ButtonUses:17 16Used by:Timeline
Symbol 106 ButtonUses:17 16Used by:Timeline
Symbol 107 ButtonUses:17 16Used by:Timeline
Symbol 108 EditableTextUses:12Used by:Timeline
Symbol 109 TextUses:12Used by:Timeline
Symbol 110 TextUses:12Used by:Timeline
Symbol 111 TextUses:12Used by:Timeline
Symbol 112 TextUses:12Used by:Timeline
Symbol 113 MovieClipUses:15Used by:Timeline
Symbol 114 EditableTextUses:12Used by:Timeline
Symbol 115 TextUses:12Used by:Timeline
Symbol 116 TextUses:12Used by:Timeline
Symbol 117 TextUses:12Used by:Timeline
Symbol 118 MovieClipUses:15Used by:Timeline
Symbol 119 EditableTextUses:12Used by:Timeline
Symbol 120 TextUses:12Used by:Timeline
Symbol 121 TextUses:12Used by:Timeline
Symbol 122 TextUses:12Used by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 ButtonUses:17 16Used by:Timeline
Symbol 125 EditableTextUses:12Used by:Timeline
Symbol 126 TextUses:12Used by:Timeline
Symbol 127 TextUses:12Used by:Timeline
Symbol 128 TextUses:12Used by:Timeline
Symbol 129 ButtonUses:17 16Used by:Timeline
Symbol 130 EditableTextUses:12Used by:Timeline
Symbol 131 TextUses:12Used by:Timeline
Symbol 132 TextUses:12Used by:Timeline
Symbol 133 TextUses:12Used by:Timeline
Symbol 134 EditableTextUses:12Used by:Timeline
Symbol 135 TextUses:12Used by:Timeline
Symbol 136 TextUses:12Used by:Timeline
Symbol 137 TextUses:12Used by:Timeline
Symbol 138 EditableTextUses:12Used by:Timeline
Symbol 139 TextUses:12Used by:Timeline
Symbol 140 TextUses:12Used by:Timeline
Symbol 141 TextUses:12Used by:Timeline
Symbol 142 EditableTextUses:12Used by:Timeline
Symbol 143 TextUses:12Used by:Timeline
Symbol 144 TextUses:12Used by:Timeline
Symbol 145 TextUses:12Used by:Timeline
Symbol 146 EditableTextUses:12Used by:Timeline
Symbol 147 TextUses:12Used by:Timeline
Symbol 148 TextUses:12Used by:Timeline
Symbol 149 TextUses:12Used by:Timeline
Symbol 150 EditableTextUses:12Used by:Timeline
Symbol 151 TextUses:12Used by:Timeline
Symbol 152 TextUses:12Used by:Timeline
Symbol 153 TextUses:12Used by:Timeline
Symbol 154 EditableTextUses:12Used by:Timeline
Symbol 155 TextUses:12Used by:Timeline
Symbol 156 TextUses:12Used by:Timeline
Symbol 157 TextUses:12Used by:Timeline
Symbol 158 EditableTextUses:12Used by:Timeline
Symbol 159 TextUses:12Used by:Timeline
Symbol 160 TextUses:12Used by:Timeline
Symbol 161 TextUses:12Used by:Timeline
Symbol 162 EditableTextUses:12Used by:Timeline
Symbol 163 TextUses:6Used by:165
Symbol 164 GraphicUsed by:165
Symbol 165 ButtonUses:9 163 164Used by:Timeline
Symbol 166 EditableTextUses:12Used by:Timeline
Symbol 167 EditableTextUses:12Used by:Timeline
Symbol 168 EditableTextUses:12Used by:Timeline
Symbol 169 EditableTextUses:12Used by:Timeline
Symbol 170 TextUses:12Used by:171
Symbol 171 MovieClipUses:170Used by:Timeline
Symbol 172 TextUses:34Used by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 TextUses:12Used by:Timeline
Symbol 175 TextUses:12Used by:Timeline
Symbol 176 TextUses:12Used by:Timeline
Symbol 177 TextUses:12Used by:Timeline

Instance Names

"mn1"Frame 3Symbol 19 MovieClip
"one"Frame 3Symbol 23 MovieClip
"mn2"Frame 3Symbol 19 MovieClip
"two"Frame 3Symbol 23 MovieClip
"mn3"Frame 3Symbol 19 MovieClip
"three"Frame 3Symbol 23 MovieClip
"mn4"Frame 3Symbol 19 MovieClip
"four"Frame 3Symbol 23 MovieClip
"five"Frame 3Symbol 23 MovieClip
"mn5"Frame 3Symbol 19 MovieClip
"start"Frame 3Symbol 11 Button [start]
"enterpwd"Frame 3Symbol 33 Button
"instructions"Frame 3Symbol 38 Button
"hiscore"Frame 3Symbol 41 Button
"startgame"Frame 4Symbol 10 Button [start]
"back"Frame 4Symbol 45 Button
"password_txt"Frame 4Symbol 46 EditableText
"start"Frame 5Symbol 11 Button [start]
"tryagain"Frame 6Symbol 53 Button
"three"Frame 6Symbol 23 MovieClip
"two"Frame 6Symbol 23 MovieClip
"one"Frame 6Symbol 23 MovieClip
"attempts_txt"Frame 6Symbol 56 EditableText
"start"Frame 10Symbol 11 Button [start]
"tryagain"Frame 11Symbol 53 Button
"three"Frame 11Symbol 23 MovieClip
"two"Frame 11Symbol 23 MovieClip
"one"Frame 11Symbol 23 MovieClip
"attempts_txt"Frame 11Symbol 60 EditableText
"start"Frame 15Symbol 11 Button [start]
"tryagain"Frame 16Symbol 53 Button
"four"Frame 16Symbol 23 MovieClip
"three"Frame 16Symbol 23 MovieClip
"two"Frame 16Symbol 23 MovieClip
"one"Frame 16Symbol 23 MovieClip
"attempts_txt"Frame 16Symbol 66 EditableText
"start"Frame 20Symbol 11 Button [start]
"tryagain"Frame 21Symbol 53 Button
"three"Frame 21Symbol 23 MovieClip
"two"Frame 21Symbol 23 MovieClip
"one"Frame 21Symbol 23 MovieClip
"badelectron"Frame 21Symbol 73 MovieClip
"attempts_txt"Frame 21Symbol 74 EditableText
"start"Frame 25Symbol 11 Button [start]
"tryagain"Frame 26Symbol 53 Button
"three"Frame 26Symbol 23 MovieClip
"two"Frame 26Symbol 23 MovieClip
"one"Frame 26Symbol 23 MovieClip
"badelectron"Frame 26Symbol 73 MovieClip
"attempts_txt"Frame 26Symbol 79 EditableText
"start"Frame 30Symbol 11 Button [start]
"tryagain"Frame 31Symbol 53 Button
"athree"Frame 31Symbol 23 MovieClip
"atwo"Frame 31Symbol 23 MovieClip
"aone"Frame 31Symbol 23 MovieClip
"btwo"Frame 31Symbol 23 MovieClip
"bthree"Frame 31Symbol 23 MovieClip
"bone"Frame 31Symbol 23 MovieClip
"attempts_txt"Frame 31Symbol 86 EditableText
"start"Frame 35Symbol 11 Button [start]
"tryagain"Frame 36Symbol 53 Button
"athree"Frame 36Symbol 23 MovieClip
"atwo"Frame 36Symbol 23 MovieClip
"aone"Frame 36Symbol 23 MovieClip
"btwo"Frame 36Symbol 23 MovieClip
"bthree"Frame 36Symbol 23 MovieClip
"bone"Frame 36Symbol 23 MovieClip
"abad"Frame 36Symbol 73 MovieClip
"bbad"Frame 36Symbol 73 MovieClip
"attempts_txt"Frame 36Symbol 91 EditableText
"start"Frame 40Symbol 11 Button [start]
"tryagain"Frame 41Symbol 53 Button
"three"Frame 41Symbol 23 MovieClip
"six"Frame 41Symbol 23 MovieClip
"five"Frame 41Symbol 23 MovieClip
"four"Frame 41Symbol 23 MovieClip
"one"Frame 41Symbol 23 MovieClip
"two"Frame 41Symbol 23 MovieClip
"attempts_txt"Frame 41Symbol 100 EditableText
"start"Frame 45Symbol 11 Button [start]
"tryagain"Frame 46Symbol 53 Button
"three"Frame 46Symbol 23 MovieClip
"six"Frame 46Symbol 23 MovieClip
"five"Frame 46Symbol 23 MovieClip
"four"Frame 46Symbol 23 MovieClip
"one"Frame 46Symbol 23 MovieClip
"two"Frame 46Symbol 23 MovieClip
"badelectron"Frame 46Symbol 73 MovieClip
"attempts_txt"Frame 46Symbol 108 EditableText
"start"Frame 50Symbol 11 Button [start]
"tryagain"Frame 51Symbol 53 Button
"movingnucleus"Frame 51Symbol 19 MovieClip
"one"Frame 51Symbol 23 MovieClip
"two"Frame 51Symbol 23 MovieClip
"three"Frame 51Symbol 23 MovieClip
"attempts_txt"Frame 51Symbol 114 EditableText
"start"Frame 55Symbol 11 Button [start]
"tryagain"Frame 56Symbol 53 Button
"movingnucleus"Frame 56Symbol 19 MovieClip
"one"Frame 56Symbol 23 MovieClip
"two"Frame 56Symbol 23 MovieClip
"three"Frame 56Symbol 23 MovieClip
"movingnucleus2"Frame 56Symbol 19 MovieClip
"four"Frame 56Symbol 23 MovieClip
"attempts_txt"Frame 56Symbol 119 EditableText
"start"Frame 60Symbol 11 Button [start]
"tryagain"Frame 61Symbol 53 Button
"two"Frame 61Symbol 23 MovieClip
"three"Frame 61Symbol 23 MovieClip
"mn1"Frame 61Symbol 19 MovieClip
"one"Frame 61Symbol 23 MovieClip
"mn2"Frame 61Symbol 99 MovieClip
"attempts_txt"Frame 61Symbol 125 EditableText
"start"Frame 65Symbol 11 Button [start]
"tryagain"Frame 66Symbol 53 Button
"two"Frame 66Symbol 23 MovieClip
"three"Frame 66Symbol 23 MovieClip
"mn1"Frame 66Symbol 19 MovieClip
"one"Frame 66Symbol 23 MovieClip
"mn2"Frame 66Symbol 99 MovieClip
"badelectron"Frame 66Symbol 73 MovieClip
"attempts_txt"Frame 66Symbol 130 EditableText
"start"Frame 70Symbol 11 Button [start]
"tryagain"Frame 71Symbol 53 Button
"mn1"Frame 71Symbol 19 MovieClip
"one"Frame 71Symbol 23 MovieClip
"mn2"Frame 71Symbol 19 MovieClip
"two"Frame 71Symbol 23 MovieClip
"mn3"Frame 71Symbol 19 MovieClip
"three"Frame 71Symbol 23 MovieClip
"mn4"Frame 71Symbol 19 MovieClip
"four"Frame 71Symbol 23 MovieClip
"five"Frame 71Symbol 23 MovieClip
"mn5"Frame 71Symbol 99 MovieClip
"attempts_txt"Frame 71Symbol 134 EditableText
"start"Frame 75Symbol 11 Button [start]
"tryagain"Frame 76Symbol 53 Button
"mn1"Frame 76Symbol 19 MovieClip
"one"Frame 76Symbol 23 MovieClip
"mn2"Frame 76Symbol 19 MovieClip
"two"Frame 76Symbol 23 MovieClip
"mn3"Frame 76Symbol 19 MovieClip
"three"Frame 76Symbol 23 MovieClip
"four"Frame 76Symbol 23 MovieClip
"mn4"Frame 76Symbol 99 MovieClip
"attempts_txt"Frame 76Symbol 138 EditableText
"start"Frame 80Symbol 11 Button [start]
"tryagain"Frame 81Symbol 53 Button
"mn1"Frame 81Symbol 19 MovieClip
"one"Frame 81Symbol 23 MovieClip
"mn2"Frame 81Symbol 19 MovieClip
"two"Frame 81Symbol 23 MovieClip
"mn3"Frame 81Symbol 19 MovieClip
"three"Frame 81Symbol 23 MovieClip
"four"Frame 81Symbol 23 MovieClip
"mn4"Frame 81Symbol 99 MovieClip
"attempts_txt"Frame 81Symbol 142 EditableText
"start"Frame 85Symbol 11 Button [start]
"tryagain"Frame 86Symbol 53 Button
"mn1"Frame 86Symbol 19 MovieClip
"one"Frame 86Symbol 23 MovieClip
"mn2"Frame 86Symbol 19 MovieClip
"two"Frame 86Symbol 23 MovieClip
"three"Frame 86Symbol 23 MovieClip
"mn3"Frame 86Symbol 99 MovieClip
"attempts_txt"Frame 86Symbol 146 EditableText
"start"Frame 90Symbol 11 Button [start]
"tryagain"Frame 91Symbol 53 Button
"mn1"Frame 91Symbol 19 MovieClip
"one"Frame 91Symbol 23 MovieClip
"mn2"Frame 91Symbol 19 MovieClip
"two"Frame 91Symbol 23 MovieClip
"mn3"Frame 91Symbol 19 MovieClip
"three"Frame 91Symbol 23 MovieClip
"five"Frame 91Symbol 23 MovieClip
"mn5"Frame 91Symbol 99 MovieClip
"mn4"Frame 91Symbol 19 MovieClip
"four"Frame 91Symbol 23 MovieClip
"attempts_txt"Frame 91Symbol 150 EditableText
"start"Frame 95Symbol 11 Button [start]
"tryagain"Frame 96Symbol 53 Button
"mn1"Frame 96Symbol 19 MovieClip
"one"Frame 96Symbol 23 MovieClip
"two"Frame 96Symbol 23 MovieClip
"five"Frame 96Symbol 23 MovieClip
"four"Frame 96Symbol 23 MovieClip
"mn2"Frame 96Symbol 19 MovieClip
"three"Frame 96Symbol 23 MovieClip
"mn3"Frame 96Symbol 99 MovieClip
"attempts_txt"Frame 96Symbol 154 EditableText
"start"Frame 100Symbol 11 Button [start]
"tryagain"Frame 101Symbol 53 Button
"mn1"Frame 101Symbol 19 MovieClip
"one"Frame 101Symbol 23 MovieClip
"mn2"Frame 101Symbol 19 MovieClip
"two"Frame 101Symbol 23 MovieClip
"mn3"Frame 101Symbol 19 MovieClip
"three"Frame 101Symbol 23 MovieClip
"five"Frame 101Symbol 23 MovieClip
"mn4"Frame 101Symbol 19 MovieClip
"four"Frame 101Symbol 23 MovieClip
"mn5"Frame 101Symbol 19 MovieClip
"mn6"Frame 101Symbol 19 MovieClip
"six"Frame 101Symbol 23 MovieClip
"eight"Frame 101Symbol 23 MovieClip
"seven"Frame 101Symbol 23 MovieClip
"mn7"Frame 101Symbol 99 MovieClip
"attempts_txt"Frame 101Symbol 158 EditableText
"start"Frame 105Symbol 11 Button [start]
"attempts_txt"Frame 105Symbol 162 EditableText
"submit_btn"Frame 105Symbol 165 Button
"result_txt"Frame 105Symbol 166 EditableText
"enterscore_txt"Frame 105Symbol 167 EditableText
"playername_txt"Frame 105Symbol 168 EditableText
"playeremail_txt"Frame 105Symbol 169 EditableText
"nameemail_mc"Frame 105Symbol 171 MovieClip
"back"Frame 107Symbol 45 Button
"nucleus"Symbol 19 MovieClip Frame 1Symbol 18 Button
"nucleus"Symbol 99 MovieClip Frame 1Symbol 18 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "nextlevel.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "hit.wav"
ExportAssets (56)Timeline Frame 1Symbol 3 as "fanfare.wav"
ExportAssets (56)Timeline Frame 1Symbol 4 as "failed.wav"
ExportAssets (56)Timeline Frame 1Symbol 10 as "start"
ExportAssets (56)Timeline Frame 1Symbol 11 as "start"




http://swfchan.com/1/2510/info.shtml
Created: 17/6 -2019 14:54:14 Last modified: 17/6 -2019 14:54:14 Server time: 20/04 -2024 09:36:41