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

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

Vital Movement 2.swf

This is the info page for
Flash #68799

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


Text
VITAL MOVEMENT 2

DavidOrr

F-777

MUSIC
CREDITS

Dimrain47

game by
PHAZONTECH

PLAY

HOW TO

CODES

<p align="left"></p>

LEVEL 8 SHORTCUT

LEVEL 16 SHORTCUT

<p align="left"></p>

LEVEL 24 SHORTCUT

<p align="left"></p>

INVINCIBILITY POWERUP

<p align="left"></p>

HOW TO

Move the cursor using the mouse. Hover over any green shapes, while avoiding any red ones.
Pass each level by reaching a certain amount of points.
[ NEXT PAGE ]

POWER-UPS

There are different power-ups you can collect, to help or hurt you.

+1000 POINTS               INVINCIBLE
SLOW MOTION            -1000 POINTS

[ RETURN ]

PHAZONTECH STUDIOS

FINAL SCORE:

click to continue

CHEATS ACTIVE

NEW LEVEL!

LEVEL 8 COMPLETED
CODE TO START AT LEVEL 9: infinity

TO GO TO LEVEL 9

THE NEXT DIFFICULTY IS MODERATE

click to continue

LEVEL 16 COMPLETED
CODE TO START AT LEVEL 17: chesspieces

TO GO TO LEVEL 17

THE NEXT DIFFICULTY IS INTENSE

ActionScript [AS1/AS2]

Frame 1
stopAllSounds();
Frame 2
startDrag ("_root.cursor", true); Mouse.hide(); i = 0; while (i < 25) { dot.duplicateMovieClip("dot" + i, i); i++; } var trialNavigation = new ContextMenu(); trialNavigation.builtInItems.zoom = true; trialNavigation.builtInItems.quality = true; trialNavigation.builtInItems.print = false; trialNavigation.builtInItems.save = false; trialNavigation.builtInItems.loop = false; trialNavigation.builtInItems.rewind = true; trialNavigation.builtInItems.forward_back = false; trialNavigation.builtInItems.play = false; _level0.menu = trialNavigation; _root.scoretext = 0; _root.cheater = false; _root.powerupslowmotion = false; _root.powerupinvincibility = false; _root.powerupinvincibilitycheck = false; stop(); stopAllSounds();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 126 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 25; _root.cursor.gotoAndPlay(2); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 2; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } }
Instance of Symbol 141 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 5
stop();
Instance of Symbol 157 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 6
stop();
Instance of Symbol 141 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 7
stop();
Instance of Symbol 157 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 8
stop();
Instance of Symbol 141 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 9
stop();
Instance of Symbol 157 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 10
stop();
Instance of Symbol 141 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 11
stop();
Instance of Symbol 157 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 12
stop();
Frame 13
stop();
Instance of Symbol 126 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 25; _root.cursor.gotoAndPlay(2); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 2; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } }
Instance of Symbol 157 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 14
stop();
Instance of Symbol 141 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 15
stop();
Instance of Symbol 157 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 16
stop();
Instance of Symbol 141 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 17
stop();
Instance of Symbol 157 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 18
stop();
Instance of Symbol 141 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 19
stop();
Instance of Symbol 157 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 20
stop();
Instance of Symbol 141 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 21
stop();
Frame 22
stop();
Instance of Symbol 126 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 25; _root.cursor.gotoAndPlay(2); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 2; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } }
Instance of Symbol 141 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 23
stop();
Instance of Symbol 157 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 24
stop();
Instance of Symbol 141 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 25
stop();
Instance of Symbol 157 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 26
stop();
Instance of Symbol 141 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 27
stop();
Instance of Symbol 157 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 28
stop();
Instance of Symbol 141 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 144 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 147 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 150 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Frame 29
stop();
Instance of Symbol 157 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupslowmotion = true; this.gotoAndPlay(43); } }
Instance of Symbol 158 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext + 1000; _root.play(); this.gotoAndPlay(43); } }
Instance of Symbol 159 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.scoretext = _root.scoretext - 1000; this.gotoAndPlay(43); } }
Instance of Symbol 161 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.powerupinvincibility = true; this.gotoAndPlay(43); } }
Symbol 5 MovieClip Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); getPercent = bytes_loaded / bytes_total; _root.percentageloaded.loadText = Math.round(getPercent * 100) + "%";
Symbol 20 Button
on (release) { _root.play(); }
Symbol 21 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 21 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 Button
on (release) { _root.cheater = false; _root.gotoAndPlay(4); }
Symbol 45 Button
on (release) { play(); }
Symbol 50 Button
on (release) { play(); }
Symbol 61 Button
on (release) { if (passwordtext.text == "infinity") { gotoAndPlay (21); } else { play(); } }
Symbol 63 Button
on (release) { if (passwordtext2.text == "chesspieces") { gotoAndPlay (22); } else { play(); } }
Symbol 66 Button
on (release) { if (passwordtext3.text == "XXIV") { gotoAndPlay (23); } else { play(); } }
Symbol 69 Button
on (release) { if (passwordtext4.text == "legend") { gotoAndPlay (25); } else { play(); } }
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 9
stop();
Symbol 73 MovieClip Frame 20
gotoAndPlay (1);
Symbol 73 MovieClip Frame 21
_root.cheater = true; _root.scoretext = 45000; _root.gotoAndPlay(13);
Symbol 73 MovieClip Frame 22
_root.cheater = true; _root.scoretext = 90000 /* 0x015F90 */; _root.gotoAndPlay(22);
Symbol 73 MovieClip Frame 24
_root.cheater = true; _root.scoretext = 125000 /* 0x01E848 */; _root.gotoAndPlay(29);
Symbol 73 MovieClip Frame 25
_root.cheater = true; _root.powerupinvincibilitycheck = true; _root.gotoAndPlay(4);
Symbol 81 Button
on (release) { play(); }
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 26
stop();
Symbol 87 MovieClip Frame 27
stop();
Symbol 93 Button
on (release) { getURL ("http://phazontech.newgrounds.com/", "_blank"); }
Symbol 94 MovieClip Frame 44
_root.theatresequence.play();
Symbol 98 Button
on (release) { gotoAndPlay (3); }
Symbol 102 Button
on (release) { getURL ("http://z11.invisionfree.com/FuD_Forum/", "_blank"); }
Symbol 103 MovieClip Frame 60
_root.theatresequence.play();
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 2
stop();
Symbol 104 MovieClip Frame 3
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 1
stop(); if (_root.cheater == true) { play(); }
Symbol 117 MovieClip Frame 2
stop(); if (_root.cheater == false) { play(); }
Symbol 118 Button
on (release) { gotoAndPlay (2); }
Symbol 127 MovieClip Frame 1
if (_root.scoretext == 5000) { _root.play(); }
Symbol 127 MovieClip Frame 2
if (_root.scoretext == 5000) { _root.play(); }
Symbol 135 MovieClip Frame 36
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); }
Instance of Symbol 129 MovieClip in Symbol 135 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 1; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 135 MovieClip Frame 37
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); } gotoAndPlay (36);
Instance of Symbol 129 MovieClip in Symbol 135 MovieClip Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 1) + 0.4; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 135 MovieClip Frame 216
_root.powerupslowmotion = false; gotoAndPlay (1);
Symbol 135 MovieClip Frame 600
_root.powerupinvincibility = false; gotoAndPlay (1);
Symbol 137 MovieClip Frame 59
stop();
Symbol 141 MovieClip Frame 2
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (45); } else if (rand_powerup == 2) { gotoAndPlay (3); } else if (rand_powerup == 3) { gotoAndPlay (65); }
Symbol 141 MovieClip Frame 3
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (45); } else if (rand_powerup == 3) { gotoAndPlay (4); }
Symbol 141 MovieClip Frame 42
stop();
Symbol 141 MovieClip Frame 44
stop();
Symbol 141 MovieClip Frame 72
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (60); } else if (rand_powerup == 2) { gotoAndPlay (45); } else if (rand_powerup == 3) { gotoAndPlay (1); }
Symbol 141 MovieClip Frame 73
stop();
Symbol 144 MovieClip Frame 2
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (45); } else if (rand_powerup == 2) { gotoAndPlay (3); } else if (rand_powerup == 3) { gotoAndPlay (65); }
Symbol 144 MovieClip Frame 3
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (73); } else if (rand_powerup == 3) { gotoAndPlay (4); }
Symbol 144 MovieClip Frame 42
stop();
Symbol 144 MovieClip Frame 44
stop();
Symbol 144 MovieClip Frame 72
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (1); } else if (rand_powerup == 3) { gotoAndPlay (1); }
Symbol 144 MovieClip Frame 73
stop();
Symbol 147 MovieClip Frame 2
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (45); } else if (rand_powerup == 2) { gotoAndPlay (3); } else if (rand_powerup == 3) { gotoAndPlay (65); }
Symbol 147 MovieClip Frame 3
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (45); } else if (rand_powerup == 3) { gotoAndPlay (4); }
Symbol 147 MovieClip Frame 42
stop();
Symbol 147 MovieClip Frame 44
stop();
Symbol 147 MovieClip Frame 72
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (65); } else if (rand_powerup == 3) { gotoAndPlay (1); }
Symbol 147 MovieClip Frame 73
stop();
Symbol 150 MovieClip Frame 2
if (_root.powerupinvincibilitycheck == true) { gotoAndPlay (4); }
Symbol 150 MovieClip Frame 3
if (_root.powerupinvincibilitycheck == true) { gotoAndPlay (4); } gotoAndPlay (2);
Symbol 150 MovieClip Frame 42
stop();
Symbol 150 MovieClip Frame 44
stop();
Symbol 154 MovieClip Frame 1
if (_root.scoretext == 10000) { _root.play(); }
Symbol 154 MovieClip Frame 2
if (_root.scoretext == 10000) { _root.play(); }
Symbol 155 MovieClip Frame 50
stop();
Symbol 157 MovieClip Frame 2
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (45); } else if (rand_powerup == 2) { gotoAndPlay (45); } else if (rand_powerup == 3) { gotoAndPlay (45); }
Symbol 157 MovieClip Frame 3
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (73); } else if (rand_powerup == 3) { gotoAndPlay (4); }
Symbol 157 MovieClip Frame 42
stop();
Symbol 157 MovieClip Frame 44
stop();
Symbol 157 MovieClip Frame 72
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (3); } else if (rand_powerup == 2) { gotoAndPlay (3); } else if (rand_powerup == 3) { gotoAndPlay (60); }
Symbol 157 MovieClip Frame 73
stop();
Symbol 158 MovieClip Frame 2
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (45); } else if (rand_powerup == 2) { gotoAndPlay (3); } else if (rand_powerup == 3) { gotoAndPlay (65); }
Symbol 158 MovieClip Frame 3
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (73); } else if (rand_powerup == 3) { gotoAndPlay (4); }
Symbol 158 MovieClip Frame 42
stop();
Symbol 158 MovieClip Frame 44
stop();
Symbol 158 MovieClip Frame 72
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (1); } else if (rand_powerup == 3) { gotoAndPlay (1); }
Symbol 158 MovieClip Frame 73
stop();
Symbol 159 MovieClip Frame 2
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (45); } else if (rand_powerup == 2) { gotoAndPlay (3); } else if (rand_powerup == 3) { gotoAndPlay (65); }
Symbol 159 MovieClip Frame 3
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (45); } else if (rand_powerup == 3) { gotoAndPlay (4); }
Symbol 159 MovieClip Frame 42
stop();
Symbol 159 MovieClip Frame 44
stop();
Symbol 159 MovieClip Frame 72
rand_powerup = random(3) + 1; if (rand_powerup == 1) { gotoAndPlay (73); } else if (rand_powerup == 2) { gotoAndPlay (65); } else if (rand_powerup == 3) { gotoAndPlay (1); }
Symbol 159 MovieClip Frame 73
stop();
Symbol 161 MovieClip Frame 2
if (_root.powerupinvincibilitycheck == true) { gotoAndPlay (4); }
Symbol 161 MovieClip Frame 3
if (_root.powerupinvincibilitycheck == true) { gotoAndPlay (4); } gotoAndPlay (2);
Symbol 161 MovieClip Frame 42
stop();
Symbol 161 MovieClip Frame 44
stop();
Symbol 163 MovieClip Frame 1
if (_root.scoretext == 15000) { _root.play(); }
Symbol 163 MovieClip Frame 2
if (_root.scoretext == 15000) { _root.play(); }
Symbol 165 MovieClip Frame 1
if (_root.scoretext == 20000) { _root.play(); }
Symbol 165 MovieClip Frame 2
if (_root.scoretext == 20000) { _root.play(); }
Symbol 167 MovieClip Frame 1
if (_root.scoretext == 25000) { _root.play(); }
Symbol 167 MovieClip Frame 2
if (_root.scoretext == 25000) { _root.play(); }
Symbol 169 MovieClip Frame 1
if (_root.scoretext == 30000) { _root.play(); }
Symbol 169 MovieClip Frame 2
if (_root.scoretext == 30000) { _root.play(); }
Symbol 172 MovieClip Frame 36
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); }
Instance of Symbol 171 MovieClip in Symbol 172 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 1; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 172 MovieClip Frame 37
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); } gotoAndPlay (36);
Instance of Symbol 171 MovieClip in Symbol 172 MovieClip Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 1) + 0; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 172 MovieClip Frame 216
_root.powerupslowmotion = false; gotoAndPlay (1);
Symbol 172 MovieClip Frame 600
_root.powerupinvincibility = false; gotoAndPlay (1);
Symbol 174 MovieClip Frame 1
if (_root.scoretext == 35000) { _root.play(); }
Symbol 174 MovieClip Frame 2
if (_root.scoretext == 35000) { _root.play(); }
Symbol 175 MovieClip Frame 36
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); }
Instance of Symbol 171 MovieClip in Symbol 175 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 1; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 175 MovieClip Frame 37
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); } gotoAndPlay (36);
Instance of Symbol 171 MovieClip in Symbol 175 MovieClip Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 1) + 0; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 175 MovieClip Frame 216
_root.powerupslowmotion = false; gotoAndPlay (1);
Symbol 175 MovieClip Frame 600
_root.powerupinvincibility = false; gotoAndPlay (1);
Symbol 177 MovieClip Frame 1
if (_root.scoretext == 45000) { _root.play(); }
Symbol 177 MovieClip Frame 2
if (_root.scoretext == 45000) { _root.play(); }
Symbol 182 Button
on (release) { _root.play(); }
Symbol 183 MovieClip Frame 176
stop();
Symbol 187 MovieClip Frame 1
if (_root.scoretext == 50000) { _root.play(); }
Symbol 187 MovieClip Frame 2
if (_root.scoretext == 50000) { _root.play(); }
Symbol 191 MovieClip Frame 36
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); }
Instance of Symbol 189 MovieClip in Symbol 191 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (enterFrame) { if (_root.cursor._x > _root.triangleen._x) { _root.triangleen._x = _root.triangleen._x + 1; } } onClipEvent (enterFrame) { if (_root.cursor._x < _root.triangleen._x) { _root.triangleen._x = _root.triangleen._x - 1; } } onClipEvent (enterFrame) { if (_root.cursor._y > _root.triangleen._y) { _root.triangleen._y = _root.triangleen._y + 1; } } onClipEvent (enterFrame) { if (_root.cursor._y < _root.triangleen._y) { _root.triangleen._y = _root.triangleen._y - 1; } }
Symbol 191 MovieClip Frame 37
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); } gotoAndPlay (36);
Instance of Symbol 189 MovieClip in Symbol 191 MovieClip Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (enterFrame) { if (_root.cursor._x > _root.triangleen._x) { _root.triangleen._x = _root.triangleen._x + 0.4; } } onClipEvent (enterFrame) { if (_root.cursor._x < _root.triangleen._x) { _root.triangleen._x = _root.triangleen._x - 0.4; } } onClipEvent (enterFrame) { if (_root.cursor._y > _root.triangleen._y) { _root.triangleen._y = _root.triangleen._y + 0.4; } } onClipEvent (enterFrame) { if (_root.cursor._y < _root.triangleen._y) { _root.triangleen._y = _root.triangleen._y - 0.4; } }
Symbol 191 MovieClip Frame 216
_root.powerupslowmotion = false; gotoAndPlay (1);
Symbol 191 MovieClip Frame 600
_root.powerupinvincibility = false; gotoAndPlay (1);
Symbol 194 MovieClip Frame 1
if (_root.scoretext == 55000) { _root.play(); }
Symbol 194 MovieClip Frame 2
if (_root.scoretext == 55000) { _root.play(); }
Symbol 196 MovieClip Frame 1
if (_root.scoretext == 60000) { _root.play(); }
Symbol 196 MovieClip Frame 2
if (_root.scoretext == 60000) { _root.play(); }
Symbol 199 MovieClip Frame 36
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); }
Instance of Symbol 198 MovieClip in Symbol 199 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 1; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 199 MovieClip Frame 37
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); } gotoAndPlay (36);
Instance of Symbol 198 MovieClip in Symbol 199 MovieClip Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 0.4; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 199 MovieClip Frame 216
_root.powerupslowmotion = false; gotoAndPlay (1);
Symbol 199 MovieClip Frame 600
_root.powerupinvincibility = false; gotoAndPlay (1);
Symbol 200 MovieClip Frame 36
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); }
Instance of Symbol 129 MovieClip in Symbol 200 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 2) + 1; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 200 MovieClip Frame 37
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); } gotoAndPlay (36);
Instance of Symbol 129 MovieClip in Symbol 200 MovieClip Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } } onClipEvent (load) { width = 500; height = 350; speed = Math.round(Math.random() * 1) + 0.4; x_new = Math.random() * width; y_new = Math.random() * height; } onClipEvent (enterFrame) { if (x_new > this._x) { sign_x = 1; } else { sign_x = -1; } dx = Math.abs(x_new - this._x); if ((dx > speed) || (dx < (-speed))) { this._x = this._x + (sign_x * speed); } else { x_new = Math.random() * width; } if (y_new > this._y) { sign_y = 1; } else { sign_y = -1; } dy = Math.abs(y_new - this._y); if ((dy > speed) || (dy < (-speed))) { this._y = this._y + (sign_y * speed); } else { y_new = Math.random() * height; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething2)) { x_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething3)) { y_new = -25; } } onClipEvent (enterFrame) { if (this.hitTest(_root.borderframething4)) { x_new = -25; } }
Symbol 200 MovieClip Frame 216
_root.powerupslowmotion = false; gotoAndPlay (1);
Symbol 200 MovieClip Frame 600
_root.powerupinvincibility = false; gotoAndPlay (1);
Symbol 202 MovieClip Frame 1
if (_root.scoretext == 65000) { _root.play(); }
Symbol 202 MovieClip Frame 2
if (_root.scoretext == 65000) { _root.play(); }
Symbol 204 MovieClip Frame 1
if (_root.scoretext == 70000) { _root.play(); }
Symbol 204 MovieClip Frame 2
if (_root.scoretext == 70000) { _root.play(); }
Symbol 206 MovieClip Frame 1
if (_root.scoretext == 75000) { _root.play(); }
Symbol 206 MovieClip Frame 2
if (_root.scoretext == 75000) { _root.play(); }
Symbol 210 MovieClip Frame 36
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); }
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } }
Symbol 210 MovieClip Frame 37
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); } gotoAndPlay (36);
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } }
Symbol 210 MovieClip Frame 216
_root.powerupslowmotion = false; gotoAndPlay (1);
Symbol 210 MovieClip Frame 600
_root.powerupinvincibility = false; gotoAndPlay (1);
Symbol 212 MovieClip Frame 1
if (_root.scoretext == 80000) { _root.play(); }
Symbol 212 MovieClip Frame 2
if (_root.scoretext == 80000) { _root.play(); }
Symbol 214 MovieClip Frame 1
if (_root.scoretext == 90000) { _root.play(); }
Symbol 214 MovieClip Frame 2
if (_root.scoretext == 90000) { _root.play(); }
Symbol 215 MovieClip Frame 36
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); }
Instance of Symbol 209 MovieClip in Symbol 215 MovieClip Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } }
Symbol 215 MovieClip Frame 37
if (_root.powerupslowmotion == true) { gotoAndPlay (38); } if (_root.powerupinvincibility == true) { gotoAndPlay (217); } gotoAndPlay (36);
Instance of Symbol 209 MovieClip in Symbol 215 MovieClip Frame 75
onClipEvent (enterFrame) { if (this.hitTest(_root.cursor)) { _root.gotoAndPlay(3); } }
Symbol 215 MovieClip Frame 216
_root.powerupslowmotion = false; gotoAndPlay (1);
Symbol 215 MovieClip Frame 600
_root.powerupinvincibility = false; gotoAndPlay (1);
Symbol 219 MovieClip Frame 176
stop();
Symbol 226 MovieClip Frame 1
if (_root.scoretext == 95000) { _root.play(); }
Symbol 226 MovieClip Frame 2
if (_root.scoretext == 95000) { _root.play(); }
Symbol 228 MovieClip Frame 1
if (_root.scoretext == 100000) { _root.play(); }
Symbol 228 MovieClip Frame 2
if (_root.scoretext == 100000) { _root.play(); }
Symbol 230 MovieClip Frame 1
if (_root.scoretext == 105000) { _root.play(); }
Symbol 230 MovieClip Frame 2
if (_root.scoretext == 105000) { _root.play(); }
Symbol 232 MovieClip Frame 1
if (_root.scoretext == 110000) { _root.play(); }
Symbol 232 MovieClip Frame 2
if (_root.scoretext == 110000) { _root.play(); }
Symbol 234 MovieClip Frame 1
if (_root.scoretext == 115000) { _root.play(); }
Symbol 234 MovieClip Frame 2
if (_root.scoretext == 115000) { _root.play(); }
Symbol 236 MovieClip Frame 1
if (_root.scoretext == 120000) { _root.play(); }
Symbol 236 MovieClip Frame 2
if (_root.scoretext == 120000) { _root.play(); }
Symbol 238 MovieClip Frame 1
if (_root.scoretext == 125000) { _root.play(); }
Symbol 238 MovieClip Frame 2
if (_root.scoretext == 125000) { _root.play(); }
Symbol 242 MovieClip Frame 66
stop();

Library Items

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

Instance Names

"percentageloaded"Frame 1Symbol 5 MovieClip
"theatresequence"Frame 2Symbol 104 MovieClip
"cursor"Frame 2Symbol 108 MovieClip
"borderframething"Frame 4Symbol 124 MovieClip
"borderframething2"Frame 4Symbol 124 MovieClip
"borderframething3"Frame 4Symbol 124 MovieClip
"borderframething4"Frame 4Symbol 124 MovieClip
"borderframething"Frame 13Symbol 124 MovieClip
"borderframething2"Frame 13Symbol 124 MovieClip
"borderframething3"Frame 13Symbol 124 MovieClip
"borderframething4"Frame 13Symbol 124 MovieClip
"triangleen"Frame 13Symbol 191 MovieClip
"triangleen"Frame 16Symbol 191 MovieClip
"triangleen"Frame 20Symbol 191 MovieClip
"triangleen"Frame 28Symbol 191 MovieClip
"bar"Symbol 21 MovieClip Frame 1Symbol 9 MovieClip
"passwordtext"Symbol 73 MovieClip Frame 9Symbol 58 EditableText
"passwordtext2"Symbol 73 MovieClip Frame 9Symbol 65 EditableText
"passwordtext3"Symbol 73 MovieClip Frame 9Symbol 68 EditableText
"passwordtext4"Symbol 73 MovieClip Frame 9Symbol 71 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$eu$1XBMG45rSwU7St6wLtg7J1."

Labels

"loaded"Symbol 21 MovieClip Frame 3

Dynamic Text Variables

loadTextSymbol 3 EditableText""
loadTextSymbol 4 EditableText""
scoretextSymbol 114 EditableText""
scoretextSymbol 151 EditableText""




http://swfchan.com/14/68799/info.shtml
Created: 10/4 -2019 19:46:03 Last modified: 10/4 -2019 19:46:03 Server time: 02/05 -2024 22:56:50