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

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

Steady Hand Game - make your way through 45 levels in this mouse avoider.swf

This is the info page for
Flash #89334

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


ActionScript [AS1/AS2]
Combined Code
movieClip 2 { } movieClip 3 attackblock { frame 1 { play(); } frame 2 { stop(); } frame 12 { stop(); } } frame 1 { var c = new ContextMenu(); c.onSelect = function () { _root.norightclick.play(); _root.gotoAndStop(2); }; c.hideBuiltInItems(); _root.menu = c; } frame 1 { stop(); _root.loadcheck = 0; _root.loadcheck2 = 0; _root.infobar.stats.levelon = 1; _root.infobar.stats.score = 0; _root.gameplay = 0; _root.LEVEL = 0; _root.mute = 0; _root.inv = 0; _root.gameover = 0; _root.redplaying = 0; _root.easycrystalsgot = 0; _root.easycrystalsgotshow.text = 0; _root.easyhighscore = 0; _root.hardcrystalgot = 0; _root.hardcrystalhighscore = 0; _root.hardhighscore = 0; _root.xcrystals = 0; _root.xhighscore = 0; _root.xcrystalshighscore = 0; _root.easylevelhighest = 0; _root.hardlevelhighest = 0; _root.extremelevelhighest = 0; _root.bonusunlock = 0; _root.p = 0; _root.bosstries = 0; _root.bonusunlock2 = 0; _root.slevelhighest = 0; _root.shighscore = 0; _root.slevel = 0; _root.completeeasy = 0; _root.completehard = 0; _root.completex = 0; _root.completeboss = 0; _root.completesurv = 0; _root.totalcomplete = 0; } frame 1 { var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); _root.bonusunlock = savefile.data.bonusunlock; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); _root.bonusunlock2 = savefile.data.bonusunlock2; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.COMPLETEEASY == undefined) { _root.completeeasy = 0; } else { _root.completeeasy = savefile.data.COMPLETEEASY; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.COMPLETEHARD == undefined) { _root.completehard = 0; } else { _root.completehard = savefile.data.COMPLETEHARD; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.COMPLETEX == undefined) { _root.completex = 0; } else { _root.completex = savefile.data.COMPLETEX; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.COMPLETESURV == undefined) { _root.completesurv = 0; } else { _root.completesurv = savefile.data.COMPLETESURV; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.COMPLETEBOSS == undefined) { _root.completeboss = 0; } else { _root.completeboss = savefile.data.COMPLETEBOSS; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.TOTALCOMPLETE == undefined) { _root.totalcomplete = 0; } else { _root.totalcomplete = savefile.data.TOTALCOMPLETE; } } frame 1 { function doSomething() {} function doSomething2() { getURL('http://www.zegman.deviantart.com', _blank); } MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem('2009 ZEGMAN PRODUCTIONS', doSomething2); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); _root.menu = MENU; } frame 1 { _quality = 'HIGH'; } movieClip 6 { } movieClip 7 { } movieClip 9 { } movieClip 11 { } movieClip 14 { } movieClip 16 { } movieClip 18 { } movieClip 20 { } movieClip 22 { frame 118 { stop(); _root.logocheck = 1; } } movieClip 26 { } movieClip 32 { frame 1 { function timerHandler() { if (!loadingComplete) { var v4 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * v4; if (v4 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop('loaded'); } return undefined; } } dt = getTimer() - time; time += dt; frameAccum += dt; var v3 = 0; for (;;) { if (!(frameAccum >= FRAME_TIME && v3 < MAX_FRAME_SKIP)) break; advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(this, false, false); } frameAccum -= FRAME_TIME; v3++; } updateAfterEvent(); } function advanceFrame(clip, recurse, loop) { if (!clip) { return undefined; } clip.stop(); if (clip._currentframe == clip._totalframes) { if (loop) { clip.gotoAndStop(1); } } else { clip.nextFrame(); } if (recurse) { for (childName in clip) { if (typeof clip[childName] == 'movieclip') { advanceFrame(clip[childName], recurse, loop); } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.33333333333334; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, 'timerHandler', FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler(); } frame 37 { stop(); _root.loadcheck = 1; _root.loading.play(); } } // unknown tag 88 length 425 movieClip 36 { } movieClip 37 { frame 1 { stop(); } frame 2 { stop(); _root.loadcheck = 1; } instance of movieClip 36 { onClipEvent (enterFrame) { if (_root.logocheck == 1) { _root.gotoAndStop('main'); } } } } // unknown tag 88 length 216 movieClip 41 { } movieClip 44 { } button 47 { on (keyPress '<Tab>') { _root.gotoAndStop(2); } } movieClip 48 { } instance of movieClip 48 { onClipEvent (enterFrame) { if (Key.isDown(77) && _root.mute == 0 && _root.gameover == 0) { _root.track1.gotoAndStop(1); _root.track2.gotoAndStop(1); _root.track3.gotoAndStop(1); _root.muteshow.play(); stopAllSounds(); } else { if (Key.isDown(77) && _root.mute == 1 && _root.gameover == 0) { _root.track1.play(); _root.unmute.play(); } } } } // unknown tag 88 length 166 movieClip 83 { } movieClip 84 { frame 1 { stop(); } frame 2 { _root.redplaying = 1; } frame 14 { _root.redplaying = 0; } } instance of movieClip 84 { onClipEvent (enterFrame) { if (_root.redplaying == 0) { this._x = _root._xmouse; this._y = _root._ymouse; } } onClipEvent (mouseDown) { this.play(); } } movieClip 87 { } movieClip 88 { frame 1 { stop(); } frame 14 { _root.mute = 1; } } movieClip 90 { } movieClip 91 { frame 1 { stop(); } frame 15 { _root.mute = 0; } } movieClip 765 __Packages.ab3.rankz.Armor_Bot_30_En_AS1 { #initclip if (!_global.ab3) { _global.ab3 = new Object(); } if (!_global.ab3.rankz) { _global.ab3.rankz = new Object(); } if (!_global.ab3.rankz.Armor_Bot_30_En_AS1) { var v1 = function () { super(); }; ab3.rankz.Armor_Bot_30_En_AS1 = v1; ab3.rankz.Armor_Bot_30_En_AS1 extends Object; var v2 = v1.prototype; v1.Encode = function (str) { var v1 = new ab3.rankz.Armor_Bot_30_En_AS1(); return v1.encodeArmor_Bot_30_En_AS1(str); }; v1.Decode = function (str) { var v1 = new ab3.rankz.Armor_Bot_30_En_AS1(); return v1.decodeArmor_Bot_30_En_AS1(str); }; v1.StringReplaceAll = function (source, find, replacement) { return (source.split(find)).join(replacement); }; v1.InitReverseChars = function () { ab3.rankz.Armor_Bot_30_En_AS1._CharsReverseLookup = new Array(); var v1 = 0; while (v1 < ab3.rankz.Armor_Bot_30_En_AS1._Chars.length) { ab3.rankz.Armor_Bot_30_En_AS1._CharsReverseLookup[ab3.rankz.Armor_Bot_30_En_AS1._Chars[v1]] = v1; ++v1; } return true; }; v1.UrlDecode = function (str) { str = ab3.rankz.Armor_Bot_30_En_AS1.StringReplaceAll(str, '\\', ' '); str = unescape(str); return str; }; v1.UrlEncode = function (str) { str = escape(str); str = ab3.rankz.Armor_Bot_30_En_AS1.StringReplaceAll(str, '\\', '%2B'); str = ab3.rankz.Armor_Bot_30_En_AS1.StringReplaceAll(str, '%20', '+'); return str; }; v2.setArmor_Bot_30_En_AS1Str = function (str) { this._Armor_Bot_30_En_AS1Str = str; this._Armor_Bot_30_En_AS1Count = 0; }; v2.readArmor_Bot_30_En_AS1 = function () { if (!this._Armor_Bot_30_En_AS1Str) { return ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput; } if (this._Armor_Bot_30_En_AS1Count >= this._Armor_Bot_30_En_AS1Str.length) { return ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput; } var v2 = this._Armor_Bot_30_En_AS1Str.charCodeAt(this._Armor_Bot_30_En_AS1Count) & 255; ++this._Armor_Bot_30_En_AS1Count; return v2; }; v2.encodeArmor_Bot_30_En_AS1 = function (str) { this.setArmor_Bot_30_En_AS1Str(str); var v3 = ''; var v2 = new Array(3); var v5 = 0; var v4 = false; for (;;) { if (!(!v4 && v2[0] != ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput)) break; v2[1] = this.readArmor_Bot_30_En_AS1(); v2[2] = this.readArmor_Bot_30_En_AS1(); v3 += ab3.rankz.Armor_Bot_30_En_AS1._Chars[v2[0] >> 2]; if (v2[1] != ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput) { v3 += ab3.rankz.Armor_Bot_30_En_AS1._Chars[v2[0] << 4 & 48 | v2[1] >> 4]; if (v2[2] != ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput) { v3 += ab3.rankz.Armor_Bot_30_En_AS1._Chars[v2[1] << 2 & 60 | v2[2] >> 6]; v3 += ab3.rankz.Armor_Bot_30_En_AS1._Chars[v2[2] & 63]; } else { v3 += ab3.rankz.Armor_Bot_30_En_AS1._Chars[v2[1] << 2 & 60]; v3 += '='; v4 = true; } } else { v3 += ab3.rankz.Armor_Bot_30_En_AS1._Chars[v2[0] << 4 & 48]; v3 += '='; v3 += '='; v4 = true; } v5 += 4; if (v5 >= 76) { v3 += '\n'; v5 = 0; } } return v3; }; v2.readReverseArmor_Bot_30_En_AS1 = function () { if (!this._Armor_Bot_30_En_AS1Str) { return ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput; } while (!false) { if (this._Armor_Bot_30_En_AS1Count >= this._Armor_Bot_30_En_AS1Str.length) { return ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput; } var v2 = this._Armor_Bot_30_En_AS1Str.charAt(this._Armor_Bot_30_En_AS1Count); ++this._Armor_Bot_30_En_AS1Count; if (ab3.rankz.Armor_Bot_30_En_AS1._CharsReverseLookup[v2]) { return ab3.rankz.Armor_Bot_30_En_AS1._CharsReverseLookup[v2]; } if (v2 == 'A') { return 0; } } return ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput; }; v2.ntos = function (n) { var v1 = n.toString(16); if (v1.length == 1) { v1 = '0' + v1; } v1 = '%' + v1; return unescape(v1); }; v2.decodeArmor_Bot_30_En_AS1 = function (str) { this.setArmor_Bot_30_En_AS1Str(str); var v3 = ''; var v2 = new Array(4); var v4 = false; for (;;) { if (!(!v4 && v2[0] != ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput && v2[1] != ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput)) break; v2[2] = this.readReverseArmor_Bot_30_En_AS1(); v2[3] = this.readReverseArmor_Bot_30_En_AS1(); v3 += this.ntos(v2[0] << 2 & 255 | v2[1] >> 4); if (v2[2] != ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput) { v3 += this.ntos(v2[1] << 4 & 255 | v2[2] >> 2); if (v2[3] != ab3.rankz.Armor_Bot_30_En_AS1._EndOfInput) { v3 += this.ntos(v2[2] << 6 & 255 | v2[3]); } else { v4 = true; } } else { v4 = true; } } return v3; }; v2.toHex = function (n) { var v4 = ''; var v3 = true; var v1 = 32; while (v1 > 0) { v1 -= 4; var v2 = n >> v1 & 15; if (!v3 || v2 != 0) { v3 = false; v4 += ab3.rankz.Armor_Bot_30_En_AS1._Digits[v2]; } } return (v4 == '') ? '0' : v4; }; v2.pad = function (str, len, pad) { var v2 = str; var v1 = str.length; while (v1 < len) { v2 = pad + v2; ++v1; } return v2; }; v2.encodeHex = function (str) { var v4 = ''; var v2 = 0; while (v2 < str.length) { v4 += this.pad(this.toHex(str.charCodeAt(v2) & 255), 2, '0'); ++v2; } return v4; }; v2.decodeHex = function (str) { var v5 = ''; var v3 = ''; var v2 = 0; while (v2 < str.length) { v3 += str.charAt(v2); if (v3.length == 2) { v5 += this.ntos(parseInt('0x' + v3)); v3 = ''; } ++v2; } return v5; }; v1._EndOfInput = -1; v1._Chars = new Array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/'); v1._CharsReverseLookupInited = ab3.rankz.Armor_Bot_30_En_AS1.InitReverseChars(); v1._Digits = new Array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'); ASSetPropFlags(ab3.rankz.Armor_Bot_30_En_AS1.prototype, null, 1); } #endinitclip } frame 2 { stop(); _root.infobar.stats.levelon = 1; _root.infobar.stats.score = 0; _root.gameplay = 0; _root.bonus = 0; _root.LEVEL = 0; _root.loadcheck = 0; _root.loadcheck2 = 0; _root.infobar.stats.levelon = 1; _root.infobar.stats.score = 0; _root.gameplay = 0; _root.LEVEL = 0; _root.mute = 0; _root.inv = 0; _root.gameover = 0; _root.redplaying = 0; } frame 2 { c = 0; onEnterFrame = function () { removeMovieClip('attackblock' + c); ++c; }; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.TOTALCOMPLETE = _root.totalcomplete; } frame 2 { stop(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.EASYHIGHSCORE == undefined) { _root.easycrystalsgotshow = 0; } else { _root.easycrystalsgotshow = savefile.data.EASYHIGHSCORE; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.EASYHIGHSCORE2 == undefined) { _root.easyhighscore = 0; } else { _root.easyhighscore = savefile.data.EASYHIGHSCORE2; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.HARDHIGHSCORE2 == undefined) { _root.hardhighscore = 0; } else { _root.hardhighscore = savefile.data.HARDHIGHSCORE2; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.HARDHIGHSCORE == undefined) { _root.hardcrystalhighscore = 0; } else { _root.hardcrystalhighscore = savefile.data.HARDHIGHSCORE; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.XHIGHSCORE == undefined) { _root.xcrystalshighscore = 0; } else { _root.xcrystalshighscore = savefile.data.XHIGHSCORE; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.XHIGHSCORE2 == undefined) { _root.xhighscore = 0; } else { _root.xhighscore = savefile.data.XHIGHSCORE2; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.SHIGHSCORE == undefined) { _root.shighscore = 0; } else { _root.shighscore = savefile.data.SHIGHSCORE; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.SLEVELHIGHEST == undefined) { _root.slevelhighest = 0; } else { _root.slevelhighest = savefile.data.SLEVELHIGHEST; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.EASYLEVEL == undefined) { _root.easylevelhighest = 0; } else { _root.easylevelhighest = savefile.data.EASYLEVEL; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.HARDLEVEL == undefined) { _root.hardlevelhighest = 0; } else { _root.hardlevelhighest = savefile.data.HARDLEVEL; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (savefile.data.EXTREMELEVEL == undefined) { _root.extremelevelhighest = 0; } else { _root.extremelevelhighest = savefile.data.EXTREMELEVEL; } } frame 2 { _quality = 'HIGH'; } movieClip 94 { frame 1 { stopAllSounds(); } frame 2 { stop(); } } movieClip 96 { } movieClip 97 { } movieClip 98 { } movieClip 99 { frame 1 { gotoAndStop(random(5)); } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } movieClip 101 { } button 107 { on (rollOver) { gotoAndStop(2); } } button 116 { on (rollOver) { gotoAndStop(3); } } button 120 { on (rollOver) { gotoAndStop(4); } } movieClip 126 { } movieClip 128 { } button 130 { on (press) { _root.gotoAndStop('bonusmode'); } } movieClip 131 { } movieClip 132 { frame 1 { stop(); if (_root.bonusunlock == 1) { play(); } } frame 2 { stop(); } } button 138 { on (press) { _root.gotoAndStop(3); } } button 146 { on (rollOver) { gotoAndStop(1); } } button 150 { on (press) { _root.gotoAndStop('hardlevel1'); } } button 162 { on (press) { _root.gotoAndStop(44); } } movieClip 164 { frame 1 { if (_root.bonusunlock2 != 1) { play(); } else { stop(); } } frame 2 { stop(); } } button 170 { on (press) { _root.gotoAndStop('survival'); } } movieClip 173 { frame 1 { stop(); _root.mainmenu.crystalshow = _root.easycrystalsgotshow; _root.mainmenu.highestscore1 = _root.easyhighscore; _root.mainmenu.highestlevel1 = _root.easylevelhighest; } frame 2 { stop(); _root.mainmenu.hardcrystalshow = _root.hardcrystalhighscore; _root.mainmenu.highestscore2 = _root.hardhighscore; _root.mainmenu.highestlevel2 = _root.hardlevelhighest; } frame 3 { stop(); _root.mainmenu.xcrystalshow = _root.xcrystalshighscore; _root.mainmenu.highestscore3 = _root.xhighscore; _root.mainmenu.highestlevel3 = _root.extremelevelhighest; } frame 4 { stop(); _root.mainmenu.highestscore4 = _root.shighscore; _root.mainmenu.highestlevel4 = _root.slevelhighest; } } movieClip 175 { } movieClip 177 { } movieClip 179 { } movieClip 181 { } movieClip 183 { } movieClip 185 { } movieClip 186 { } movieClip 188 { } movieClip 189 { } movieClip 191 { } movieClip 192 { } movieClip 193 { } movieClip 195 { } movieClip 197 { } movieClip 199 { } movieClip 201 { } movieClip 202 { } movieClip 204 { } movieClip 205 { } movieClip 207 { } movieClip 208 { } movieClip 209 { } movieClip 210 { } movieClip 211 { } movieClip 213 { } movieClip 214 { } movieClip 215 { } movieClip 216 { } movieClip 217 { } movieClip 218 { } movieClip 219 { } movieClip 221 { } movieClip 223 { } movieClip 224 { } movieClip 226 { } movieClip 227 { frame 112 { stop(); } } movieClip 234 { frame 1 { stop(); if (_root.totalcomplete >= 1) { play(); } } frame 2 { stop(); if (_root.totalcomplete >= 2) { play(); } } frame 3 { stop(); if (_root.totalcomplete >= 3) { play(); } } frame 4 { stop(); if (_root.totalcomplete >= 4) { play(); } } frame 5 { stop(); if (_root.totalcomplete >= 5) { play(); } } frame 6 { stop(); } } movieClip 238 { } movieClip 239 { frame 1 { stop(); if (_root.completeeasy == 1) { play(); } } frame 2 { stop(); } } movieClip 242 { } movieClip 243 { frame 1 { stop(); if (_root.completehard == 1) { play(); } } frame 2 { stop(); } } movieClip 246 { } movieClip 247 { frame 1 { stop(); if (_root.completex == 1) { play(); } } frame 2 { stop(); } } movieClip 250 { } movieClip 251 { frame 1 { stop(); if (_root.completesurv == 1) { play(); } } frame 2 { stop(); } } movieClip 254 { } movieClip 255 { frame 1 { stop(); if (_root.completeboss == 1) { play(); } } frame 2 { stop(); } } movieClip 258 { } movieClip 259 { frame 1 { stop(); } } instance norightclick of movieClip 259 { onClipEvent (enterFrame) { if (Key.isDown(2)) { _root.norightclick.play(); _root.gotoAndStop(2); } } } frame 3 { _root.infobar.stats.levelon = 1; _root.infobar.stats.score = 0; _root.gameplay = 0; } frame 3 { stop(); _root.LEVEL = 1; } movieClip 261 { frame 1 { stopAllSounds(); } frame 2 { play(); _root.track2.gotoAndStop(1); _root.track3.gotoAndStop(1); } frame 3 { stop(); } } movieClip 263 { frame 1 { stopAllSounds(); } frame 2 { play(); _root.track1.gotoAndStop(1); _root.track3.gotoAndStop(1); } frame 3 { stop(); } } movieClip 265 { frame 1 { stopAllSounds(); } frame 2 { play(); _root.track1.gotoAndStop(1); _root.track2.gotoAndStop(1); } frame 3 { stop(); } } movieClip 267 { } movieClip 268 { } movieClip 270 { frame 20 { stop(); } } movieClip 279 { } movieClip 281 { } movieClip 283 { } button 284 { on (keyPress '<Left>') { _root.infobar.stats.prevFrame(); } on (keyPress '<Right>') { _root.infobar.stats.nextFrame(); } } movieClip 289 { frame 1 { stop(); _root.track1.play(); } frame 2 { _root.track2.play(); } frame 3 { _root.track3.play(); } } movieClip 290 { frame 1 { stop(); } frame 8 { stop(); } } movieClip 292 { } movieClip 294 { } movieClip 296 { } movieClip 297 { frame 365 { _root.nextFrame(); } } button 298 { on (keyPress '<Space>') { _root.infobar.play(); } } movieClip 299 { } button 302 { on (press) { nextFrame(); } } frame 4 { _root.gameplay = 1; _root.infobar.stats.levelon = 2; } frame 4 { _root.LEVEL = 2; } movieClip 304 { frame 1 { stop(); } frame 2 { stop(); } } instance mousex of movieClip 304 { onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round(myRadians * 180 / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 1.17); _root.xMove = Math.round(_root.xChange / 1.17); this._y += _root.yMove; this._x += _root.xMove; this._rotation = myDegrees + 90; } } instance mousex of movieClip 304 { onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; } } movieClip 306 { } movieClip 307 { frame 93 { stop(); } } movieClip 308 { } instance of movieClip 308 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 310 { } instance of movieClip 310 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 312 { } instance of movieClip 312 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 314 { } instance of movieClip 314 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 316 { } movieClip 317 { } movieClip 318 { } movieClip 320 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 5; _root.infobar.stats.score += 5; _root.bonusshow.play(); _root.nextFrame(); } } } movieClip 322 { } movieClip 323 { } movieClip 325 { } movieClip 327 { frame 1 { stop(); } frame 2 { _root.infobar.stats.score += 5; _root.easycrystalsgot += 1; } frame 16 { stop(); } frame 17 { gotoAndStop(16); } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } movieClip 331 { frame 1 { stop(); } frame 2 { _root.inv = 1; } frame 91 { _root.mousex.gotoAndStop(1); _root.inv = 0; } } instance showing of movieClip 331 { onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; } } movieClip 332 { } instance grabber of movieClip 332 { onClipEvent (enterFrame) { myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round(myRadians * 180 / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 2); _root.xMove = Math.round(_root.xChange / 2); this._y += _root.yMove; this._x += _root.xMove; this._rotation = myDegrees + 90; } } movieClip 335 { } movieClip 336 { frame 1 { stop(); } frame 2 { _root.bonusshow.rofl.bonusshowbonus = _root.bonus; } } frame 5 { _root.infobar.stats.levelon = 3; _root.crystal1.gotoAndStop(1); _root.crystal2.gotoAndStop(1); _root.crystal3.gotoAndStop(1); _root.crystal4.gotoAndStop(1); } frame 5 { _root.LEVEL = 3; } movieClip 338 { } instance of movieClip 338 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 339 { } instance of movieClip 339 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 340 { } movieClip 341 { instance of movieClip 340 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 342 { } movieClip 343 { } instance of movieClip 343 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 10; _root.infobar.stats.score += 10; _root.bonusshow.play(); _root.nextFrame(); } } } frame 6 { _root.infobar.stats.levelon = 4; } frame 6 { _root.LEVEL = 4; } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 15; _root.infobar.stats.score += 15; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal7 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal5 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal6 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal8 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 7 { _root.infobar.stats.levelon = 5; } frame 7 { _root.LEVEL = 5; } movieClip 344 { } instance of movieClip 344 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 345 { } movieClip 346 { } movieClip 347 { } movieClip 348 { } movieClip 349 { } movieClip 350 { } movieClip 351 { } movieClip 352 { } movieClip 353 { } movieClip 354 { } movieClip 355 { instance of movieClip 345 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 346 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 347 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 348 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 349 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 350 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 351 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 352 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 353 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 354 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 353 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 20; _root.infobar.stats.score += 20; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal11 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal9 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal10 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal12 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal17 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal13 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal14 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal16 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal15 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 8 { _root.infobar.stats.levelon = 6; } frame 8 { _root.LEVEL = 6; } instance of movieClip 344 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 344 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 356 { } movieClip 357 { instance of movieClip 356 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 358 { } button 359 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } movieClip 360 { } movieClip 361 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 25; _root.infobar.stats.score += 25; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal21 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal20 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal22 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance asdf of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance asdfasdf of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance asdfasdfasdf of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance omglolgrr of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gfdfgdfgdfg of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance htyhyhyh of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance werwef43 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance nnnbbb of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance nbbb of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance jjjjjjj of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance wewe of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance rree of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance nnbb of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance nnnb of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance sadfsdfd of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance errre of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance styy of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance mcver of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance owngae of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance noobs of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance omg of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal28 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal29 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 9 { _root.infobar.stats.levelon = 7; } frame 9 { _root.LEVEL = 7; } movieClip 362 { } movieClip 363 { instance of movieClip 362 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 364 { frame 160 { stop(); } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 30; _root.infobar.stats.score += 30; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal30 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30234 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31zz of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32aaa of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30123 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31z of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32aa of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30345 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31zzz of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32as of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30567 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31x of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32asa of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30765 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31xx of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32asaa of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30777 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31xxx of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32asas of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30666 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31c of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32adad of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30555 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31cc of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32add of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30333 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31ccc of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32addd of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal30111 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal31ccccc of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal32adda of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } movieClip 366 { frame 160 { stop(); } } frame 10 { _root.infobar.stats.levelon = 8; } frame 10 { _root.LEVEL = 8; } movieClip 367 { } button 368 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } movieClip 369 { } movieClip 370 { } movieClip 371 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 35; _root.infobar.stats.score += 35; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal42 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal41 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crysta40 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal43 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal44 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal45 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 11 { _root.infobar.stats.levelon = 9; } frame 11 { stop(); _root.onEnterFrame = function () { positionX = _root._xmouse - 10; positionY = _root._ymouse - 10; circle._x += (positionX - circle._x) / 25; circle._y += (positionY - circle._y) / 25; }; _root.LEVEL = 9; } button 373 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } movieClip 374 { } button 376 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } movieClip 377 { } movieClip 378 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 40; _root.infobar.stats.score += 40; _root.bonusshow.play(); _root.nextFrame(); } } } instance crysta50 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crysta51 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crysta52 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crysta53 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crysta54 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crysta55 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 12 { _root.infobar.stats.levelon = 10; } frame 12 { _root.LEVEL = 10; } movieClip 379 { } instance of movieClip 379 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 380 { } movieClip 381 { instance of movieClip 380 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 382 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 45; _root.infobar.stats.score += 45; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal55 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal56 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal57 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal58 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal61 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal59 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal62 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal60 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal63 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 13 { _root.infobar.stats.levelon = 11; } frame 13 { _root.LEVEL = 11; } movieClip 383 { } movieClip 384 { instance of movieClip 383 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 385 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 50; _root.infobar.stats.score += 50; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal70 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal71 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal74 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal73 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal75 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal72 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 14 { _root.infobar.stats.levelon = 12; } frame 14 { _root.LEVEL = 12; } instance of movieClip 379 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } button 386 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } movieClip 387 { } movieClip 388 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 55; _root.infobar.stats.score += 55; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal76 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal77 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal78 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal79 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal80 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal81 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal7788 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal78888 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal79888888 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal808888888 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal768888899 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal778889997 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal78789 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal7998989 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal8068684 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal762255 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal770000 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal7844455 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal795666 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal80lol of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal781022 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal791001 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal8010 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 15 { _root.infobar.stats.levelon = 13; } frame 15 { _root.LEVEL = 13; } movieClip 389 { instance of movieClip 345 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 346 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 347 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 348 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 349 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 350 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 351 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 352 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 353 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 354 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 353 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 390 { } instance of movieClip 390 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 60; _root.infobar.stats.score += 60; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal90 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal91 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal92 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal93 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 16 { _root.infobar.stats.levelon = 14; } frame 16 { _root.LEVEL = 14; } instance crystal95 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal98 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal96 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal97 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal99 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } frame 17 { _root.infobar.stats.levelon = 15; } frame 17 { _root.LEVEL = 15; } movieClip 391 { } movieClip 392 { instance of movieClip 391 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 391 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 391 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 391 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 391 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 391 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 391 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 391 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 393 { } movieClip 394 { } instance of movieClip 394 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 65; _root.infobar.stats.score += 65; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal100 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal101 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal102 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal103 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal104 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal105 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal106 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal107 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal108 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 18 { _root.infobar.stats.levelon = 16; } frame 18 { _root.LEVEL = 16; } movieClip 395 { } movieClip 396 { instance of movieClip 395 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 397 { } movieClip 398 { } movieClip 399 { instance of movieClip 398 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 400 { } movieClip 401 { } movieClip 402 { instance of movieClip 401 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 403 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 70; _root.infobar.stats.score += 70; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal110 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal112 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal111 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal113 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 19 { _root.infobar.stats.levelon = 17; } frame 19 { _root.LEVEL = 17; } button 405 { on (rollOver) { _root.gotoAndStop('gameover'); } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 75; _root.infobar.stats.score += 75; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal114 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal115 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal116 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal117 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal118 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal119 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal120 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 20 { _root.infobar.stats.levelon = 18; } frame 20 { _root.LEVEL = 18; } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 80; _root.infobar.stats.score += 80; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal122 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal121 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 21 { _root.infobar.stats.levelon = 19; } frame 21 { _root.LEVEL = 19; } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 85; _root.infobar.stats.score += 85; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal1237 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12377 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123777 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal1237777 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal1238 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12388 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123888 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12388888 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123999999 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123dfgfd of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123ggg of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123rtrt of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123wtwt of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12323434 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123ujuj of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal1238i8i of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123o9o9 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123p0p0p of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123mmmm of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123mmmmmu of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123uuu of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12356565653 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123sws of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123sssw of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123sws of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123wsw of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123wwws of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123sssssww of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123xxxxs of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123xxzz of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123zzz of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123zzzx of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123zxzxz of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123zxzxzxz of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123470 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123000 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal1230000 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12300000000 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal1230001 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12300011 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12300011 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123404 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal12340405 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal1233355 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal1232211 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal1239996 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123666665 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123loll of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123ololl of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123ollol of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal1233t of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123a4 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123f3 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123f66 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123f5555 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123aa2 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123d22 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123ww1122 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123byby of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123yyy of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123yyyyyy of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123bbttt of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123nttff of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123mytrt of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123dfgdgwer of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123blue of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123thrid of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal123sss222 of movieClip 327 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { this.play(); } } } instance crystal123r443232 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 22 { _root.infobar.stats.levelon = 20; } frame 22 { _root.LEVEL = 20; } movieClip 406 { } instance of movieClip 406 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 407 { } instance of movieClip 407 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 408 { } instance of movieClip 408 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 409 { } instance of movieClip 409 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 410 { } instance of movieClip 410 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 411 { } instance of movieClip 411 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 412 { } instance of movieClip 412 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 90; _root.infobar.stats.score += 90; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal130 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance cdxcrystal130 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 23 { _root.infobar.stats.levelon = 21; } frame 23 { _root.LEVEL = 21; } button 413 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } button 414 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } button 415 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } button 416 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover'); } } } movieClip 417 { } movieClip 418 { } movieClip 419 { } movieClip 420 { } movieClip 421 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 95; _root.infobar.stats.score += 95; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal131 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal132 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal134 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal133 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 24 { _root.infobar.stats.levelon = 22; } frame 24 { _root.onEnterFrame = function () { positionX = _root._xmouse - 10; positionY = _root._ymouse - 10; circle2._x += (positionX - circle2._x) / 25; circle2._y += (positionY - circle2._y) / 25; }; _root.LEVEL = 22; } instance circle2 of movieClip 374 { onClipEvent (enterFrame) { if (this.hitTest(_root.mouseX)) { _root.gotoAndstop('gameover'); } } } movieClip 422 { } instance of movieClip 422 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 100; _root.infobar.stats.score += 100; _root.bonusshow.play(); _root.nextFrame(); } } } instance crystal135 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal136 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal137 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal138 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal139 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal140 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal141 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal142 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal143 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal144 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal145 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal146 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 25 { _root.infobar.stats.levelon = 23; } frame 25 { _root.bonusunlock = 1; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.bonusunlock = _root.bonusunlock; } frame 25 { _root.LEVEL = 23; } movieClip 423 { } movieClip 424 { instance of movieClip 423 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 423 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 423 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 423 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 423 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 423 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 423 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 425 { } movieClip 427 { } movieClip 428 { } movieClip 429 { frame 30 { stop(); } } movieClip 430 { } movieClip 433 { frame 91 { stop(); } } instance crystal147 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal148 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal149 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal150 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 26 { _root.infobar.stats.levelon = 24; } frame 26 { _root.LEVEL = 24; } instance crystal151 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal152 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal153 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal154 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal155 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal156 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal157 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal158 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal159 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 27 { _root.infobar.stats.levelon = 25; } frame 27 { _root.LEVEL = 25; } movieClip 434 { } instance of movieClip 434 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 434 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 434 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 434 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 434 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 434 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 435 { } movieClip 436 { instance of movieClip 435 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } } movieClip 437 { frame 1 { stop(); } frame 134 { stop(); } frame 135 { gotoAndStop(134); } } instance of movieClip 434 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 1000; _root.infobar.stats.score += 1000; _root.bonusshow.play(); _root.nextFrame(); } } } button 439 { on (rollOver) { _root.gaurd.play(); } } button 440 { on (rollOver) { _root.gaurd2.play(); } } instance crystal160 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal161 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal162 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal163 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal164 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal165 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal170 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance crystal171 of movieClip 327 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 28 { _root.infobar.stats.levelon = 'DONE'; _root.gameplay = 0; _root.infobar.gotoAndStop(1); if (_root.completeeasy == 0) { _root.completeeasy = 1; ++_root.totalcomplete; } } frame 28 { _root.gameover = 1; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.easycrystalsgot > _root.easycrystalsgotshow) { _root.easycrystalsgotshow = _root.easycrystalsgot; _root.crystalhighscore.play(); } savefile.data.EASYHIGHSCORE = _root.easycrystalsgotshow; savefile.flush(); _root.easycrystalsgot = 0; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.score > _root.easyhighscore) { _root.easyhighscore = _root.infobar.stats.score; _root.crystalhighscore.play(); } savefile.data.EASYHIGHSCORE2 = _root.easyhighscore; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.levelon > _root.easylevelhighest) { _root.easylevelhighest = _root.infobar.stats.levelon; _root.crystalhighscore.play(); } if (_root.infobar.stats.levelon == 'DONE') { _root.easylevelhighest = 'ALL COMPLETED'; } savefile.data.EASYLEVEL = _root.easylevelhighest; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.COMPLETEEASY = _root.completeeasy; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.TOTALCOMPLETE = _root.totalcomplete; } frame 28 { _root.track1.play(); } frame 28 { stop(); } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } button 447 { on (press) { function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + 'j%e%a%n%s'); par227.flashkey = (par227.flashkey.split('=')).join(''); par227.SU0249 = (par227.SU0249.split('=')).join(''); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad('http://rankz.armorbot.com/submit/', par228, 'POST'); } _root.endshow.name_box.html = false; bXlnYW1lX25hbWVfdmFyaWFibGU = _root.endshow.name_box.text; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.infobar.stats.score; __rankz_send__('MzQ5OWolZSVhJW4lcw==', 'Um5QTGpWU1Y=', bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); _root.endshow.sendscore._visible = false; _root.endshow.scoreposted.gotoAndStop(2); _root.gameover = 0; } } button 449 { on (press) { function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + 'j%e%a%n%s'); par227.flashkey = (par227.flashkey.split('=')).join(''); par227.SU0249 = (par227.SU0249.split('=')).join(''); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad('http://rankz.armorbot.com/submit/', par228, 'POST'); } _root.endshow.name_box.html = false; bXlnYW1lX25hbWVfdmFyaWFibGU = _root.endshow.name_box.text; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.infobar.stats.score; __rankz_send__('MzQ5OWolZSVhJW4lcw==', 'Um5QTGpWU1Y=', bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); _root.endshow.sendscore._visible = false; _root.endshow.scoreposted.gotoAndStop(2); } } movieClip 451 { } movieClip 452 { frame 40 { getURL('http://rankz.armorbot.com/SHFG4/', _blank); } frame 41 { stop(); } } movieClip 453 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 454 { frame 1 { _root.endshow.scoreshow = _root.infobar.stats.score; } } button 459 { on (press) { _root.gameover = 0; _root.gotoAndStop(2); } } movieClip 462 { } movieClip 463 { } movieClip 464 { frame 41 { stop(); } } movieClip 466 { } movieClip 469 { } movieClip 470 { } movieClip 472 { } movieClip 473 { frame 1 { stop(); } frame 140 { stop(); } } frame 29 { _root.gameover = 1; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.easycrystalsgot > _root.easycrystalsgotshow) { _root.easycrystalsgotshow = _root.easycrystalsgot; _root.crystalhighscore.play(); } savefile.data.EASYHIGHSCORE = _root.easycrystalsgotshow; savefile.flush(); _root.easycrystalsgot = 0; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.score > _root.easyhighscore) { _root.easyhighscore = _root.infobar.stats.score; _root.crystalhighscore.play(); } savefile.data.EASYHIGHSCORE2 = _root.easyhighscore; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.levelon > _root.easylevelhighest) { _root.easylevelhighest = _root.infobar.stats.levelon; _root.crystalhighscore.play(); } savefile.data.EASYLEVEL = _root.easylevelhighest; savefile.flush(); } frame 29 { _root.track3.play(); } frame 29 { _root.infobar.gotoAndStop(1); } button 478 { on (press) { _root.infobar.stats.score -= 200; if (_root.infobar.stats.score < 0) { _root.infobar.stats.score += 200; _root.notenough.play(); } else { _root.gotoAndStop('continue'); } } } movieClip 480 { frame 1 { stop(); } } movieClip 484 { } movieClip 491 { frame 46 { stop(); } } frame 30 { _root.endshow.scoreshow -= 200; _root.endshow.scoreshow = _root.infobar.stats.score; _root.infobar.stats.levelon = _root.LEVEL; stop(); } movieClip 493 { frame 1 { play(); } frame 30 { _root.mousex.gotoAndStop(2); stop(); _root.showing.play(); if (_root.LEVEL == 1) { _root.gotoAndStop('level1'); } if (_root.LEVEL == 2) { _root.gotoAndStop('level2'); } if (_root.LEVEL == 3) { _root.gotoAndStop('level3'); } if (_root.LEVEL == 4) { _root.gotoAndStop('level4'); } if (_root.LEVEL == 5) { _root.gotoAndStop('level5'); } if (_root.LEVEL == 6) { _root.gotoAndStop('level6'); } if (_root.LEVEL == 7) { _root.gotoAndStop('level7'); } if (_root.LEVEL == 8) { _root.gotoAndStop('level8'); } if (_root.LEVEL == 9) { _root.gotoAndStop('level9'); } if (_root.LEVEL == 10) { _root.gotoAndStop('level10'); } if (_root.LEVEL == 11) { _root.gotoAndStop('level11'); } if (_root.LEVEL == 12) { _root.gotoAndStop('level12'); } if (_root.LEVEL == 13) { _root.gotoAndStop('level13'); } if (_root.LEVEL == 14) { _root.gotoAndStop('level14'); } if (_root.LEVEL == 15) { _root.gotoAndStop('level15'); } if (_root.LEVEL == 16) { _root.gotoAndStop('level16'); } if (_root.LEVEL == 17) { _root.gotoAndStop('level17'); } if (_root.LEVEL == 18) { _root.gotoAndStop('level18'); } if (_root.LEVEL == 19) { _root.gotoAndStop('level19'); } if (_root.LEVEL == 20) { _root.gotoAndStop('level20'); } if (_root.LEVEL == 21) { _root.gotoAndStop('level21'); } if (_root.LEVEL == 22) { _root.gotoAndStop('level22'); } if (_root.LEVEL == 23) { _root.gotoAndStop('level23'); } if (_root.LEVEL == 24) { _root.gotoAndStop('level24'); } if (_root.LEVEL == 25) { _root.gotoAndStop('level25'); } } } frame 31 { _root.infobar.stats.levelon = 1; _root.infobar.stats.score = 0; _root.gameplay = 0; } frame 31 { stop(); _root.LEVEL = 1; } instance of movieClip 308 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 310 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 312 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 314 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 75; _root.infobar.stats.score += 75; _root.bonusshow.play(); _root.nextFrame(); } } } movieClip 495 { } movieClip 496 { frame 1 { stop(); } frame 2 { _root.infobar.stats.score += 25; _root.hardcrystalgot += 1; } frame 16 { stop(); } frame 17 { gotoAndStop(16); } } instance gem2 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem1 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance norightclick of movieClip 259 { onClipEvent (enterFrame) { if (Key.isDown(2)) { _root.norightclick.play(); _root.gotoAndStop(2); } } } frame 32 { _root.infobar.stats.levelon = 2; } frame 32 { _root.LEVEL = 2; } movieClip 497 { } movieClip 498 { instance of movieClip 497 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } } movieClip 499 { } movieClip 500 { } movieClip 501 { instance of movieClip 499 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 500 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } } movieClip 502 { } movieClip 503 { } instance of movieClip 503 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 503 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance gem3 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem4 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem5 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem6 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 33 { _root.infobar.stats.levelon = 3; } frame 33 { _root.LEVEL = 3; } movieClip 504 { } movieClip 505 { } movieClip 506 { instance of movieClip 504 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 505 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } } movieClip 507 { } movieClip 508 { } movieClip 509 { instance of movieClip 508 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 508 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 508 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 508 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 508 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 508 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 508 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 508 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } } movieClip 510 { } instance gem7 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem10 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 34 { _root.infobar.stats.levelon = 4; } frame 34 { _root.LEVEL = 4; } button 512 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } button 514 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } button 516 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } button 518 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } movieClip 519 { } movieClip 520 { } instance gem12 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 35 { _root.infobar.stats.levelon = 5; } frame 35 { _root.LEVEL = 5; } button 521 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } movieClip 522 { } movieClip 523 { } instance of movieClip 503 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance gem13 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem14 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 36 { _root.infobar.stats.levelon = 6; } frame 36 { _root.LEVEL = 6; } movieClip 524 { } movieClip 525 { } instance gem15 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem16 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem17 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 37 { _root.infobar.stats.levelon = 7; } frame 37 { _root.LEVEL = 7; } button 527 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } button 529 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } button 532 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } movieClip 533 { } movieClip 534 { } movieClip 535 { } instance gem18 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem19 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem20 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem21 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem22 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem23 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem24 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem25 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 38 { _root.infobar.stats.levelon = 8; } frame 38 { _root.LEVEL = 8; } button 536 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } button 537 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } movieClip 538 { } movieClip 539 { } movieClip 540 { } movieClip 541 { } movieClip 542 { } movieClip 543 { } movieClip 544 { } movieClip 545 { } movieClip 546 { } movieClip 547 { } movieClip 548 { } movieClip 549 { } movieClip 550 { } movieClip 551 { } movieClip 553 { } instance of movieClip 553 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance of movieClip 553 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } movieClip 554 { } instance of movieClip 554 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } movieClip 555 { } instance of movieClip 555 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover2'); } } } instance gem26 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem27 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem28 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem29 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 39 { _root.infobar.stats.levelon = 9; } frame 39 { _root.LEVEL = 9; } button 557 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } button 559 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } button 561 { on (rollOver) { _root.squisher.play(); } } button 563 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } movieClip 564 { } button 565 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover2'); } } } movieClip 566 { } movieClip 567 { frame 1 { stop(); } frame 81 { gotoAndStop(80); } } instance gem30 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem31 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem32 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem33 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 40 { _root.infobar.stats.levelon = 10; } frame 40 { _root.LEVEL = 10; } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.bonus = 2500; _root.infobar.stats.score += 2500; _root.bonusshow.play(); _root.nextFrame(); } } } movieClip 568 { } movieClip 569 { } movieClip 570 { } instance gem34 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem35 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem36 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance gem37 of movieClip 496 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 41 { _root.infobar.stats.levelon = 'DONE'; _root.gameplay = 0; _root.infobar.gotoAndStop(1); if (_root.completehard == 0) { _root.completehard = 1; ++_root.totalcomplete; } } frame 41 { _root.gameover = 1; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.hardcrystalgot > _root.hardcrystalhighscore) { _root.hardcrystalhighscore = _root.hardcrystalgot; _root.crystalhighscore.play(); } savefile.data.HARDHIGHSCORE = _root.hardcrystalhighscore; savefile.flush(); _root.hardcrystalgot = 0; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.score > _root.hardhighscore) { _root.hardhighscore = _root.infobar.stats.score; _root.crystalhighscore.play(); } savefile.data.HARDHIGHSCORE2 = _root.hardhighscore; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.levelon > _root.hardlevelhighest) { _root.hardlevelhighest = _root.infobar.stats.levelon; _root.crystalhighscore.play(); } if (_root.infobar.stats.levelon == 'DONE') { _root.hardlevelhighest = 'ALL COMPLETED'; } savefile.data.HARDLEVEL = _root.hardlevelhighest; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.COMPLETEHARD = _root.completehard; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.TOTALCOMPLETE = _root.totalcomplete; } frame 41 { _root.track2.play(); } frame 41 { stop(); } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } movieClip 572 { frame 42 { stop(); } } button 574 { on (press) { function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + 'j%e%a%n%s'); par227.flashkey = (par227.flashkey.split('=')).join(''); par227.SU0249 = (par227.SU0249.split('=')).join(''); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad('http://rankz.armorbot.com/submit/', par228, 'POST'); } _root.endshow.name_box.html = false; bXlnYW1lX25hbWVfdmFyaWFibGU = _root.endshow.name_box.text; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.infobar.stats.score; __rankz_send__('MzYyM2olZSVhJW4lcw==', 'ZW9aQWpIbHc=', bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); _root.endshow.sendscore._visible = false; _root.endshow.scoreposted.gotoAndStop(2); _root.gameover = 0; } } movieClip 576 { frame 40 { getURL('http://rankz.armorbot.com/SHFGDHM/', _blank); } frame 41 { stop(); } } movieClip 577 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 578 { frame 1 { _root.endshow.scoreshow = _root.infobar.stats.score; } } frame 42 { _root.gameover = 1; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.hardcrystalgot > _root.hardcrystalhighscore) { _root.hardcrystalhighscore = _root.hardcrystalgot; _root.crystalhighscore.play(); } savefile.data.HARDHIGHSCORE = _root.hardcrystalhighscore; savefile.flush(); _root.hardcrystalgot = 0; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.score > _root.hardhighscore) { _root.hardhighscore = _root.infobar.stats.score; _root.crystalhighscore.play(); } savefile.data.HARDHIGHSCORE2 = _root.hardhighscore; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.levelon > _root.hardlevelhighest) { _root.hardlevelhighest = _root.infobar.stats.levelon; _root.crystalhighscore.play(); } savefile.data.HARDLEVEL = _root.hardlevelhighest; savefile.flush(); } frame 42 { _root.track1.play(); } frame 42 { _root.infobar.gotoAndStop(1); } button 581 { on (press) { _root.infobar.stats.score -= 750; if (_root.infobar.stats.score < 0) { _root.infobar.stats.score += 750; _root.notenough.play(); } else { _root.gotoAndStop('continue2'); } } } frame 43 { _root.endshow.scoreshow -= 750; _root.endshow.scoreshow = _root.infobar.stats.score; _root.infobar.stats.levelon = _root.LEVEL; stop(); } movieClip 582 { frame 1 { play(); } frame 30 { stop(); _root.inv = 1; _root.showing.play(); _root.mousex.gotoAndStop(2); if (_root.LEVEL == 1) { _root.gotoAndStop('hardlevel1'); } if (_root.LEVEL == 2) { _root.gotoAndStop('hardlevel2'); } if (_root.LEVEL == 3) { _root.gotoAndStop('hardlevel3'); } if (_root.LEVEL == 4) { _root.gotoAndStop('hardlevel4'); } if (_root.LEVEL == 5) { _root.gotoAndStop('hardlevel5'); } if (_root.LEVEL == 6) { _root.gotoAndStop('hardlevel6'); } if (_root.LEVEL == 7) { _root.gotoAndStop('hardlevel7'); } if (_root.LEVEL == 8) { _root.gotoAndStop('hardlevel8'); } if (_root.LEVEL == 9) { _root.gotoAndStop('hardlevel9'); } if (_root.LEVEL == 10) { _root.gotoAndStop('hardlevel10'); } } } frame 44 { _root.infobar.stats.levelon = 1; _root.infobar.stats.score = 0; _root.gameplay = 0; } frame 44 { stop(); _root.LEVEL = 1; } instance of movieClip 268 { onClipEvent (mouseDown) { _root.gotoAndStop('gameover3'); } } instance of movieClip 308 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover3'); } } } instance of movieClip 310 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover3'); } } } instance of movieClip 312 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover3'); } } } instance of movieClip 314 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover3'); } } } movieClip 583 { } instance of movieClip 583 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover3'); } } } button 584 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover3'); } } } button 585 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover3'); } } } movieClip 586 { } movieClip 587 { } movieClip 589 { } movieClip 590 { frame 20 { stop(); } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.extremegem1._visible == false && _root.extremegem2._visible == false && _root.extremegem3._visible == false && _root.extremegem4._visible == false && _root.extremegem5._visible == false && _root.extremegem6._visible == false && _root.extremegem7._visible == false && _root.extremegem8._visible == false) { _root.portal.play(); if (_root.mousex.hitTest(this)) { _root.bonus = 250; _root.infobar.stats.score += 250; _root.bonusshow.play(); _root.nextFrame(); } } } } movieClip 591 { } movieClip 592 { frame 1 { stop(); } frame 3 { gotoAndStop(2); } } movieClip 594 { } movieClip 595 { frame 1 { stop(); } frame 2 { _root.infobar.stats.score += 50; _root.xcrystals += 1; } frame 15 { this._visible = false; } frame 16 { stop(); } frame 17 { gotoAndStop(16); } } instance extremegem1 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem2 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem3 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem4 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem5 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem6 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem7 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem8 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance norightclick of movieClip 259 { onClipEvent (enterFrame) { if (Key.isDown(2)) { _root.norightclick.play(); _root.gotoAndStop(2); } } } frame 45 { _root.infobar.stats.levelon = 2; _root.portal.gotoAndStop(1); } frame 45 { _root.LEVEL = 2; } button 597 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover3'); } } } movieClip 598 { } movieClip 599 { frame 260 { gotoAndPlay(20); } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.extremegem9._visible == false) { _root.portal.play(); if (_root.mousex.hitTest(this)) { _root.bonus = 250; _root.infobar.stats.score += 250; _root.bonusshow.play(); _root.nextFrame(); } } } } instance extremegem9 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 46 { _root.infobar.stats.levelon = 3; _root.portal.gotoAndStop(1); } frame 46 { _root.LEVEL = 3; } button 600 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover3'); } } } movieClip 601 { } movieClip 602 { } button 604 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover3'); } } } button 605 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover3'); } } } button 606 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover3'); } } } button 608 { on (rollOver) { if (_root.inv == 0) { _root.gotoAndStop('gameover3'); } } } movieClip 609 { } movieClip 610 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.extremegem11._visible == false && _root.extremegem12._visible == false && _root.extremegem13._visible == false && _root.extremegem14._visible == false && _root.extremegem15._visible == false && _root.extremegem16._visible == false) { _root.portal.play(); if (_root.mousex.hitTest(this)) { _root.bonus = 250; _root.infobar.stats.score += 250; _root.bonusshow.play(); _root.nextFrame(); } } } } instance extremegem11 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem12 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem14 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem13 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem15 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem16 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 47 { _root.infobar.stats.levelon = 4; _root.portal.gotoAndStop(1); } frame 47 { _root.LEVEL = 4; _root.onEnterFrame = function () { positionX = _root._xmouse - 10; positionY = _root._ymouse - 10; circle._x += (positionX - circle._x) / 100; circle._y += (positionY - circle._y) / 100; }; } instance circle of movieClip 374 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover'); } } } movieClip 611 { } instance of movieClip 611 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover3'); } } } instance of movieClip 611 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover3'); } } } movieClip 612 { } movieClip 613 { instance of movieClip 612 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.gotoAndStop('gameover3'); } } } } movieClip 614 { } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.extremegem20._visible == false && _root.extremegem21._visible == false && _root.extremegem22._visible == false && _root.extremegem23._visible == false && _root.extremegem24._visible == false) { _root.portal.play(); if (_root.mousex.hitTest(this)) { _root.bonus = 250; _root.infobar.stats.score += 250; _root.bonusshow.play(); _root.nextFrame(); } } } } instance extremegem20 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem21 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem22 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem23 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } instance extremegem24 of movieClip 595 { onClipEvent (enterFrame) { if (_root.grabber.hitTest(this)) { this.play(); } } } frame 48 { _root.infobar.stats.levelon = 'DONE'; _root.gameplay = 0; _root.infobar.gotoAndStop(1); if (_root.completex == 0) { _root.completex = 1; ++_root.totalcomplete; } } frame 48 { _root.gameover = 1; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.xcrystals > _root.xcrystalshighscore) { _root.xcrystalshighscore = _root.xcrystals; _root.crystalhighscore.play(); } savefile.data.XHIGHSCORE = _root.xcrystalshighscore; savefile.flush(); _root.xcrystals = 0; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.score > _root.xhighscore) { _root.xhighscore = _root.infobar.stats.score; _root.crystalhighscore.play(); } savefile.data.XHIGHSCORE2 = _root.xhighscore; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.levelon > _root.extremelevelhighest) { _root.extremelevelhighest = _root.infobar.stats.levelon; _root.crystalhighscore.play(); } if (_root.infobar.stats.levelon == 'DONE') { _root.extremelevelhighest = 'ALL COMPLETED'; } savefile.data.EXTREMELEVEL = _root.extremelevelhighest; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.COMPLETEX = _root.completex; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.TOTALCOMPLETE = _root.totalcomplete; } frame 48 { stop(); } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } movieClip 618 { } movieClip 619 { frame 42 { stop(); } } button 621 { on (press) { function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + 'j%e%a%n%s'); par227.flashkey = (par227.flashkey.split('=')).join(''); par227.SU0249 = (par227.SU0249.split('=')).join(''); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad('http://rankz.armorbot.com/submit/', par228, 'POST'); } _root.endshow.name_box.html = false; bXlnYW1lX25hbWVfdmFyaWFibGU = _root.endshow.name_box.text; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.infobar.stats.score; __rankz_send__('MzYyNmolZSVhJW4lcw==', 'UlpPeEF2S2Y=', bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); _root.endshow.sendscore._visible = false; _root.endshow.scoreposted.gotoAndStop(2); _root.gameover = 0; } } movieClip 623 { frame 40 { getURL('http://rankz.armorbot.com/SHFGDEM/', _blank); } frame 41 { stop(); } } movieClip 624 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 625 { frame 1 { _root.endshow.scoreshow = _root.infobar.stats.score; } } frame 49 { _root.gameover = 1; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.xcrystals > _root.xcrystalshighscore) { _root.xcrystalshighscore = _root.xcrystals; _root.crystalhighscore.play(); } savefile.data.XHIGHSCORE = _root.xcrystalshighscore; savefile.flush(); _root.xcrystals = 0; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.score > _root.xhighscore) { _root.xhighscore = _root.infobar.stats.score; _root.crystalhighscore.play(); } savefile.data.XHIGHSCORE2 = _root.xhighscore; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.infobar.stats.levelon > _root.extremelevelhighest) { _root.extremelevelhighest = _root.infobar.stats.levelon; _root.crystalhighscore.play(); } savefile.data.EXTREMELEVEL = _root.extremelevelhighest; savefile.flush(); } movieClip 627 { } movieClip 628 { frame 20 { stop(); } } instance of movieClip 628 { onClipEvent (enterFrame) { _root.infobar.gotoAndStop(1); } } frame 50 { var c = new ContextMenu(); c.onSelect = function () { _root.norightclick.play(); _root.gotoAndStop(2); }; c.hideBuiltInItems(); _root.menu = c; velocity = 10; turning_speed = 15; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; ++_root.bosstries; } frame 50 { this.onEnterFrame = function () { j = 1; while (j < _root.p) { positionX = _root._xmouse - 10; positionY = _root._ymouse - 10; _root['attackblock' + j]._x += (positionX - _root['attackblock' + j]._x) / 25; _root['attackblock' + j]._y += (positionY - _root['attackblock' + j]._y) / 20; if (_root['attackblock' + j].hitTest(_root.attack2)) { _root['attackblock' + j].play(); } if (_root['attackblock' + j].hitTest(_root.mousex)) { _root.healthbar._width -= 3; } ++j; } }; } frame 50 { _root.life = 3; _root.attacking = 0; _root.k = 1; _root.bosshealth._width = 262; _root.healthbar._width = 105; } movieClip 631 { frame 1 { stopAllSounds(); _root.track1.gotoAndStop(1); _root.track2.gotoAndStop(1); _root.track3.gotoAndStop(1); } frame 2 { stop(); } } instance of movieClip 308 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 310 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 314 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 312 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } movieClip 633 { } movieClip 634 { frame 71 { stop(); } } button 638 { on (rollOver) { if (_root.inv == 0) { _root.healthbar._width -= 3; } } } movieClip 639 { } movieClip 640 { } movieClip 642 { } movieClip 643 { } movieClip 645 { } movieClip 646 { } movieClip 648 { } movieClip 649 { instance corex of movieClip 646 { onClipEvent (enterFrame) { if (this.hitTest(_root.attack2)) { _root.bosshealth._width -= 0.26; _root.bosshealth.sub.play(); } } } instance of movieClip 648 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 2; } } } } movieClip 650 { } movieClip 651 { instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 650 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } } movieClip 652 { } movieClip 653 { } movieClip 654 { } movieClip 655 { } movieClip 656 { } movieClip 657 { } movieClip 658 { } movieClip 659 { } movieClip 660 { } movieClip 661 { } movieClip 662 { } movieClip 663 { instance of movieClip 653 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 654 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 655 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 656 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 657 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 658 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 659 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 660 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 661 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 662 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 653 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 654 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 655 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 656 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 657 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 658 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 659 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 660 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 661 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 662 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 654 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 654 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 653 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 654 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 655 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 656 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 657 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 658 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 659 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 660 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 661 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 662 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 653 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 654 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 655 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 656 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 657 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 658 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 659 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 660 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 661 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 662 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 654 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } instance of movieClip 654 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.healthbar._width -= 3; } } } } movieClip 664 { } movieClip 665 { } movieClip 666 { frame 770 { _root.shooter.stop(); } frame 1416 { _root.shooter.play(); } frame 1847 { _root.shooter.stop(); } frame 2461 { _root.shooter.play(); } frame 2634 { gotoAndPlay(65); } } movieClip 670 { } movieClip 671 { frame 1 { stop(); } } movieClip 672 { } instance bosshealth of movieClip 672 { onClipEvent (enterFrame) { this._x = 224.9; if (this._width <= 5) { _root.gotoAndStop('win5'); } } } movieClip 675 { } instance healthbar of movieClip 675 { onClipEvent (enterFrame) { this._x = 76; if (this._width <= 3) { _root.life -= 1; if (_root.life == -1) { _root.gotoAndStop('gameover5'); } this._width = 105; } } } movieClip 677 { } movieClip 678 { frame 30 { ++_root.k; _root.attachMovie('attackblock', 'attackblock' + _root.k, _root.k); _root['attackblock' + _root.k]._x = _root.boss.boss2._x + 250; _root['attackblock' + _root.k]._y = _root.boss.boss2._y - 120; _root.p = _root.k + 1; } instance of movieClip 677 { } } movieClip 680 { } movieClip 682 { } movieClip 683 { } movieClip 684 { } movieClip 685 { frame 51 { stop(); } } movieClip 686 { } movieClip 687 { frame 1 { stop(); } frame 2 { _root.attacking = 1; } frame 78 { _root.attacking = 0; } } instance attack of movieClip 687 { onClipEvent (mouseDown) { if (_root.attacking == 0) { this.play(); this._x = _root._xmouse; this._y = _root._ymouse; } } } movieClip 688 { } instance attack2 of movieClip 688 { onClipEvent (enterFrame) { if (_root.attacking == 1) { this._x = _root.attack._x; this._y = _root.attack._y; } else { this._x = -72; this._y = 245; } } } frame 51 { if (_root.bosstries > 1) { _root.tries = 'TRIES'; } _root.showboss = _root.bosstries; c = 0; onEnterFrame = function () { removeMovieClip('attackblock' + c); ++c; }; if (_root.completeboss == 0) { _root.completeboss = 1; ++_root.totalcomplete; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.COMPLETEBOSS = _root.completeboss; } frame 51 { _root.track2.play(); } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } button 698 { on (press) { _root.gotoAndStop(50); } } movieClip 699 { } frame 52 { c = 0; onEnterFrame = function () { removeMovieClip('attackblock' + c); ++c; }; } frame 52 { _root.track1.play(); } frame 53 { _root.score2 = 0; } frame 53 { var c = new ContextMenu(); c.onSelect = function () { _root.norightclick.play(); _root.gotoAndStop(2); }; c.hideBuiltInItems(); _root.menu = c; _root.track1.gotoAndStop(1); _root.track2.gotoAndStop(1); _root.track3.play(); } frame 53 { _root.slevel = 1; } instance of movieClip 308 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 310 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 312 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 314 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } movieClip 703 { } movieClip 704 { frame 216 { stop(); } } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this)) { _root.nextFrame(); } } } movieClip 706 { } movieClip 711 { } instance HPBAR of movieClip 711 { onClipEvent (enterFrame) { if (this._width <= 5) { _root.gotoAndStop('gameover4'); } this._x = 32.3; if (this._width < 106) { this._width += 0.12; } } } instance norightclick of movieClip 259 { onClipEvent (enterFrame) { if (Key.isDown(2)) { _root.norightclick.play(); _root.gotoAndStop(2); } } } instance of movieClip 84 { onClipEvent (enterFrame) { if (_root.redplaying == 0) { this._x = _root._xmouse; this._y = _root._ymouse; } } onClipEvent (mouseDown) { this.play(); } } frame 54 { _root.portal._visible = false; } frame 54 { _root.slevel = 2; } instance of movieClip 320 { onClipEvent (enterFrame) { if (_root.mousex.hitTest(this) && _root.portal._visible == true) { _root.nextFrame(); } } } movieClip 714 { } movieClip 717 { } movieClip 718 { frame 1 { stop(); } instance of movieClip 717 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.score2 -= 3; _root.HPBAR._width -= 3.08; } } } frame 3 { stop(); } frame 4 { gotoAndStop(3); } } button 719 { on (rollOver) { _root.score2 -= 20; _root.HPBAR._width -= 20; } } movieClip 720 { frame 61 { stop(); } } movieClip 721 { instance of movieClip 714 { onClipEvent (enterFrame) { ++_root.score2; } } instance missile6 of movieClip 718 { onClipEvent (load) { velocity = 3; turning_speed = 27; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile9 of movieClip 718 { onClipEvent (load) { velocity = 5; turning_speed = 2; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile4 of movieClip 718 { onClipEvent (load) { velocity = 7; turning_speed = 10; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile3 of movieClip 718 { onClipEvent (load) { velocity = 8; turning_speed = 10; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile1 of movieClip 718 { onClipEvent (load) { velocity = 9; turning_speed = 15; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile10 of movieClip 718 { onClipEvent (load) { velocity = 6; turning_speed = 30; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile7 of movieClip 718 { onClipEvent (load) { velocity = 9; turning_speed = 4; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile5 of movieClip 718 { onClipEvent (load) { velocity = 20; turning_speed = 2; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile8 of movieClip 718 { onClipEvent (load) { velocity = 14; turning_speed = 15; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile2 of movieClip 718 { onClipEvent (load) { velocity = 12; turning_speed = 20; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } frame 340 { stop(); _root.portal._visible = true; } instance missile15 of movieClip 718 { onClipEvent (load) { velocity = 5; turning_speed = 2; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile16 of movieClip 718 { onClipEvent (load) { velocity = 2; turning_speed = 15; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile17 of movieClip 718 { onClipEvent (load) { velocity = 10; turning_speed = 8; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } } frame 55 { _root.portal._visible = false; } frame 55 { _root.slevel = 3; } button 724 { on (rollOver) { _root.HPBAR._width -= 5; } } movieClip 725 { } movieClip 726 { } button 728 { on (rollOver) { _root.HPBAR._width -= 25; _root.score2 -= 2; } } button 730 { on (rollOver) { _root.HPBAR._width -= 25; _root.score2 -= 5; } } movieClip 731 { } movieClip 734 { } movieClip 735 { instance of movieClip 734 { onClipEvent (mouseDown) { _root.gotoAndStop('gameover4'); } } instance of movieClip 714 { onClipEvent (enterFrame) { ++_root.score2; } } instance missile20 of movieClip 718 { onClipEvent (load) { velocity = 12; turning_speed = 12; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile21 of movieClip 718 { onClipEvent (load) { velocity = 9; turning_speed = 15; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile22 of movieClip 718 { onClipEvent (load) { velocity = 15; turning_speed = 25; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } frame 1361 { _root.portal._visible = true; stop(); } } frame 56 { _root.portal._visible = false; } frame 56 { _root.slevel = 4; } movieClip 736 { } movieClip 737 { instance of movieClip 736 { onClipEvent (enterFrame) { if (this.hitTest(_root.mousex)) { _root.score2 -= 2; } } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 4; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 4; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 4; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 4; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 9; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 4; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance missile25 of movieClip 718 { onClipEvent (load) { velocity = 12; turning_speed = 12; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } movieClip 738 { instance of movieClip 714 { onClipEvent (enterFrame) { ++_root.score2; } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 4; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 10; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 10; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 15; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 4; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed = random(7) + 4; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } frame 550 { stop(); _root.portal._visible = true; } } frame 57 { _root.bonusunlock2 = 1; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.bonusunlock2 = _root.bonusunlock2; } frame 57 { _root.portal._visible = false; } frame 57 { _root.slevel = 5; } movieClip 740 { } movieClip 741 { frame 91 { stop(); } } movieClip 742 { instance missile41 of movieClip 718 { onClipEvent (load) { velocity = 20; turning_speed = 5; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance of movieClip 714 { onClipEvent (enterFrame) { _root.score2 += 2; } } instance missile38 of movieClip 718 { onClipEvent (load) { velocity = 25; turning_speed = 6; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile36 of movieClip 718 { onClipEvent (load) { velocity = 20; turning_speed = 12; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile33 of movieClip 718 { onClipEvent (load) { velocity = 15; turning_speed = 25; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile39 of movieClip 718 { onClipEvent (load) { velocity = 2; turning_speed = 30; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile30 of movieClip 718 { onClipEvent (load) { velocity = 8; turning_speed = 25; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile37 of movieClip 718 { onClipEvent (load) { velocity = 30; turning_speed = 2; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile40 of movieClip 718 { onClipEvent (load) { velocity = 14; turning_speed = 9; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile35 of movieClip 718 { onClipEvent (load) { velocity = 18; turning_speed = 10; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile32 of movieClip 718 { onClipEvent (load) { velocity = 16; turning_speed = 25; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile34 of movieClip 718 { onClipEvent (load) { velocity = 13; turning_speed = 20; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile31 of movieClip 718 { onClipEvent (load) { velocity = 14; turning_speed = 17; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } frame 610 { stop(); _root.portal._visible = true; } } frame 58 { _root.portal._visible = false; } frame 58 { _root.slevel = 6; } instance of movieClip 737 { onClipEvent (load) { speed = random(7) + 4; } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed += 0.5; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } button 743 { on (rollOver) { _root.score2 -= 20; _root.HPBAR._width -= 20; } } movieClip 744 { } movieClip 745 { } movieClip 746 { instance of movieClip 714 { onClipEvent (enterFrame) { _root.score2 += 2; } } instance missile50 of movieClip 718 { onClipEvent (load) { velocity = 20; turning_speed = 8; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(4); } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed += 0.5; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } instance missile51 of movieClip 718 { onClipEvent (load) { velocity = 30; turning_speed = 5; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile52 of movieClip 718 { onClipEvent (load) { velocity = 17; turning_speed = 18; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile60 of movieClip 718 { onClipEvent (load) { velocity = 20; turning_speed = 15; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile60 of movieClip 718 { onClipEvent (load) { velocity = 3; turning_speed = 50; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile60 of movieClip 718 { onClipEvent (load) { velocity = 10; turning_speed = 15; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance missile60 of movieClip 718 { onClipEvent (load) { velocity = 9; turning_speed = 18; targ = _root.mousex; xspeed = 0; yspeed = 0; turning = turning_speed * 0.0174532925199433; } onClipEvent (enterFrame) { lrot2 = lrot; lrot = _rotation; waypoint = Math.atan((_x - targ._x) / (targ._y - _y)); if (targ._y > _y) { waypoint += Math.PI; } if (waypoint < 0) { waypoint += 6.283185307179586; } else { if (waypoint >= 6.283185307179586) { waypoint -= 6.283185307179586; } } rota = _rotation * 0.0174532925199433; if (rota < 0) { rota += 6.283185307179586; } else { if (rota >= 6.283185307179586) { rota -= 6.283185307179586; } } orota = waypoint - rota; if (orota < 0) { orota += 6.283185307179586; } else { if (orota >= 6.283185307179586) { orota -= 6.283185307179586; } } if (rota < waypoint - turning / 2 + turning && rota > waypoint - turning / 2) { rota = waypoint; } else { if (orota <= Math.PI) { rota += turning; } else { rota -= turning; } } if (_rotation == 0) { _rotation = _rotation + 1; rota = _rotation * 0.0174532925199433; } _rotation = rota * 180 / Math.PI; xspeed = velocity * Math.sin(rota); yspeed = velocity * Math.cos(rota); _x = _x + xspeed; _y = _y - yspeed; if (_rotation > 0 && lrot < 0 && lrot2 > 0 || _rotation < 0 && lrot > 0 && lrot2 < 0) { _rotation = 0; } } } instance of movieClip 737 { onClipEvent (load) { speed = random(9); } onClipEvent (enterFrame) { this._x += speed; if (this._x > 525) { this._x = -26; this._y = random(450); speed += 0.5; } if (this.hitTest(_root.mousex)) { _root.HPBAR._width -= 5; } } } frame 840 { stop(); _root.portal._visible = true; } } frame 59 { _root.slevel = 'DONE'; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.score2 > _root.shighscore) { _root.shighscore = _root.score2; _root.crystalhighscore.play(); } savefile.data.SHIGHSCORE = _root.shighscore; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.slevelshow > _root.slevelhighest) { _root.slevelhighest = _root.slevelshow; _root.crystalhighscore.play(); } if (_root.slevel == 'DONE') { _root.slevelhighest = 'ALL COMPLETED'; } savefile.data.SLEVELHIGHEST = _root.slevelhighest; savefile.flush(); if (_root.completesurv == 0) { _root.completesurv = 1; ++_root.totalcomplete; } var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.COMPLETESURV = _root.completesurv; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); savefile.data.TOTALCOMPLETE = _root.totalcomplete; } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } instance of movieClip 99 { onClipEvent (load) { speed = random(9) + 8; this._x = random(525); } onClipEvent (enterFrame) { this._y -= speed; if (this._alpha <= 0) { this._y = 444; this._alpha = 100; this._x = random(525); speed = random(9) + 5; } if (this._y <= 325) { this._alpha -= 5; } } } movieClip 747 { } movieClip 748 { } movieClip 749 { } movieClip 751 { } movieClip 752 { } movieClip 753 { } movieClip 754 { } movieClip 756 { } movieClip 757 { } movieClip 758 { } movieClip 759 { frame 164 { stop(); } } frame 60 { _root.slevelshow = _root.slevel; var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.score2 > _root.shighscore) { _root.shighscore = _root.score2; _root.crystalhighscore.play(); } savefile.data.SHIGHSCORE = _root.shighscore; savefile.flush(); var savefile = SharedObject.getLocal('Steady_Hand_Flash_Game_Deluxe'); if (_root.slevelshow > _root.slevelhighest) { _root.slevelhighest = _root.slevelshow; _root.crystalhighscore.play(); } if (_root.slevel == 'DONE') { _root.slevelhighest = 'ALL COMPLETED'; } savefile.data.SLEVELHIGHEST = _root.slevelhighest; savefile.flush(); }




http://swfchan.com/18/89334/info.shtml
Created: 29/3 -2019 01:19:11 Last modified: 29/3 -2019 01:19:11 Server time: 02/05 -2024 03:55:59