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

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

Gravity Orb.swf

This is the info page for
Flash #30292

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


Text
more games

level select

instructions

credits

start game

arrow keys
to move

demo

<p align="center"></p>

submit

password:

on each level, there is a password in the upper
right corner of the screen. this password helps
you get back to that level in case you die. just
type in the password below, and start playing
from the last level you left off of!

level select

back

Controls

Arrow Keys To
Move
Control To Hit
Switches
P To Pause

Objective

Avoid the ground, walls, and
other obstacles
Collect the batteries to power
the teleporter
Reach the teleporter to finish
each level
Collect 1 Ups for  an Extra
Life
Collect coins to boost your
score

instructions

1

3

4

5

2

h

ctrl

p

Coding & Artwork

<p align="left"><font face="04b08" size="14" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.keefergames.com">&gt; Keefer Taylor</a></font></p><p align="left"><font face="04b08" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.keefergames.com"> &nbsp;&gt; </a><font color="#ff0000"><a href="http://www.keefergames.com">www.keefergames.com</a></font></font></p>

credits

<p align="left"><font face="04b08" size="14" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.muchgames.com" target = "_blank">&gt; Mirza Busatlic</a></font></p><p align="left"><font face="04b08" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.muchgames.com" target = "_blank"> &nbsp;&gt; </a><font color="#ff0000"><a href="http://www.muchgames.com" target = "_blank">www.muchgames.com</a></font></font></p>

<p align="left"><font face="04b08" size="14" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.muchgames.com" target = "_blank">&gt; Carl graves</a></font></p><p align="left"><font face="04b08" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.muchgames.com" target = "_blank"> &nbsp;&gt; </a><font color="#ff0000"><a href="http://www.muchgames.com" target = "_blank">www.muchgames.com</a></font></font></p>

sound

<p align="left"><font face="04b08" size="14" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.keefergames.com">&gt; Keefer Taylor</a></font></p><p align="left"><font face="04b08" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><a href="http://www.keefergames.com"> &nbsp;&gt; www.keefergames.com</a></font></p>

testers

<p align="left"><font face="04b08" size="14" color="#000000" letterSpacing="0.000000" kerning="1">&gt; Travis Perlee</font></p><p align="left"><font face="04b08" size="14" color="#000000" letterSpacing="0.000000" kerning="1">&gt; Ian Budge</font></p><p align="left"><font face="04b08" size="14" color="#000000" letterSpacing="0.000000" kerning="1">&gt; Cody Buchanan</font></p><p align="left"><font face="04b08" size="14" color="#000000" letterSpacing="0.000000" kerning="1">&gt; Kyle Taylor</font></p><p align="left"></p>

1299

SCORE

vertigo

PASSWORD

16

LIVES

8

8

POWER

/

quit

start
press space
to begin

paused
press p to
continue

QUIT
ARE YOU SURE?

YES

NO

main menu

submit score

congratulations!

you have beaten gravity orb

4444

final score:

retry

4444

password:

game over!

you have lost :(

4444

<p align="right"><font face="04b08" size="16" color="#000000" letterSpacing="0.000000" kerning="1"><b>Final SCORE:</b></font></p>

4444

<p align="right"><font face="04b08" size="16" color="#000000" letterSpacing="0.000000" kerning="1"><b>YOUR NAME:</b></font></p>

highscores

compete among the best!

ActionScript [AS1/AS2]

Frame 1
m = new Sound(); m.attachSound("menu"); vertigo = new Sound(); vertigo.attachSound("ep1"); c = new Sound(); d = new Sound(); e = new Sound(); l = new Sound(); c.attachSound("c"); d.attachSound("d"); e.attachSound("e"); l.attachSound("l"); soundisplaying = false; sound = 1; stop(); muchgames.onRelease = function () { getURL ("http://www.muchgames.com", "_blank"); }; onEnterFrame = function () { bytes_loaded = Math.round(getBytesLoaded()); bytes_total = Math.round(getBytesTotal()); Percent = (bytes_loaded / bytes_total) * 100; _root.getPercent = Math.round(Percent) + "%"; if (bytes_loaded == bytes_total) { _root.nextFrame(); } };
Instance of Symbol 56 MovieClip in Frame 1
onClipEvent (enterFrame) { this._width = _root.Percent * 4; }
Frame 2
function pcheck() { if (pass == "vertigo") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (8); } if (pass == "ocean") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (9); } if (pass == "pond") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (10); } if (pass == "water") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (11); } if (pass == "switchback") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (12); } if (pass == "zigzag") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (13); } if (pass == "island") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (14); } if (pass == "lake") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (15); } if (pass == "chute") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (16); } if (pass == "rain") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (17); } if (pass == "shower") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (18); } if (pass == "mine") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (19); } if (pass == "dark") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (20); } if (pass == "maze") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (21); } if (pass == "hall") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (22); } if (pass == "waste") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (23); } if (pass == "dash") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (24); } if (pass == "pipe") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (26); } if (pass == "toxic") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (25); } if (pass == "time") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (27); } if (pass == "crush") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (28); } if (pass == "shock") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (30); } if (pass == "pull") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (31); } if (pass == "laser") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (32); } if (pass == "warp") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (33); } if (pass == "lights") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (34); } if (pass == "infinity") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (35); } if (pass == "smash") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (29); } if (pass == "endgame") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (36); } if (pass == "final") { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (37); } else { message = "INVALID PASSWORD. PLEASE TRY AGAIN."; } } stop(); onEnterFrame = function () { function doSomething() { } MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("CopyRight Keefer Taylor 2007", doSomething); MENU.customItems.push(Functioned); _root.menu = MENU; }; killscore = 10; coinscore = 5; batscore = 15; lifescore = 25; life = 5; password = ""; score = 0;
Frame 3
nextFrame();
Frame 4
onEnterFrame = function () { if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { m.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { m.stop(); soundisplaying = false; } }; message = ""; go.onRelease = function () { stopAllSounds(); soundisplaying = false; score = 0; life = 5; gotoAndStop (8); }; level.onRelease = function () { gotoAndStop (5); }; help.onRelease = function () { gotoAndStop (6); }; credits.onRelease = function () { gotoAndStop (7); }; more.onRelease = function () { getURL ("http://www.muchgames.com", "_blank"); };
Frame 5
onEnterFrame = function () { if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { m.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { m.stop(); soundisplaying = false; } if (selected == false) { Selection.setFocus("input"); selected = true; } if (Key.isDown(13)) { if (!enterispressed) { pass = input.text; pass = pass.toLowerCase(); pcheck(); pispressed = true; } else { pispressed = false; } } }; input.text = password; selected = false; submit.onRelease = function () { pass = input.text; pass = pass.toLowerCase(); pcheck(); };
Instance of Symbol 29 MovieClip [TextInput] "input" in Frame 5
//component parameters onClipEvent (construct) { editable = true; password = false; text = ""; maxChars = null; restrict = ""; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Frame 6
onEnterFrame = function () { if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { m.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { m.stop(); soundisplaying = false; } };
Frame 8
stop(); xgrav = 0; ygrav = 0; dist = 0; instructions = "Pick up the batteries, and proceed to the teleporter."; begin = 0; xcor = 64; ycor = 112; alpha = 0; password = "vertigo"; batcol = 0; battot = 3; pispressed = false; door.gotoAndStop(1); p = -1; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 117 MovieClip in Frame 8
onClipEvent (enterFrame) { this.destx = _root.man._x; var diffx = (this.destx - this._x); this._x = this._x + (diffx * 0.15); this.desty = _root.man._y; var diffy = (this.desty - this._y); this._y = this._y + (diffy * 0.15); }
Instance of Symbol 117 MovieClip in Frame 8
onClipEvent (enterFrame) { this.destx = _root.man._x; var diffx = (this.destx - this._x); this._x = this._x + (diffx * 0.2); this.desty = _root.man._y; var diffy = (this.desty - this._y); this._y = this._y + (diffy * 0.2); }
Instance of Symbol 117 MovieClip in Frame 8
onClipEvent (enterFrame) { this.destx = _root.man._x; var diffx = (this.destx - this._x); this._x = this._x + (diffx * 0.3); this.desty = _root.man._y; var diffy = (this.desty - this._y); this._y = this._y + (diffy * 0.3); }
Instance of Symbol 117 MovieClip in Frame 8
onClipEvent (enterFrame) { this.destx = _root.man._x; var diffx = (this.destx - this._x); this._x = this._x + (diffx * 0.4); this.desty = _root.man._y; var diffy = (this.desty - this._y); this._y = this._y + (diffy * 0.4); }
Instance of Symbol 122 MovieClip "man" in Frame 8
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } _y = (_y + yspeed); _x = (_x + xspeed); } }
Frame 9
stop(); instructions = "Watch out for water. You may touch it, but movements in it will be slowed."; begin = 0; xcor = 64; ycor = 112; alpha = 0; password = "ocean"; batcol = 0; battot = 4; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; instructionsareon = true; onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 9
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 10
stop(); instructions = "Be careful when exiting water."; begin = 0; xcor = 64; ycor = 112; alpha = 0; password = "pond"; batcol = 0; battot = 3; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 10
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 223 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Frame 11
stop(); begin = 0; xcor = 64; ycor = 112; alpha = 0; instructions = "Maneuver in and out of water"; password = "water"; batcol = 0; battot = 3; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 11
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 12
stop(); begin = 0; xcor = 64; ycor = 107; alpha = 0; instructions = "Squeeze through tight places to proceed."; password = "switchback"; batcol = 0; battot = 2; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 12
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 13
stop(); begin = 0; xcor = 64; ycor = 112; alpha = 0; instructions = "Don't get smashed by the pillar"; password = "zigzag"; batcol = 0; battot = 4; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 13
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 271 MovieClip "pill1" in Frame 13
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 13
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Frame 14
stop(); begin = 0; xcor = 54; ycor = 112; alpha = 0; instructions = "Pillars seem to move twice as fast in water"; password = "island"; batcol = 0; battot = 4; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 14
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 274 MovieClip "pill1" in Frame 14
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Frame 15
stop(); begin = 0; xcor = 64; ycor = 112; alpha = 0; instructions = "A few pillars here and there. Batteries are not easy to attain."; password = "lake"; batcol = 0; battot = 3; pispressed = false; pill2.gotoAndPlay(16); door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 275 MovieClip "pill23" in Frame 15
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 275 MovieClip "pill1" in Frame 15
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 278 MovieClip "pill2" in Frame 15
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 122 MovieClip "man" in Frame 15
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 273 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 15
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Frame 16
stop(); begin = 0; xcor = 64; ycor = 112; alpha = 0; instructions = "Careful movement and patience here"; password = "chute"; batcol = 0; battot = 1; pill2.gotoAndPlay(4); pill24.gotoAndPlay(13); pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 281 MovieClip "pill24" in Frame 16
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 281 MovieClip "pill2" in Frame 16
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 281 MovieClip "pill25" in Frame 16
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 122 MovieClip "man" in Frame 16
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 273 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Frame 17
stop(); begin = 0; xcor = 64; ycor = 112; alpha = 0; password = "rain"; instructions = "This rain is not good for any orb"; batcol = 0; battot = 5; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 122 MovieClip "man" in Frame 17
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 18
stop(); begin = 0; xcor = 64; ycor = 112; alpha = 0; instructions = "Hide and seek from the rain"; password = "shower"; batcol = 0; battot = 6; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; comingfromhorizon = true; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 122 MovieClip "man" in Frame 18
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 19
stop(); begin = 0; xcor = 272; ycor = 109; alpha = 0; instructions = "Pillar and rain, what more could you ask for :)"; password = "mine"; batcol = 0; battot = 4; pill3.gotoAndPlay(10); pill4.gotoAndPlay(10); pill5.gotoAndPlay(20); pill6.gotoAndPlay(20); pispressed = false; door.gotoAndStop(1); p = -1; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 297 MovieClip "pill4" in Frame 19
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 297 MovieClip "pill1" in Frame 19
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 297 MovieClip "pill3" in Frame 19
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 297 MovieClip "pill2" in Frame 19
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 297 MovieClip "pill5" in Frame 19
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 297 MovieClip "pill6" in Frame 19
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 19
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 19
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 291 MovieClip in Frame 19
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 19
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 19
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 19
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 291 MovieClip in Frame 19
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 550); _y = 89; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Frame 20
stop(); begin = 0; xcor = 64; ycor = 112; alpha = 0; instructions = "Here comes darkness. Move carefully."; password = "dark"; batcol = 0; battot = 3; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 15; dark._y = man._y - 15; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 20
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 21
stop(); begin = 0; xcor = 64; ycor = 112; alpha = 0; instructions = "Water an darkness, can get scary."; password = "maze"; batcol = 0; battot = 8; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 21
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } dark._x = man._x - 15; dark._y = man._y - 14.5; }
Frame 22
stop(); begin = 0; xcor = 55; ycor = 170; alpha = 0; password = "hall"; instructions = "Try maneuvering through tight places in the darkness"; batcol = 0; battot = 1; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { fix = man._alpha; if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 22
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 100; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 23
stop(); begin = 0; xcor = 50; ycor = 150.5; alpha = 0; instructions = "Acidic rain. Gotta be very careful here."; password = "waste"; batcol = 0; battot = 2; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 304 MovieClip "x1" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x2" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x3" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x4" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x5" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x6" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x7" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x8" in Frame 23
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Frame 24
stop(); begin = 0; xcor = 50.5; ycor = 127; alpha = 0; password = "dash"; instructions = "Darkness and acidic rain can make you feel very icky inside"; batcol = 0; battot = 2; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 24
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 304 MovieClip "x9" in Frame 24
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x10" in Frame 24
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x12" in Frame 24
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x13" in Frame 24
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x11" in Frame 24
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 160); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Frame 25
stop(); begin = 0; xcor = 64; ycor = 102; alpha = 0; password = "toxic"; batcol = 0; instructions = "Dont let the rising toxic water touch you, be quick and precise here."; battot = 6; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 122 MovieClip "man" in Frame 25
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } dark._x = man._x - 15; dark._y = man._y - 14.5; }
Instance of Symbol 308 MovieClip "toxic" in Frame 25
onClipEvent (load) { yspeed = 0; gravity = 0.004; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { if (_root.begin == 0) { this._y = 580; } } else { yspeed = yspeed + gravity; _y = (_y - yspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; this._y = 580; yspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Frame 26
stop(); begin = 0; xcor = 70.5; ycor = 112.5; alpha = 0; password = "pipe"; instructions = "Move through the pipe before the toxic water gets to you"; batcol = 0; battot = 6; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 310 MovieClip in Frame 26
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { if (_root.begin == 0) { gotoAndStop (1); playing = false; } if (_root.p == 1) { stop(); playing = false; } } else if (playing == false) { if (this._currentframe != 103) { play(); playing = true; } } if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; gotoAndStop (1); _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 311 MovieClip in Frame 26
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { if (_root.begin == 0) { gotoAndStop (1); playing = false; } if (_root.p == 1) { stop(); playing = false; } } else if (playing == false) { if (this._currentframe != 103) { play(); playing = true; } } if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; gotoAndStop (1); _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 26
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 27
stop(); begin = 0; xcor = 110; ycor = 342; alpha = 0; password = "time"; instructions = "Pipes, darkness, acid rain .. ohh and a tight squeeze."; batcol = 0; battot = 1; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; comingfromcaves = true; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 315 MovieClip in Frame 27
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { if (_root.begin == 0) { gotoAndStop (1); playing = false; } if (_root.p == 1) { stop(); playing = false; } } else if (playing == false) { if (this._currentframe != 103) { play(); playing = true; } } if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; gotoAndStop (1); _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 27
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 304 MovieClip "x10" in Frame 27
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 270); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x12" in Frame 27
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 270); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 304 MovieClip "x13" in Frame 27
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.water.hitTest(_x, _y, true)) { xspeed = 0; yspeed = 0; _y = (_y - 270); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Frame 28
stop(); begin = 0; xcor = 53; ycor = 104; alpha = 0; password = "crush"; instructions = "Dont get smashed here. Pillars everywhere"; batcol = 0; battot = 4; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(76); pill2.gotoAndPlay(45); pill3.gotoAndPlay(90); pill4.gotoAndPlay(22); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 281 MovieClip "pill2" in Frame 28
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 278 MovieClip "pill3" in Frame 28
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 297 MovieClip "pill4" in Frame 28
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 28
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 278 MovieClip "pill3" in Frame 28
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 28
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Frame 29
stop(); begin = 0; xcor = 50.5; ycor = 105; alpha = 0; password = "smash"; batcol = 0; instructions = "When water is electrocuted, so are you"; battot = 3; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(76); pill2.gotoAndPlay(45); pill3.gotoAndPlay(90); pill4.gotoAndPlay(22); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if (man.hitTest(water) && (water.hitTest(lec))) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 326 MovieClip "lec" in Frame 29
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 29
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 30
stop(); begin = 0; xcor = 53; ycor = 104; alpha = 0; password = "shock"; batcol = 0; instructions = "Strategic timing and speed is required here. Don't get electrocuted"; battot = 2; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(76); pill2.gotoAndPlay(45); pill3.gotoAndPlay(90); pill4.gotoAndPlay(22); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if (man.hitTest(water) && (water.hitTest(lec))) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 326 MovieClip "lec" in Frame 30
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 30
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 297 MovieClip "pill4" in Frame 30
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 30
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Frame 31
stop(); begin = 0; xcor = 53; ycor = 104; alpha = 0; password = "pull"; instructions = "The gravity field will suck you in"; batcol = 0; battot = 5; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(76); pill2.gotoAndPlay(45); pill3.gotoAndPlay(90); pill4.gotoAndPlay(22); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 334 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 31
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0.2; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 281 MovieClip "pill2" in Frame 31
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Frame 32
stop(); begin = 0; xcor = 53; ycor = 104; alpha = 0; password = "laser"; instructions = "Use Ctrl key to switch off the force field."; batcol = 0; battot = 2; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(76); pill2.gotoAndPlay(45); pill3.gotoAndPlay(90); pill4.gotoAndPlay(22); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 344 MovieClip "push5" in Frame 32
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { if (Key.isDown(17)) { if (!controlispressed) { this.gotoAndStop(2); _root.laser.gotoAndStop(81); } controlispressed = true; } else { controlispressed = false; } } if (_root.begin == 0) { this.gotoAndStop(1); } }
Instance of Symbol 122 MovieClip "man" in Frame 32
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0.2; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 350 MovieClip "laser" in Frame 32
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } if (_root.begin == 0) { this.gotoAndPlay(1); } }
Instance of Symbol 278 MovieClip "pill3" in Frame 32
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 273 MovieClip in Frame 32
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Frame 33
stop(); begin = 0; xcor = 53; ycor = 104; alpha = 0; password = "warp"; instructions = "Warp yourself through"; batcol = 0; battot = 2; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(76); pill2.gotoAndPlay(45); pill3.gotoAndPlay(90); pill4.gotoAndPlay(22); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if (man.hitTest(water) && (water.hitTest(lec2))) { man._x = _root.xcor; man._y = _root.ycor; man.xspeed = 0; man.yspeed = 0; if (man._alpha > 99) { life--; _root.d.start(); score = score - killscore; } man._alpha = 25; begin = 0; } if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 354 MovieClip "telnet" in Frame 33
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = 250; _root.man._y = 120; _root.man.xspeed = 0; _root.man.yspeed = 0; } }
Instance of Symbol 354 MovieClip "telset" in Frame 33
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = 431; _root.man._y = 314; _root.man.xspeed = 0; _root.man.yspeed = 0; } }
Instance of Symbol 344 MovieClip "switcha" in Frame 33
onClipEvent (load) { blockismoving = true; } onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { if (Key.isDown(17)) { if (!controlispressed) { if (blockismoving == true) { this.gotoAndStop(2); _root.lec2.stop(); blockismoving = false; } else if (blockismoving == false) { this.gotoAndStop(1); _root.lec2.play(); blockismoving = true; } } controlispressed = true; } else { controlispressed = false; } } if (_root.begin == 0) { } }
Instance of Symbol 326 MovieClip "lec2" in Frame 33
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 122 MovieClip "man" in Frame 33
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 354 MovieClip "telfet" in Frame 33
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = 103; _root.man._y = 120; _root.man.xspeed = 0; _root.man.yspeed = 0; } }
Frame 34
stop(); begin = 0; xcor = 53; ycor = 104; alpha = 0; password = "lights"; instructions = "Light always helps. Look for the switch"; batcol = 0; battot = 1; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(1); pill2.gotoAndPlay(1); pill3.gotoAndPlay(1); pill4.gotoAndPlay(1); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } darkgo._x = man._x - 725; darkgo._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 344 MovieClip "switchf46" in Frame 34
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { if (Key.isDown(17)) { if (!controlispressed) { _root.laser.gotoAndStop(81); this.gotoAndStop(2); _root.darkgo.unloadMovie(); _root.light1.gotoAndStop(2); _root.light2.gotoAndStop(2); } _root.light232.gotoAndStop(2); controlispressed = true; } else { controlispressed = false; } } }
Instance of Symbol 297 MovieClip "pill2" in Frame 34
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 278 MovieClip "pill1" in Frame 34
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 278 MovieClip "pill4" in Frame 34
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 297 MovieClip "pill3" in Frame 34
onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this.stop(); } else { this.play(); } }
Instance of Symbol 122 MovieClip "man" in Frame 34
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Instance of Symbol 273 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 273 MovieClip in Frame 34
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this.hurt)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 350 MovieClip "laser" in Frame 34
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } if (_root.begin == 0) { this.gotoAndPlay(1); } }
Frame 35
stop(); begin = 0; xcor = 110; ycor = 150; alpha = 0; password = "infinity"; instructions = "Watch out for falling objects."; batcol = 0; battot = 5; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } if (batcol > battot) { batcol = battot; } };
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 359 MovieClip "92" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = 95; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.batcol++; _root.score = _root.score + _root.batscore; this.unloadMovie(); _root.e.start(); } } }
Instance of Symbol 359 MovieClip "93" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = 95; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.batcol++; _root.score = _root.score + _root.batscore; this.unloadMovie(); _root.e.start(); } } }
Instance of Symbol 359 MovieClip "94" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = 95; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.batcol++; _root.score = _root.score + _root.batscore; this.unloadMovie(); _root.e.start(); } } }
Instance of Symbol 359 MovieClip "90" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = 95; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.batcol++; _root.score = _root.score + _root.batscore; this.unloadMovie(); _root.e.start(); } } }
Instance of Symbol 359 MovieClip "91" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = 95; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.batcol++; _root.score = _root.score + _root.batscore; this.unloadMovie(); _root.e.start(); } } }
Instance of Symbol 360 MovieClip "c261" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = -23; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.score = _root.score + _root.coinscore; this.unloadMovie(); _root.c.start(); } } }
Instance of Symbol 360 MovieClip "c263" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = -23; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.score = _root.score + _root.coinscore; this.unloadMovie(); _root.c.start(); } } }
Instance of Symbol 360 MovieClip "ui" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = -23; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.score = _root.score + _root.coinscore; this.unloadMovie(); _root.c.start(); } } }
Instance of Symbol 360 MovieClip "c262" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = -23; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.score = _root.score + _root.coinscore; this.unloadMovie(); _root.c.start(); } } }
Instance of Symbol 360 MovieClip "c264" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 400); _y = -23; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hitTest(this)) { _root.score = _root.score + _root.coinscore; this.unloadMovie(); _root.c.start(); } } }
Instance of Symbol 122 MovieClip "man" in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } if (_root.t1.hitTest(this)) { this._y = 78; } if (_root.t2.hitTest(this)) { this._y = 375; } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 358 MovieClip in Frame 35
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0.65; gravity = 0.1; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.t1.hitTest(this)) { xspeed = 0; yspeed = 0; _x = (Math.random() * 500); _y = 27; } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; _y = (_y + yspeed); _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } } }
Frame 36
stop(); begin = 0; xcor = 53.5; ycor = 111; alpha = 0; password = "endgame"; instructions = "Use everything you've learned here"; batcol = 0; battot = 1; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(76); pill2.gotoAndPlay(45); pill3.gotoAndPlay(90); pill4.gotoAndPlay(22); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if (man.hitTest(water) && (lec34.hitTest(water))) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } dark._x = man._x - 725; dark._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 361 MovieClip "lec34" in Frame 36
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 344 MovieClip "switch47" in Frame 36
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { if (Key.isDown(17)) { if (!controlispressed) { this.gotoAndStop(2); _root.laser2.gotoAndStop(81); } controlispressed = true; } else { controlispressed = false; } } if (_root.begin == 0) { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "metal2" in Frame 36
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 363 MovieClip "metal3" in Frame 36
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 363 MovieClip "metal4" in Frame 36
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 334 MovieClip in Frame 36
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 350 MovieClip "laser2" in Frame 36
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.d.start(); _root.begin = 0; } if (_root.begin == 0) { this.gotoAndPlay(1); } }
Instance of Symbol 122 MovieClip "man" in Frame 36
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0.2; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } }
Frame 37
stop(); begin = 0; xcor = 53.5; ycor = 111; alpha = 0; password = "final"; instructions = "Final destination"; batcol = 0; battot = 1; pispressed = false; door.gotoAndStop(1); p = -1; sunk = 0; pill1.gotoAndPlay(76); pill2.gotoAndPlay(45); pill3.gotoAndPlay(90); pill4.gotoAndPlay(22); if (Key.getCode() == 80) { test = test * -1; } onEnterFrame = function () { if (begin == 0) { start.gotoAndStop(1); if (Key.isDown(32)) { if (!spaceispressed) { begin = 1; } pispressed = true; } else { pispressed = false; } man._x = xcor; man._y = ycor; man.xspeed = 0; man.yspeed = 0; } if (begin == 1) { start.gotoAndStop(2); } if (score < 0) { score = 0; } alpha = man._alpha; if (batcol == battot) { door.gotoAndStop(2); } if ((batcol == battot) && (door.hitTest(man._x, man._y, true))) { nextFrame(); } if (life <= 0) { gotoAndStop (39); } if (begin == 1) { if (Key.isDown(80)) { if (!pispressed) { p = p * -1; } pispressed = true; } else { pispressed = false; } } if (p == 1) { pause.gotoAndStop(2); } else { pause.gotoAndStop(1); } if (man.hitTest(water)) { sunk = 1; } else { sunk = 0; } if (man.hitTest(water) && (lec34.hitTest(water))) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } darkgo2._x = man._x - 725; darkgo2._y = man._y - 470; if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { vertigo.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { vertigo.stop(); soundisplaying = false; } };
Instance of Symbol 363 MovieClip "metal1" in Frame 37
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 344 MovieClip "switchf46g" in Frame 37
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { if (Key.isDown(17)) { if (!controlispressed) { this.gotoAndStop(2); _root.darkgo2.unloadMovie(); _root.light12.gotoAndStop(2); _root.light22.gotoAndStop(2); } controlispressed = true; } else { controlispressed = false; } } }
Instance of Symbol 354 MovieClip "final2" in Frame 37
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = 431; _root.man._y = 314; _root.man.xspeed = 0; _root.man.yspeed = 0; } }
Instance of Symbol 354 MovieClip "final1" in Frame 37
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = 431; _root.man._y = 314; _root.man.xspeed = 0; _root.man.yspeed = 0; } }
Instance of Symbol 337 MovieClip in Frame 37
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0; gravity = 0.1; wind = 0.2; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.final1.hitTest(this)) { xspeed = 0; this._x = 43.5; } xspeed = (xspeed + wind) * friction; _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 337 MovieClip in Frame 37
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0; gravity = 0.1; wind = 0.2; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.final1.hitTest(this)) { xspeed = 0; this._x = 43.5; } xspeed = (xspeed + wind) * friction; _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 337 MovieClip in Frame 37
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0; gravity = 0.1; wind = 0.2; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.final1.hitTest(this)) { xspeed = 0; this._x = 43.5; } xspeed = (xspeed + wind) * friction; _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 337 MovieClip in Frame 37
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0; gravity = 0.1; wind = 0.2; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.final1.hitTest(this)) { xspeed = 0; this._x = 43.5; } xspeed = (xspeed + wind) * friction; _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 337 MovieClip in Frame 37
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0; gravity = 0.1; wind = 0.2; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.final1.hitTest(this)) { xspeed = 0; this._x = 43.5; } xspeed = (xspeed + wind) * friction; _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 337 MovieClip in Frame 37
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0; gravity = 0.1; wind = 0.2; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.final1.hitTest(this)) { xspeed = 0; this._x = 43.5; } xspeed = (xspeed + wind) * friction; _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 337 MovieClip in Frame 37
onClipEvent (load) { yspeed = 0; xspeed = 0; power = 0; gravity = 0.1; wind = 0.2; upconstant = 0.75; friction = 0.99; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { } else { if (_root.final1.hitTest(this)) { xspeed = 0; this._x = 43.5; } xspeed = (xspeed + wind) * friction; _x = (_x + xspeed); if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } } }
Instance of Symbol 122 MovieClip "man" in Frame 37
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (_root.sunk == 1) { _y = (_y + (yspeed / 3)); _x = (_x + (xspeed / 3)); } else { _y = (_y + yspeed); _x = (_x + xspeed); } if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } } if (_root.final2.hitTest(this.hit)) { this._x = 493.5; } if (_root.final1.hitTest(this.hit)) { this._x = 43.5; } }
Frame 38
stopAllSounds(); soundisplaying = false; onEnterFrame = function () { if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { m.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { m.stop(); soundisplaying = false; } };
Frame 39
onEnterFrame = function () { if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { m.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { m.stop(); soundisplaying = false; } }; stopAllSounds(); comingfromhorizon = false; soundisplaying = false; onEnterFrame = function () { if ((soundisplaying == true) && (sound == 1)) { } if ((soundisplaying == false) && (sound == 1)) { m.start(0, 999); soundisplaying = true; } if ((soundisplaying == false) && (sound == -1)) { } if ((soundisplaying == true) && (sound == -1)) { m.stop(); soundisplaying = false; } };
Instance of Symbol 29 MovieClip [TextInput] "playername" in Frame 40
//component parameters onClipEvent (construct) { editable = true; password = false; text = ""; maxChars = null; restrict = ""; enabled = true; visible = true; minHeight = 0; minWidth = 0; }
Symbol 14 MovieClip [Defaults] Frame 1
#initclip 24 Object.registerClass("Defaults", mx.skins.halo.Defaults); #endinitclip
Symbol 15 MovieClip [UIObjectExtensions] Frame 1
#initclip 25 Object.registerClass("UIObjectExtensions", mx.core.ext.UIObjectExtensions); #endinitclip
Symbol 16 MovieClip [UIObject] Frame 1
#initclip 26 Object.registerClass("UIObject", mx.core.UIObject); #endinitclip stop();
Symbol 17 MovieClip [Border] Frame 1
#initclip 27 Object.registerClass("Border", mx.skins.Border); #endinitclip stop();
Symbol 18 MovieClip [RectBorder] Frame 1
#initclip 28 mx.skins.SkinElement.registerElement(mx.skins.RectBorder.symbolName, Object(mx.skins.RectBorder)); Object.registerClass("RectBorder", mx.skins.halo.RectBorder); #endinitclip stop();
Symbol 21 Button
on (keyPress "<Tab>") { this.tabHandler(); }
Symbol 22 MovieClip Frame 1
#initclip 29 Object.registerClass("FocusManager", mx.managers.FocusManager); if (_root.focusManager == undefined) { _root.createClassObject(mx.managers.FocusManager, "focusManager", mx.managers.DepthManager.highestDepth--); } #endinitclip
Symbol 25 MovieClip [FocusRect] Frame 1
#initclip 30 Object.registerClass("FocusRect", mx.skins.halo.FocusRect); #endinitclip
Symbol 26 MovieClip [FocusManager] Frame 1
#initclip 31 Object.registerClass("FocusManager", mx.managers.FocusManager); #endinitclip stop();
Symbol 27 MovieClip [UIComponentExtensions] Frame 1
#initclip 32 Object.registerClass("UIComponentExtensions", mx.core.ext.UIComponentExtensions); #endinitclip
Symbol 28 MovieClip [UIComponent] Frame 1
#initclip 33 Object.registerClass("UIComponent", mx.core.UIComponent); #endinitclip stop();
Symbol 29 MovieClip [TextInput] Frame 1
#initclip 34 Object.registerClass("TextInput", mx.controls.TextInput); #endinitclip stop();
Symbol 54 Button
on (press) { getURL ("http://www.muchgames.com"); }
Symbol 9 MovieClip [__Packages.mx.core.UIObject] Frame 0
class mx.core.UIObject extends MovieClip { var _width, _height, _x, _y, _parent, _minHeight, _minWidth, _visible, dispatchEvent, _xscale, _yscale, methodTable, onEnterFrame, tfList, __width, __height, moveTo, lineTo, createTextField, attachMovie, buildDepthTable, findNextAvailableDepth, idNames, childrenCreated, _name, createAccessibilityImplementation, _endInit, validateNow, hasOwnProperty, initProperties, stylecache, className, ignoreClassStyleDeclaration, _tf, fontFamily, fontSize, color, marginLeft, marginRight, fontStyle, fontWeight, textAlign, textIndent, textDecoration, embedFonts, styleName, enabled; function UIObject () { super(); constructObject(); } function get width() { return(_width); } function get height() { return(_height); } function get left() { return(_x); } function get x() { return(_x); } function get top() { return(_y); } function get y() { return(_y); } function get right() { return(_parent.width - (_x + width)); } function get bottom() { return(_parent.height - (_y + height)); } function getMinHeight(Void) { return(_minHeight); } function setMinHeight(h) { _minHeight = h; } function get minHeight() { return(getMinHeight()); } function set minHeight(h) { setMinHeight(h); //return(minHeight); } function getMinWidth(Void) { return(_minWidth); } function setMinWidth(w) { _minWidth = w; } function get minWidth() { return(getMinWidth()); } function set minWidth(w) { setMinWidth(w); //return(minWidth); } function setVisible(x, noEvent) { if (x != _visible) { _visible = x; if (noEvent != true) { dispatchEvent({type:(x ? "reveal" : "hide")}); } } } function get visible() { return(_visible); } function set visible(x) { setVisible(x, false); //return(visible); } function get scaleX() { return(_xscale); } function set scaleX(x) { _xscale = x; //return(scaleX); } function get scaleY() { return(_yscale); } function set scaleY(y) { _yscale = y; //return(scaleY); } function doLater(obj, fn) { if (methodTable == undefined) { methodTable = new Array(); } methodTable.push({obj:obj, fn:fn}); onEnterFrame = doLaterDispatcher; } function doLaterDispatcher(Void) { delete onEnterFrame; if (invalidateFlag) { redraw(); } var _local3 = methodTable; methodTable = new Array(); if (_local3.length > 0) { var _local2; while (_local2 = _local3.shift() , _local2 != undefined) { _local2.obj[_local2.fn](); } } } function cancelAllDoLaters(Void) { delete onEnterFrame; methodTable = new Array(); } function invalidate(Void) { invalidateFlag = true; onEnterFrame = doLaterDispatcher; } function invalidateStyle(Void) { invalidate(); } function redraw(bAlways) { if (invalidateFlag || (bAlways)) { invalidateFlag = false; var _local2; for (_local2 in tfList) { tfList[_local2].draw(); } draw(); dispatchEvent({type:"draw"}); } } function draw(Void) { } function move(x, y, noEvent) { var _local3 = _x; var _local2 = _y; _x = x; _y = y; if (noEvent != true) { dispatchEvent({type:"move", oldX:_local3, oldY:_local2}); } } function setSize(w, h, noEvent) { var _local2 = __width; var _local3 = __height; __width = w; __height = h; size(); if (noEvent != true) { dispatchEvent({type:"resize", oldWidth:_local2, oldHeight:_local3}); } } function size(Void) { _width = __width; _height = __height; } function drawRect(x1, y1, x2, y2) { moveTo(x1, y1); lineTo(x2, y1); lineTo(x2, y2); lineTo(x1, y2); lineTo(x1, y1); } function createLabel(name, depth, text) { createTextField(name, depth, 0, 0, 0, 0); var _local2 = this[name]; _local2._color = textColorList; _local2._visible = false; _local2.__text = text; if (tfList == undefined) { tfList = new Object(); } tfList[name] = _local2; _local2.invalidateStyle(); invalidate(); _local2.styleName = this; return(_local2); } function createObject(linkageName, id, depth, initobj) { return(attachMovie(linkageName, id, depth, initobj)); } function createClassObject(className, id, depth, initobj) { var _local3 = className.symbolName == undefined; if (_local3) { Object.registerClass(className.symbolOwner.symbolName, className); } var _local4 = createObject(className.symbolOwner.symbolName, id, depth, initobj); if (_local3) { Object.registerClass(className.symbolOwner.symbolName, className.symbolOwner); } return(_local4); } function createEmptyObject(id, depth) { return(createClassObject(mx.core.UIObject, id, depth)); } function destroyObject(id) { var _local2 = this[id]; if (_local2.getDepth() < 0) { var _local4 = buildDepthTable(); var _local5 = findNextAvailableDepth(0, _local4, "up"); var _local3 = _local5; _local2.swapDepths(_local3); } _local2.removeMovieClip(); delete this[id]; } function getSkinIDName(tag) { return(idNames[tag]); } function setSkin(tag, linkageName, initObj) { if (_global.skinRegistry[linkageName] == undefined) { mx.skins.SkinElement.registerElement(linkageName, mx.skins.SkinElement); } return(createObject(linkageName, getSkinIDName(tag), tag, initObj)); } function createSkin(tag) { var _local2 = getSkinIDName(tag); createEmptyObject(_local2, tag); return(this[_local2]); } function createChildren(Void) { } function _createChildren(Void) { createChildren(); childrenCreated = true; } function constructObject(Void) { if (_name == undefined) { return(undefined); } init(); _createChildren(); createAccessibilityImplementation(); _endInit(); if (validateNow) { redraw(true); } else { invalidate(); } } function initFromClipParameters(Void) { var _local4 = false; var _local2; for (_local2 in clipParameters) { if (hasOwnProperty(_local2)) { _local4 = true; this["def_" + _local2] = this[_local2]; delete this[_local2]; } } if (_local4) { for (_local2 in clipParameters) { var _local3 = this["def_" + _local2]; if (_local3 != undefined) { this[_local2] = _local3; } } } } function init(Void) { __width = _width; __height = _height; if (initProperties == undefined) { initFromClipParameters(); } else { initProperties(); } if (_global.cascadingStyles == true) { stylecache = new Object(); } } function getClassStyleDeclaration(Void) { var _local4 = this; var _local3 = className; while (_local3 != undefined) { if (ignoreClassStyleDeclaration[_local3] == undefined) { if (_global.styles[_local3] != undefined) { return(_global.styles[_local3]); } } _local4 = _local4.__proto__; _local3 = _local4.className; } } function setColor(color) { } function __getTextFormat(tf, bAll) { var _local8 = stylecache.tf; if (_local8 != undefined) { var _local3; for (_local3 in mx.styles.StyleManager.TextFormatStyleProps) { if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local3])) { if (tf[_local3] == undefined) { tf[_local3] = _local8[_local3]; } } } return(false); } var _local6 = false; for (var _local3 in mx.styles.StyleManager.TextFormatStyleProps) { if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local3])) { if (tf[_local3] == undefined) { var _local5 = _tf[_local3]; if (_local5 != undefined) { tf[_local3] = _local5; } else if ((_local3 == "font") && (fontFamily != undefined)) { tf[_local3] = fontFamily; } else if ((_local3 == "size") && (fontSize != undefined)) { tf[_local3] = fontSize; } else if ((_local3 == "color") && (color != undefined)) { tf[_local3] = color; } else if ((_local3 == "leftMargin") && (marginLeft != undefined)) { tf[_local3] = marginLeft; } else if ((_local3 == "rightMargin") && (marginRight != undefined)) { tf[_local3] = marginRight; } else if ((_local3 == "italic") && (fontStyle != undefined)) { tf[_local3] = fontStyle == _local3; } else if ((_local3 == "bold") && (fontWeight != undefined)) { tf[_local3] = fontWeight == _local3; } else if ((_local3 == "align") && (textAlign != undefined)) { tf[_local3] = textAlign; } else if ((_local3 == "indent") && (textIndent != undefined)) { tf[_local3] = textIndent; } else if ((_local3 == "underline") && (textDecoration != undefined)) { tf[_local3] = textDecoration == _local3; } else if ((_local3 == "embedFonts") && (embedFonts != undefined)) { tf[_local3] = embedFonts; } else { _local6 = true; } } } } if (_local6) { var _local9 = styleName; if (_local9 != undefined) { if (typeof(_local9) != "string") { _local6 = _local9.__getTextFormat(tf, true, this); } else if (_global.styles[_local9] != undefined) { _local6 = _global.styles[_local9].__getTextFormat(tf, true, this); } } } if (_local6) { var _local10 = getClassStyleDeclaration(); if (_local10 != undefined) { _local6 = _local10.__getTextFormat(tf, true, this); } } if (_local6) { if (_global.cascadingStyles) { if (_parent != undefined) { _local6 = _parent.__getTextFormat(tf, false); } } } if (_local6) { _local6 = _global.style.__getTextFormat(tf, true, this); } return(_local6); } function _getTextFormat(Void) { var _local2 = stylecache.tf; if (_local2 != undefined) { return(_local2); } _local2 = new TextFormat(); __getTextFormat(_local2, true); stylecache.tf = _local2; if (enabled == false) { var _local3 = getStyle("disabledColor"); _local2.color = _local3; } return(_local2); } function getStyleName(Void) { var _local2 = styleName; if (_local2 != undefined) { if (typeof(_local2) != "string") { return(_local2.getStyleName()); } return(_local2); } if (_parent != undefined) { return(_parent.getStyleName()); } return(undefined); } function getStyle(styleProp) { var _local3; _global.getStyleCounter++; if (this[styleProp] != undefined) { return(this[styleProp]); } var _local6 = styleName; if (_local6 != undefined) { if (typeof(_local6) != "string") { _local3 = _local6.getStyle(styleProp); } else { var _local7 = _global.styles[_local6]; _local3 = _local7.getStyle(styleProp); } } if (_local3 != undefined) { return(_local3); } var _local7 = getClassStyleDeclaration(); if (_local7 != undefined) { _local3 = _local7[styleProp]; } if (_local3 != undefined) { return(_local3); } if (_global.cascadingStyles) { if (mx.styles.StyleManager.isInheritingStyle(styleProp) || (mx.styles.StyleManager.isColorStyle(styleProp))) { var _local5 = stylecache; if (_local5 != undefined) { if (_local5[styleProp] != undefined) { return(_local5[styleProp]); } } if (_parent != undefined) { _local3 = _parent.getStyle(styleProp); } else { _local3 = _global.style[styleProp]; } if (_local5 != undefined) { _local5[styleProp] = _local3; } return(_local3); } } if (_local3 == undefined) { _local3 = _global.style[styleProp]; } return(_local3); } static function mergeClipParameters(o, p) { for (var _local3 in p) { o[_local3] = p[_local3]; } return(true); } static var symbolName = "UIObject"; static var symbolOwner = mx.core.UIObject; static var version = "2.0.2.126"; static var textColorList = {color:1, disabledColor:1}; var invalidateFlag = false; var lineWidth = 1; var lineColor = 0; var tabEnabled = false; var clipParameters = {visible:1, minHeight:1, minWidth:1, maxHeight:1, maxWidth:1, preferredHeight:1, preferredWidth:1}; }
Symbol 10 MovieClip [__Packages.mx.core.UIComponent] Frame 0
class mx.core.UIComponent extends mx.core.UIObject { var __width, __height, invalidate, stylecache, removeEventListener, dispatchEvent, drawFocus, addEventListener, _xscale, _yscale, _focusrect, watch, enabled; function UIComponent () { super(); } function get width() { return(__width); } function get height() { return(__height); } function setVisible(x, noEvent) { super.setVisible(x, noEvent); } function enabledChanged(id, oldValue, newValue) { setEnabled(newValue); invalidate(); delete stylecache.tf; return(newValue); } function setEnabled(enabled) { invalidate(); } function getFocus() { var selFocus = Selection.getFocus(); return(((selFocus === null) ? null : (eval (selFocus)))); } function setFocus() { Selection.setFocus(this); } function getFocusManager() { var _local2 = this; while (_local2 != undefined) { if (_local2.focusManager != undefined) { return(_local2.focusManager); } _local2 = _local2._parent; } return(undefined); } function onKillFocus(newFocus) { removeEventListener("keyDown", this); removeEventListener("keyUp", this); dispatchEvent({type:"focusOut"}); drawFocus(false); } function onSetFocus(oldFocus) { addEventListener("keyDown", this); addEventListener("keyUp", this); dispatchEvent({type:"focusIn"}); if (getFocusManager().bDrawFocus != false) { drawFocus(true); } } function findFocusInChildren(o) { if (o.focusTextField != undefined) { return(o.focusTextField); } if (o.tabEnabled == true) { return(o); } return(undefined); } function findFocusFromObject(o) { if (o.tabEnabled != true) { if (o._parent == undefined) { return(undefined); } if (o._parent.tabEnabled == true) { o = o._parent; } else if (o._parent.tabChildren) { o = findFocusInChildren(o._parent); } else { o = findFocusFromObject(o._parent); } } return(o); } function pressFocus() { var _local3 = findFocusFromObject(this); var _local2 = getFocus(); if (_local3 != _local2) { _local2.drawFocus(false); if (getFocusManager().bDrawFocus != false) { _local3.drawFocus(true); } } } function releaseFocus() { var _local2 = findFocusFromObject(this); if (_local2 != getFocus()) { _local2.setFocus(); } } function isParent(o) { while (o != undefined) { if (o == this) { return(true); } o = o._parent; } return(false); } function size() { } function init() { super.init(); _xscale = 100; _yscale = 100; _focusrect = _global.useFocusRect == false; watch("enabled", enabledChanged); if (enabled == false) { setEnabled(false); } } function dispatchValueChangedEvent(value) { dispatchEvent({type:"valueChanged", value:value}); } static var symbolName = "UIComponent"; static var symbolOwner = mx.core.UIComponent; static var version = "2.0.2.126"; static var kStretch = 5000; var focusEnabled = true; var tabEnabled = true; var origBorderStyles = {themeColor:16711680}; var clipParameters = {}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.core.UIComponent.prototype.clipParameters, mx.core.UIObject.prototype.clipParameters); }
Symbol 11 MovieClip [__Packages.mx.controls.TextInput] Frame 0
class mx.controls.TextInput extends mx.core.UIComponent { var owner, enterListener, label, tabChildren, tabEnabled, focusTextField, _color, _parent, border_mc, createClassObject, dispatchValueChangedEvent, __get__width, __get__height, tfx, tfy, tfw, tfh, getStyle, bind, updateModel, _getTextFormat, enabled; function TextInput () { super(); } function addEventListener(event, handler) { if (event == "enter") { addEnterEvents(); } super.addEventListener(event, handler); } function enterOnKeyDown() { if (Key.getAscii() == 13) { owner.dispatchEvent({type:"enter"}); } } function addEnterEvents() { if (enterListener == undefined) { enterListener = new Object(); enterListener.owner = this; enterListener.onKeyDown = enterOnKeyDown; } } function init(Void) { super.init(); label.styleName = this; tabChildren = true; tabEnabled = false; focusTextField = label; _color = mx.core.UIObject.textColorList; label.onSetFocus = function () { this._parent.onSetFocus(); }; label.onKillFocus = function (n) { this._parent.onKillFocus(n); }; label.drawFocus = function (b) { this._parent.drawFocus(b); }; label.onChanged = onLabelChanged; } function setFocus() { Selection.setFocus(label); } function onLabelChanged(Void) { _parent.dispatchEvent({type:"change"}); _parent.dispatchValueChangedEvent(text); } function createChildren(Void) { super.createChildren(); if (border_mc == undefined) { createClassObject(_global.styles.rectBorderClass, "border_mc", 0, {styleName:this}); } border_mc.swapDepths(label); label.autoSize = "none"; } function get html() { return(getHtml()); } function set html(value) { setHtml(value); //return(html); } function getHtml() { return(label.html); } function setHtml(value) { if (value != label.html) { label.html = value; } } function get text() { return(getText()); } function set text(t) { setText(t); //return(text); } function getText() { if (initializing) { return(initText); } if (label.html == true) { return(label.htmlText); } return(label.text); } function setText(t) { if (initializing) { initText = t; } else { var _local2 = label; if (_local2.html == true) { _local2.htmlText = t; } else { _local2.text = t; } } dispatchValueChangedEvent(t); } function size(Void) { border_mc.setSize(__get__width(), __get__height()); var _local2 = border_mc.__get__borderMetrics(); var _local6 = _local2.left + _local2.right; var _local3 = _local2.top + _local2.bottom; var _local5 = _local2.left; var _local4 = _local2.top; tfx = _local5; tfy = _local4; tfw = __get__width() - _local6; tfh = __get__height() - _local3; label.move(tfx, tfy); label.setSize(tfw, tfh + 1); } function setEnabled(enable) { label.type = (((__editable == true) || (enable == false)) ? "input" : "dynamic"); label.selectable = enable; var _local2 = getStyle((enable ? "color" : "disabledColor")); if (_local2 == undefined) { _local2 = (enable ? 0 : 8947848); } setColor(_local2); } function setColor(col) { label.textColor = col; } function onKillFocus(newFocus) { if (enterListener != undefined) { Key.removeListener(enterListener); } if (bind != undefined) { updateModel(text); } super.onKillFocus(newFocus); } function onSetFocus(oldFocus) { var f = Selection.getFocus(); var o = eval (f); if (o != label) { Selection.setFocus(label); return(undefined); } if (enterListener != undefined) { Key.addListener(enterListener); } super.onSetFocus(oldFocus); } function draw(Void) { var _local2 = label; var _local4 = getText(); if (initializing) { initializing = false; delete initText; } var _local3 = _getTextFormat(); _local2.embedFonts = _local3.embedFonts == true; if (_local3 != undefined) { _local2.setTextFormat(_local3); _local2.setNewTextFormat(_local3); } _local2.multiline = false; _local2.wordWrap = false; if (_local2.html == true) { _local2.setTextFormat(_local3); _local2.htmlText = _local4; } else { _local2.text = _local4; } _local2.type = (((__editable == true) || (enabled == false)) ? "input" : "dynamic"); size(); } function setEditable(s) { __editable = s; label.type = (s ? "input" : "dynamic"); } function get maxChars() { return(label.maxChars); } function set maxChars(w) { label.maxChars = w; //return(maxChars); } function get length() { return(label.length); } function get restrict() { return(label.restrict); } function set restrict(w) { label.restrict = ((w == "") ? null : (w)); //return(restrict); } function get hPosition() { return(label.hscroll); } function set hPosition(w) { label.hscroll = w; //return(hPosition); } function get maxHPosition() { return(label.maxhscroll); } function get editable() { return(__editable); } function set editable(w) { setEditable(w); //return(editable); } function get password() { return(label.password); } function set password(w) { label.password = w; //return(password); } function get tabIndex() { return(label.tabIndex); } function set tabIndex(w) { label.tabIndex = w; //return(tabIndex); } function set _accProps(val) { label._accProps = val; //return(_accProps); } function get _accProps() { return(label._accProps); } static var symbolName = "TextInput"; static var symbolOwner = mx.controls.TextInput; static var version = "2.0.2.126"; var className = "TextInput"; var initializing = true; var clipParameters = {text:1, editable:1, password:1, maxChars:1, restrict:1}; static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.controls.TextInput.prototype.clipParameters, mx.core.UIComponent.prototype.clipParameters); var _maxWidth = mx.core.UIComponent.kStretch; var __editable = true; var initText = ""; }
Symbol 30 MovieClip [__Packages.mx.skins.SkinElement] Frame 0
class mx.skins.SkinElement extends MovieClip { var _visible, _x, _y, _width, _height; function SkinElement () { super(); } static function registerElement(name, className) { Object.registerClass(name, ((className == undefined) ? (mx.skins.SkinElement) : (className))); _global.skinRegistry[name] = true; } function __set__visible(visible) { _visible = visible; } function move(x, y) { _x = x; _y = y; } function setSize(w, h) { _width = w; _height = h; } }
Symbol 31 MovieClip [__Packages.mx.styles.CSSTextStyles] Frame 0
class mx.styles.CSSTextStyles { function CSSTextStyles () { } static function addTextStyles(o, bColor) { o.addProperty("textAlign", function () { return(this._tf.align); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.align = x; }); o.addProperty("fontWeight", function () { return(((this._tf.bold != undefined) ? ((this._tf.bold ? "bold" : "none")) : undefined)); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.bold = x == "bold"; }); if (bColor) { o.addProperty("color", function () { return(this._tf.color); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.color = x; }); } o.addProperty("fontFamily", function () { return(this._tf.font); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.font = x; }); o.addProperty("textIndent", function () { return(this._tf.indent); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.indent = x; }); o.addProperty("fontStyle", function () { return(((this._tf.italic != undefined) ? ((this._tf.italic ? "italic" : "none")) : undefined)); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.italic = x == "italic"; }); o.addProperty("marginLeft", function () { return(this._tf.leftMargin); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.leftMargin = x; }); o.addProperty("marginRight", function () { return(this._tf.rightMargin); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.rightMargin = x; }); o.addProperty("fontSize", function () { return(this._tf.size); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.size = x; }); o.addProperty("textDecoration", function () { return(((this._tf.underline != undefined) ? ((this._tf.underline ? "underline" : "none")) : undefined)); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.underline = x == "underline"; }); o.addProperty("embedFonts", function () { return(this._tf.embedFonts); }, function (x) { if (this._tf == undefined) { this._tf = new TextFormat(); } this._tf.embedFonts = x; }); } }
Symbol 32 MovieClip [__Packages.mx.styles.StyleManager] Frame 0
class mx.styles.StyleManager { function StyleManager () { } static function registerInheritingStyle(styleName) { inheritingStyles[styleName] = true; } static function isInheritingStyle(styleName) { return(inheritingStyles[styleName] == true); } static function registerColorStyle(styleName) { colorStyles[styleName] = true; } static function isColorStyle(styleName) { return(colorStyles[styleName] == true); } static function registerColorName(colorName, colorValue) { colorNames[colorName] = colorValue; } static function isColorName(colorName) { return(colorNames[colorName] != undefined); } static function getColorName(colorName) { return(colorNames[colorName]); } static var inheritingStyles = {color:true, direction:true, fontFamily:true, fontSize:true, fontStyle:true, fontWeight:true, textAlign:true, textIndent:true}; static var colorStyles = {barColor:true, trackColor:true, borderColor:true, buttonColor:true, color:true, dateHeaderColor:true, dateRollOverColor:true, disabledColor:true, fillColor:true, highlightColor:true, scrollTrackColor:true, selectedDateColor:true, shadowColor:true, strokeColor:true, symbolBackgroundColor:true, symbolBackgroundDisabledColor:true, symbolBackgroundPressedColor:true, symbolColor:true, symbolDisabledColor:true, themeColor:true, todayIndicatorColor:true, shadowCapColor:true, borderCapColor:true, focusColor:true}; static var colorNames = {black:0, white:16777215, red:16711680, green:65280, blue:255, magenta:16711935, yellow:16776960, cyan:65535, haloGreen:8453965, haloBlue:2881013, haloOrange:16761344}; static var TextFormatStyleProps = {font:true, size:true, color:true, leftMargin:false, rightMargin:false, italic:true, bold:true, align:true, indent:true, underline:false, embedFonts:false}; static var TextStyleMap = {textAlign:true, fontWeight:true, color:true, fontFamily:true, textIndent:true, fontStyle:true, lineHeight:true, marginLeft:true, marginRight:true, fontSize:true, textDecoration:true, embedFonts:true}; }
Symbol 33 MovieClip [__Packages.mx.styles.CSSStyleDeclaration] Frame 0
class mx.styles.CSSStyleDeclaration { var _tf; function CSSStyleDeclaration () { } function __getTextFormat(tf, bAll) { var _local5 = false; if (_tf != undefined) { var _local2; for (_local2 in mx.styles.StyleManager.TextFormatStyleProps) { if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local2])) { if (tf[_local2] == undefined) { var _local3 = _tf[_local2]; if (_local3 != undefined) { tf[_local2] = _local3; } else { _local5 = true; } } } } } else { _local5 = true; } return(_local5); } function getStyle(styleProp) { var _local2 = this[styleProp]; var _local3 = mx.styles.StyleManager.getColorName(_local2); return(((_local3 == undefined) ? (_local2) : (_local3))); } static function classConstruct() { mx.styles.CSSTextStyles.addTextStyles(mx.styles.CSSStyleDeclaration.prototype, true); return(true); } static var classConstructed = classConstruct(); static var CSSTextStylesDependency = mx.styles.CSSTextStyles; }
Symbol 34 MovieClip [__Packages.mx.skins.Border] Frame 0
class mx.skins.Border extends mx.core.UIObject { function Border () { super(); } function init(Void) { super.init(); } static var symbolName = "Border"; static var symbolOwner = mx.skins.Border; var className = "Border"; var tagBorder = 0; var idNames = new Array("border_mc"); }
Symbol 35 MovieClip [__Packages.mx.skins.RectBorder] Frame 0
class mx.skins.RectBorder extends mx.skins.Border { var __width, __height, offset, __borderMetrics; function RectBorder () { super(); } function get width() { return(__width); } function get height() { return(__height); } function init(Void) { super.init(); } function draw(Void) { size(); } function getBorderMetrics(Void) { var _local2 = offset; if (__borderMetrics == undefined) { __borderMetrics = {left:_local2, top:_local2, right:_local2, bottom:_local2}; } else { __borderMetrics.left = _local2; __borderMetrics.top = _local2; __borderMetrics.right = _local2; __borderMetrics.bottom = _local2; } return(__borderMetrics); } function get borderMetrics() { return(getBorderMetrics()); } function drawBorder(Void) { } function size(Void) { drawBorder(); } function setColor(Void) { drawBorder(); } static var symbolName = "RectBorder"; static var symbolOwner = mx.skins.RectBorder; static var version = "2.0.2.126"; var className = "RectBorder"; var borderStyleName = "borderStyle"; var borderColorName = "borderColor"; var shadowColorName = "shadowColor"; var highlightColorName = "highlightColor"; var buttonColorName = "buttonColor"; var backgroundColorName = "backgroundColor"; }
Symbol 36 MovieClip [__Packages.mx.events.EventDispatcher] Frame 0
class mx.events.EventDispatcher { function EventDispatcher () { } static function _removeEventListener(queue, event, handler) { if (queue != undefined) { var _local4 = queue.length; var _local1; _local1 = 0; while (_local1 < _local4) { var _local2 = queue[_local1]; if (_local2 == handler) { queue.splice(_local1, 1); return(undefined); } _local1++; } } } static function initialize(object) { if (_fEventDispatcher == undefined) { _fEventDispatcher = new mx.events.EventDispatcher(); } object.addEventListener = _fEventDispatcher.addEventListener; object.removeEventListener = _fEventDispatcher.removeEventListener; object.dispatchEvent = _fEventDispatcher.dispatchEvent; object.dispatchQueue = _fEventDispatcher.dispatchQueue; } function dispatchQueue(queueObj, eventObj) { var _local7 = "__q_" + eventObj.type; var _local4 = queueObj[_local7]; if (_local4 != undefined) { var _local5; for (_local5 in _local4) { var _local1 = _local4[_local5]; var _local3 = typeof(_local1); if ((_local3 == "object") || (_local3 == "movieclip")) { if (_local1.handleEvent != undefined) { _local1.handleEvent(eventObj); } if (_local1[eventObj.type] != undefined) { if (exceptions[eventObj.type] == undefined) { _local1[eventObj.type](eventObj); } } } else { _local1.apply(queueObj, [eventObj]); } } } } function dispatchEvent(eventObj) { if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + "Handler"](eventObj); dispatchQueue(this, eventObj); } function addEventListener(event, handler) { var _local3 = "__q_" + event; if (this[_local3] == undefined) { this[_local3] = new Array(); } _global.ASSetPropFlags(this, _local3, 1); _removeEventListener(this[_local3], event, handler); this[_local3].push(handler); } function removeEventListener(event, handler) { var _local2 = "__q_" + event; _removeEventListener(this[_local2], event, handler); } static var _fEventDispatcher = undefined; static var exceptions = {move:1, draw:1, load:1}; }
Symbol 37 MovieClip [__Packages.mx.events.UIEventDispatcher] Frame 0
class mx.events.UIEventDispatcher extends mx.events.EventDispatcher { var dispatchQueue, owner, __sentLoadEvent, __origAddEventListener; function UIEventDispatcher () { super(); } static function addKeyEvents(obj) { if (obj.keyHandler == undefined) { var _local1 = (obj.keyHandler = new Object()); _local1.owner = obj; _local1.onKeyDown = _fEventDispatcher.onKeyDown; _local1.onKeyUp = _fEventDispatcher.onKeyUp; } Key.addListener(obj.keyHandler); } static function removeKeyEvents(obj) { Key.removeListener(obj.keyHandler); } static function addLoadEvents(obj) { if (obj.onLoad == undefined) { obj.onLoad = _fEventDispatcher.onLoad; obj.onUnload = _fEventDispatcher.onUnload; if (obj.getBytesTotal() == obj.getBytesLoaded()) { obj.doLater(obj, "onLoad"); } } } static function removeLoadEvents(obj) { delete obj.onLoad; delete obj.onUnload; } static function initialize(obj) { if (_fEventDispatcher == undefined) { _fEventDispatcher = new mx.events.UIEventDispatcher(); } obj.addEventListener = _fEventDispatcher.__addEventListener; obj.__origAddEventListener = _fEventDispatcher.addEventListener; obj.removeEventListener = _fEventDispatcher.removeEventListener; obj.dispatchEvent = _fEventDispatcher.dispatchEvent; obj.dispatchQueue = _fEventDispatcher.dispatchQueue; } function dispatchEvent(eventObj) { if (eventObj.target == undefined) { eventObj.target = this; } this[eventObj.type + "Handler"](eventObj); dispatchQueue(mx.events.EventDispatcher, eventObj); dispatchQueue(this, eventObj); } function onKeyDown(Void) { owner.dispatchEvent({type:"keyDown", code:Key.getCode(), ascii:Key.getAscii(), shiftKey:Key.isDown(16), ctrlKey:Key.isDown(17)}); } function onKeyUp(Void) { owner.dispatchEvent({type:"keyUp", code:Key.getCode(), ascii:Key.getAscii(), shiftKey:Key.isDown(16), ctrlKey:Key.isDown(17)}); } function onLoad(Void) { if (__sentLoadEvent != true) { dispatchEvent({type:"load"}); } __sentLoadEvent = true; } function onUnload(Void) { dispatchEvent({type:"unload"}); } function __addEventListener(event, handler) { __origAddEventListener(event, handler); var _local3 = lowLevelEvents; for (var _local5 in _local3) { if (mx.events.UIEventDispatcher[_local5][event] != undefined) { var _local2 = _local3[_local5][0]; mx.events.UIEventDispatcher[_local2](this); } } } function removeEventListener(event, handler) { var _local6 = "__q_" + event; mx.events.EventDispatcher._removeEventListener(this[_local6], event, handler); if (this[_local6].length == 0) { var _local2 = lowLevelEvents; for (var _local5 in _local2) { if (mx.events.UIEventDispatcher[_local5][event] != undefined) { var _local3 = _local2[_local5][1]; mx.events.UIEventDispatcher[_local2[_local5][1]](this); } } } } static var keyEvents = {keyDown:1, keyUp:1}; static var loadEvents = {load:1, unload:1}; static var lowLevelEvents = {keyEvents:["addKeyEvents", "removeKeyEvents"], loadEvents:["addLoadEvents", "removeLoadEvents"]}; static var _fEventDispatcher = undefined; }
Symbol 38 MovieClip [__Packages.mx.skins.ColoredSkinElement] Frame 0
class mx.skins.ColoredSkinElement { var getStyle, _color, onEnterFrame; function ColoredSkinElement () { } function setColor(c) { if (c != undefined) { var _local2 = new Color(this); _local2.setRGB(c); } } function draw(Void) { setColor(getStyle(_color)); onEnterFrame = undefined; } function invalidateStyle(Void) { onEnterFrame = draw; } static function setColorStyle(p, colorStyle) { if (p._color == undefined) { p._color = colorStyle; } p.setColor = mixins.setColor; p.invalidateStyle = mixins.invalidateStyle; p.draw = mixins.draw; p.setColor(p.getStyle(colorStyle)); } static var mixins = new mx.skins.ColoredSkinElement(); }
Symbol 39 MovieClip [__Packages.mx.core.ext.UIObjectExtensions] Frame 0
class mx.core.ext.UIObjectExtensions { function UIObjectExtensions () { } static function addGeometry(tf, ui) { tf.addProperty("width", ui.__get__width, null); tf.addProperty("height", ui.__get__height, null); tf.addProperty("left", ui.__get__left, null); tf.addProperty("x", ui.__get__x, null); tf.addProperty("top", ui.__get__top, null); tf.addProperty("y", ui.__get__y, null); tf.addProperty("right", ui.__get__right, null); tf.addProperty("bottom", ui.__get__bottom, null); tf.addProperty("visible", ui.__get__visible, ui.__set__visible); } static function Extensions() { if (bExtended == true) { return(true); } bExtended = true; var _local6 = mx.core.UIObject.prototype; var _local9 = mx.skins.SkinElement.prototype; addGeometry(_local9, _local6); mx.events.UIEventDispatcher.initialize(_local6); var _local13 = mx.skins.ColoredSkinElement; mx.styles.CSSTextStyles.addTextStyles(_local6); var _local5 = MovieClip.prototype; _local5.getTopLevel = _local6.getTopLevel; _local5.createLabel = _local6.createLabel; _local5.createObject = _local6.createObject; _local5.createClassObject = _local6.createClassObject; _local5.createEmptyObject = _local6.createEmptyObject; _local5.destroyObject = _local6.destroyObject; _global.ASSetPropFlags(_local5, "getTopLevel", 1); _global.ASSetPropFlags(_local5, "createLabel", 1); _global.ASSetPropFlags(_local5, "createObject", 1); _global.ASSetPropFlags(_local5, "createClassObject", 1); _global.ASSetPropFlags(_local5, "createEmptyObject", 1); _global.ASSetPropFlags(_local5, "destroyObject", 1); _local5.__getTextFormat = _local6.__getTextFormat; _local5._getTextFormat = _local6._getTextFormat; _local5.getStyleName = _local6.getStyleName; _local5.getStyle = _local6.getStyle; _global.ASSetPropFlags(_local5, "__getTextFormat", 1); _global.ASSetPropFlags(_local5, "_getTextFormat", 1); _global.ASSetPropFlags(_local5, "getStyleName", 1); _global.ASSetPropFlags(_local5, "getStyle", 1); var _local7 = TextField.prototype; addGeometry(_local7, _local6); _local7.addProperty("enabled", function () { return(this.__enabled); }, function (x) { this.__enabled = x; this.invalidateStyle(); }); _local7.move = _local9.move; _local7.setSize = _local9.setSize; _local7.invalidateStyle = function () { this.invalidateFlag = true; }; _local7.draw = function () { if (this.invalidateFlag) { this.invalidateFlag = false; var _local2 = this._getTextFormat(); this.setTextFormat(_local2); this.setNewTextFormat(_local2); this.embedFonts = _local2.embedFonts == true; if (this.__text != undefined) { if (this.text == "") { this.text = this.__text; } delete this.__text; } this._visible = true; } }; _local7.setColor = function (color) { this.textColor = color; }; _local7.getStyle = _local5.getStyle; _local7.__getTextFormat = _local6.__getTextFormat; _local7.setValue = function (v) { this.text = v; }; _local7.getValue = function () { return(this.text); }; _local7.addProperty("value", function () { return(this.getValue()); }, function (v) { this.setValue(v); }); _local7._getTextFormat = function () { var _local2 = this.stylecache.tf; if (_local2 != undefined) { return(_local2); } _local2 = new TextFormat(); this.__getTextFormat(_local2); this.stylecache.tf = _local2; if (this.__enabled == false) { if (this.enabledColor == undefined) { var _local4 = this.getTextFormat(); this.enabledColor = _local4.color; } var _local3 = this.getStyle("disabledColor"); _local2.color = _local3; } else if (this.enabledColor != undefined) { if (_local2.color == undefined) { _local2.color = this.enabledColor; } } return(_local2); }; _local7.getPreferredWidth = function () { this.draw(); return(this.textWidth + 4); }; _local7.getPreferredHeight = function () { this.draw(); return(this.textHeight + 4); }; TextFormat.prototype.getTextExtent2 = function (s) { var _local3 = _root._getTextExtent; if (_local3 == undefined) { _root.createTextField("_getTextExtent", -2, 0, 0, 1000, 100); _local3 = _root._getTextExtent; _local3._visible = false; } _root._getTextExtent.text = s; var _local4 = this.align; this.align = "left"; _root._getTextExtent.setTextFormat(this); this.align = _local4; return({width:_local3.textWidth, height:_local3.textHeight}); }; if (_global.style == undefined) { _global.style = new mx.styles.CSSStyleDeclaration(); _global.cascadingStyles = true; _global.styles = new Object(); _global.skinRegistry = new Object(); if (_global._origWidth == undefined) { _global.origWidth = Stage.width; _global.origHeight = Stage.height; } } var _local4 = _root; while (_local4._parent != undefined) { _local4 = _local4._parent; } _local4.addProperty("width", function () { return(Stage.width); }, null); _local4.addProperty("height", function () { return(Stage.height); }, null); _global.ASSetPropFlags(_local4, "width", 1); _global.ASSetPropFlags(_local4, "height", 1); return(true); } static var bExtended = false; static var UIObjectExtended = Extensions(); static var UIObjectDependency = mx.core.UIObject; static var SkinElementDependency = mx.skins.SkinElement; static var CSSTextStylesDependency = mx.styles.CSSTextStyles; static var UIEventDispatcherDependency = mx.events.UIEventDispatcher; }
Symbol 40 MovieClip [__Packages.mx.skins.halo.RectBorder] Frame 0
class mx.skins.halo.RectBorder extends mx.skins.RectBorder { var offset, getStyle, borderStyleName, __borderMetrics, className, borderColorName, backgroundColorName, shadowColorName, highlightColorName, buttonColorName, __get__width, __get__height, clear, _color, drawRoundRect, beginFill, drawRect, endFill; function RectBorder () { super(); } function init(Void) { borderWidths.default = 3; super.init(); } function getBorderMetrics(Void) { if (offset == undefined) { var _local3 = getStyle(borderStyleName); offset = borderWidths[_local3]; } if ((getStyle(borderStyleName) == "default") || (getStyle(borderStyleName) == "alert")) { __borderMetrics = {left:3, top:1, right:3, bottom:3}; return(__borderMetrics); } return(super.getBorderMetrics()); } function drawBorder(Void) { var _local6 = _global.styles[className]; if (_local6 == undefined) { _local6 = _global.styles.RectBorder; } var _local5 = getStyle(borderStyleName); var _local7 = getStyle(borderColorName); if (_local7 == undefined) { _local7 = _local6[borderColorName]; } var _local8 = getStyle(backgroundColorName); if (_local8 == undefined) { _local8 = _local6[backgroundColorName]; } var _local16 = getStyle("backgroundImage"); if (_local5 != "none") { var _local14 = getStyle(shadowColorName); if (_local14 == undefined) { _local14 = _local6[shadowColorName]; } var _local13 = getStyle(highlightColorName); if (_local13 == undefined) { _local13 = _local6[highlightColorName]; } var _local12 = getStyle(buttonColorName); if (_local12 == undefined) { _local12 = _local6[buttonColorName]; } var _local11 = getStyle(borderCapColorName); if (_local11 == undefined) { _local11 = _local6[borderCapColorName]; } var _local10 = getStyle(shadowCapColorName); if (_local10 == undefined) { _local10 = _local6[shadowCapColorName]; } } offset = borderWidths[_local5]; var _local9 = offset; var _local3 = __get__width(); var _local4 = __get__height(); clear(); _color = undefined; if (_local5 == "none") { } else if (_local5 == "inset") { _color = colorList; draw3dBorder(_local11, _local12, _local7, _local13, _local14, _local10); } else if (_local5 == "outset") { _color = colorList; draw3dBorder(_local11, _local7, _local12, _local14, _local13, _local10); } else if (_local5 == "alert") { var _local15 = getStyle("themeColor"); drawRoundRect(0, 5, _local3, _local4 - 5, 5, 6184542, 10); drawRoundRect(1, 4, _local3 - 2, _local4 - 5, 4, [6184542, 6184542], 10, 0, "radial"); drawRoundRect(2, 0, _local3 - 4, _local4 - 2, 3, [0, 14342874], 100, 0, "radial"); drawRoundRect(2, 0, _local3 - 4, _local4 - 2, 3, _local15, 50); drawRoundRect(3, 1, _local3 - 6, _local4 - 4, 2, 16777215, 100); } else if (_local5 == "default") { drawRoundRect(0, 5, _local3, _local4 - 5, {tl:5, tr:5, br:0, bl:0}, 6184542, 10); drawRoundRect(1, 4, _local3 - 2, _local4 - 5, {tl:4, tr:4, br:0, bl:0}, [6184542, 6184542], 10, 0, "radial"); drawRoundRect(2, 0, _local3 - 4, _local4 - 2, {tl:3, tr:3, br:0, bl:0}, [12897484, 11844796], 100, 0, "radial"); drawRoundRect(3, 1, _local3 - 6, _local4 - 4, {tl:2, tr:2, br:0, bl:0}, 16777215, 100); } else if (_local5 == "dropDown") { drawRoundRect(0, 0, _local3 + 1, _local4, {tl:4, tr:0, br:0, bl:4}, [13290186, 7895160], 100, -10, "linear"); drawRoundRect(1, 1, _local3 - 1, _local4 - 2, {tl:3, tr:0, br:0, bl:3}, 16777215, 100); } else if (_local5 == "menuBorder") { var _local15 = getStyle("themeColor"); drawRoundRect(4, 4, _local3 - 2, _local4 - 3, 0, [6184542, 6184542], 10, 0, "radial"); drawRoundRect(4, 4, _local3 - 1, _local4 - 2, 0, 6184542, 10); drawRoundRect(0, 0, _local3 + 1, _local4, 0, [0, 14342874], 100, 250, "linear"); drawRoundRect(0, 0, _local3 + 1, _local4, 0, _local15, 50); drawRoundRect(2, 2, _local3 - 3, _local4 - 4, 0, 16777215, 100); } else if (_local5 == "comboNonEdit") { } else { beginFill(_local7); drawRect(0, 0, _local3, _local4); drawRect(1, 1, _local3 - 1, _local4 - 1); endFill(); _color = borderColorName; } if (_local8 != undefined) { beginFill(_local8); drawRect(_local9, _local9, __get__width() - _local9, __get__height() - _local9); endFill(); } } function draw3dBorder(c1, c2, c3, c4, c5, c6) { var _local3 = __get__width(); var _local2 = __get__height(); beginFill(c1); drawRect(0, 0, _local3, _local2); drawRect(1, 0, _local3 - 1, _local2); endFill(); beginFill(c2); drawRect(1, 0, _local3 - 1, 1); endFill(); beginFill(c3); drawRect(1, _local2 - 1, _local3 - 1, _local2); endFill(); beginFill(c4); drawRect(1, 1, _local3 - 1, 2); endFill(); beginFill(c5); drawRect(1, _local2 - 2, _local3 - 1, _local2 - 1); endFill(); beginFill(c6); drawRect(1, 2, _local3 - 1, _local2 - 2); drawRect(2, 2, _local3 - 2, _local2 - 2); endFill(); } static function classConstruct() { mx.core.ext.UIObjectExtensions.Extensions(); _global.styles.rectBorderClass = mx.skins.halo.RectBorder; _global.skinRegistry.RectBorder = true; return(true); } static var symbolName = "RectBorder"; static var symbolOwner = mx.skins.halo.RectBorder; static var version = "2.0.2.126"; var borderCapColorName = "borderCapColor"; var shadowCapColorName = "shadowCapColor"; var colorList = {highlightColor:0, borderColor:0, buttonColor:0, shadowColor:0, borderCapColor:0, shadowCapColor:0}; var borderWidths = {none:0, solid:1, inset:2, outset:2, alert:3, dropDown:2, menuBorder:2, comboNonEdit:2}; static var classConstructed = classConstruct(); static var UIObjectExtensionsDependency = mx.core.ext.UIObjectExtensions; }
Symbol 41 MovieClip [__Packages.mx.skins.halo.Defaults] Frame 0
class mx.skins.halo.Defaults { var beginGradientFill, beginFill, moveTo, lineTo, curveTo, endFill; function Defaults () { } static function setThemeDefaults() { var _local2 = _global.style; _local2.themeColor = 8453965 /* 0x80FF4D */; _local2.disabledColor = 8684164 /* 0x848284 */; _local2.modalTransparency = 0; _local2.filled = true; _local2.stroked = true; _local2.strokeWidth = 1; _local2.strokeColor = 0; _local2.fillColor = 16777215 /* 0xFFFFFF */; _local2.repeatInterval = 35; _local2.repeatDelay = 500; _local2.fontFamily = "_sans"; _local2.fontSize = 12; _local2.selectionColor = 13500353 /* 0xCDFFC1 */; _local2.rollOverColor = 14942166 /* 0xE3FFD6 */; _local2.useRollOver = true; _local2.backgroundDisabledColor = 14540253 /* 0xDDDDDD */; _local2.selectionDisabledColor = 14540253 /* 0xDDDDDD */; _local2.selectionDuration = 200; _local2.openDuration = 250; _local2.borderStyle = "inset"; _local2.color = 734012 /* 0x0B333C */; _local2.textSelectedColor = 24371; _local2.textRollOverColor = 2831164 /* 0x2B333C */; _local2.textDisabledColor = 16777215 /* 0xFFFFFF */; _local2.vGridLines = true; _local2.hGridLines = false; _local2.vGridLineColor = 6710886 /* 0x666666 */; _local2.hGridLineColor = 6710886 /* 0x666666 */; _local2.headerColor = 15395562 /* 0xEAEAEA */; _local2.indentation = 17; _local2.folderOpenIcon = "TreeFolderOpen"; _local2.folderClosedIcon = "TreeFolderClosed"; _local2.defaultLeafIcon = "TreeNodeIcon"; _local2.disclosureOpenIcon = "TreeDisclosureOpen"; _local2.disclosureClosedIcon = "TreeDisclosureClosed"; _local2.popupDuration = 150; _local2.todayColor = 6710886 /* 0x666666 */; _local2 = (_global.styles.ScrollSelectList = new mx.styles.CSSStyleDeclaration()); _local2.backgroundColor = 16777215 /* 0xFFFFFF */; _local2.borderColor = 13290186 /* 0xCACACA */; _local2.borderStyle = "inset"; _local2 = (_global.styles.ComboBox = new mx.styles.CSSStyleDeclaration()); _local2.borderStyle = "inset"; _local2 = (_global.styles.NumericStepper = new mx.styles.CSSStyleDeclaration()); _local2.textAlign = "center"; _local2 = (_global.styles.RectBorder = new mx.styles.CSSStyleDeclaration()); _local2.borderColor = 14015965 /* 0xD5DDDD */; _local2.buttonColor = 7305079 /* 0x6F7777 */; _local2.shadowColor = 15658734 /* 0xEEEEEE */; _local2.highlightColor = 12897484 /* 0xC4CCCC */; _local2.shadowCapColor = 14015965 /* 0xD5DDDD */; _local2.borderCapColor = 9542041 /* 0x919999 */; var _local4 = new Object(); _local4.borderColor = 16711680 /* 0xFF0000 */; _local4.buttonColor = 16711680 /* 0xFF0000 */; _local4.shadowColor = 16711680 /* 0xFF0000 */; _local4.highlightColor = 16711680 /* 0xFF0000 */; _local4.shadowCapColor = 16711680 /* 0xFF0000 */; _local4.borderCapColor = 16711680 /* 0xFF0000 */; mx.core.UIComponent.prototype.origBorderStyles = _local4; var _local3; _local3 = (_global.styles.TextInput = new mx.styles.CSSStyleDeclaration()); _local3.backgroundColor = 16777215 /* 0xFFFFFF */; _local3.borderStyle = "inset"; _global.styles.TextArea = _global.styles.TextInput; _local3 = (_global.styles.Window = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "default"; _local3 = (_global.styles.windowStyles = new mx.styles.CSSStyleDeclaration()); _local3.fontWeight = "bold"; _local3 = (_global.styles.dataGridStyles = new mx.styles.CSSStyleDeclaration()); _local3.fontWeight = "bold"; _local3 = (_global.styles.Alert = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "alert"; _local3 = (_global.styles.ScrollView = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "inset"; _local3 = (_global.styles.View = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "none"; _local3 = (_global.styles.ProgressBar = new mx.styles.CSSStyleDeclaration()); _local3.color = 11187123 /* 0xAAB3B3 */; _local3.fontWeight = "bold"; _local3 = (_global.styles.AccordionHeader = new mx.styles.CSSStyleDeclaration()); _local3.fontWeight = "bold"; _local3.fontSize = "11"; _local3 = (_global.styles.Accordion = new mx.styles.CSSStyleDeclaration()); _local3.borderStyle = "solid"; _local3.backgroundColor = 16777215 /* 0xFFFFFF */; _local3.borderColor = 9081738 /* 0x8A938A */; _local3.headerHeight = 22; _local3.marginLeft = (_local3.marginRight = (_local3.marginTop = (_local3.marginBottom = -1))); _local3.verticalGap = -1; _local3 = (_global.styles.DateChooser = new mx.styles.CSSStyleDeclaration()); _local3.borderColor = 9542041 /* 0x919999 */; _local3.headerColor = 16777215 /* 0xFFFFFF */; _local3 = (_global.styles.CalendarLayout = new mx.styles.CSSStyleDeclaration()); _local3.fontSize = 10; _local3.textAlign = "right"; _local3.color = 2831164 /* 0x2B333C */; _local3 = (_global.styles.WeekDayStyle = new mx.styles.CSSStyleDeclaration()); _local3.fontWeight = "bold"; _local3.fontSize = 11; _local3.textAlign = "center"; _local3.color = 2831164 /* 0x2B333C */; _local3 = (_global.styles.TodayStyle = new mx.styles.CSSStyleDeclaration()); _local3.color = 16777215 /* 0xFFFFFF */; _local3 = (_global.styles.HeaderDateText = new mx.styles.CSSStyleDeclaration()); _local3.fontSize = 12; _local3.fontWeight = "bold"; _local3.textAlign = "center"; } function drawRoundRect(x, y, w, h, r, c, alpha, rot, gradient, ratios) { if (typeof(r) == "object") { var _local18 = r.br; var _local16 = r.bl; var _local15 = r.tl; var _local10 = r.tr; } else { var _local10 = r; var _local15 = _local10; var _local16 = _local15; var _local18 = _local16; } if (typeof(c) == "object") { if (typeof(alpha) != "object") { var _local9 = [alpha, alpha]; } else { var _local9 = alpha; } if (ratios == undefined) { ratios = [0, 255]; } var _local14 = h * 0.7; if (typeof(rot) != "object") { var _local11 = {matrixType:"box", x:-_local14, y:_local14, w:w * 2, h:h * 4, r:rot * 0.0174532925199433 /* Math.PI/180 */}; } else { var _local11 = rot; } if (gradient == "radial") { beginGradientFill("radial", c, _local9, ratios, _local11); } else { beginGradientFill("linear", c, _local9, ratios, _local11); } } else if (c != undefined) { beginFill(c, alpha); } r = _local18; var _local13 = r - (r * 0.707106781186547); var _local12 = r - (r * 0.414213562373095); moveTo(x + w, (y + h) - r); lineTo(x + w, (y + h) - r); curveTo(x + w, (y + h) - _local12, (x + w) - _local13, (y + h) - _local13); curveTo((x + w) - _local12, y + h, (x + w) - r, y + h); r = _local16; _local13 = r - (r * 0.707106781186547); _local12 = r - (r * 0.414213562373095); lineTo(x + r, y + h); curveTo(x + _local12, y + h, x + _local13, (y + h) - _local13); curveTo(x, (y + h) - _local12, x, (y + h) - r); r = _local15; _local13 = r - (r * 0.707106781186547); _local12 = r - (r * 0.414213562373095); lineTo(x, y + r); curveTo(x, y + _local12, x + _local13, y + _local13); curveTo(x + _local12, y, x + r, y); r = _local10; _local13 = r - (r * 0.707106781186547); _local12 = r - (r * 0.414213562373095); lineTo((x + w) - r, y); curveTo((x + w) - _local12, y, (x + w) - _local13, y + _local13); curveTo(x + w, y + _local12, x + w, y + r); lineTo(x + w, (y + h) - r); if (c != undefined) { endFill(); } } static function classConstruct() { mx.core.ext.UIObjectExtensions.Extensions(); setThemeDefaults(); mx.core.UIObject.prototype.drawRoundRect = mx.skins.halo.Defaults.prototype.drawRoundRect; return(true); } static var classConstructed = classConstruct(); static var CSSStyleDeclarationDependency = mx.styles.CSSStyleDeclaration; static var UIObjectExtensionsDependency = mx.core.ext.UIObjectExtensions; static var UIObjectDependency = mx.core.UIObject; }
Symbol 42 MovieClip [__Packages.mx.managers.SystemManager] Frame 0
class mx.managers.SystemManager { static var _xAddEventListener, addEventListener, __addEventListener, _xRemoveEventListener, removeEventListener, __removeEventListener, form, __screen, dispatchEvent; function SystemManager () { } static function init(Void) { if (_initialized == false) { _initialized = true; mx.events.EventDispatcher.initialize(mx.managers.SystemManager); Mouse.addListener(mx.managers.SystemManager); Stage.addListener(mx.managers.SystemManager); _xAddEventListener = addEventListener; addEventListener = __addEventListener; _xRemoveEventListener = removeEventListener; removeEventListener = __removeEventListener; } } static function addFocusManager(f) { form = f; f.focusManager.activate(); } static function removeFocusManager(f) { } static function onMouseDown(Void) { var _local1 = form; _local1.focusManager._onMouseDown(); } static function onResize(Void) { var _local7 = Stage.width; var _local6 = Stage.height; var _local9 = _global.origWidth; var _local8 = _global.origHeight; var _local3 = Stage.align; var _local5 = (_local9 - _local7) / 2; var _local4 = (_local8 - _local6) / 2; if (_local3 == "T") { _local4 = 0; } else if (_local3 == "B") { _local4 = _local8 - _local6; } else if (_local3 == "L") { _local5 = 0; } else if (_local3 == "R") { _local5 = _local9 - _local7; } else if (_local3 == "LT") { _local4 = 0; _local5 = 0; } else if (_local3 == "TR") { _local4 = 0; _local5 = _local9 - _local7; } else if (_local3 == "LB") { _local4 = _local8 - _local6; _local5 = 0; } else if (_local3 == "RB") { _local4 = _local8 - _local6; _local5 = _local9 - _local7; } if (__screen == undefined) { __screen = new Object(); } __screen.x = _local5; __screen.y = _local4; __screen.width = _local7; __screen.height = _local6; _root.focusManager.relocate(); dispatchEvent({type:"resize"}); } static function get screen() { init(); if (__screen == undefined) { onResize(); } return(__screen); } static var _initialized = false; static var idleFrames = 0; static var isMouseDown = false; static var forms = new Array(); }
Symbol 43 MovieClip [__Packages.mx.controls.SimpleButton] Frame 0
class mx.controls.SimpleButton extends mx.core.UIComponent { static var emphasizedStyleDeclaration; var preset, boundingBox_mc, useHandCursor, skinName, linkLength, iconName, destroyObject, __width, _width, __height, _height, __emphaticStyleName, styleName, enabled, invalidate, pressFocus, dispatchEvent, autoRepeat, interval, getStyle, releaseFocus, createLabel, invalidateStyle; function SimpleButton () { super(); } function init(Void) { super.init(); if (preset == undefined) { boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } useHandCursor = false; } function createChildren(Void) { if (preset != undefined) { var _local2 = this[idNames[preset]]; this[refNames[preset]] = _local2; skinName = _local2; if (falseOverSkin.length == 0) { rolloverSkin = fus; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } initializing = false; } else if (__state == true) { setStateVar(true); } else { if (falseOverSkin.length == 0) { rolloverSkin = fus; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } } } function setIcon(tag, linkageName) { return(setSkin(tag + 8, linkageName)); } function changeIcon(tag, linkageName) { linkLength = linkageName.length; var _local2 = stateNames[tag] + "Icon"; this[_local2] = linkageName; this[idNames[tag + 8]] = _local2; setStateVar(getState()); } function changeSkin(tag, linkageName) { var _local2 = stateNames[tag] + "Skin"; this[_local2] = linkageName; this[idNames[tag]] = _local2; setStateVar(getState()); } function viewIcon(varName) { var _local4 = varName + "Icon"; var _local3 = this[_local4]; if (typeof(_local3) == "string") { var _local5 = _local3; if (__emphasized) { if (this[_local3 + "Emphasized"].length > 0) { _local3 = _local3 + "Emphasized"; } } if (this[_local3].length == 0) { return(undefined); } _local3 = setIcon(tagMap[_local5], this[_local3]); if ((_local3 == undefined) && (_global.isLivePreview)) { _local3 = setIcon(0, "ButtonIcon"); } this[_local4] = _local3; } iconName._visible = false; iconName = _local3; iconName._visible = true; } function removeIcons() { var _local3 = 0; while (_local3 < 2) { var _local2 = 8; while (_local2 < 16) { destroyObject(idNames[_local2]); this[stateNames[_local2 - 8] + "Icon"] = ""; _local2++; } _local3++; } refresh(); } function setSkin(tag, linkageName, initobj) { var _local3 = super.setSkin(tag, linkageName, ((initobj != undefined) ? (initobj) : ({styleName:this}))); calcSize(tag, _local3); return(_local3); } function calcSize(Void) { __width = _width; __height = _height; } function viewSkin(varName, initObj) { var _local3 = varName + "Skin"; var _local2 = this[_local3]; if (typeof(_local2) == "string") { var _local4 = _local2; if (__emphasized) { if (this[_local2 + "Emphasized"].length > 0) { _local2 = _local2 + "Emphasized"; } } if (this[_local2].length == 0) { return(undefined); } _local2 = setSkin(tagMap[_local4], this[_local2], ((initObj != undefined) ? (initObj) : ({styleName:this}))); this[_local3] = _local2; } skinName._visible = false; skinName = _local2; skinName._visible = true; } function showEmphasized(e) { if (e && (!__emphatic)) { if (emphasizedStyleDeclaration != undefined) { __emphaticStyleName = styleName; styleName = emphasizedStyleDeclaration; } __emphatic = true; } else { if (__emphatic) { styleName = __emphaticStyleName; } __emphatic = false; } } function refresh(Void) { var _local2 = getState(); if (enabled == false) { viewIcon("disabled"); viewSkin("disabled"); } else { viewSkin(phase); viewIcon(phase); } setView(phase == "down"); iconName.enabled = enabled; } function setView(offset) { if (iconName == undefined) { return(undefined); } var _local2 = (offset ? (btnOffset) : 0); iconName._x = ((__width - iconName._width) / 2) + _local2; iconName._y = ((__height - iconName._height) / 2) + _local2; } function setStateVar(state) { if (state) { if (trueOverSkin.length == 0) { rolloverSkin = tus; } else { rolloverSkin = trs; } if (trueOverIcon.length == 0) { rolloverIcon = tui; } else { rolloverIcon = tri; } upSkin = tus; downSkin = tds; disabledSkin = dts; upIcon = tui; downIcon = tdi; disabledIcon = dti; } else { if (falseOverSkin.length == 0) { rolloverSkin = fus; } else { rolloverSkin = frs; } if (falseOverIcon.length == 0) { rolloverIcon = fui; } else { rolloverIcon = fri; } upSkin = fus; downSkin = fds; disabledSkin = dfs; upIcon = fui; downIcon = fdi; disabledIcon = dfi; } __state = state; } function setState(state) { if (state != __state) { setStateVar(state); invalidate(); } } function size(Void) { refresh(); } function draw(Void) { if (initializing) { initializing = false; skinName.visible = true; iconName.visible = true; } size(); } function getState(Void) { return(__state); } function setToggle(val) { __toggle = val; if (__toggle == false) { setState(false); } } function getToggle(Void) { return(__toggle); } function set toggle(val) { setToggle(val); //return(toggle); } function get toggle() { return(getToggle()); } function set value(val) { setSelected(val); //return(value); } function get value() { return(getSelected()); } function set selected(val) { setSelected(val); //return(selected); } function get selected() { return(getSelected()); } function setSelected(val) { if (__toggle) { setState(val); } else { setState((initializing ? (val) : (__state))); } } function getSelected() { return(__state); } function setEnabled(val) { if (enabled != val) { super.setEnabled(val); invalidate(); } } function onPress(Void) { pressFocus(); phase = "down"; refresh(); dispatchEvent({type:"buttonDown"}); if (autoRepeat) { interval = setInterval(this, "onPressDelay", getStyle("repeatDelay")); } } function onPressDelay(Void) { dispatchEvent({type:"buttonDown"}); if (autoRepeat) { clearInterval(interval); interval = setInterval(this, "onPressRepeat", getStyle("repeatInterval")); } } function onPressRepeat(Void) { dispatchEvent({type:"buttonDown"}); updateAfterEvent(); } function onRelease(Void) { releaseFocus(); phase = "rollover"; if (interval != undefined) { clearInterval(interval); delete interval; } if (getToggle()) { setState(!getState()); } else { refresh(); } dispatchEvent({type:"click"}); } function onDragOut(Void) { phase = "up"; refresh(); dispatchEvent({type:"buttonDragOut"}); } function onDragOver(Void) { if (phase != "up") { onPress(); return(undefined); } phase = "down"; refresh(); } function onReleaseOutside(Void) { releaseFocus(); phase = "up"; if (interval != undefined) { clearInterval(interval); delete interval; } } function onRollOver(Void) { phase = "rollover"; refresh(); } function onRollOut(Void) { phase = "up"; refresh(); } function getLabel(Void) { return(fui.text); } function setLabel(val) { if (typeof(fui) == "string") { createLabel("fui", 8, val); fui.styleName = this; } else { fui.text = val; } var _local4 = fui._getTextFormat(); var _local2 = _local4.getTextExtent2(val); fui._width = _local2.width + 5; fui._height = _local2.height + 5; iconName = fui; setView(__state); } function get emphasized() { return(__emphasized); } function set emphasized(val) { __emphasized = val; var _local2 = 0; while (_local2 < 8) { this[idNames[_local2]] = stateNames[_local2] + "Skin"; if (typeof(this[idNames[_local2 + 8]]) == "movieclip") { this[idNames[_local2 + 8]] = stateNames[_local2] + "Icon"; } _local2++; } showEmphasized(__emphasized); setStateVar(__state); invalidateStyle(); //return(emphasized); } function keyDown(e) { if (e.code == 32) { onPress(); } } function keyUp(e) { if (e.code == 32) { onRelease(); } } function onKillFocus(newFocus) { super.onKillFocus(); if (phase != "up") { phase = "up"; refresh(); } } static var symbolName = "SimpleButton"; static var symbolOwner = mx.controls.SimpleButton; static var version = "2.0.2.126"; var className = "SimpleButton"; var style3dInset = 4; var btnOffset = 1; var __toggle = false; var __state = false; var __emphasized = false; var __emphatic = false; static var falseUp = 0; static var falseDown = 1; static var falseOver = 2; static var falseDisabled = 3; static var trueUp = 4; static var trueDown = 5; static var trueOver = 6; static var trueDisabled = 7; var falseUpSkin = "SimpleButtonUp"; var falseDownSkin = "SimpleButtonIn"; var falseOverSkin = ""; var falseDisabledSkin = "SimpleButtonUp"; var trueUpSkin = "SimpleButtonIn"; var trueDownSkin = ""; var trueOverSkin = ""; var trueDisabledSkin = "SimpleButtonIn"; var falseUpIcon = ""; var falseDownIcon = ""; var falseOverIcon = ""; var falseDisabledIcon = ""; var trueUpIcon = ""; var trueDownIcon = ""; var trueOverIcon = ""; var trueDisabledIcon = ""; var phase = "up"; var fui = "falseUpIcon"; var fus = "falseUpSkin"; var fdi = "falseDownIcon"; var fds = "falseDownSkin"; var frs = "falseOverSkin"; var fri = "falseOverIcon"; var dfi = "falseDisabledIcon"; var dfs = "falseDisabledSkin"; var tui = "trueUpIcon"; var tus = "trueUpSkin"; var tdi = "trueDownIcon"; var tds = "trueDownSkin"; var trs = "trueOverSkin"; var tri = "trueOverIcon"; var dts = "trueDisabledSkin"; var dti = "trueDisabledIcon"; var rolloverSkin = mx.controls.SimpleButton.prototype.frs; var rolloverIcon = mx.controls.SimpleButton.prototype.fri; var upSkin = mx.controls.SimpleButton.prototype.fus; var downSkin = mx.controls.SimpleButton.prototype.fds; var disabledSkin = mx.controls.SimpleButton.prototype.dfs; var upIcon = mx.controls.SimpleButton.prototype.fui; var downIcon = mx.controls.SimpleButton.prototype.fdi; var disabledIcon = mx.controls.SimpleButton.prototype.dfi; var initializing = true; var idNames = ["fus", "fds", "frs", "dfs", "tus", "tds", "trs", "dts", "fui", "fdi", "fri", "dfi", "tui", "tdi", "tri", "dti"]; var stateNames = ["falseUp", "falseDown", "falseOver", "falseDisabled", "trueUp", "trueDown", "trueOver", "trueDisabled"]; var refNames = ["upSkin", "downSkin", "rolloverSkin", "disabledSkin"]; var tagMap = {falseUpSkin:0, falseDownSkin:1, falseOverSkin:2, falseDisabledSkin:3, trueUpSkin:4, trueDownSkin:5, trueOverSkin:6, trueDisabledSkin:7, falseUpIcon:0, falseDownIcon:1, falseOverIcon:2, falseDisabledIcon:3, trueUpIcon:4, trueDownIcon:5, trueOverIcon:6, trueDisabledIcon:7}; }
Symbol 44 MovieClip [__Packages.mx.managers.DepthManager] Frame 0
class mx.managers.DepthManager { var _childCounter, createClassObject, createObject, _parent, swapDepths, _topmost, getDepth; function DepthManager () { MovieClip.prototype.createClassChildAtDepth = createClassChildAtDepth; MovieClip.prototype.createChildAtDepth = createChildAtDepth; MovieClip.prototype.setDepthTo = setDepthTo; MovieClip.prototype.setDepthAbove = setDepthAbove; MovieClip.prototype.setDepthBelow = setDepthBelow; MovieClip.prototype.findNextAvailableDepth = findNextAvailableDepth; MovieClip.prototype.shuffleDepths = shuffleDepths; MovieClip.prototype.getDepthByFlag = getDepthByFlag; MovieClip.prototype.buildDepthTable = buildDepthTable; _global.ASSetPropFlags(MovieClip.prototype, "createClassChildAtDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "createChildAtDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthTo", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthAbove", 1); _global.ASSetPropFlags(MovieClip.prototype, "setDepthBelow", 1); _global.ASSetPropFlags(MovieClip.prototype, "findNextAvailableDepth", 1); _global.ASSetPropFlags(MovieClip.prototype, "shuffleDepths", 1); _global.ASSetPropFlags(MovieClip.prototype, "getDepthByFlag", 1); _global.ASSetPropFlags(MovieClip.prototype, "buildDepthTable", 1); } static function sortFunction(a, b) { if (a.getDepth() > b.getDepth()) { return(1); } return(-1); } static function test(depth) { if (depth == reservedDepth) { return(false); } return(true); } static function createClassObjectAtDepth(className, depthSpace, initObj) { var _local1; switch (depthSpace) { case kCursor : _local1 = holder.createClassChildAtDepth(className, kTopmost, initObj); break; case kTooltip : _local1 = holder.createClassChildAtDepth(className, kTop, initObj); break; } return(_local1); } static function createObjectAtDepth(linkageName, depthSpace, initObj) { var _local1; switch (depthSpace) { case kCursor : _local1 = holder.createChildAtDepth(linkageName, kTopmost, initObj); break; case kTooltip : _local1 = holder.createChildAtDepth(linkageName, kTop, initObj); break; } return(_local1); } function createClassChildAtDepth(className, depthFlag, initObj) { if (_childCounter == undefined) { _childCounter = 0; } var _local3 = buildDepthTable(); var _local2 = getDepthByFlag(depthFlag, _local3); var _local6 = "down"; if (depthFlag == kBottom) { _local6 = "up"; } var _local5; if (_local3[_local2] != undefined) { _local5 = _local2; _local2 = findNextAvailableDepth(_local2, _local3, _local6); } var _local4 = createClassObject(className, "depthChild" + (_childCounter++), _local2, initObj); if (_local5 != undefined) { _local3[_local2] = _local4; shuffleDepths(_local4, _local5, _local3, _local6); } if (depthFlag == kTopmost) { _local4._topmost = true; } return(_local4); } function createChildAtDepth(linkageName, depthFlag, initObj) { if (_childCounter == undefined) { _childCounter = 0; } var _local3 = buildDepthTable(); var _local2 = getDepthByFlag(depthFlag, _local3); var _local6 = "down"; if (depthFlag == kBottom) { _local6 = "up"; } var _local5; if (_local3[_local2] != undefined) { _local5 = _local2; _local2 = findNextAvailableDepth(_local2, _local3, _local6); } var _local4 = createObject(linkageName, "depthChild" + (_childCounter++), _local2, initObj); if (_local5 != undefined) { _local3[_local2] = _local4; shuffleDepths(_local4, _local5, _local3, _local6); } if (depthFlag == kTopmost) { _local4._topmost = true; } return(_local4); } function setDepthTo(depthFlag) { var _local2 = _parent.buildDepthTable(); var _local3 = _parent.getDepthByFlag(depthFlag, _local2); if (_local2[_local3] != undefined) { shuffleDepths(this, _local3, _local2, undefined); } else { swapDepths(_local3); } if (depthFlag == kTopmost) { _topmost = true; } else { delete _topmost; } } function setDepthAbove(targetInstance) { if (targetInstance._parent != _parent) { return(undefined); } var _local2 = targetInstance.getDepth() + 1; var _local3 = _parent.buildDepthTable(); if ((_local3[_local2] != undefined) && (getDepth() < _local2)) { _local2 = _local2 - 1; } if (_local2 > highestDepth) { _local2 = highestDepth; } if (_local2 == highestDepth) { _parent.shuffleDepths(this, _local2, _local3, "down"); } else if (_local3[_local2] != undefined) { _parent.shuffleDepths(this, _local2, _local3, undefined); } else { swapDepths(_local2); } } function setDepthBelow(targetInstance) { if (targetInstance._parent != _parent) { return(undefined); } var _local6 = targetInstance.getDepth() - 1; var _local3 = _parent.buildDepthTable(); if ((_local3[_local6] != undefined) && (getDepth() > _local6)) { _local6 = _local6 + 1; } var _local4 = lowestDepth + numberOfAuthortimeLayers; var _local5; for (_local5 in _local3) { var _local2 = _local3[_local5]; if (_local2._parent != undefined) { _local4 = Math.min(_local4, _local2.getDepth()); } } if (_local6 < _local4) { _local6 = _local4; } if (_local6 == _local4) { _parent.shuffleDepths(this, _local6, _local3, "up"); } else if (_local3[_local6] != undefined) { _parent.shuffleDepths(this, _local6, _local3, undefined); } else { swapDepths(_local6); } } function findNextAvailableDepth(targetDepth, depthTable, direction) { var _local5 = lowestDepth + numberOfAuthortimeLayers; if (targetDepth < _local5) { targetDepth = _local5; } if (depthTable[targetDepth] == undefined) { return(targetDepth); } var _local2 = targetDepth; var _local1 = targetDepth; if (direction == "down") { while (depthTable[_local1] != undefined) { _local1--; } return(_local1); } while (depthTable[_local2] != undefined) { _local2++; } return(_local2); } function shuffleDepths(subject, targetDepth, depthTable, direction) { var _local9 = lowestDepth + numberOfAuthortimeLayers; var _local8 = _local9; var _local5; for (_local5 in depthTable) { var _local7 = depthTable[_local5]; if (_local7._parent != undefined) { _local9 = Math.min(_local9, _local7.getDepth()); } } if (direction == undefined) { if (subject.getDepth() > targetDepth) { direction = "up"; } else { direction = "down"; } } var _local1 = new Array(); for (_local5 in depthTable) { var _local7 = depthTable[_local5]; if (_local7._parent != undefined) { _local1.push(_local7); } } _local1.sort(sortFunction); if (direction == "up") { var _local3; var _local11; do { if (_local1.length <= 0) { break; } _local3 = _local1.pop(); } while (_local3 != subject); do { if (_local1.length <= 0) { break; } _local11 = subject.getDepth(); _local3 = _local1.pop(); var _local4 = _local3.getDepth(); if (_local11 > (_local4 + 1)) { if (_local4 >= 0) { subject.swapDepths(_local4 + 1); } else if ((_local11 > _local8) && (_local4 < _local8)) { subject.swapDepths(_local8); } } subject.swapDepths(_local3); } while (_local4 != targetDepth); } else if (direction == "down") { var _local3; do { if (_local1.length <= 0) { break; } _local3 = _local1.shift(); } while (_local3 != subject); do { if (_local1.length <= 0) { break; } var _local11 = _local3.getDepth(); _local3 = _local1.shift(); var _local4 = _local3.getDepth(); if ((_local11 < (_local4 - 1)) && (_local4 > 0)) { subject.swapDepths(_local4 - 1); } subject.swapDepths(_local3); } while (_local4 != targetDepth); } } function getDepthByFlag(depthFlag, depthTable) { var _local2 = 0; if ((depthFlag == kTop) || (depthFlag == kNotopmost)) { var _local5 = 0; var _local7 = false; var _local8; for (_local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { if (!_local9._topmost) { _local2 = Math.max(_local2, _local9.getDepth()); } else if (!_local7) { _local5 = _local9.getDepth(); _local7 = true; } else { _local5 = Math.min(_local5, _local9.getDepth()); } } } } _local2 = _local2 + 20; if (_local7) { if (_local2 >= _local5) { _local2 = _local5 - 1; } } } else if (depthFlag == kBottom) { for (var _local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { _local2 = Math.min(_local2, _local9.getDepth()); } } } _local2 = _local2 - 20; } else if (depthFlag == kTopmost) { for (var _local8 in depthTable) { var _local9 = depthTable[_local8]; var _local3 = typeof(_local9); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local9.__getTextFormat != undefined))) { if (_local9.getDepth() <= highestDepth) { _local2 = Math.max(_local2, _local9.getDepth()); } } } _local2 = _local2 + 100; } if (_local2 >= highestDepth) { _local2 = highestDepth; } var _local6 = lowestDepth + numberOfAuthortimeLayers; for (var _local9 in depthTable) { var _local4 = depthTable[_local9]; if (_local4._parent != undefined) { _local6 = Math.min(_local6, _local4.getDepth()); } } if (_local2 <= _local6) { _local2 = _local6; } return(_local2); } function buildDepthTable(Void) { var _local5 = new Array(); var _local4; for (_local4 in this) { var _local2 = this[_local4]; var _local3 = typeof(_local2); if ((_local3 == "movieclip") || ((_local3 == "object") && (_local2.__getTextFormat != undefined))) { if (_local2._parent == this) { _local5[_local2.getDepth()] = _local2; } } } return(_local5); } static var reservedDepth = 1048575; static var highestDepth = 1048574; static var lowestDepth = -16383; static var numberOfAuthortimeLayers = 383; static var kCursor = 101; static var kTooltip = 102; static var kTop = 201; static var kBottom = 202; static var kTopmost = 203; static var kNotopmost = 204; static var holder = _root.createEmptyMovieClip("reserved", reservedDepth); static var __depthManager = new mx.managers.DepthManager(); }
Symbol 45 MovieClip [__Packages.mx.managers.FocusManager] Frame 0
class mx.managers.FocusManager extends mx.core.UIComponent { var __defaultPushButton, defPushButton, form, move, tabEnabled, _width, _height, _x, _y, _alpha, _parent, tabCapture, watch, lastMouse, _visible, lastFocus, doLater, lastSelFocus, cancelAllDoLaters, _searchKey, _lastTarget, _firstNode, _nextIsNext, _nextNode, _lastx, _prevNode, _needPrev, _foundList, _prevObj, _nextObj, _firstObj, _lastObj, _lastNode, lastTabFocus, findFocusFromObject; function FocusManager () { super(); } function get defaultPushButton() { return(__defaultPushButton); } function set defaultPushButton(x) { if (x != __defaultPushButton) { __defaultPushButton.__set__emphasized(false); __defaultPushButton = x; defPushButton = x; x.__set__emphasized(true); } //return(defaultPushButton); } function getMaxTabIndex(o) { var _local3 = 0; var _local6; for (_local6 in o) { var _local2 = o[_local6]; if (_local2._parent == o) { if (_local2.tabIndex != undefined) { if (_local2.tabIndex > _local3) { _local3 = _local2.tabIndex; } } if (_local2.tabChildren == true) { var _local4 = getMaxTabIndex(_local2); if (_local4 > _local3) { _local3 = _local4; } } } } return(_local3); } function getNextTabIndex(Void) { return(getMaxTabIndex(form) + 1); } function get nextTabIndex() { return(getNextTabIndex()); } function relocate(Void) { var _local2 = mx.managers.SystemManager.__get__screen(); move(_local2.x - 1, _local2.y - 1); } function init(Void) { super.init(); tabEnabled = false; _width = (_height = 1); _x = (_y = -1); _alpha = 0; _parent.focusManager = this; _parent.tabChildren = true; _parent.tabEnabled = false; form = _parent; _parent.addEventListener("hide", this); _parent.addEventListener("reveal", this); mx.managers.SystemManager.init(); mx.managers.SystemManager.addFocusManager(form); tabCapture.tabIndex = 0; watch("enabled", enabledChanged); Selection.addListener(this); lastMouse = new Object(); _global.ASSetPropFlags(_parent, "focusManager", 1); _global.ASSetPropFlags(_parent, "tabChildren", 1); _global.ASSetPropFlags(_parent, "tabEnabled", 1); } function enabledChanged(id, oldValue, newValue) { _visible = newValue; return(newValue); } function activate(Void) { Key.addListener(this); activated = (_visible = true); if (lastFocus != undefined) { bNeedFocus = true; if (!mx.managers.SystemManager.isMouseDown) { doLater(this, "restoreFocus"); } } } function deactivate(Void) { Key.removeListener(this); activated = (_visible = false); var _local2 = getSelectionFocus(); var _local3 = getActualFocus(_local2); if (isOurFocus(_local3)) { lastSelFocus = _local2; lastFocus = _local3; } cancelAllDoLaters(); } function isOurFocus(o) { if (o.focusManager == this) { return(true); } while (o != undefined) { if (o.focusManager != undefined) { return(false); } if (o._parent == _parent) { return(true); } o = o._parent; } return(false); } function onSetFocus(o, n) { if (n == null) { if (activated) { bNeedFocus = true; } } else { var _local2 = getFocus(); if (isOurFocus(_local2)) { bNeedFocus = false; lastFocus = _local2; lastSelFocus = n; } } } function restoreFocus(Void) { var _local2 = lastSelFocus.hscroll; if (_local2 != undefined) { var _local5 = lastSelFocus.scroll; var _local4 = lastSelFocus.background; } lastFocus.setFocus(); var _local3 = Selection; Selection.setSelection(_local3.lastBeginIndex, _local3.lastEndIndex); if (_local2 != undefined) { lastSelFocus.scroll = _local5; lastSelFocus.hscroll = _local2; lastSelFocus.background = _local4; } } function onUnload(Void) { mx.managers.SystemManager.removeFocusManager(form); } function setFocus(o) { if (o == null) { Selection.setFocus(null); } else if (o.setFocus == undefined) { Selection.setFocus(o); } else { o.setFocus(); } } function getActualFocus(o) { var _local1 = o._parent; while (_local1 != undefined) { if (_local1.focusTextField != undefined) { while (_local1.focusTextField != undefined) { o = _local1; _local1 = _local1._parent; if (_local1 == undefined) { return(undefined); } if (_local1.focusTextField == undefined) { return(o); } } } if (_local1.tabEnabled != true) { return(o); } o = _local1; _local1 = o._parent; } return(undefined); } function getSelectionFocus() { var m = Selection.getFocus(); var o = eval (m); return(o); } function getFocus(Void) { var _local2 = getSelectionFocus(); return(getActualFocus(_local2)); } function walkTree(p, index, groupName, dir, lookup, firstChild) { var _local5 = true; var _local11; for (_local11 in p) { var _local2 = p[_local11]; if ((((_local2._parent == p) && (_local2.enabled != false)) && (_local2._visible != false)) && ((_local2.tabEnabled == true) || ((_local2.tabEnabled != false) && ((((((((_local2.onPress != undefined) || (_local2.onRelease != undefined)) || (_local2.onReleaseOutside != undefined)) || (_local2.onDragOut != undefined)) || (_local2.onDragOver != undefined)) || (_local2.onRollOver != undefined)) || (_local2.onRollOut != undefined)) || (_local2 instanceof TextField))))) { if (_local2._searchKey == _searchKey) { continue; } _local2._searchKey = _searchKey; if (_local2 != _lastTarget) { if (((_local2.groupName != undefined) || (groupName != undefined)) && (_local2.groupName == groupName)) { continue; } if ((_local2 instanceof TextField) && (_local2.selectable == false)) { continue; } if (_local5 || (((_local2.groupName != undefined) && (_local2.groupName == _firstNode.groupName)) && (_local2.selected == true))) { if (firstChild) { _firstNode = _local2; firstChild = false; } } if (_nextIsNext == true) { if ((((_local2.groupName != undefined) && (_local2.groupName == _nextNode.groupName)) && (_local2.selected == true)) || ((_nextNode == undefined) && ((_local2.groupName == undefined) || ((_local2.groupName != undefined) && (_local2.groupName != groupName))))) { _nextNode = _local2; } } if ((_local2.groupName == undefined) || (groupName != _local2.groupName)) { if (((_lastx.groupName != undefined) && (_local2.groupName == _lastx.groupName)) && (_lastx.selected == true)) { } else { _lastx = _local2; } } } else { _prevNode = _lastx; _needPrev = false; _nextIsNext = true; } if (_local2.tabIndex != undefined) { if (_local2.tabIndex == index) { if (_foundList[_local2._name] == undefined) { if (_needPrev) { _prevObj = _local2; _needPrev = false; } _nextObj = _local2; } } if (dir && (_local2.tabIndex > index)) { if (((_nextObj == undefined) || ((_nextObj.tabIndex > _local2.tabIndex) && (((_local2.groupName == undefined) || (_nextObj.groupName == undefined)) || (_local2.groupName != _nextObj.groupName)))) || ((((_nextObj.groupName != undefined) && (_nextObj.groupName == _local2.groupName)) && (_nextObj.selected != true)) && ((_local2.selected == true) || (_nextObj.tabIndex > _local2.tabIndex)))) { _nextObj = _local2; } } else if ((!dir) && (_local2.tabIndex < index)) { if (((_prevObj == undefined) || ((_prevObj.tabIndex < _local2.tabIndex) && (((_local2.groupName == undefined) || (_prevObj.groupName == undefined)) || (_local2.groupName != _prevObj.groupName)))) || ((((_prevObj.groupName != undefined) && (_prevObj.groupName == _local2.groupName)) && (_prevObj.selected != true)) && ((_local2.selected == true) || (_prevObj.tabIndex < _local2.tabIndex)))) { _prevObj = _local2; } } if (((_firstObj == undefined) || ((_local2.tabIndex < _firstObj.tabIndex) && (((_local2.groupName == undefined) || (_firstObj.groupName == undefined)) || (_local2.groupName != _firstObj.groupName)))) || ((((_firstObj.groupName != undefined) && (_firstObj.groupName == _local2.groupName)) && (_firstObj.selected != true)) && ((_local2.selected == true) || (_local2.tabIndex < _firstObj.tabIndex)))) { _firstObj = _local2; } if (((_lastObj == undefined) || ((_local2.tabIndex > _lastObj.tabIndex) && (((_local2.groupName == undefined) || (_lastObj.groupName == undefined)) || (_local2.groupName != _lastObj.groupName)))) || ((((_lastObj.groupName != undefined) && (_lastObj.groupName == _local2.groupName)) && (_lastObj.selected != true)) && ((_local2.selected == true) || (_local2.tabIndex > _lastObj.tabIndex)))) { _lastObj = _local2; } } if (_local2.tabChildren) { getTabCandidateFromChildren(_local2, index, groupName, dir, _local5 && (firstChild)); } _local5 = false; } else if (((_local2._parent == p) && (_local2.tabChildren == true)) && (_local2._visible != false)) { if (_local2 == _lastTarget) { if (_local2._searchKey == _searchKey) { continue; } _local2._searchKey = _searchKey; if (_prevNode == undefined) { var _local3 = _lastx; var _local7 = false; while (_local3 != undefined) { if (_local3 == _local2) { _local7 = true; break; } _local3 = _local3._parent; } if (_local7 == false) { _prevNode = _lastx; } } _needPrev = false; if (_nextNode == undefined) { _nextIsNext = true; } } else if (!((_local2.focusManager != undefined) && (_local2.focusManager._parent == _local2))) { if (_local2._searchKey == _searchKey) { continue; } _local2._searchKey = _searchKey; getTabCandidateFromChildren(_local2, index, groupName, dir, _local5 && (firstChild)); } _local5 = false; } } _lastNode = _lastx; if (lookup) { if (p._parent != undefined) { if (p != _parent) { if ((_prevNode == undefined) && (dir)) { _needPrev = true; } else if ((_nextNode == undefined) && (!dir)) { _nextIsNext = false; } _lastTarget = _lastTarget._parent; getTabCandidate(p._parent, index, groupName, dir, true); } } } } function getTabCandidate(o, index, groupName, dir, firstChild) { var _local2; var _local3 = true; if (o == _parent) { _local2 = o; _local3 = false; } else { _local2 = o._parent; if (_local2 == undefined) { _local2 = o; _local3 = false; } } walkTree(_local2, index, groupName, dir, _local3, firstChild); } function getTabCandidateFromChildren(o, index, groupName, dir, firstChild) { walkTree(o, index, groupName, dir, false, firstChild); } function getFocusManagerFromObject(o) { while (o != undefined) { if (o.focusManager != undefined) { return(o.focusManager); } o = o._parent; } return(undefined); } function tabHandler(Void) { bDrawFocus = true; var _local5 = getSelectionFocus(); var _local4 = getActualFocus(_local5); if (_local4 != _local5) { _local5 = _local4; } if (getFocusManagerFromObject(_local5) != this) { _local5 == undefined; } if (_local5 == undefined) { _local5 = form; } else if (_local5.tabIndex != undefined) { if ((_foundList != undefined) || (_foundList.tabIndex != _local5.tabIndex)) { _foundList = new Object(); _foundList.tabIndex = _local5.tabIndex; } _foundList[_local5._name] = _local5; } var _local3 = Key.isDown(16) != true; _searchKey = getTimer(); _needPrev = true; _nextIsNext = false; _lastx = undefined; _firstNode = undefined; _lastNode = undefined; _nextNode = undefined; _prevNode = undefined; _firstObj = undefined; _lastObj = undefined; _nextObj = undefined; _prevObj = undefined; _lastTarget = _local5; var _local6 = _local5; getTabCandidate(_local6, ((_local5.tabIndex == undefined) ? 0 : (_local5.tabIndex)), _local5.groupName, _local3, true); var _local2; if (_local3) { if (_nextObj != undefined) { _local2 = _nextObj; } else { _local2 = _firstObj; } } else if (_prevObj != undefined) { _local2 = _prevObj; } else { _local2 = _lastObj; } if (_local2.tabIndex != _local5.tabIndex) { _foundList = new Object(); _foundList.tabIndex = _local2.tabIndex; _foundList[_local2._name] = _local2; } else { if (_foundList == undefined) { _foundList = new Object(); _foundList.tabIndex = _local2.tabIndex; } _foundList[_local2._name] = _local2; } if (_local2 == undefined) { if (_local3 == false) { if (_nextNode != undefined) { _local2 = _nextNode; } else { _local2 = _firstNode; } } else if ((_prevNode == undefined) || (_local5 == form)) { _local2 = _lastNode; } else { _local2 = _prevNode; } } if (_local2 == undefined) { return(undefined); } lastTabFocus = _local2; setFocus(_local2); if (_local2.emphasized != undefined) { if (defPushButton != undefined) { _local5 = defPushButton; defPushButton = _local2; _local5.emphasized = false; _local2.emphasized = true; } } else if ((defPushButton != undefined) && (defPushButton != __defaultPushButton)) { _local5 = defPushButton; defPushButton = __defaultPushButton; _local5.emphasized = false; __defaultPushButton.__set__emphasized(true); } } function onKeyDown(Void) { mx.managers.SystemManager.idleFrames = 0; if (defaultPushButtonEnabled) { if (Key.getCode() == 13) { if (defaultPushButton != undefined) { doLater(this, "sendDefaultPushButtonEvent"); } } } } function sendDefaultPushButtonEvent(Void) { defPushButton.dispatchEvent({type:"click"}); } function getMousedComponentFromChildren(x, y, o) { for (var _local7 in o) { var _local2 = o[_local7]; if (((_local2._visible && (_local2.enabled)) && (_local2._parent == o)) && (_local2._searchKey != _searchKey)) { _local2._searchKey = _searchKey; if (_local2.hitTest(x, y, true)) { if ((_local2.onPress != undefined) || (_local2.onRelease != undefined)) { return(_local2); } var _local3 = getMousedComponentFromChildren(x, y, _local2); if (_local3 != undefined) { return(_local3); } return(_local2); } } } return(undefined); } function mouseActivate(Void) { if (!bNeedFocus) { return(undefined); } _searchKey = getTimer(); var _local2 = getMousedComponentFromChildren(lastMouse.x, lastMouse.y, form); if (_local2 instanceof mx.core.UIComponent) { return(undefined); } _local2 = findFocusFromObject(_local2); if (_local2 == lastFocus) { return(undefined); } if (_local2 == undefined) { doLater(this, "restoreFocus"); return(undefined); } var _local3 = _local2.hscroll; if (_local3 != undefined) { var _local6 = _local2.scroll; var _local5 = _local2.background; } setFocus(_local2); var _local4 = Selection; Selection.setSelection(_local4.lastBeginIndex, _local4.lastEndIndex); if (_local3 != undefined) { _local2.scroll = _local6; _local2.hscroll = _local3; _local2.background = _local5; } } function _onMouseDown(Void) { bDrawFocus = false; if (lastFocus != undefined) { lastFocus.drawFocus(false); } mx.managers.SystemManager.idleFrames = 0; var _local3 = Selection; _local3.lastBeginIndex = Selection.getBeginIndex(); _local3.lastEndIndex = Selection.getEndIndex(); lastMouse.x = _root._xmouse; lastMouse.y = _root._ymouse; _root.localToGlobal(lastMouse); } function onMouseUp(Void) { if (_visible) { doLater(this, "mouseActivate"); } } function handleEvent(e) { if (e.type == "reveal") { mx.managers.SystemManager.activate(form); } else { mx.managers.SystemManager.deactivate(form); } } static function enableFocusManagement() { if (!initialized) { initialized = true; Object.registerClass("FocusManager", mx.managers.FocusManager); if (_root.focusManager == undefined) { _root.createClassObject(mx.managers.FocusManager, "focusManager", mx.managers.DepthManager.highestDepth--); } } } static var symbolName = "FocusManager"; static var symbolOwner = mx.managers.FocusManager; static var version = "2.0.2.126"; var className = "FocusManager"; var bNeedFocus = false; var bDrawFocus = false; var defaultPushButtonEnabled = true; var activated = true; static var initialized = false; static var UIObjectExtensionsDependency = mx.core.ext.UIObjectExtensions; }
Symbol 46 MovieClip [__Packages.mx.skins.halo.FocusRect] Frame 0
class mx.skins.halo.FocusRect extends mx.skins.SkinElement { var boundingBox_mc, _xscale, _yscale, clear, beginFill, drawRoundRect, endFill, _visible; function FocusRect () { super(); boundingBox_mc._visible = false; boundingBox_mc._width = (boundingBox_mc._height = 0); } function draw(o) { o.adjustFocusRect(); } function setSize(w, h, r, a, rectCol) { _xscale = (_yscale = 100); clear(); if (typeof(r) == "object") { r.br = ((r.br > 2) ? (r.br - 2) : 0); r.bl = ((r.bl > 2) ? (r.bl - 2) : 0); r.tr = ((r.tr > 2) ? (r.tr - 2) : 0); r.tl = ((r.tl > 2) ? (r.tl - 2) : 0); beginFill(rectCol, a * 0.3); drawRoundRect(0, 0, w, h, r); drawRoundRect(2, 2, w - 4, h - 4, r); endFill(); r.br = ((r.br > 1) ? (r.br + 1) : 0); r.bl = ((r.bl > 1) ? (r.bl + 1) : 0); r.tr = ((r.tr > 1) ? (r.tr + 1) : 0); r.tl = ((r.tl > 1) ? (r.tl + 1) : 0); beginFill(rectCol, a * 0.3); drawRoundRect(1, 1, w - 2, h - 2, r); r.br = ((r.br > 1) ? (r.br - 1) : 0); r.bl = ((r.bl > 1) ? (r.bl - 1) : 0); r.tr = ((r.tr > 1) ? (r.tr - 1) : 0); r.tl = ((r.tl > 1) ? (r.tl - 1) : 0); drawRoundRect(2, 2, w - 4, h - 4, r); endFill(); } else { var _local5; if (r != 0) { _local5 = r - 2; } else { _local5 = 0; } beginFill(rectCol, a * 0.3); drawRoundRect(0, 0, w, h, r); drawRoundRect(2, 2, w - 4, h - 4, _local5); endFill(); beginFill(rectCol, a * 0.3); if (r != 0) { _local5 = r - 2; r = r - 1; } else { _local5 = 0; r = 0; } drawRoundRect(1, 1, w - 2, h - 2, r); drawRoundRect(2, 2, w - 4, h - 4, _local5); endFill(); } } function handleEvent(e) { if (e.type == "unload") { _visible = true; } else if (e.type == "resize") { e.target.adjustFocusRect(); } else if (e.type == "move") { e.target.adjustFocusRect(); } } static function classConstruct() { mx.core.UIComponent.prototype.drawFocus = function (focused) { var _local2 = this._parent.focus_mc; if (!focused) { _local2._visible = false; this.removeEventListener("unload", _local2); this.removeEventListener("move", _local2); this.removeEventListener("resize", _local2); } else { if (_local2 == undefined) { _local2 = this._parent.createChildAtDepth("FocusRect", mx.managers.DepthManager.kTop); _local2.tabEnabled = false; this._parent.focus_mc = _local2; } else { _local2._visible = true; } _local2.draw(this); if (_local2.getDepth() < this.getDepth()) { _local2.setDepthAbove(this); } this.addEventListener("unload", _local2); this.addEventListener("move", _local2); this.addEventListener("resize", _local2); } }; mx.core.UIComponent.prototype.adjustFocusRect = function () { var _local2 = this.getStyle("themeColor"); if (_local2 == undefined) { _local2 = 8453965 /* 0x80FF4D */; } var _local3 = this._parent.focus_mc; _local3.setSize(this.width + 4, this.height + 4, 0, 100, _local2); _local3.move(this.x - 2, this.y - 2); }; TextField.prototype.drawFocus = mx.core.UIComponent.prototype.drawFocus; TextField.prototype.adjustFocusRect = mx.core.UIComponent.prototype.adjustFocusRect; mx.skins.halo.FocusRect.prototype.drawRoundRect = mx.skins.halo.Defaults.prototype.drawRoundRect; return(true); } static var classConstructed = classConstruct(); static var DefaultsDependency = mx.skins.halo.Defaults; static var UIComponentDependency = mx.core.UIComponent; }
Symbol 47 MovieClip [__Packages.mx.managers.OverlappedWindows] Frame 0
class mx.managers.OverlappedWindows { function OverlappedWindows () { } static function checkIdle(Void) { if (mx.managers.SystemManager.idleFrames > 10) { mx.managers.SystemManager.dispatchEvent({type:"idle"}); } else { mx.managers.SystemManager.idleFrames++; } } static function __addEventListener(e, o, l) { if (e == "idle") { if (mx.managers.SystemManager.interval == undefined) { mx.managers.SystemManager.interval = setInterval(mx.managers.SystemManager.checkIdle, 100); } } mx.managers.SystemManager._xAddEventListener(e, o, l); } static function __removeEventListener(e, o, l) { if (e == "idle") { if (mx.managers.SystemManager._xRemoveEventListener(e, o, l) == 0) { clearInterval(mx.managers.SystemManager.interval); } } else { mx.managers.SystemManager._xRemoveEventListener(e, o, l); } } static function onMouseDown(Void) { mx.managers.SystemManager.idleFrames = 0; mx.managers.SystemManager.isMouseDown = true; var _local5 = _root; var _local3; var _local8 = _root._xmouse; var _local7 = _root._ymouse; if (mx.managers.SystemManager.form.modalWindow == undefined) { if (mx.managers.SystemManager.forms.length > 1) { var _local6 = mx.managers.SystemManager.forms.length; var _local4; _local4 = 0; while (_local4 < _local6) { var _local2 = mx.managers.SystemManager.forms[_local4]; if (_local2._visible) { if (_local2.hitTest(_local8, _local7)) { if (_local3 == undefined) { _local3 = _local2.getDepth(); _local5 = _local2; } else if (_local3 < _local2.getDepth()) { _local3 = _local2.getDepth(); _local5 = _local2; } } } _local4++; } if (_local5 != mx.managers.SystemManager.form) { mx.managers.SystemManager.activate(_local5); } } } var _local9 = mx.managers.SystemManager.form; _local9.focusManager._onMouseDown(); } static function onMouseMove(Void) { mx.managers.SystemManager.idleFrames = 0; } static function onMouseUp(Void) { mx.managers.SystemManager.isMouseDown = false; mx.managers.SystemManager.idleFrames = 0; } static function activate(f) { if (mx.managers.SystemManager.form != undefined) { if ((mx.managers.SystemManager.form != f) && (mx.managers.SystemManager.forms.length > 1)) { var _local1 = mx.managers.SystemManager.form; _local1.focusManager.deactivate(); } } mx.managers.SystemManager.form = f; f.focusManager.activate(); } static function deactivate(f) { if (mx.managers.SystemManager.form != undefined) { if ((mx.managers.SystemManager.form == f) && (mx.managers.SystemManager.forms.length > 1)) { var _local5 = mx.managers.SystemManager.form; _local5.focusManager.deactivate(); var _local3 = mx.managers.SystemManager.forms.length; var _local1; var _local2; _local1 = 0; while (_local1 < _local3) { if (mx.managers.SystemManager.forms[_local1] == f) { _local1 = _local1 + 1; while (_local1 < _local3) { if (mx.managers.SystemManager.forms[_local1]._visible == true) { _local2 = mx.managers.SystemManager.forms[_local1]; } _local1++; } mx.managers.SystemManager.form = _local2; break; } if (mx.managers.SystemManager.forms[_local1]._visible == true) { _local2 = mx.managers.SystemManager.forms[_local1]; } _local1++; } _local5 = mx.managers.SystemManager.form; _local5.focusManager.activate(); } } } static function addFocusManager(f) { mx.managers.SystemManager.forms.push(f); mx.managers.SystemManager.activate(f); } static function removeFocusManager(f) { var _local3 = mx.managers.SystemManager.forms.length; var _local1; _local1 = 0; while (_local1 < _local3) { if (mx.managers.SystemManager.forms[_local1] == f) { if (mx.managers.SystemManager.form == f) { mx.managers.SystemManager.deactivate(f); } mx.managers.SystemManager.forms.splice(_local1, 1); return(undefined); } _local1++; } } static function enableOverlappedWindows() { if (!initialized) { initialized = true; mx.managers.SystemManager.checkIdle = checkIdle; mx.managers.SystemManager.__addEventListener = __addEventListener; mx.managers.SystemManager.__removeEventListener = __removeEventListener; mx.managers.SystemManager.onMouseDown = onMouseDown; mx.managers.SystemManager.onMouseMove = onMouseMove; mx.managers.SystemManager.onMouseUp = onMouseUp; mx.managers.SystemManager.activate = activate; mx.managers.SystemManager.deactivate = deactivate; mx.managers.SystemManager.addFocusManager = addFocusManager; mx.managers.SystemManager.removeFocusManager = removeFocusManager; } } static var initialized = false; static var SystemManagerDependency = mx.managers.SystemManager; }
Symbol 48 MovieClip [__Packages.mx.styles.CSSSetStyle] Frame 0
class mx.styles.CSSSetStyle { var styleName, stylecache, _color, setColor, invalidateStyle; function CSSSetStyle () { } function _setStyle(styleProp, newValue) { this[styleProp] = newValue; if (mx.styles.StyleManager.TextStyleMap[styleProp] != undefined) { if (styleProp == "color") { if (isNaN(newValue)) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } } _level0.changeTextStyleInChildren(styleProp); return(undefined); } if (mx.styles.StyleManager.isColorStyle(styleProp)) { if (isNaN(newValue)) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } if (styleProp == "themeColor") { var _local7 = mx.styles.StyleManager.colorNames.haloBlue; var _local6 = mx.styles.StyleManager.colorNames.haloGreen; var _local8 = mx.styles.StyleManager.colorNames.haloOrange; var _local4 = {}; _local4[_local7] = 12188666 /* 0xB9FBFA */; _local4[_local6] = 13500353 /* 0xCDFFC1 */; _local4[_local8] = 16766319 /* 0xFFD56F */; var _local5 = {}; _local5[_local7] = 13958653 /* 0xD4FDFD */; _local5[_local6] = 14942166 /* 0xE3FFD6 */; _local5[_local8] = 16772787 /* 0xFFEEB3 */; var _local9 = _local4[newValue]; var _local10 = _local5[newValue]; if (_local9 == undefined) { _local9 = newValue; } if (_local10 == undefined) { _local10 = newValue; } setStyle("selectionColor", _local9); setStyle("rollOverColor", _local10); } _level0.changeColorStyleInChildren(styleName, styleProp, newValue); } else { if ((styleProp == "backgroundColor") && (isNaN(newValue))) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } _level0.notifyStyleChangeInChildren(styleName, styleProp, newValue); } } function changeTextStyleInChildren(styleProp) { var _local4 = getTimer(); var _local5; for (_local5 in this) { var _local2 = this[_local5]; if (_local2._parent == this) { if (_local2.searchKey != _local4) { if (_local2.stylecache != undefined) { delete _local2.stylecache.tf; delete _local2.stylecache[styleProp]; } _local2.invalidateStyle(styleProp); _local2.changeTextStyleInChildren(styleProp); _local2.searchKey = _local4; } } } } function changeColorStyleInChildren(sheetName, colorStyle, newValue) { var _local6 = getTimer(); var _local7; for (_local7 in this) { var _local2 = this[_local7]; if (_local2._parent == this) { if (_local2.searchKey != _local6) { if (((_local2.getStyleName() == sheetName) || (sheetName == undefined)) || (sheetName == "_global")) { if (_local2.stylecache != undefined) { delete _local2.stylecache[colorStyle]; } if (typeof(_local2._color) == "string") { if (_local2._color == colorStyle) { var _local4 = _local2.getStyle(colorStyle); if (colorStyle == "color") { if (stylecache.tf.color != undefined) { stylecache.tf.color = _local4; } } _local2.setColor(_local4); } } else if (_local2._color[colorStyle] != undefined) { if (typeof(_local2) != "movieclip") { _local2._parent.invalidateStyle(); } else { _local2.invalidateStyle(colorStyle); } } } _local2.changeColorStyleInChildren(sheetName, colorStyle, newValue); _local2.searchKey = _local6; } } } } function notifyStyleChangeInChildren(sheetName, styleProp, newValue) { var _local5 = getTimer(); var _local6; for (_local6 in this) { var _local2 = this[_local6]; if (_local2._parent == this) { if (_local2.searchKey != _local5) { if (((_local2.styleName == sheetName) || ((_local2.styleName != undefined) && (typeof(_local2.styleName) == "movieclip"))) || (sheetName == undefined)) { if (_local2.stylecache != undefined) { delete _local2.stylecache[styleProp]; delete _local2.stylecache.tf; } delete _local2.enabledColor; _local2.invalidateStyle(styleProp); } _local2.notifyStyleChangeInChildren(sheetName, styleProp, newValue); _local2.searchKey = _local5; } } } } function setStyle(styleProp, newValue) { if (stylecache != undefined) { delete stylecache[styleProp]; delete stylecache.tf; } this[styleProp] = newValue; if (mx.styles.StyleManager.isColorStyle(styleProp)) { if (isNaN(newValue)) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } if (styleProp == "themeColor") { var _local10 = mx.styles.StyleManager.colorNames.haloBlue; var _local9 = mx.styles.StyleManager.colorNames.haloGreen; var _local11 = mx.styles.StyleManager.colorNames.haloOrange; var _local6 = {}; _local6[_local10] = 12188666 /* 0xB9FBFA */; _local6[_local9] = 13500353 /* 0xCDFFC1 */; _local6[_local11] = 16766319 /* 0xFFD56F */; var _local7 = {}; _local7[_local10] = 13958653 /* 0xD4FDFD */; _local7[_local9] = 14942166 /* 0xE3FFD6 */; _local7[_local11] = 16772787 /* 0xFFEEB3 */; var _local12 = _local6[newValue]; var _local13 = _local7[newValue]; if (_local12 == undefined) { _local12 = newValue; } if (_local13 == undefined) { _local13 = newValue; } setStyle("selectionColor", _local12); setStyle("rollOverColor", _local13); } if (typeof(_color) == "string") { if (_color == styleProp) { if (styleProp == "color") { if (stylecache.tf.color != undefined) { stylecache.tf.color = newValue; } } setColor(newValue); } } else if (_color[styleProp] != undefined) { invalidateStyle(styleProp); } changeColorStyleInChildren(undefined, styleProp, newValue); } else { if ((styleProp == "backgroundColor") && (isNaN(newValue))) { newValue = mx.styles.StyleManager.getColorName(newValue); this[styleProp] = newValue; if (newValue == undefined) { return(undefined); } } invalidateStyle(styleProp); } if (mx.styles.StyleManager.isInheritingStyle(styleProp) || (styleProp == "styleName")) { var _local8; var _local5 = newValue; if (styleProp == "styleName") { _local8 = ((typeof(newValue) == "string") ? (_global.styles[newValue]) : (_local5)); _local5 = _local8.themeColor; if (_local5 != undefined) { _local8.rollOverColor = (_local8.selectionColor = _local5); } } notifyStyleChangeInChildren(undefined, styleProp, newValue); } } static function enableRunTimeCSS() { } static function classConstruct() { var _local2 = MovieClip.prototype; var _local3 = mx.styles.CSSSetStyle.prototype; mx.styles.CSSStyleDeclaration.prototype.setStyle = _local3._setStyle; _local2.changeTextStyleInChildren = _local3.changeTextStyleInChildren; _local2.changeColorStyleInChildren = _local3.changeColorStyleInChildren; _local2.notifyStyleChangeInChildren = _local3.notifyStyleChangeInChildren; _local2.setStyle = _local3.setStyle; _global.ASSetPropFlags(_local2, "changeTextStyleInChildren", 1); _global.ASSetPropFlags(_local2, "changeColorStyleInChildren", 1); _global.ASSetPropFlags(_local2, "notifyStyleChangeInChildren", 1); _global.ASSetPropFlags(_local2, "setStyle", 1); var _local4 = TextField.prototype; _local4.setStyle = _local2.setStyle; _local4.changeTextStyleInChildren = _local3.changeTextStyleInChildren; return(true); } static var classConstructed = classConstruct(); static var CSSStyleDeclarationDependency = mx.styles.CSSStyleDeclaration; }
Symbol 49 MovieClip [__Packages.mx.core.ext.UIComponentExtensions] Frame 0
class mx.core.ext.UIComponentExtensions { function UIComponentExtensions () { } static function Extensions() { if (bExtended == true) { return(true); } bExtended = true; TextField.prototype.setFocus = function () { Selection.setFocus(this); }; TextField.prototype.onSetFocus = function (oldFocus) { if (this.tabEnabled != false) { if (this.getFocusManager().bDrawFocus) { this.drawFocus(true); } } }; TextField.prototype.onKillFocus = function (oldFocus) { if (this.tabEnabled != false) { this.drawFocus(false); } }; TextField.prototype.drawFocus = mx.core.UIComponent.prototype.drawFocus; TextField.prototype.getFocusManager = mx.core.UIComponent.prototype.getFocusManager; mx.managers.OverlappedWindows.enableOverlappedWindows(); mx.styles.CSSSetStyle.enableRunTimeCSS(); mx.managers.FocusManager.enableFocusManagement(); } static var bExtended = false; static var UIComponentExtended = Extensions(); static var UIComponentDependency = mx.core.UIComponent; static var FocusManagerDependency = mx.managers.FocusManager; static var OverlappedWindowsDependency = mx.managers.OverlappedWindows; }
Instance of Symbol 71 MovieClip in Symbol 95 MovieClip Frame 1
on (release) { getURL ("http://www.muchgames.com", "_blank"); }
Symbol 95 MovieClip Frame 150
_root.nextFrame();
Symbol 106 Button
on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 108 Button
on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 110 Button
on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 112 Button
on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 114 Button
on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Instance of Symbol 117 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { this.destx = _root.demo.man._x; var diffx = (this.destx - this._x); this._x = this._x + (diffx * 0.15); this.desty = _root.demo.man._y; var diffy = (this.desty - this._y); this._y = this._y + (diffy * 0.15); }
Instance of Symbol 117 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { this.destx = _root.demo.man._x; var diffx = (this.destx - this._x); this._x = this._x + (diffx * 0.2); this.desty = _root.demo.man._y; var diffy = (this.desty - this._y); this._y = this._y + (diffy * 0.2); }
Instance of Symbol 117 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { this.destx = _root.demo.man._x; var diffx = (this.destx - this._x); this._x = this._x + (diffx * 0.3); this.desty = _root.demo.man._y; var diffy = (this.desty - this._y); this._y = this._y + (diffy * 0.3); }
Instance of Symbol 117 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { this.destx = _root.demo.man._x; var diffx = (this.destx - this._x); this._x = this._x + (diffx * 0.4); this.desty = _root.demo.man._y; var diffy = (this.desty - this._y); this._y = this._y + (diffy * 0.4); }
Instance of Symbol 118 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.demo.man)) { _root.demo.man.yspeed = 0; setProperty(_root.demo.man, _y , 23); } }
Instance of Symbol 118 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.demo.man)) { _root.demo.man.xspeed = 0; setProperty(_root.demo.man, _x , 23); } }
Instance of Symbol 118 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.demo.man)) { _root.demo.man.yspeed = 0; setProperty(_root.demo.man, _y , 107); } }
Instance of Symbol 118 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.demo.man)) { _root.demo.man.xspeed = 0; setProperty(_root.demo.man, _x , 123); } }
Instance of Symbol 122 MovieClip "man" in Symbol 126 MovieClip Frame 1
onClipEvent (load) { yspeed = 0; xspeed = 0; wind = 0; power = 0.45; gravity = 0.075; upconstant = 0.6; friction = 0.99; this._alpha = 50; } onClipEvent (enterFrame) { if ((_root.begin == 0) || (_root.p == 1)) { this._alpha == 1; this._rotation = 0; } else { if (this._alpha < 99) { this._alpha = this._alpha + 5; } if (Key.isDown(37)) { xspeed = xspeed - power; } if (Key.isDown(39)) { xspeed = xspeed + power; } if (Key.isDown(38)) { yspeed = yspeed - (power * upconstant); } if (Key.isDown(40)) { yspeed = yspeed + (power * upconstant); } xspeed = (xspeed + wind) * friction; yspeed = yspeed + gravity; if (xspeed == 0) { this._rotation = 0; } else { this._rotation = xspeed * 6; } _y = (_y + yspeed); _x = (_x + xspeed); } }
Symbol 129 Button
on (release) { gotoAndStop (2); _root.sound = -1; }
Symbol 133 Button
on (release) { gotoAndStop (1); _root.sound = 1; }
Symbol 134 MovieClip Frame 1
stop();
Symbol 138 Button
on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 143 Button
on (release) { gotoAndStop (4); } on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 163 Button
on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); } on (release) { stopAllSounds(); soundisplaying = false; score = 0; life = 3; gotoAndStop (8); }
Symbol 187 MovieClip Frame 26
stop();
Symbol 189 MovieClip Frame 39
stop();
Symbol 190 MovieClip Frame 2
var sound = new Sound(); sound.attachSound("elevator_open"); sound.start(0, 1);
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.score = _root.score + _root.coinscore; this.unloadMovie(); _root.c.start(); } }
Instance of Symbol 216 MovieClip in Symbol 217 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.batcol++; _root.score = _root.score + _root.batscore; this.unloadMovie(); _root.e.start(); } }
Instance of Symbol 219 MovieClip in Symbol 220 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.life++; _root.score = _root.score + _root.lifescore; this.unloadMovie(); _root.l.start(); } }
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.d.start(); _root.begin = 0; } }
Symbol 228 MovieClip Frame 12
stop();
Instance of Symbol 239 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = (_root.batcol / _root.battot) * 100; }
Symbol 248 Button
on (release) { _root.p = 1; _root.quit = true; }
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 2
stop();
Symbol 258 Button
on (release) { stopAllSounds(); _root.soundisplaying = false; _root.p = _root.p * -1; _root.quit = false; _root.gotoAndStop(4); } on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 260 Button
on (release) { _root.p = _root.p * -1; _root.quit = false; } on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
stop();
Instance of Symbol 261 MovieClip in Symbol 262 MovieClip Frame 2
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_root.quit == true) { this._visible = true; } else { this._visible = false; } }
Instance of Symbol 270 MovieClip in Symbol 271 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.d.start(); _root.begin = 0; } }
Instance of Symbol 270 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.d.start(); _root.begin = 0; } }
Instance of Symbol 270 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.d.start(); _root.begin = 0; } }
Instance of Symbol 277 MovieClip in Symbol 278 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.d.start(); _root.begin = 0; } }
Instance of Symbol 280 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.d.start(); _root.begin = 0; } }
Instance of Symbol 293 MovieClip in Symbol 294 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; _root.d.start(); } _root.man._alpha = 25; _root.begin = 0; } }
Instance of Symbol 296 MovieClip in Symbol 297 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.d.start(); _root.begin = 0; } }
Symbol 310 MovieClip Frame 373
stop();
Symbol 311 MovieClip Frame 187
stop();
Symbol 315 MovieClip Frame 187
stop();
Instance of Symbol 336 MovieClip in Symbol 337 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.man.hit.hitTest(this)) { _root.man._x = _root.xcor; _root.man._y = _root.ycor; _root.man.xspeed = 0; _root.man.yspeed = 0; if (_root.man._alpha > 99) { _root.life--; _root.d.start(); _root.score = _root.score - _root.killscore; } _root.man._alpha = 25; _root.begin = 0; } }
Symbol 341 MovieClip Frame 9
stop();
Symbol 343 MovieClip Frame 9
stop();
Symbol 344 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 80
gotoAndPlay (1);
Symbol 350 MovieClip Frame 81
stop();
Symbol 357 MovieClip Frame 1
stop();
Symbol 366 Button
on (release) { gotoAndStop (4); } on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 368 Button
on (release) { gotoAndStop (40); } on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 369 Button
on (release) { getURL ("http://www.muchgames.com", "_blank"); } on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 376 Button
on (release) { pass = password; pass = pass.toLowerCase(); pcheck(); } on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }
Symbol 387 Button
on (release) { var my_lv = new LoadVars(); my_lv.strGame = "Gravity Orb"; my_lv.strName = _root.playername.text; my_lv.fltScore = score; my_lv.send("http://www.muchgames.com/requestHighScore.php", "_blank", "POST"); } on (rollOver) { var sound2 = new Sound(); sound2.attachSound("menu_rollover"); sound2.start(0, 1); }

Library Items

Symbol 1 Sound [menu_rollover]
Symbol 2 Sound [menu]
Symbol 3 Sound [l]
Symbol 4 Sound [e]
Symbol 5 Sound [elevator_open]
Symbol 6 Sound [d]
Symbol 7 Sound [c]
Symbol 8 Sound [ep1]
Symbol 12 FontUsed by:13
Symbol 13 EditableTextUses:12Used by:29
Symbol 14 MovieClip [Defaults]Used by:16
Symbol 15 MovieClip [UIObjectExtensions]Used by:16
Symbol 16 MovieClip [UIObject]Uses:14 15Used by:17 26 28
Symbol 17 MovieClip [Border]Uses:16Used by:18
Symbol 18 MovieClip [RectBorder]Uses:17Used by:29
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 ButtonUses:19 20Used by:26
Symbol 22 MovieClipUsed by:26
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClip [BoundingBox]Uses:23Used by:25
Symbol 25 MovieClip [FocusRect]Uses:24Used by:26
Symbol 26 MovieClip [FocusManager]Uses:21 22 25 16Used by:28
Symbol 27 MovieClip [UIComponentExtensions]Used by:28
Symbol 28 MovieClip [UIComponent]Uses:16 26 27Used by:29
Symbol 29 MovieClip [TextInput]Uses:13 18 28Used by:Timeline
Symbol 50 FontUsed by:51 103 107 109 111 113 123 124 136 137 139 140 141 142 145 146 147 148 149 151 152 153 154 155 160 161 164 165 166 167 168 169 170 171 172 232 234 236 244 247 250 253 255 256 257 259 365 367 370 371 373 375 378 379 380 385 386
Symbol 51 EditableTextUses:50Used by:Timeline
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:54
Symbol 54 ButtonUses:53Used by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:Timeline
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:Timeline
Symbol 9 MovieClip [__Packages.mx.core.UIObject]
Symbol 10 MovieClip [__Packages.mx.core.UIComponent]
Symbol 11 MovieClip [__Packages.mx.controls.TextInput]
Symbol 30 MovieClip [__Packages.mx.skins.SkinElement]
Symbol 31 MovieClip [__Packages.mx.styles.CSSTextStyles]
Symbol 32 MovieClip [__Packages.mx.styles.StyleManager]
Symbol 33 MovieClip [__Packages.mx.styles.CSSStyleDeclaration]
Symbol 34 MovieClip [__Packages.mx.skins.Border]
Symbol 35 MovieClip [__Packages.mx.skins.RectBorder]
Symbol 36 MovieClip [__Packages.mx.events.EventDispatcher]
Symbol 37 MovieClip [__Packages.mx.events.UIEventDispatcher]
Symbol 38 MovieClip [__Packages.mx.skins.ColoredSkinElement]
Symbol 39 MovieClip [__Packages.mx.core.ext.UIObjectExtensions]
Symbol 40 MovieClip [__Packages.mx.skins.halo.RectBorder]
Symbol 41 MovieClip [__Packages.mx.skins.halo.Defaults]
Symbol 42 MovieClip [__Packages.mx.managers.SystemManager]
Symbol 43 MovieClip [__Packages.mx.controls.SimpleButton]
Symbol 44 MovieClip [__Packages.mx.managers.DepthManager]
Symbol 45 MovieClip [__Packages.mx.managers.FocusManager]
Symbol 46 MovieClip [__Packages.mx.skins.halo.FocusRect]
Symbol 47 MovieClip [__Packages.mx.managers.OverlappedWindows]
Symbol 48 MovieClip [__Packages.mx.styles.CSSSetStyle]
Symbol 49 MovieClip [__Packages.mx.core.ext.UIComponentExtensions]
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:95
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:63
Symbol 63 MovieClipUses:62Used by:95
Symbol 64 GraphicUsed by:95
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:95
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:69
Symbol 69 MovieClipUses:68Used by:95
Symbol 70 GraphicUsed by:71 118
Symbol 71 MovieClipUses:70Used by:95
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClipUses:73Used by:95
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:77
Symbol 77 MovieClipUses:76Used by:95
Symbol 78 SoundUsed by:95
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:81
Symbol 81 MovieClipUses:80Used by:95
Symbol 82 BitmapUsed by:83 85 87 89 90 92
Symbol 83 GraphicUses:82Used by:84
Symbol 84 MovieClipUses:83Used by:95
Symbol 85 GraphicUses:82Used by:95
Symbol 86 SoundUsed by:95
Symbol 87 GraphicUses:82Used by:88
Symbol 88 MovieClipUses:87Used by:95
Symbol 89 GraphicUses:82Used by:95
Symbol 90 GraphicUses:82Used by:91
Symbol 91 MovieClipUses:90Used by:95
Symbol 92 GraphicUses:82Used by:95
Symbol 93 SoundUsed by:95
Symbol 94 SoundUsed by:95
Symbol 95 MovieClipUses:60 63 64 66 69 71 74 77 78 81 84 85 86 88 89 91 92 93 94Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:106 108 110 112 114 138 143 163 248 258 260 366 368 369 376 387
Symbol 102 GraphicUsed by:106 108 110 112 114 138 143 163 248 258 260 366 368 369 376 387
Symbol 103 TextUses:50Used by:106 369
Symbol 104 GraphicUsed by:106 108 110 112 114 138 143 163 248 258 260 366 368 369 376 387
Symbol 105 GraphicUsed by:106 108 110 112 114 138 143 163 248 258 260 366 368 369 376 387
Symbol 106 ButtonUses:101 102 103 104 105Used by:Timeline
Symbol 107 TextUses:50Used by:108
Symbol 108 ButtonUses:101 102 107 104 105Used by:Timeline
Symbol 109 TextUses:50Used by:110
Symbol 110 ButtonUses:101 102 109 104 105Used by:Timeline
Symbol 111 TextUses:50Used by:112
Symbol 112 ButtonUses:101 102 111 104 105Used by:Timeline
Symbol 113 TextUses:50Used by:114 163
Symbol 114 ButtonUses:101 102 113 104 105Used by:Timeline
Symbol 115 GraphicUsed by:126
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:126  Timeline
Symbol 118 MovieClipUses:70Used by:126
Symbol 119 GraphicUsed by:122
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:122
Symbol 122 MovieClipUses:119 121Used by:126  Timeline
Symbol 123 TextUses:50Used by:126
Symbol 124 TextUses:50Used by:126
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:115 117 118 122 123 124 125Used by:Timeline
Symbol 127 GraphicUsed by:129
Symbol 128 GraphicUsed by:129
Symbol 129 ButtonUses:127 128Used by:134
Symbol 130 GraphicUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 ButtonUses:130 131 132Used by:134
Symbol 134 MovieClipUses:129 133Used by:Timeline
Symbol 135 GraphicUsed by:Timeline
Symbol 136 EditableTextUses:50Used by:Timeline
Symbol 137 TextUses:50Used by:138
Symbol 138 ButtonUses:101 102 137 104 105Used by:Timeline
Symbol 139 TextUses:50Used by:Timeline
Symbol 140 TextUses:50Used by:Timeline
Symbol 141 TextUses:50Used by:Timeline
Symbol 142 TextUses:50Used by:143
Symbol 143 ButtonUses:101 102 142 104 105Used by:Timeline
Symbol 144 GraphicUsed by:Timeline
Symbol 145 TextUses:50Used by:Timeline
Symbol 146 TextUses:50Used by:Timeline
Symbol 147 TextUses:50Used by:Timeline
Symbol 148 TextUses:50Used by:Timeline
Symbol 149 TextUses:50Used by:Timeline
Symbol 150 GraphicUsed by:156
Symbol 151 TextUses:50Used by:156
Symbol 152 TextUses:50Used by:156
Symbol 153 TextUses:50Used by:156
Symbol 154 TextUses:50Used by:156
Symbol 155 TextUses:50Used by:156
Symbol 156 MovieClipUses:150 151 152 153 154 155Used by:Timeline
Symbol 157 GraphicUsed by:162
Symbol 158 FontUsed by:159
Symbol 159 TextUses:158Used by:162
Symbol 160 TextUses:50Used by:162
Symbol 161 TextUses:50Used by:162
Symbol 162 MovieClipUses:157 159 160 161Used by:Timeline
Symbol 163 ButtonUses:101 102 113 104 105Used by:Timeline
Symbol 164 TextUses:50Used by:Timeline
Symbol 165 EditableTextUses:50 230Used by:Timeline
Symbol 166 TextUses:50Used by:Timeline
Symbol 167 EditableTextUses:50 230Used by:Timeline
Symbol 168 EditableTextUses:50 230Used by:Timeline
Symbol 169 TextUses:50Used by:Timeline
Symbol 170 EditableTextUses:50 230Used by:Timeline
Symbol 171 TextUses:50Used by:Timeline
Symbol 172 EditableTextUses:50 230Used by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:190
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:190
Symbol 177 GraphicUsed by:190
Symbol 178 GraphicUsed by:190
Symbol 179 GraphicUsed by:190
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:182 183
Symbol 182 MovieClipUses:181Used by:189 190
Symbol 183 MovieClipUses:181Used by:189 190
Symbol 184 GraphicUsed by:190
Symbol 185 GraphicUsed by:189
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:189
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:182 183 185 187 188Used by:190
Symbol 190 MovieClipUses:174 176 177 178 179 182 183 184 189Used by:Timeline
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:193
Symbol 193 MovieClipUses:192Used by:194 360
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 GraphicUsed by:215
Symbol 196 GraphicUsed by:215
Symbol 197 GraphicUsed by:215
Symbol 198 GraphicUsed by:215
Symbol 199 GraphicUsed by:215
Symbol 200 GraphicUsed by:215
Symbol 201 GraphicUsed by:215
Symbol 202 GraphicUsed by:215
Symbol 203 GraphicUsed by:215
Symbol 204 GraphicUsed by:215
Symbol 205 GraphicUsed by:215
Symbol 206 GraphicUsed by:215
Symbol 207 GraphicUsed by:215
Symbol 208 GraphicUsed by:215
Symbol 209 GraphicUsed by:215
Symbol 210 GraphicUsed by:215
Symbol 211 GraphicUsed by:215
Symbol 212 GraphicUsed by:215
Symbol 213 GraphicUsed by:215
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214Used by:216
Symbol 216 MovieClipUses:215Used by:217 359
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:223
Symbol 223 MovieClipUses:222Used by:Timeline
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:226 227
Symbol 226 MovieClipUses:225Used by:228
Symbol 227 MovieClipUses:225Used by:228
Symbol 228 MovieClipUses:226 227Used by:Timeline
Symbol 229 GraphicUsed by:251
Symbol 230 FontUsed by:165 167 168 170 172 231 233 235 242 243 372 377 381 382 383 384
Symbol 231 EditableTextUses:230Used by:251
Symbol 232 TextUses:50Used by:251
Symbol 233 EditableTextUses:230Used by:251
Symbol 234 TextUses:50Used by:251
Symbol 235 EditableTextUses:230Used by:251
Symbol 236 TextUses:50Used by:251
Symbol 237 GraphicUsed by:251
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:241
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:239 240Used by:251
Symbol 242 EditableTextUses:230Used by:251
Symbol 243 EditableTextUses:230Used by:251
Symbol 244 TextUses:50Used by:251
Symbol 245 FontUsed by:246
Symbol 246 TextUses:245Used by:251
Symbol 247 TextUses:50Used by:248
Symbol 248 ButtonUses:101 102 247 104 105Used by:251
Symbol 249 GraphicUsed by:251
Symbol 250 EditableTextUses:50Used by:251
Symbol 251 MovieClipUses:229 231 232 233 234 235 236 237 241 242 243 244 246 248 249 250Used by:Timeline
Symbol 252 GraphicUsed by:254 261 262
Symbol 253 TextUses:50Used by:254
Symbol 254 MovieClipUses:252 253Used by:Timeline
Symbol 255 TextUses:50Used by:262
Symbol 256 TextUses:50Used by:261
Symbol 257 TextUses:50Used by:258
Symbol 258 ButtonUses:101 102 257 104 105Used by:261
Symbol 259 TextUses:50Used by:260
Symbol 260 ButtonUses:101 102 259 104 105Used by:261
Symbol 261 MovieClipUses:252 256 258 260Used by:262
Symbol 262 MovieClipUses:252 255 261Used by:Timeline
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:263Used by:265  Timeline
Symbol 265 MovieClipUses:264Used by:Timeline
Symbol 266 GraphicUsed by:Timeline
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:267Used by:270 273 277 280 296  Timeline
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269 268Used by:271 274 275
Symbol 271 MovieClipUses:270Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 MovieClipUses:272 268Used by:Timeline
Symbol 274 MovieClipUses:270Used by:Timeline
Symbol 275 MovieClipUses:270Used by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276 268Used by:278
Symbol 278 MovieClipUses:277Used by:Timeline
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279 268Used by:281
Symbol 281 MovieClipUses:280Used by:Timeline
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:284 288 314 316
Symbol 284 MovieClipUses:283Used by:288
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:285Used by:287
Symbol 287 MovieClipUses:286Used by:288
Symbol 288 MovieClipUses:283 284 287Used by:Timeline
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289Used by:291
Symbol 291 MovieClipUses:290Used by:Timeline
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:292Used by:294
Symbol 294 MovieClipUses:293Used by:Timeline
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:295 268Used by:297
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:298Used by:300  Timeline
Symbol 300 MovieClipUses:299Used by:Timeline
Symbol 301 ShapeTweeningUsed by:304
Symbol 302 ShapeTweeningUsed by:304
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:301 302 303Used by:Timeline
Symbol 305 ShapeTweeningUsed by:308
Symbol 306 ShapeTweeningUsed by:308
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:305 306 307Used by:310 311 315  Timeline
Symbol 309 GraphicUsed by:Timeline
Symbol 310 MovieClipUses:308Used by:Timeline
Symbol 311 MovieClipUses:308Used by:Timeline
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:312Used by:314 316
Symbol 314 MovieClipUses:283 313Used by:Timeline
Symbol 315 MovieClipUses:308Used by:Timeline
Symbol 316 MovieClipUses:283 313Used by:Timeline
Symbol 317 GraphicUsed by:325 353 354
Symbol 318 GraphicUsed by:325
Symbol 319 GraphicUsed by:325
Symbol 320 GraphicUsed by:325
Symbol 321 GraphicUsed by:325
Symbol 322 GraphicUsed by:325
Symbol 323 GraphicUsed by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:317 318 319 320 321 322 323 324Used by:326 361
Symbol 326 MovieClipUses:325Used by:Timeline
Symbol 327 ShapeTweeningUsed by:329
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:327 328Used by:334
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330Used by:334
Symbol 332 GraphicUsed by:333
Symbol 333 MovieClipUses:332Used by:334
Symbol 334 MovieClipUses:329 331 333Used by:Timeline
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:337 358
Symbol 337 MovieClipUses:336Used by:Timeline
Symbol 338 GraphicUsed by:344
Symbol 339 GraphicUsed by:341 343
Symbol 340 GraphicUsed by:341 343
Symbol 341 MovieClipUses:339 340Used by:344
Symbol 342 GraphicUsed by:344
Symbol 343 MovieClipUses:339 340Used by:344
Symbol 344 MovieClipUses:338 341 342 343Used by:Timeline
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:Timeline
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:350
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:348 349Used by:Timeline
Symbol 351 GraphicUsed by:352
Symbol 352 MovieClipUses:351Used by:353 354
Symbol 353 MovieClipUses:317 352Used by:Timeline
Symbol 354 MovieClipUses:317 352Used by:Timeline
Symbol 355 GraphicUsed by:357
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:355 356Used by:Timeline
Symbol 358 MovieClipUses:336Used by:Timeline
Symbol 359 MovieClipUses:216Used by:Timeline
Symbol 360 MovieClipUses:193Used by:Timeline
Symbol 361 MovieClipUses:325Used by:Timeline
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:362Used by:Timeline
Symbol 364 GraphicUsed by:Timeline
Symbol 365 TextUses:50Used by:366
Symbol 366 ButtonUses:101 102 365 104 105Used by:Timeline
Symbol 367 TextUses:50Used by:368 387
Symbol 368 ButtonUses:101 102 367 104 105Used by:Timeline
Symbol 369 ButtonUses:101 102 103 104 105Used by:Timeline
Symbol 370 TextUses:50Used by:Timeline
Symbol 371 TextUses:50Used by:Timeline
Symbol 372 EditableTextUses:230Used by:Timeline
Symbol 373 TextUses:50Used by:Timeline
Symbol 374 GraphicUsed by:Timeline
Symbol 375 TextUses:50Used by:376
Symbol 376 ButtonUses:101 102 375 104 105Used by:Timeline
Symbol 377 EditableTextUses:230Used by:Timeline
Symbol 378 TextUses:50Used by:Timeline
Symbol 379 TextUses:50Used by:Timeline
Symbol 380 TextUses:50Used by:Timeline
Symbol 381 EditableTextUses:230Used by:Timeline
Symbol 382 EditableTextUses:230Used by:Timeline
Symbol 383 EditableTextUses:230Used by:Timeline
Symbol 384 EditableTextUses:230Used by:Timeline
Symbol 385 TextUses:50Used by:Timeline
Symbol 386 TextUses:50Used by:Timeline
Symbol 387 ButtonUses:101 102 367 104 105Used by:Timeline

Instance Names

"more"Frame 4Symbol 106 Button
"level"Frame 4Symbol 108 Button
"help"Frame 4Symbol 110 Button
"credits"Frame 4Symbol 112 Button
"go"Frame 4Symbol 114 Button
"demo"Frame 4Symbol 126 MovieClip
"input"Frame 5Symbol 29 MovieClip [TextInput]
"submit"Frame 5Symbol 138 Button
"go"Frame 6Symbol 163 Button
"door"Frame 8Symbol 190 MovieClip
"c1"Frame 8Symbol 194 MovieClip
"1"Frame 8Symbol 217 MovieClip
"2"Frame 8Symbol 217 MovieClip
"c2"Frame 8Symbol 194 MovieClip
"c3"Frame 8Symbol 194 MovieClip
"c4"Frame 8Symbol 194 MovieClip
"3"Frame 8Symbol 217 MovieClip
"heart1"Frame 8Symbol 220 MovieClip
"man"Frame 8Symbol 122 MovieClip
"MENU"Frame 8Symbol 251 MovieClip
"start"Frame 8Symbol 254 MovieClip
"pause"Frame 8Symbol 262 MovieClip
"c10"Frame 9Symbol 194 MovieClip
"c6"Frame 9Symbol 194 MovieClip
"c8"Frame 9Symbol 194 MovieClip
"c9"Frame 9Symbol 194 MovieClip
"c7"Frame 9Symbol 194 MovieClip
"c11"Frame 9Symbol 194 MovieClip
"5"Frame 9Symbol 217 MovieClip
"7"Frame 9Symbol 217 MovieClip
"6"Frame 9Symbol 217 MovieClip
"4"Frame 9Symbol 217 MovieClip
"c5"Frame 9Symbol 194 MovieClip
"man"Frame 9Symbol 122 MovieClip
"water"Frame 9Symbol 265 MovieClip
"10"Frame 10Symbol 217 MovieClip
"9"Frame 10Symbol 217 MovieClip
"8"Frame 10Symbol 217 MovieClip
"c12"Frame 10Symbol 194 MovieClip
"c13"Frame 10Symbol 194 MovieClip
"c14"Frame 10Symbol 194 MovieClip
"c16"Frame 10Symbol 194 MovieClip
"c15"Frame 10Symbol 194 MovieClip
"c17"Frame 10Symbol 194 MovieClip
"man"Frame 10Symbol 122 MovieClip
"water"Frame 10Symbol 264 MovieClip
"heart2"Frame 11Symbol 220 MovieClip
"c18"Frame 11Symbol 194 MovieClip
"c19"Frame 11Symbol 194 MovieClip
"c22"Frame 11Symbol 194 MovieClip
"c25"Frame 11Symbol 194 MovieClip
"c21"Frame 11Symbol 194 MovieClip
"c23"Frame 11Symbol 194 MovieClip
"c24"Frame 11Symbol 194 MovieClip
"c20"Frame 11Symbol 194 MovieClip
"11"Frame 11Symbol 217 MovieClip
"12"Frame 11Symbol 217 MovieClip
"13"Frame 11Symbol 217 MovieClip
"man"Frame 11Symbol 122 MovieClip
"water"Frame 11Symbol 265 MovieClip
"heart3"Frame 12Symbol 220 MovieClip
"14"Frame 12Symbol 217 MovieClip
"15"Frame 12Symbol 217 MovieClip
"c26"Frame 12Symbol 194 MovieClip
"c30"Frame 12Symbol 194 MovieClip
"c27"Frame 12Symbol 194 MovieClip
"c29"Frame 12Symbol 194 MovieClip
"c28"Frame 12Symbol 194 MovieClip
"c31"Frame 12Symbol 194 MovieClip
"c35"Frame 12Symbol 194 MovieClip
"c32"Frame 12Symbol 194 MovieClip
"c34"Frame 12Symbol 194 MovieClip
"c33"Frame 12Symbol 194 MovieClip
"c36"Frame 12Symbol 194 MovieClip
"c37"Frame 12Symbol 194 MovieClip
"c39"Frame 12Symbol 194 MovieClip
"c38"Frame 12Symbol 194 MovieClip
"c40"Frame 12Symbol 194 MovieClip
"man"Frame 12Symbol 122 MovieClip
"c41"Frame 13Symbol 194 MovieClip
"c42"Frame 13Symbol 194 MovieClip
"c44"Frame 13Symbol 194 MovieClip
"c43"Frame 13Symbol 194 MovieClip
"c46"Frame 13Symbol 194 MovieClip
"c45"Frame 13Symbol 194 MovieClip
"c47"Frame 13Symbol 194 MovieClip
"c48"Frame 13Symbol 194 MovieClip
"c49"Frame 13Symbol 194 MovieClip
"c50"Frame 13Symbol 194 MovieClip
"17"Frame 13Symbol 217 MovieClip
"18"Frame 13Symbol 217 MovieClip
"19"Frame 13Symbol 217 MovieClip
"c52"Frame 13Symbol 194 MovieClip
"c51"Frame 13Symbol 194 MovieClip
"heart4"Frame 13Symbol 220 MovieClip
"16"Frame 13Symbol 217 MovieClip
"man"Frame 13Symbol 122 MovieClip
"pill1"Frame 13Symbol 271 MovieClip
"20"Frame 14Symbol 217 MovieClip
"23"Frame 14Symbol 217 MovieClip
"22"Frame 14Symbol 217 MovieClip
"21"Frame 14Symbol 217 MovieClip
"heart5"Frame 14Symbol 220 MovieClip
"c51"Frame 14Symbol 194 MovieClip
"c56"Frame 14Symbol 194 MovieClip
"c55"Frame 14Symbol 194 MovieClip
"c58"Frame 14Symbol 194 MovieClip
"c59"Frame 14Symbol 194 MovieClip
"c61"Frame 14Symbol 194 MovieClip
"c52"Frame 14Symbol 194 MovieClip
"c53"Frame 14Symbol 194 MovieClip
"c54"Frame 14Symbol 194 MovieClip
"c57"Frame 14Symbol 194 MovieClip
"c60"Frame 14Symbol 194 MovieClip
"man"Frame 14Symbol 122 MovieClip
"pill1"Frame 14Symbol 274 MovieClip
"water"Frame 14Symbol 265 MovieClip
"25"Frame 15Symbol 217 MovieClip
"pill23"Frame 15Symbol 275 MovieClip
"pill1"Frame 15Symbol 275 MovieClip
"pill2"Frame 15Symbol 278 MovieClip
"26"Frame 15Symbol 217 MovieClip
"24"Frame 15Symbol 217 MovieClip
"c64"Frame 15Symbol 194 MovieClip
"c66"Frame 15Symbol 194 MovieClip
"c68"Frame 15Symbol 194 MovieClip
"c67"Frame 15Symbol 194 MovieClip
"heart6"Frame 15Symbol 220 MovieClip
"man"Frame 15Symbol 122 MovieClip
"c65"Frame 15Symbol 194 MovieClip
"c63"Frame 15Symbol 194 MovieClip
"c62"Frame 15Symbol 194 MovieClip
"pill24"Frame 16Symbol 281 MovieClip
"pill2"Frame 16Symbol 281 MovieClip
"pill25"Frame 16Symbol 281 MovieClip
"27"Frame 16Symbol 217 MovieClip
"heart7"Frame 16Symbol 220 MovieClip
"c71"Frame 16Symbol 194 MovieClip
"c73"Frame 16Symbol 194 MovieClip
"c75"Frame 16Symbol 194 MovieClip
"c74"Frame 16Symbol 194 MovieClip
"c72"Frame 16Symbol 194 MovieClip
"man"Frame 16Symbol 122 MovieClip
"water"Frame 16Symbol 265 MovieClip
"31"Frame 17Symbol 217 MovieClip
"28"Frame 17Symbol 217 MovieClip
"32"Frame 17Symbol 217 MovieClip
"30"Frame 17Symbol 217 MovieClip
"29"Frame 17Symbol 217 MovieClip
"c81"Frame 17Symbol 194 MovieClip
"c82"Frame 17Symbol 194 MovieClip
"c83"Frame 17Symbol 194 MovieClip
"c84"Frame 17Symbol 194 MovieClip
"c85"Frame 17Symbol 194 MovieClip
"man"Frame 17Symbol 122 MovieClip
"35"Frame 18Symbol 217 MovieClip
"34"Frame 18Symbol 217 MovieClip
"38"Frame 18Symbol 217 MovieClip
"36"Frame 18Symbol 217 MovieClip
"33"Frame 18Symbol 217 MovieClip
"c91"Frame 18Symbol 194 MovieClip
"c95"Frame 18Symbol 194 MovieClip
"c92"Frame 18Symbol 194 MovieClip
"c94"Frame 18Symbol 194 MovieClip
"c93"Frame 18Symbol 194 MovieClip
"37"Frame 18Symbol 217 MovieClip
"man"Frame 18Symbol 122 MovieClip
"100"Frame 19Symbol 217 MovieClip
"pill4"Frame 19Symbol 297 MovieClip
"41"Frame 19Symbol 217 MovieClip
"40"Frame 19Symbol 217 MovieClip
"39"Frame 19Symbol 217 MovieClip
"pill1"Frame 19Symbol 297 MovieClip
"pill3"Frame 19Symbol 297 MovieClip
"pill2"Frame 19Symbol 297 MovieClip
"pill5"Frame 19Symbol 297 MovieClip
"pill6"Frame 19Symbol 297 MovieClip
"man"Frame 19Symbol 122 MovieClip
"c103"Frame 19Symbol 194 MovieClip
"c101"Frame 19Symbol 194 MovieClip
"c102"Frame 19Symbol 194 MovieClip
"c104"Frame 19Symbol 194 MovieClip
"man"Frame 20Symbol 122 MovieClip
"44"Frame 20Symbol 217 MovieClip
"43"Frame 20Symbol 217 MovieClip
"42"Frame 20Symbol 217 MovieClip
"c114"Frame 20Symbol 194 MovieClip
"c118"Frame 20Symbol 194 MovieClip
"c115"Frame 20Symbol 194 MovieClip
"c113"Frame 20Symbol 194 MovieClip
"c117"Frame 20Symbol 194 MovieClip
"c116"Frame 20Symbol 194 MovieClip
"c119"Frame 20Symbol 194 MovieClip
"c120"Frame 20Symbol 194 MovieClip
"c111"Frame 20Symbol 194 MovieClip
"c112"Frame 20Symbol 194 MovieClip
"dark"Frame 20Symbol 299 MovieClip
"45"Frame 21Symbol 217 MovieClip
"52"Frame 21Symbol 217 MovieClip
"51"Frame 21Symbol 217 MovieClip
"48"Frame 21Symbol 217 MovieClip
"47"Frame 21Symbol 217 MovieClip
"49"Frame 21Symbol 217 MovieClip
"46"Frame 21Symbol 217 MovieClip
"50"Frame 21Symbol 217 MovieClip
"c127"Frame 21Symbol 194 MovieClip
"c26"Frame 21Symbol 194 MovieClip
"c121"Frame 21Symbol 194 MovieClip
"c125"Frame 21Symbol 194 MovieClip
"c123"Frame 21Symbol 194 MovieClip
"c124"Frame 21Symbol 194 MovieClip
"c122"Frame 21Symbol 194 MovieClip
"heart7"Frame 21Symbol 220 MovieClip
"c128"Frame 21Symbol 194 MovieClip
"man"Frame 21Symbol 122 MovieClip
"water"Frame 21Symbol 265 MovieClip
"dark"Frame 21Symbol 300 MovieClip
"53"Frame 22Symbol 217 MovieClip
"c132"Frame 22Symbol 194 MovieClip
"c133"Frame 22Symbol 194 MovieClip
"c131"Frame 22Symbol 194 MovieClip
"c134"Frame 22Symbol 194 MovieClip
"c135"Frame 22Symbol 194 MovieClip
"c136"Frame 22Symbol 194 MovieClip
"heart8"Frame 22Symbol 220 MovieClip
"man"Frame 22Symbol 122 MovieClip
"water"Frame 23Symbol 265 MovieClip
"man"Frame 23Symbol 122 MovieClip
"c143"Frame 23Symbol 194 MovieClip
"c142"Frame 23Symbol 194 MovieClip
"c141"Frame 23Symbol 194 MovieClip
"54"Frame 23Symbol 217 MovieClip
"55"Frame 23Symbol 217 MovieClip
"x1"Frame 23Symbol 304 MovieClip
"x2"Frame 23Symbol 304 MovieClip
"x3"Frame 23Symbol 304 MovieClip
"x4"Frame 23Symbol 304 MovieClip
"x5"Frame 23Symbol 304 MovieClip
"x6"Frame 23Symbol 304 MovieClip
"x7"Frame 23Symbol 304 MovieClip
"x8"Frame 23Symbol 304 MovieClip
"man"Frame 24Symbol 122 MovieClip
"57"Frame 24Symbol 217 MovieClip
"56"Frame 24Symbol 217 MovieClip
"x9"Frame 24Symbol 304 MovieClip
"x10"Frame 24Symbol 304 MovieClip
"x12"Frame 24Symbol 304 MovieClip
"x13"Frame 24Symbol 304 MovieClip
"x11"Frame 24Symbol 304 MovieClip
"c151"Frame 24Symbol 194 MovieClip
"c152"Frame 24Symbol 194 MovieClip
"c153"Frame 24Symbol 194 MovieClip
"c154"Frame 24Symbol 194 MovieClip
"heart9"Frame 24Symbol 220 MovieClip
"dark"Frame 24Symbol 300 MovieClip
"heart10"Frame 25Symbol 220 MovieClip
"59"Frame 25Symbol 217 MovieClip
"58"Frame 25Symbol 217 MovieClip
"61"Frame 25Symbol 217 MovieClip
"60"Frame 25Symbol 217 MovieClip
"63"Frame 25Symbol 217 MovieClip
"62"Frame 25Symbol 217 MovieClip
"c166"Frame 25Symbol 194 MovieClip
"c165"Frame 25Symbol 194 MovieClip
"c162"Frame 25Symbol 194 MovieClip
"c163"Frame 25Symbol 194 MovieClip
"c164"Frame 25Symbol 194 MovieClip
"c161"Frame 25Symbol 194 MovieClip
"c167"Frame 25Symbol 194 MovieClip
"man"Frame 25Symbol 122 MovieClip
"toxic"Frame 25Symbol 308 MovieClip
"man"Frame 26Symbol 122 MovieClip
"64"Frame 26Symbol 217 MovieClip
"67"Frame 26Symbol 217 MovieClip
"66"Frame 26Symbol 217 MovieClip
"65"Frame 26Symbol 217 MovieClip
"69"Frame 26Symbol 217 MovieClip
"68"Frame 26Symbol 217 MovieClip
"c172"Frame 26Symbol 194 MovieClip
"c175"Frame 26Symbol 194 MovieClip
"c176"Frame 26Symbol 194 MovieClip
"c171"Frame 26Symbol 194 MovieClip
"c173"Frame 26Symbol 194 MovieClip
"c174"Frame 26Symbol 194 MovieClip
"water"Frame 27Symbol 265 MovieClip
"door"Frame 27Symbol 190 MovieClip
"man"Frame 27Symbol 122 MovieClip
"70"Frame 27Symbol 217 MovieClip
"c183"Frame 27Symbol 194 MovieClip
"c181"Frame 27Symbol 194 MovieClip
"c182"Frame 27Symbol 194 MovieClip
"c184"Frame 27Symbol 194 MovieClip
"x10"Frame 27Symbol 304 MovieClip
"x12"Frame 27Symbol 304 MovieClip
"x13"Frame 27Symbol 304 MovieClip
"dark"Frame 27Symbol 300 MovieClip
"73"Frame 28Symbol 217 MovieClip
"74"Frame 28Symbol 217 MovieClip
"72"Frame 28Symbol 217 MovieClip
"71"Frame 28Symbol 217 MovieClip
"pill2"Frame 28Symbol 281 MovieClip
"pill3"Frame 28Symbol 278 MovieClip
"pill4"Frame 28Symbol 297 MovieClip
"man"Frame 28Symbol 122 MovieClip
"c192"Frame 28Symbol 194 MovieClip
"c194"Frame 28Symbol 194 MovieClip
"c196"Frame 28Symbol 194 MovieClip
"c191"Frame 28Symbol 194 MovieClip
"c193"Frame 28Symbol 194 MovieClip
"c195"Frame 28Symbol 194 MovieClip
"pill3"Frame 28Symbol 278 MovieClip
"75"Frame 29Symbol 217 MovieClip
"76"Frame 29Symbol 217 MovieClip
"c202"Frame 29Symbol 194 MovieClip
"c203"Frame 29Symbol 194 MovieClip
"c204"Frame 29Symbol 194 MovieClip
"c201"Frame 29Symbol 194 MovieClip
"77"Frame 29Symbol 217 MovieClip
"lec"Frame 29Symbol 326 MovieClip
"man"Frame 29Symbol 122 MovieClip
"water"Frame 29Symbol 265 MovieClip
"pf"Frame 30Symbol 220 MovieClip
"lec"Frame 30Symbol 326 MovieClip
"79"Frame 30Symbol 217 MovieClip
"78"Frame 30Symbol 217 MovieClip
"c213"Frame 30Symbol 194 MovieClip
"c212"Frame 30Symbol 194 MovieClip
"c211"Frame 30Symbol 194 MovieClip
"man"Frame 30Symbol 122 MovieClip
"water"Frame 30Symbol 265 MovieClip
"pill4"Frame 30Symbol 297 MovieClip
"man"Frame 31Symbol 122 MovieClip
"80"Frame 31Symbol 217 MovieClip
"83"Frame 31Symbol 217 MovieClip
"81"Frame 31Symbol 217 MovieClip
"84"Frame 31Symbol 217 MovieClip
"c221"Frame 31Symbol 194 MovieClip
"c223"Frame 31Symbol 194 MovieClip
"c222"Frame 31Symbol 194 MovieClip
"c227"Frame 31Symbol 194 MovieClip
"c226"Frame 31Symbol 194 MovieClip
"c225"Frame 31Symbol 194 MovieClip
"82"Frame 31Symbol 217 MovieClip
"c224"Frame 31Symbol 194 MovieClip
"c228"Frame 31Symbol 194 MovieClip
"pill2"Frame 31Symbol 281 MovieClip
"push5"Frame 32Symbol 344 MovieClip
"heart11"Frame 32Symbol 220 MovieClip
"85"Frame 32Symbol 217 MovieClip
"86"Frame 32Symbol 217 MovieClip
"c232"Frame 32Symbol 194 MovieClip
"c233"Frame 32Symbol 194 MovieClip
"c231"Frame 32Symbol 194 MovieClip
"c234"Frame 32Symbol 194 MovieClip
"c235"Frame 32Symbol 194 MovieClip
"man"Frame 32Symbol 122 MovieClip
"laser"Frame 32Symbol 350 MovieClip
"pill3"Frame 32Symbol 278 MovieClip
"telbet"Frame 33Symbol 353 MovieClip
"telnet"Frame 33Symbol 354 MovieClip
"telset"Frame 33Symbol 354 MovieClip
"87"Frame 33Symbol 217 MovieClip
"88"Frame 33Symbol 217 MovieClip
"c242"Frame 33Symbol 194 MovieClip
"c241"Frame 33Symbol 194 MovieClip
"switcha"Frame 33Symbol 344 MovieClip
"telyet"Frame 33Symbol 353 MovieClip
"lec2"Frame 33Symbol 326 MovieClip
"man"Frame 33Symbol 122 MovieClip
"telfet"Frame 33Symbol 354 MovieClip
"water"Frame 33Symbol 265 MovieClip
"telret"Frame 33Symbol 353 MovieClip
"light232"Frame 34Symbol 357 MovieClip
"light2"Frame 34Symbol 357 MovieClip
"light1"Frame 34Symbol 357 MovieClip
"switchf46"Frame 34Symbol 344 MovieClip
"pill2"Frame 34Symbol 297 MovieClip
"pill1"Frame 34Symbol 278 MovieClip
"pill4"Frame 34Symbol 278 MovieClip
"pill3"Frame 34Symbol 297 MovieClip
"man"Frame 34Symbol 122 MovieClip
"89"Frame 34Symbol 217 MovieClip
"heart12"Frame 34Symbol 220 MovieClip
"laser"Frame 34Symbol 350 MovieClip
"c254"Frame 34Symbol 194 MovieClip
"c253"Frame 34Symbol 194 MovieClip
"c251"Frame 34Symbol 194 MovieClip
"c252"Frame 34Symbol 194 MovieClip
"darkgo"Frame 34Symbol 300 MovieClip
"t2"Frame 35Symbol 353 MovieClip
"t1"Frame 35Symbol 354 MovieClip
"92"Frame 35Symbol 359 MovieClip
"93"Frame 35Symbol 359 MovieClip
"94"Frame 35Symbol 359 MovieClip
"90"Frame 35Symbol 359 MovieClip
"91"Frame 35Symbol 359 MovieClip
"c261"Frame 35Symbol 360 MovieClip
"c263"Frame 35Symbol 360 MovieClip
"ui"Frame 35Symbol 360 MovieClip
"c262"Frame 35Symbol 360 MovieClip
"c264"Frame 35Symbol 360 MovieClip
"man"Frame 35Symbol 122 MovieClip
"lec34"Frame 36Symbol 361 MovieClip
"switch47"Frame 36Symbol 344 MovieClip
"metal2"Frame 36Symbol 363 MovieClip
"metal3"Frame 36Symbol 363 MovieClip
"metal4"Frame 36Symbol 363 MovieClip
"laser2"Frame 36Symbol 350 MovieClip
"95"Frame 36Symbol 217 MovieClip
"man"Frame 36Symbol 122 MovieClip
"c272"Frame 36Symbol 194 MovieClip
"c273"Frame 36Symbol 194 MovieClip
"c271"Frame 36Symbol 194 MovieClip
"c274"Frame 36Symbol 194 MovieClip
"c275"Frame 36Symbol 194 MovieClip
"c276"Frame 36Symbol 194 MovieClip
"water"Frame 36Symbol 265 MovieClip
"light12"Frame 37Symbol 357 MovieClip
"light22"Frame 37Symbol 357 MovieClip
"door"Frame 37Symbol 190 MovieClip
"metal1"Frame 37Symbol 363 MovieClip
"96"Frame 37Symbol 217 MovieClip
"switchf46g"Frame 37Symbol 344 MovieClip
"final2"Frame 37Symbol 354 MovieClip
"final1"Frame 37Symbol 354 MovieClip
"man"Frame 37Symbol 122 MovieClip
"darkgo2"Frame 37Symbol 300 MovieClip
"playername"Frame 40Symbol 29 MovieClip [TextInput]
"boundingBox_mc"Symbol 25 MovieClip [FocusRect] Frame 1Symbol 24 MovieClip [BoundingBox]
"tabCapture"Symbol 26 MovieClip [FocusManager] Frame 1Symbol 21 Button
"label"Symbol 29 MovieClip [TextInput] Frame 1Symbol 13 EditableText
"hit"Symbol 122 MovieClip Frame 1Symbol 121 MovieClip
"man"Symbol 126 MovieClip Frame 1Symbol 122 MovieClip
"pow2"Symbol 251 MovieClip Frame 1Symbol 242 EditableText
"pow1"Symbol 251 MovieClip Frame 1Symbol 243 EditableText
"hurt"Symbol 273 MovieClip Frame 1Symbol 268 MovieClip
"dark"Symbol 300 MovieClip Frame 1Symbol 299 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "menu_rollover"
ExportAssets (56)Timeline Frame 1Symbol 2 as "menu"
ExportAssets (56)Timeline Frame 1Symbol 3 as "l"
ExportAssets (56)Timeline Frame 1Symbol 4 as "e"
ExportAssets (56)Timeline Frame 1Symbol 5 as "elevator_open"
ExportAssets (56)Timeline Frame 1Symbol 6 as "d"
ExportAssets (56)Timeline Frame 1Symbol 7 as "c"
ExportAssets (56)Timeline Frame 1Symbol 8 as "ep1"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Defaults"
ExportAssets (56)Timeline Frame 1Symbol 15 as "UIObjectExtensions"
ExportAssets (56)Timeline Frame 1Symbol 16 as "UIObject"
ExportAssets (56)Timeline Frame 1Symbol 17 as "Border"
ExportAssets (56)Timeline Frame 1Symbol 18 as "RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 24 as "BoundingBox"
ExportAssets (56)Timeline Frame 1Symbol 25 as "FocusRect"
ExportAssets (56)Timeline Frame 1Symbol 26 as "FocusManager"
ExportAssets (56)Timeline Frame 1Symbol 27 as "UIComponentExtensions"
ExportAssets (56)Timeline Frame 1Symbol 28 as "UIComponent"
ExportAssets (56)Timeline Frame 1Symbol 29 as "TextInput"
ExportAssets (56)Timeline Frame 1Symbol 9 as "__Packages.mx.core.UIObject"
ExportAssets (56)Timeline Frame 1Symbol 10 as "__Packages.mx.core.UIComponent"
ExportAssets (56)Timeline Frame 1Symbol 11 as "__Packages.mx.controls.TextInput"
ExportAssets (56)Timeline Frame 1Symbol 30 as "__Packages.mx.skins.SkinElement"
ExportAssets (56)Timeline Frame 1Symbol 31 as "__Packages.mx.styles.CSSTextStyles"
ExportAssets (56)Timeline Frame 1Symbol 32 as "__Packages.mx.styles.StyleManager"
ExportAssets (56)Timeline Frame 1Symbol 33 as "__Packages.mx.styles.CSSStyleDeclaration"
ExportAssets (56)Timeline Frame 1Symbol 34 as "__Packages.mx.skins.Border"
ExportAssets (56)Timeline Frame 1Symbol 35 as "__Packages.mx.skins.RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 36 as "__Packages.mx.events.EventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 37 as "__Packages.mx.events.UIEventDispatcher"
ExportAssets (56)Timeline Frame 1Symbol 38 as "__Packages.mx.skins.ColoredSkinElement"
ExportAssets (56)Timeline Frame 1Symbol 39 as "__Packages.mx.core.ext.UIObjectExtensions"
ExportAssets (56)Timeline Frame 1Symbol 40 as "__Packages.mx.skins.halo.RectBorder"
ExportAssets (56)Timeline Frame 1Symbol 41 as "__Packages.mx.skins.halo.Defaults"
ExportAssets (56)Timeline Frame 1Symbol 42 as "__Packages.mx.managers.SystemManager"
ExportAssets (56)Timeline Frame 1Symbol 43 as "__Packages.mx.controls.SimpleButton"
ExportAssets (56)Timeline Frame 1Symbol 44 as "__Packages.mx.managers.DepthManager"
ExportAssets (56)Timeline Frame 1Symbol 45 as "__Packages.mx.managers.FocusManager"
ExportAssets (56)Timeline Frame 1Symbol 46 as "__Packages.mx.skins.halo.FocusRect"
ExportAssets (56)Timeline Frame 1Symbol 47 as "__Packages.mx.managers.OverlappedWindows"
ExportAssets (56)Timeline Frame 1Symbol 48 as "__Packages.mx.styles.CSSSetStyle"
ExportAssets (56)Timeline Frame 1Symbol 49 as "__Packages.mx.core.ext.UIComponentExtensions"

Labels

"TODO"Frame 1

Dynamic Text Variables

_root.getPercentSymbol 51 EditableText""
messageSymbol 136 EditableText"<p align="center"></p>"
_root.scoreSymbol 231 EditableText"1299"
_root.passwordSymbol 233 EditableText"vertigo"
_root.lifeSymbol 235 EditableText"16"
_root.battotSymbol 242 EditableText"8"
_root.batcolSymbol 243 EditableText"8"
_root.instructionsSymbol 250 EditableText""
scoreSymbol 372 EditableText"4444"
passwordSymbol 377 EditableText"4444"
scoreSymbol 381 EditableText"4444"
scoreSymbol 383 EditableText"4444"




http://swfchan.com/7/30292/info.shtml
Created: 19/5 -2019 11:24:19 Last modified: 19/5 -2019 11:24:19 Server time: 11/05 -2024 13:26:32