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

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

Orbit.swf

This is the info page for
Flash #29265

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


Text
<p align="left"><font face="Calligraph421 BT" size="15" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.albinoblacksheep.com"><b>Exclusive to www.albinoblacksheep.com</b></a></font></p>

100%

Orbit

Amaaxla's

S

S

High

Medium

Low

<p align="left"><font face="Calligraph421 BT" size="15" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.albinoblacksheep.com"><b>Exclusive to www.albinoblacksheep.com</b></a></font></p>

Play

Instructions

Options

Orbit

(c) Amaaxla 2007

Main Menu

Instructions

You control the 'Earth'.
Use the ARROW KEYS to move it around.
A and S are use to rotate the 'earth' left and right.
Use Q to toggle quality between high,
medium and low. Use W to toggle the music.

Controls

'Moons'

HUD

Bonus
Levels

You collect moons, each moon has an orbit and
a set distance away from the 'earth'. The
further away the moon, the more it weighs.
You need to get the right amount of weight to activate
the finish or switch's.
When a moon hits the wall, or you
hit the wall, the moon will re spawn at its original position.

Current weight / Required weight

Time

Level name

Weight required to
trigger switch

There are two bonus levels to unlock.
They can only be unlocked when you complete  the
game in under 15 minutes (first bonus level is unlocked)
and 10 minutes (second bonus level is unlocked).
Enjoy!

Background Detail:

Full

Medium

Off

Colour:

Quality: Press Q to cycle through quality levels while playing.

Sound: Press W  to toggle sound while playing.

Options

Reset All Options and Saves

Yes

Incomplete

Complete

1/4

Level I: Intro

Level II: Corridor

Level III: Gathering

Level IV: Specific

Level V: Hide n seek

2/4

Level VI: The switch

Level VII: Crossroads

Level VIII: Gravitation

Level IX: Sway

Level X: Its a squeeze

3/4

Level XI: A 'nice' maze

Level XII: Closure

Level XIII: Follow the gravitational road!

Level XIV: Cellular

Level XV: Elimination

4/4

Level XVI: Boxed in

Level XVII: Trail

Level XVIII: Think quick

Level XIX: Moons galore!

Level XX: Three quarter circle

Bonus 1

Level XXI: Catacombs

Congratulations!
You have unlocked this level for completing
the game in under 15 minutes!

Bonus 2

Level XXII: Signs

Congratulations!
You have unlocked this level for completing
the game in under 10 minutes!

1

2

3

'Space' to begin...

Level Complete! 'Space' to continue...
Press L to return to level selection...

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
var nameCookie = SharedObject.getLocal("save2"); if (nameCookie.data.cellArray == undefined) { nameCookie.data.cellArray = [2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; } _root.back = nameCookie.data.cellArray[0]; _root.colour = nameCookie.data.cellArray[1]; _root.music = true; gotoAndStop (10);
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((_root.back == 1) || (_root.back == 2)) { _visible = true; _x = (_root.all._x / 3); _y = (_root.all._y / 3); } else { _visible = false; } }
Instance of Symbol 15 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.back == 2) { _visible = true; _x = (_root.all._x / 5); _y = (_root.all._y / 5); } else { _visible = false; } }
Instance of Symbol 17 MovieClip in Frame 2
onClipEvent (enterFrame) { _rotation = (_rotation + 5); startDrag (this, true); Mouse.hide(); } onClipEvent (mouseMove) { gotoAndPlay (1); }
Instance of Symbol 23 MovieClip "sound" in Frame 2
on (release, keyPress "w") { play(); }
Instance of Symbol 27 MovieClip "qual" in Frame 2
on (release, keyPress "q") { play(); }
Frame 10
stop();
Frame 11
stop();
Frame 12
stop();
Instance of Symbol 67 MovieClip "backg" in Frame 12
onClipEvent (load) { gotoAndStop(3 - _root.back); }
Instance of Symbol 74 MovieClip "col" in Frame 12
onClipEvent (load) { gotoAndStop(_root.colour); }
Instance of Symbol 85 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { gotoAndStop (2); } else { gotoAndStop (1); } }
Frame 13
stop();
Frame 19
stop();
Frame 20
_root.weight = 0; stop();
Instance of Symbol 182 MovieClip "all" in Frame 20
onClipEvent (enterFrame) { _x = (_x - (((cell._x + _x) - 240) / 10)); _y = (_y - (((cell._y + _y) - 136) / 10)); }
Instance of Symbol 185 MovieClip "hud" in Frame 20
onClipEvent (load) { _root.count = 0; var min = _root.nameCookie.data.cellArray[2]; var sec = _root.nameCookie.data.cellArray[3]; } onClipEvent (enterFrame) { if (sec < 10) { _root.hudOut = ((((((_root.weight + " / ") + _root.targetweight) + " ") + min) + ":") + "0") + sec; } else { _root.hudOut = (((((_root.weight + " / ") + _root.targetweight) + " ") + min) + ":") + sec; } if (_root.count > 29) { sec++; (_root.count = 0); } if (sec > 59) { min++; (sec = 0); } if (_root.go) { _root.count++; } }
Instance of Symbol 187 MovieClip "switchweight" in Frame 20
onClipEvent (load) { this.out = weight; }
Instance of Symbol 192 MovieClip "levfin" in Frame 20
onClipEvent (enterFrame) { if ((_currentframe == 6) && (Key.isDown(32))) { if (((((_root.level == 5) || (_root.level == 10)) || (_root.level == 15)) || (_root.level == 20)) || (_root.level == 22)) { _root.gotoAndStop(19); } else { _root.all.cell._x = 0; _root.all.cell._y = 0; _root.all.cell.xs = 0; _root.all.cell.ys = 0; _root.weight = 0; _root.all._x = 240; _root.all._y = 136; _root.level = _root.level + 1; gotoAndStop (2); } } if ((_currentframe == 1) && (Key.isDown(32))) { _root.go = true; gotoAndStop (2); } if ((_currentframe == 6) && (Key.isDown(76))) { _root.gotoAndStop(19); } if (_root.level > 15) { if (((((_root.nameCookie.data.cellArray[19] == 1) && (_root.nameCookie.data.cellArray[20] == 1)) && (_root.nameCookie.data.cellArray[21] == 1)) && (_root.nameCookie.data.cellArray[22] == 1)) && (_root.nameCookie.data.cellArray[23] == 1)) { _root.nameCookie.data.cellArray[26] = _root.hud.min; _root.nameCookie.data.cellArray[27] = _root.hud.sec; } } }
Symbol 11 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { loadingNum = Math.round(PercentLoaded) + "%"; one._rotation = one._rotation + (Math.round(PercentLoaded) / 20); two._rotation = two._rotation - (Math.round(PercentLoaded) / 30); } else { _root.gotoAndPlay(2); }
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 17 MovieClip Frame 45
stop();
Symbol 23 MovieClip Frame 1
if (_root.music == true) { gotoAndStop (2); } if (_root.music == false) { gotoAndStop (7); }
Symbol 23 MovieClip Frame 2
stop(); _root.music = true;
Symbol 23 MovieClip Frame 8
stopAllSounds(); stop(); _root.music = false;
Symbol 23 MovieClip Frame 15
gotoAndStop (2);
Symbol 27 MovieClip Frame 1
stop(); _quality = "High";
Symbol 27 MovieClip Frame 3
stop(); _quality = "Medium";
Symbol 27 MovieClip Frame 5
stop(); _quality = "Low";
Symbol 31 Button
on (release) { gotoAndStop (19); }
Symbol 33 Button
on (release) { gotoAndStop (11); }
Symbol 35 Button
on (release) { gotoAndStop (12); }
Symbol 39 Button
on (release) { gotoAndStop (10); }
Symbol 43 Button
on (release) { gotoAndStop (1); }
Symbol 45 Button
on (release) { gotoAndStop (2); }
Symbol 47 Button
on (release) { gotoAndStop (3); }
Symbol 49 Button
on (release) { gotoAndStop (4); }
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
stop();
Symbol 59 MovieClip Frame 3
stop();
Symbol 59 MovieClip Frame 4
stop();
Symbol 62 Button
on (release) { nextFrame(); }
Symbol 64 Button
on (release) { prevFrame(); }
Symbol 67 MovieClip Frame 1
stop(); _root.back = 2; _root.nameCookie.data.cellArray[0] = 2;
Symbol 67 MovieClip Frame 2
stop(); _root.back = 1; _root.nameCookie.data.cellArray[0] = 1;
Symbol 67 MovieClip Frame 3
stop(); _root.back = 0; _root.nameCookie.data.cellArray[0] = 0;
Symbol 74 MovieClip Frame 1
_root.colour = 1; _root.nameCookie.data.cellArray[1] = 1;
Symbol 74 MovieClip Frame 2
_root.colour = 2; _root.nameCookie.data.cellArray[1] = 2;
Symbol 74 MovieClip Frame 3
_root.colour = 3; _root.nameCookie.data.cellArray[1] = 3;
Symbol 74 MovieClip Frame 4
_root.colour = 4; _root.nameCookie.data.cellArray[1] = 4;
Symbol 74 MovieClip Frame 5
_root.colour = 5; _root.nameCookie.data.cellArray[1] = 5;
Symbol 84 Button
on (release) { _root.nameCookie.data.cellArray = [2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; _root.backg.gotoAndStop(1); _root.col.gotoAndStop(1); } on (release) { if (Key.isDown(8) && (Key.isDown(65))) { _root.nameCookie.data.cellArray = [2, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0]; } }
Symbol 89 Button
on (release) { if (((((_root.nameCookie.data.cellArray[4] == 1) && (_root.nameCookie.data.cellArray[5] == 1)) && (_root.nameCookie.data.cellArray[6] == 1)) && (_root.nameCookie.data.cellArray[7] == 1)) && (_root.nameCookie.data.cellArray[8] == 1)) { nextFrame(); } }
Symbol 98 Button
on (release) { if (((((_root.nameCookie.data.cellArray[9] == 1) && (_root.nameCookie.data.cellArray[10] == 1)) && (_root.nameCookie.data.cellArray[11] == 1)) && (_root.nameCookie.data.cellArray[12] == 1)) && (_root.nameCookie.data.cellArray[13] == 1)) { _visible = true; nextFrame(); } else { _visible = false; } }
Symbol 105 Button
on (release) { if (((((_root.nameCookie.data.cellArray[4] == 1) && (_root.nameCookie.data.cellArray[5] == 1)) && (_root.nameCookie.data.cellArray[6] == 1)) && (_root.nameCookie.data.cellArray[7] == 1)) && (_root.nameCookie.data.cellArray[8] == 1)) { _visible = true; nextFrame(); } else { _visible = false; } }
Symbol 112 Button
on (release) { if ((((((_root.nameCookie.data.cellArray[19] == 1) && (_root.nameCookie.data.cellArray[20] == 1)) && (_root.nameCookie.data.cellArray[21] == 1)) && (_root.nameCookie.data.cellArray[22] == 1)) && (_root.nameCookie.data.cellArray[23] == 1)) && (_root.nameCookie.data.cellArray[24] < 15)) { _visible = true; nextFrame(); } }
Symbol 119 Button
on (release) { if (_root.nameCookie.data.cellArray[24] < 10) { _visible = true; nextFrame(); } }
Symbol 126 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { if (_root.nameCookie.data.cellArray[4] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[4] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 1; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { if (_root.nameCookie.data.cellArray[5] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[5] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 2; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { if (_root.nameCookie.data.cellArray[6] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[6] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 3; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { if (_root.nameCookie.data.cellArray[7] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[7] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 4; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { if (_root.nameCookie.data.cellArray[8] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[8] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 5; _root.gotoAndStop(20); } }
Instance of Symbol 97 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { _y = 50; _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _alpha = 100; } else { _alpha = 0; } }
Instance of Symbol 97 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { _y = 80; _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _alpha = 100; } else { _alpha = 0; } }
Instance of Symbol 97 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { _y = 110; _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _alpha = 100; } else { _alpha = 0; } }
Instance of Symbol 97 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { _y = 140; _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _alpha = 100; } else { _alpha = 0; } }
Instance of Symbol 97 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (load) { _y = 170; _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _alpha = 100; } else { _alpha = 0; } }
Symbol 126 MovieClip Frame 2
stop();
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 2
onClipEvent (load) { if (_root.nameCookie.data.cellArray[9] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[9] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 6; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 2
onClipEvent (load) { if (_root.nameCookie.data.cellArray[10] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[10] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 7; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 2
onClipEvent (load) { if (_root.nameCookie.data.cellArray[11] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[11] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 8; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 2
onClipEvent (load) { if (_root.nameCookie.data.cellArray[12] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[12] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 9; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 2
onClipEvent (load) { if (_root.nameCookie.data.cellArray[13] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[13] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 10; _root.gotoAndStop(20); } }
Symbol 126 MovieClip Frame 3
stop();
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 3
onClipEvent (load) { if (_root.nameCookie.data.cellArray[14] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[14] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 11; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 3
onClipEvent (load) { if (_root.nameCookie.data.cellArray[15] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[15] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 12; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 3
onClipEvent (load) { if (_root.nameCookie.data.cellArray[16] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[16] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 13; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 3
onClipEvent (load) { if (_root.nameCookie.data.cellArray[17] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[17] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 14; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 3
onClipEvent (load) { if (_root.nameCookie.data.cellArray[18] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[18] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 15; _root.gotoAndStop(20); } }
Symbol 126 MovieClip Frame 4
stop();
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 4
onClipEvent (load) { if (_root.nameCookie.data.cellArray[19] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[19] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 16; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 4
onClipEvent (load) { if (_root.nameCookie.data.cellArray[20] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[20] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 17; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 4
onClipEvent (load) { if (_root.nameCookie.data.cellArray[21] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[21] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 18; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 4
onClipEvent (load) { if (_root.nameCookie.data.cellArray[22] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[22] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 19; _root.gotoAndStop(20); } }
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 4
onClipEvent (load) { if (_root.nameCookie.data.cellArray[23] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[23] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 20; _root.gotoAndStop(20); } }
Symbol 126 MovieClip Frame 5
stop();
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 5
onClipEvent (load) { if (_root.nameCookie.data.cellArray[24] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[24] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 21; _root.gotoAndStop(20); } }
Instance of Symbol 97 MovieClip "qw" in Symbol 126 MovieClip Frame 5
onClipEvent (load) { _y = 110; _alpha = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _alpha = 100; } else { _alpha = 0; } }
Symbol 126 MovieClip Frame 6
stop();
Instance of Symbol 88 MovieClip in Symbol 126 MovieClip Frame 6
onClipEvent (load) { if (_root.nameCookie.data.cellArray[25] == 0) { gotoAndStop (1); } if (_root.nameCookie.data.cellArray[25] == 1) { gotoAndStop (2); } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.level = 22; _root.gotoAndStop(20); } }
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 21
stop();
Symbol 138 MovieClip Frame 41
gotoAndStop (1);
Symbol 161 MovieClip Frame 2
_root.levname = "Intro";
Symbol 161 MovieClip Frame 3
_root.levname = "Corridor";
Instance of Symbol 130 MovieClip "b2" in Symbol 161 MovieClip Frame 3
onClipEvent (load) { var range = 300; } onClipEvent (enterFrame) { xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { _xscale = (range - dist); _yscale = _xscale; } }
Symbol 161 MovieClip Frame 4
_root.levname = "Gathering";
Symbol 161 MovieClip Frame 5
_root.levname = "Specific";
Symbol 161 MovieClip Frame 6
_root.levname = "Hide n Seek";
Symbol 161 MovieClip Frame 7
_root.levname = "The switch";
Symbol 161 MovieClip Frame 8
_root.levname = "Crossroads";
Symbol 161 MovieClip Frame 9
_root.levname = "Gravitation";
Instance of Symbol 144 MovieClip "g2" in Symbol 161 MovieClip Frame 9
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g3" in Symbol 161 MovieClip Frame 9
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g1" in Symbol 161 MovieClip Frame 9
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g4" in Symbol 161 MovieClip Frame 9
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Symbol 161 MovieClip Frame 10
_root.levname = "Sway";
Instance of Symbol 144 MovieClip "g5" in Symbol 161 MovieClip Frame 10
onClipEvent (load) { var range = 90; var force = 0.12; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g6" in Symbol 161 MovieClip Frame 10
onClipEvent (load) { var range = 100; var force = 0.12; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g7" in Symbol 161 MovieClip Frame 10
onClipEvent (load) { var range = 100; var force = 0.12; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g8" in Symbol 161 MovieClip Frame 10
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Symbol 161 MovieClip Frame 11
_root.levname = "It's a squeeze!";
Symbol 161 MovieClip Frame 12
_root.levname = "A 'nice' maze";
Symbol 161 MovieClip Frame 13
_root.levname = "Closure";
Instance of Symbol 130 MovieClip "b7" in Symbol 161 MovieClip Frame 13
onClipEvent (load) { var range = 300; } onClipEvent (enterFrame) { xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { _xscale = (range - dist); _yscale = _xscale; } }
Instance of Symbol 130 MovieClip "b3" in Symbol 161 MovieClip Frame 13
onClipEvent (load) { var range = 300; } onClipEvent (enterFrame) { xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { _xscale = (range - dist); _yscale = _xscale; } }
Instance of Symbol 130 MovieClip "b4" in Symbol 161 MovieClip Frame 13
onClipEvent (load) { var range = 300; } onClipEvent (enterFrame) { xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { _xscale = (range - dist); _yscale = _xscale; } }
Instance of Symbol 130 MovieClip "b5" in Symbol 161 MovieClip Frame 13
onClipEvent (load) { var range = 300; } onClipEvent (enterFrame) { xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { _xscale = (range - dist); _yscale = _xscale; } }
Instance of Symbol 130 MovieClip "b6" in Symbol 161 MovieClip Frame 13
onClipEvent (load) { var range = 300; } onClipEvent (enterFrame) { xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { _xscale = (range - dist); _yscale = _xscale; } }
Instance of Symbol 130 MovieClip "b8" in Symbol 161 MovieClip Frame 13
onClipEvent (load) { var range = 300; } onClipEvent (enterFrame) { xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { _xscale = (range - dist); _yscale = _xscale; } }
Symbol 161 MovieClip Frame 14
_root.levname = "Follow the gravitational road!";
Instance of Symbol 144 MovieClip "g9" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g10" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g11" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g12" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g13" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g14" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g15" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g16" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g17" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g17" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g18" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g19" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g20" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g21" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g22" in Symbol 161 MovieClip Frame 14
onClipEvent (load) { var range = 100; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Symbol 161 MovieClip Frame 15
_root.levname = "Cellular";
Symbol 161 MovieClip Frame 16
_root.levname = "Elimination";
Symbol 161 MovieClip Frame 17
_root.levname = "Boxed in";
Symbol 161 MovieClip Frame 18
_root.levname = "Trail";
Symbol 161 MovieClip Frame 19
_root.levname = "Think quick";
Instance of Symbol 144 MovieClip "g23" in Symbol 161 MovieClip Frame 19
onClipEvent (load) { var range = 1000; var force = 0.4; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Symbol 161 MovieClip Frame 20
_root.levname = "Moons galore!";
Symbol 161 MovieClip Frame 21
_root.levname = "Three quarter circle";
Instance of Symbol 144 MovieClip "g29" in Symbol 161 MovieClip Frame 21
onClipEvent (load) { var range = 100; var force = 0.35; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g27" in Symbol 161 MovieClip Frame 21
onClipEvent (load) { var range = 100; var force = 0.35; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g25" in Symbol 161 MovieClip Frame 21
onClipEvent (load) { var range = 100; var force = 0.35; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g24" in Symbol 161 MovieClip Frame 21
onClipEvent (load) { var range = 100; var force = 0.35; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g26" in Symbol 161 MovieClip Frame 21
onClipEvent (load) { var range = 100; var force = 0.35; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g28" in Symbol 161 MovieClip Frame 21
onClipEvent (load) { var range = 100; var force = 0.35; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Symbol 161 MovieClip Frame 22
_root.levname = "Catacombs";
Symbol 161 MovieClip Frame 23
_root.levname = "Signs";
Instance of Symbol 144 MovieClip "g30" in Symbol 161 MovieClip Frame 23
onClipEvent (load) { var range = 200; var force = 0.05; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g30" in Symbol 161 MovieClip Frame 23
onClipEvent (load) { var range = 300; var force = 0.1; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g30" in Symbol 161 MovieClip Frame 23
onClipEvent (load) { var range = 400; var force = 0.15; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Instance of Symbol 144 MovieClip "g30" in Symbol 161 MovieClip Frame 23
onClipEvent (load) { var range = 500; var force = 0.2; } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation + (force * 10)); xdiffer = _x - _root.all.cell._x; ydiffer = _y - _root.all.cell._y; dist = Math.round(Math.sqrt((xdiffer * xdiffer) + (ydiffer * ydiffer))); if (dist < range) { if (_x < _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs - force; } if (_x > _root.all.cell._x) { _root.all.cell.xs = _root.all.cell.xs + force; } if (_y < _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys - force; } if (_y > _root.all.cell._y) { _root.all.cell.ys = _root.all.cell.ys + force; } } } }
Symbol 161 MovieClip Frame 24
_root.levname = "Happy Mr.Glitch";
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
_root.nameCookie.data.cellArray[_root.level + 3] = 1; _root.nameCookie.data.cellArray[2] = _root.hud.min; _root.nameCookie.data.cellArray[3] = _root.hud.sec;
Symbol 164 MovieClip Frame 11
stop();
Symbol 166 MovieClip Frame 1
dead = false; stop();
Symbol 166 MovieClip Frame 10
stop(); attached = true;
Symbol 166 MovieClip Frame 19
_root.weight = 0; stop(); attached = false;
Symbol 166 MovieClip Frame 20
dead = true;
Symbol 166 MovieClip Frame 25
_x = startX; _y = startY; _rotation = random(360); gotoAndPlay (32); attached = false; parent = "null"; _root.weight = _root.weight - weight;
Symbol 166 MovieClip Frame 26
dead = true;
Symbol 166 MovieClip Frame 31
_x = startX; _y = startY; _rotation = random(360); attached = false; parent = "null";
Symbol 167 MovieClip Frame 1
dead = false; stop();
Symbol 167 MovieClip Frame 10
stop(); attached = true;
Symbol 167 MovieClip Frame 19
_root.weight = 0; stop(); attached = false;
Symbol 167 MovieClip Frame 20
dead = true;
Symbol 167 MovieClip Frame 25
_x = startX; _y = startY; _rotation = random(360); gotoAndPlay (32); attached = false; parent = "null"; _root.weight = _root.weight - weight;
Symbol 167 MovieClip Frame 26
dead = true;
Symbol 167 MovieClip Frame 31
_x = startX; _y = startY; _rotation = random(360); attached = false; parent = "null";
Symbol 168 MovieClip Frame 1
dead = false; stop();
Symbol 168 MovieClip Frame 10
stop(); attached = true;
Symbol 168 MovieClip Frame 19
_root.weight = 0; stop(); attached = false;
Symbol 168 MovieClip Frame 20
dead = true;
Symbol 168 MovieClip Frame 25
_x = startX; _y = startY; _rotation = random(360); gotoAndPlay (32); attached = false; parent = "null"; _root.weight = _root.weight - weight;
Symbol 168 MovieClip Frame 26
dead = true;
Symbol 168 MovieClip Frame 31
_x = startX; _y = startY; _rotation = random(360); attached = false; parent = "null";
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 2
_root.score = _root.score + 200;
Symbol 173 MovieClip Frame 11
stop();
Symbol 174 MovieClip Frame 2
_root.targetweight = 1;
Instance of Symbol 164 MovieClip "fin1" in Symbol 174 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m1" in Symbol 174 MovieClip Frame 2
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 3
_root.targetweight = 2;
Instance of Symbol 164 MovieClip "fin2" in Symbol 174 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 167 MovieClip "m2" in Symbol 174 MovieClip Frame 3
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 4
_root.targetweight = 10;
Instance of Symbol 164 MovieClip "fin3" in Symbol 174 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 168 MovieClip "m7" in Symbol 174 MovieClip Frame 4
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m4" in Symbol 174 MovieClip Frame 4
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m5" in Symbol 174 MovieClip Frame 4
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m6" in Symbol 174 MovieClip Frame 4
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m3" in Symbol 174 MovieClip Frame 4
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 5
_root.targetweight = 20;
Instance of Symbol 164 MovieClip "fin4" in Symbol 174 MovieClip Frame 5
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m13" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m12" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m11" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m14" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m15" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m16" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m9" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m8" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m10" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m17" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m18" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m19" in Symbol 174 MovieClip Frame 5
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 6
_root.targetweight = 20;
Instance of Symbol 164 MovieClip "fin5" in Symbol 174 MovieClip Frame 6
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m20" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m21" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m22" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m23" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m24" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m25" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m26" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m27" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m28" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m29" in Symbol 174 MovieClip Frame 6
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 7
_root.targetweight = 5;
Instance of Symbol 164 MovieClip "fin6" in Symbol 174 MovieClip Frame 7
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m38" in Symbol 174 MovieClip Frame 7
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m37" in Symbol 174 MovieClip Frame 7
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m36" in Symbol 174 MovieClip Frame 7
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 173 MovieClip "s3" in Symbol 174 MovieClip Frame 7
onClipEvent (load) { var num = 3; var weight = 4; _rotation = random(360); } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (_currentframe == 1) { if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true)) { _root.switchweight.gotoAndPlay(2); _root.switchweight.out = weight; if (_root.weight == weight) { _root.all.land["d" + num].play(); play(); } } } } }
Symbol 174 MovieClip Frame 8
_root.targetweight = 1;
Instance of Symbol 164 MovieClip "fin7" in Symbol 174 MovieClip Frame 8
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 167 MovieClip "m31" in Symbol 174 MovieClip Frame 8
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m30" in Symbol 174 MovieClip Frame 8
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m32" in Symbol 174 MovieClip Frame 8
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m34" in Symbol 174 MovieClip Frame 8
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m35" in Symbol 174 MovieClip Frame 8
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m33" in Symbol 174 MovieClip Frame 8
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 173 MovieClip "s1" in Symbol 174 MovieClip Frame 8
onClipEvent (load) { var num = 1; var weight = 2; _rotation = random(360); } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (_currentframe == 1) { if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true)) { _root.switchweight.gotoAndPlay(2); _root.switchweight.out = weight; if (_root.weight == weight) { _root.all.land["d" + num].play(); play(); } } } } }
Instance of Symbol 173 MovieClip "s2" in Symbol 174 MovieClip Frame 8
onClipEvent (load) { var num = 2; var weight = 5; _rotation = random(360); } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (_currentframe == 1) { if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true)) { _root.switchweight.gotoAndPlay(2); _root.switchweight.out = weight; if (_root.weight == weight) { _root.all.land["d" + num].play(); play(); } } } } }
Symbol 174 MovieClip Frame 9
_root.targetweight = 4;
Instance of Symbol 164 MovieClip "fin8" in Symbol 174 MovieClip Frame 9
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m36" in Symbol 174 MovieClip Frame 9
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m37" in Symbol 174 MovieClip Frame 9
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m38" in Symbol 174 MovieClip Frame 9
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m39" in Symbol 174 MovieClip Frame 9
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 10
_root.targetweight = 0;
Instance of Symbol 164 MovieClip "fin9" in Symbol 174 MovieClip Frame 10
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Symbol 174 MovieClip Frame 11
_root.targetweight = 1;
Instance of Symbol 164 MovieClip "fin10" in Symbol 174 MovieClip Frame 11
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m40" in Symbol 174 MovieClip Frame 11
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 12
_root.targetweight = 3;
Instance of Symbol 164 MovieClip "fin11" in Symbol 174 MovieClip Frame 12
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m41" in Symbol 174 MovieClip Frame 12
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m42" in Symbol 174 MovieClip Frame 12
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m43" in Symbol 174 MovieClip Frame 12
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 13
_root.targetweight = 6;
Instance of Symbol 164 MovieClip "fin12" in Symbol 174 MovieClip Frame 13
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 167 MovieClip "m43" in Symbol 174 MovieClip Frame 13
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m45" in Symbol 174 MovieClip Frame 13
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m44" in Symbol 174 MovieClip Frame 13
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 14
_root.targetweight = 10;
Instance of Symbol 164 MovieClip "fin13" in Symbol 174 MovieClip Frame 14
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m46" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m47" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m48" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m49" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m50" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m51" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m52" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m53" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m54" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m55" in Symbol 174 MovieClip Frame 14
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 15
_root.targetweight = 16;
Instance of Symbol 164 MovieClip "fin14" in Symbol 174 MovieClip Frame 15
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 167 MovieClip "m56" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m57" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m58" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m59" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m61" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m60" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m62" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m63" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m64" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m65" in Symbol 174 MovieClip Frame 15
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 16
_root.targetweight = 14;
Instance of Symbol 164 MovieClip "fin15" in Symbol 174 MovieClip Frame 16
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 168 MovieClip "m66" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m67" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m68" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m69" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m70" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m71" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m72" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m73" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m74" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m75" in Symbol 174 MovieClip Frame 16
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 17
_root.targetweight = 8;
Instance of Symbol 164 MovieClip "fin16" in Symbol 174 MovieClip Frame 17
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 166 MovieClip "m76" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m77" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m78" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m79" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m80" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m81" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m82" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m83" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 173 MovieClip "s4" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var num = 4; var weight = 7; _rotation = random(360); } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (_currentframe == 1) { if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true)) { _root.switchweight.gotoAndPlay(2); _root.switchweight.out = weight; if (_root.weight == weight) { _root.all.land["d" + num].play(); play(); } } } } }
Instance of Symbol 173 MovieClip "s5" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var num = 5; var weight = 7; _rotation = random(360); } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (_currentframe == 1) { if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true)) { _root.switchweight.gotoAndPlay(2); _root.switchweight.out = weight; if (_root.weight == weight) { _root.all.land["d" + num].play(); play(); } } } } }
Instance of Symbol 173 MovieClip "s7" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var num = 7; var weight = 13; _rotation = random(360); } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (_currentframe == 1) { if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true)) { _root.switchweight.gotoAndPlay(2); _root.switchweight.out = weight; if (_root.weight == weight) { _root.all.land["d" + num].play(); play(); } } } } }
Instance of Symbol 173 MovieClip "s6" in Symbol 174 MovieClip Frame 17
onClipEvent (load) { var num = 6; var weight = 2; _rotation = random(360); } onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (_currentframe == 1) { if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true)) { _root.switchweight.gotoAndPlay(2); _root.switchweight.out = weight; if (_root.weight == weight) { _root.all.land["d" + num].play(); play(); } } } } }
Symbol 174 MovieClip Frame 18
_root.targetweight = 2;
Instance of Symbol 164 MovieClip "fin17" in Symbol 174 MovieClip Frame 18
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 167 MovieClip "m84" in Symbol 174 MovieClip Frame 18
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 19
_root.targetweight = 4;
Instance of Symbol 164 MovieClip "fin18" in Symbol 174 MovieClip Frame 19
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 167 MovieClip "m87" in Symbol 174 MovieClip Frame 19
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m86" in Symbol 174 MovieClip Frame 19
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m85" in Symbol 174 MovieClip Frame 19
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m88" in Symbol 174 MovieClip Frame 19
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m89" in Symbol 174 MovieClip Frame 19
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m91" in Symbol 174 MovieClip Frame 19
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m92" in Symbol 174 MovieClip Frame 19
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m90" in Symbol 174 MovieClip Frame 19
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 20
_root.targetweight = 50;
Instance of Symbol 164 MovieClip "fin22" in Symbol 174 MovieClip Frame 20
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Instance of Symbol 167 MovieClip "m110" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m103" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m116" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m96" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m117" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m95" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m109" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m102" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m94" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m108" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m106" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m113" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m120" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m99" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m115" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m101" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m105" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m112" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m98" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m119" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m97" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m118" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m111" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m107" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m114" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 168 MovieClip "m93" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 3; var length = 40; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 167 MovieClip "m1104" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 2; var length = 30; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Instance of Symbol 166 MovieClip "m100" in Symbol 174 MovieClip Frame 20
onClipEvent (load) { var startX = _x; var startY = _y; var attached = false; var decay = 0.8; var speed = 10; _rotation = random(360); var rs = ((random(2) - 0.5) / 2); parent = "null"; var weight = 1; var length = 20; var height = (length * Math.sin(_rotation)); var width = (length * Math.cos(_rotation)); } onClipEvent (enterFrame) { if (_root.go == true) { _rotation = (_rotation + rs); if (dead == false) { if (_root.all[parent].dead) { gotoAndPlay (20); } if (!attached) { if (parent == "null") { if (_root.all.cell.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { (_root.weight = _root.weight + weight); (parent = "cell"); if (_currentframe == 1) { play(); } } } } if (_currentframe == 19) { _x = (_x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed)); _x + (Math.sin((-(_rotation + 180)) * (Math.PI/180)) * speed); _y = (_y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed)); _y + (Math.cos((-(_rotation + 180)) * (Math.PI/180)) * speed); (speed = speed * decay); } if (speed < 0.3) { (attached = false); (speed = 3); _rotation = random(360); random(360); gotoAndStop (1); } _x = _root.all[parent]._x; _y = _root.all[parent]._y; _rotation = (_rotation + _root.all[parent].rs); if (attached) { height = length * (-Math.sin((_rotation + 90) * (Math.PI/180))); width = length * (-Math.cos((_rotation + 90) * (Math.PI/180))); if (_root.all.land.hitTest(((_x + _parent._x) + _root.all._x) + width, ((_y + _parent._y) + _root.all._y) + height, true)) { gotoAndPlay (20); (parent = "null"); } } else if (_root.all.land.hitTest((_x + _parent._x) + _root.all._x, (_y + _parent._y) + _root.all._y, true)) { gotoAndPlay (26); (parent = "null"); } } } }
Symbol 174 MovieClip Frame 21
_root.targetweight = 0;
Instance of Symbol 164 MovieClip "fin19" in Symbol 174 MovieClip Frame 21
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Symbol 174 MovieClip Frame 22
_root.targetweight = 0;
Instance of Symbol 164 MovieClip "fin21" in Symbol 174 MovieClip Frame 22
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Symbol 174 MovieClip Frame 23
_root.targetweight = 0;
Instance of Symbol 164 MovieClip "fin20" in Symbol 174 MovieClip Frame 23
onClipEvent (enterFrame) { if (_root.go) { _rotation = (_rotation+1); if (this.hitTest(_root.all.cell._x + _root.all._x, _root.all.cell._y + _root.all._y, true) && (_root.weight == _root.targetweight)) { _root.levfin.play(); _root.go = false; if (_currentframe == 1) { play(); } } } }
Symbol 174 MovieClip Frame 24
_root.targetweight = 0;
Symbol 181 MovieClip Frame 1
dead = false;
Instance of Symbol 180 MovieClip in Symbol 181 MovieClip Frame 1
onClipEvent (load) { gotoAndStop(_root.colour); }
Symbol 181 MovieClip Frame 12
stop();
Symbol 181 MovieClip Frame 13
dead = true;
Symbol 181 MovieClip Frame 20
_x = startX; _y = startY; xs = 0; ys = 0; _root.weight = 0; _root.score = _root.score - 500;
Instance of Symbol 161 MovieClip "land" in Symbol 182 MovieClip Frame 1
onClipEvent (load) { gotoAndStop(_root.level + 1); } onClipEvent (enterFrame) { gotoAndStop(_root.level + 1); }
Instance of Symbol 174 MovieClip "moon" in Symbol 182 MovieClip Frame 1
onClipEvent (load) { gotoAndStop(_root.level + 1); } onClipEvent (enterFrame) { gotoAndStop(_root.level + 1); }
Instance of Symbol 181 MovieClip "cell" in Symbol 182 MovieClip Frame 1
onClipEvent (load) { var startX = _x; var startY = _y; var ys = 0; var xs = 0; var accel = 0.5; var decay = 0.9; var rs = 0; var radius = 8; var cutoff = 0.1; } onClipEvent (enterFrame) { if (_root.go == true) { if (!dead) { i = 0; while (i < 16) { if (_root.all.land.hitTest((_x + _parent._x) + (Math.sin((i * 22.5) * (Math.PI/180)) * radius), (_y + _parent._y) + (Math.cos((i * 22.5) * (Math.PI/180)) * radius), true)) { gotoAndPlay (13); } i++; } _rotation = (_rotation + ((rs = rs * decay))); _x = (_x + ((xs = xs * decay))); _y = (_y + ((ys = ys * decay))); if ((xs < cutoff) && (xs > (-cutoff))) { xs = 0; } if ((ys < cutoff) && (ys > (-cutoff))) { ys = 0; } if ((rs < cutoff) && (rs > (-cutoff))) { rs = 0; } if (Key.isDown(38) && (ys > -10)) { ys = ys - accel; } if (Key.isDown(40) && (ys < 10)) { ys = ys + accel; } if (Key.isDown(37) && (xs > -10)) { xs = xs - accel; } if (Key.isDown(39) && (xs < 10)) { xs = xs + accel; } if (Key.isDown(65) && (rs > -3)) { rs = rs - accel; } if (Key.isDown(83) && (rs < 3)) { rs = rs + accel; } } } }
Symbol 187 MovieClip Frame 1
stop();
Symbol 189 Button
on (release) { _root.nameCookie.data.cellArray[2] = _root.hud.min; _root.nameCookie.data.cellArray[3] = _root.hud.sec; gotoAndStop (10); }
Symbol 192 MovieClip Frame 1
_root.go = false; stop();
Symbol 192 MovieClip Frame 2
_root.go = true; stop();
Symbol 192 MovieClip Frame 6
_root.go = false; stop();

Library Items

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

Instance Names

"sound"Frame 2Symbol 23 MovieClip
"qual"Frame 2Symbol 27 MovieClip
"backg"Frame 12Symbol 67 MovieClip
"col"Frame 12Symbol 74 MovieClip
"all"Frame 20Symbol 182 MovieClip
"hud"Frame 20Symbol 185 MovieClip
"switchweight"Frame 20Symbol 187 MovieClip
"levfin"Frame 20Symbol 192 MovieClip
"one"Symbol 11 MovieClip Frame 1Symbol 6 MovieClip
"two"Symbol 11 MovieClip Frame 1Symbol 8 MovieClip
"qw"Symbol 126 MovieClip Frame 5Symbol 97 MovieClip
"b2"Symbol 161 MovieClip Frame 3Symbol 130 MovieClip
"d3"Symbol 161 MovieClip Frame 7Symbol 138 MovieClip
"d1"Symbol 161 MovieClip Frame 8Symbol 138 MovieClip
"d2"Symbol 161 MovieClip Frame 8Symbol 138 MovieClip
"g2"Symbol 161 MovieClip Frame 9Symbol 144 MovieClip
"g3"Symbol 161 MovieClip Frame 9Symbol 144 MovieClip
"g1"Symbol 161 MovieClip Frame 9Symbol 144 MovieClip
"g4"Symbol 161 MovieClip Frame 9Symbol 144 MovieClip
"g5"Symbol 161 MovieClip Frame 10Symbol 144 MovieClip
"g6"Symbol 161 MovieClip Frame 10Symbol 144 MovieClip
"g7"Symbol 161 MovieClip Frame 10Symbol 144 MovieClip
"g8"Symbol 161 MovieClip Frame 10Symbol 144 MovieClip
"b7"Symbol 161 MovieClip Frame 13Symbol 130 MovieClip
"b3"Symbol 161 MovieClip Frame 13Symbol 130 MovieClip
"b4"Symbol 161 MovieClip Frame 13Symbol 130 MovieClip
"b5"Symbol 161 MovieClip Frame 13Symbol 130 MovieClip
"b6"Symbol 161 MovieClip Frame 13Symbol 130 MovieClip
"b8"Symbol 161 MovieClip Frame 13Symbol 130 MovieClip
"g9"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g10"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g11"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g12"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g13"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g14"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g15"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g16"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g17"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g17"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g18"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g19"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g20"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g21"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"g22"Symbol 161 MovieClip Frame 14Symbol 144 MovieClip
"d4"Symbol 161 MovieClip Frame 17Symbol 138 MovieClip
"d5"Symbol 161 MovieClip Frame 17Symbol 138 MovieClip
"d6"Symbol 161 MovieClip Frame 17Symbol 138 MovieClip
"d7"Symbol 161 MovieClip Frame 17Symbol 138 MovieClip
"g23"Symbol 161 MovieClip Frame 19Symbol 144 MovieClip
"g29"Symbol 161 MovieClip Frame 21Symbol 144 MovieClip
"g27"Symbol 161 MovieClip Frame 21Symbol 144 MovieClip
"g25"Symbol 161 MovieClip Frame 21Symbol 144 MovieClip
"g24"Symbol 161 MovieClip Frame 21Symbol 144 MovieClip
"g26"Symbol 161 MovieClip Frame 21Symbol 144 MovieClip
"g28"Symbol 161 MovieClip Frame 21Symbol 144 MovieClip
"g30"Symbol 161 MovieClip Frame 23Symbol 144 MovieClip
"g30"Symbol 161 MovieClip Frame 23Symbol 144 MovieClip
"g30"Symbol 161 MovieClip Frame 23Symbol 144 MovieClip
"g30"Symbol 161 MovieClip Frame 23Symbol 144 MovieClip
"fin1"Symbol 174 MovieClip Frame 2Symbol 164 MovieClip
"m1"Symbol 174 MovieClip Frame 2Symbol 166 MovieClip
"fin2"Symbol 174 MovieClip Frame 3Symbol 164 MovieClip
"m2"Symbol 174 MovieClip Frame 3Symbol 167 MovieClip
"fin3"Symbol 174 MovieClip Frame 4Symbol 164 MovieClip
"m7"Symbol 174 MovieClip Frame 4Symbol 168 MovieClip
"m4"Symbol 174 MovieClip Frame 4Symbol 167 MovieClip
"m5"Symbol 174 MovieClip Frame 4Symbol 166 MovieClip
"m6"Symbol 174 MovieClip Frame 4Symbol 168 MovieClip
"m3"Symbol 174 MovieClip Frame 4Symbol 166 MovieClip
"fin4"Symbol 174 MovieClip Frame 5Symbol 164 MovieClip
"m13"Symbol 174 MovieClip Frame 5Symbol 166 MovieClip
"m12"Symbol 174 MovieClip Frame 5Symbol 167 MovieClip
"m11"Symbol 174 MovieClip Frame 5Symbol 168 MovieClip
"m14"Symbol 174 MovieClip Frame 5Symbol 166 MovieClip
"m15"Symbol 174 MovieClip Frame 5Symbol 167 MovieClip
"m16"Symbol 174 MovieClip Frame 5Symbol 168 MovieClip
"m9"Symbol 174 MovieClip Frame 5Symbol 167 MovieClip
"m8"Symbol 174 MovieClip Frame 5Symbol 168 MovieClip
"m10"Symbol 174 MovieClip Frame 5Symbol 166 MovieClip
"m17"Symbol 174 MovieClip Frame 5Symbol 166 MovieClip
"m18"Symbol 174 MovieClip Frame 5Symbol 167 MovieClip
"m19"Symbol 174 MovieClip Frame 5Symbol 168 MovieClip
"fin5"Symbol 174 MovieClip Frame 6Symbol 164 MovieClip
"m20"Symbol 174 MovieClip Frame 6Symbol 166 MovieClip
"m21"Symbol 174 MovieClip Frame 6Symbol 167 MovieClip
"m22"Symbol 174 MovieClip Frame 6Symbol 168 MovieClip
"m23"Symbol 174 MovieClip Frame 6Symbol 168 MovieClip
"m24"Symbol 174 MovieClip Frame 6Symbol 166 MovieClip
"m25"Symbol 174 MovieClip Frame 6Symbol 167 MovieClip
"m26"Symbol 174 MovieClip Frame 6Symbol 167 MovieClip
"m27"Symbol 174 MovieClip Frame 6Symbol 167 MovieClip
"m28"Symbol 174 MovieClip Frame 6Symbol 166 MovieClip
"m29"Symbol 174 MovieClip Frame 6Symbol 168 MovieClip
"fin6"Symbol 174 MovieClip Frame 7Symbol 164 MovieClip
"m38"Symbol 174 MovieClip Frame 7Symbol 166 MovieClip
"m37"Symbol 174 MovieClip Frame 7Symbol 167 MovieClip
"m36"Symbol 174 MovieClip Frame 7Symbol 168 MovieClip
"s3"Symbol 174 MovieClip Frame 7Symbol 173 MovieClip
"fin7"Symbol 174 MovieClip Frame 8Symbol 164 MovieClip
"m31"Symbol 174 MovieClip Frame 8Symbol 167 MovieClip
"m30"Symbol 174 MovieClip Frame 8Symbol 168 MovieClip
"m32"Symbol 174 MovieClip Frame 8Symbol 166 MovieClip
"m34"Symbol 174 MovieClip Frame 8Symbol 167 MovieClip
"m35"Symbol 174 MovieClip Frame 8Symbol 168 MovieClip
"m33"Symbol 174 MovieClip Frame 8Symbol 166 MovieClip
"s1"Symbol 174 MovieClip Frame 8Symbol 173 MovieClip
"s2"Symbol 174 MovieClip Frame 8Symbol 173 MovieClip
"fin8"Symbol 174 MovieClip Frame 9Symbol 164 MovieClip
"m36"Symbol 174 MovieClip Frame 9Symbol 166 MovieClip
"m37"Symbol 174 MovieClip Frame 9Symbol 166 MovieClip
"m38"Symbol 174 MovieClip Frame 9Symbol 166 MovieClip
"m39"Symbol 174 MovieClip Frame 9Symbol 166 MovieClip
"fin9"Symbol 174 MovieClip Frame 10Symbol 164 MovieClip
"fin10"Symbol 174 MovieClip Frame 11Symbol 164 MovieClip
"m40"Symbol 174 MovieClip Frame 11Symbol 166 MovieClip
"fin11"Symbol 174 MovieClip Frame 12Symbol 164 MovieClip
"m41"Symbol 174 MovieClip Frame 12Symbol 166 MovieClip
"m42"Symbol 174 MovieClip Frame 12Symbol 166 MovieClip
"m43"Symbol 174 MovieClip Frame 12Symbol 166 MovieClip
"fin12"Symbol 174 MovieClip Frame 13Symbol 164 MovieClip
"m43"Symbol 174 MovieClip Frame 13Symbol 167 MovieClip
"m45"Symbol 174 MovieClip Frame 13Symbol 168 MovieClip
"m44"Symbol 174 MovieClip Frame 13Symbol 166 MovieClip
"fin13"Symbol 174 MovieClip Frame 14Symbol 164 MovieClip
"m46"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m47"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m48"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m49"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m50"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m51"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m52"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m53"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m54"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"m55"Symbol 174 MovieClip Frame 14Symbol 166 MovieClip
"fin14"Symbol 174 MovieClip Frame 15Symbol 164 MovieClip
"m56"Symbol 174 MovieClip Frame 15Symbol 167 MovieClip
"m57"Symbol 174 MovieClip Frame 15Symbol 168 MovieClip
"m58"Symbol 174 MovieClip Frame 15Symbol 166 MovieClip
"m59"Symbol 174 MovieClip Frame 15Symbol 166 MovieClip
"m61"Symbol 174 MovieClip Frame 15Symbol 167 MovieClip
"m60"Symbol 174 MovieClip Frame 15Symbol 168 MovieClip
"m62"Symbol 174 MovieClip Frame 15Symbol 167 MovieClip
"m63"Symbol 174 MovieClip Frame 15Symbol 166 MovieClip
"m64"Symbol 174 MovieClip Frame 15Symbol 167 MovieClip
"m65"Symbol 174 MovieClip Frame 15Symbol 167 MovieClip
"fin15"Symbol 174 MovieClip Frame 16Symbol 164 MovieClip
"m66"Symbol 174 MovieClip Frame 16Symbol 168 MovieClip
"m67"Symbol 174 MovieClip Frame 16Symbol 166 MovieClip
"m68"Symbol 174 MovieClip Frame 16Symbol 167 MovieClip
"m69"Symbol 174 MovieClip Frame 16Symbol 167 MovieClip
"m70"Symbol 174 MovieClip Frame 16Symbol 166 MovieClip
"m71"Symbol 174 MovieClip Frame 16Symbol 166 MovieClip
"m72"Symbol 174 MovieClip Frame 16Symbol 167 MovieClip
"m73"Symbol 174 MovieClip Frame 16Symbol 168 MovieClip
"m74"Symbol 174 MovieClip Frame 16Symbol 166 MovieClip
"m75"Symbol 174 MovieClip Frame 16Symbol 167 MovieClip
"fin16"Symbol 174 MovieClip Frame 17Symbol 164 MovieClip
"m76"Symbol 174 MovieClip Frame 17Symbol 166 MovieClip
"m77"Symbol 174 MovieClip Frame 17Symbol 168 MovieClip
"m78"Symbol 174 MovieClip Frame 17Symbol 167 MovieClip
"m79"Symbol 174 MovieClip Frame 17Symbol 167 MovieClip
"m80"Symbol 174 MovieClip Frame 17Symbol 166 MovieClip
"m81"Symbol 174 MovieClip Frame 17Symbol 168 MovieClip
"m82"Symbol 174 MovieClip Frame 17Symbol 168 MovieClip
"m83"Symbol 174 MovieClip Frame 17Symbol 167 MovieClip
"s4"Symbol 174 MovieClip Frame 17Symbol 173 MovieClip
"s5"Symbol 174 MovieClip Frame 17Symbol 173 MovieClip
"s7"Symbol 174 MovieClip Frame 17Symbol 173 MovieClip
"s6"Symbol 174 MovieClip Frame 17Symbol 173 MovieClip
"fin17"Symbol 174 MovieClip Frame 18Symbol 164 MovieClip
"m84"Symbol 174 MovieClip Frame 18Symbol 167 MovieClip
"fin18"Symbol 174 MovieClip Frame 19Symbol 164 MovieClip
"m87"Symbol 174 MovieClip Frame 19Symbol 167 MovieClip
"m86"Symbol 174 MovieClip Frame 19Symbol 168 MovieClip
"m85"Symbol 174 MovieClip Frame 19Symbol 166 MovieClip
"m88"Symbol 174 MovieClip Frame 19Symbol 166 MovieClip
"m89"Symbol 174 MovieClip Frame 19Symbol 167 MovieClip
"m91"Symbol 174 MovieClip Frame 19Symbol 167 MovieClip
"m92"Symbol 174 MovieClip Frame 19Symbol 166 MovieClip
"m90"Symbol 174 MovieClip Frame 19Symbol 167 MovieClip
"fin22"Symbol 174 MovieClip Frame 20Symbol 164 MovieClip
"m110"Symbol 174 MovieClip Frame 20Symbol 167 MovieClip
"m103"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m116"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m96"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m117"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m95"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m109"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m102"Symbol 174 MovieClip Frame 20Symbol 167 MovieClip
"m94"Symbol 174 MovieClip Frame 20Symbol 167 MovieClip
"m108"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m106"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m113"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m120"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m99"Symbol 174 MovieClip Frame 20Symbol 167 MovieClip
"m115"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m101"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m105"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m112"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m98"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m119"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m97"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m118"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m111"Symbol 174 MovieClip Frame 20Symbol 167 MovieClip
"m107"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"m114"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m93"Symbol 174 MovieClip Frame 20Symbol 168 MovieClip
"m1104"Symbol 174 MovieClip Frame 20Symbol 167 MovieClip
"m100"Symbol 174 MovieClip Frame 20Symbol 166 MovieClip
"fin19"Symbol 174 MovieClip Frame 21Symbol 164 MovieClip
"fin21"Symbol 174 MovieClip Frame 22Symbol 164 MovieClip
"fin20"Symbol 174 MovieClip Frame 23Symbol 164 MovieClip
"land"Symbol 182 MovieClip Frame 1Symbol 161 MovieClip
"moon"Symbol 182 MovieClip Frame 1Symbol 174 MovieClip
"cell"Symbol 182 MovieClip Frame 1Symbol 181 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

loadingNumSymbol 4 EditableText"100%"
_root.hudOutSymbol 183 EditableText""
outSymbol 186 EditableText""
_root.levnameSymbol 188 EditableText""




http://swfchan.com/6/29265/info.shtml
Created: 20/5 -2019 00:27:07 Last modified: 20/5 -2019 00:27:07 Server time: 26/04 -2024 10:21:28