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

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

SEAWITCH.swf

This is the info page for
Flash #61368

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


Text
<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#CCCCCC"> </FONT></P>

loading

newgounds only version 0.9

ready

_quality

_quality

right click to go up

release to go down

instructions

Characters and art By John Lorenzi © 2005.
All rights reserved.

aMightyDangLoproduction

NGonly version 0.9

The Seawitch must help what might be last pink dolphin, Botos ( Inia-
geoffrensis ) out of the dark reef and out into the wild before they become extict.

ActionScript [AS1/AS2]

Frame 1
function pb() { if (pbar.getPercentComplete() >= 100) { gotoAndPlay (2); } } stop(); pBar.setLoadTarget(this); Stage.showMenu = false; function musicPlaying() { if (musicPlayed == 1) { musicNot1 = 2; musicNot2 = 3; } else if (musicPlayed == 2) { musicNot1 = 1; musicNot2 = 3; } else { musicNot1 = 1; musicNot2 = 2; } loopCount++; randSound = Math.random(); if (loopCount <= _root["loop" + musicPlayed]) { _root["music" + musicPlayed].start(); _root["music" + musicPlayed].onSoundComplete = musicPlaying; } else { loopCount = 0; if (randSound < 0.5) { _root["music" + musicNot1].start(); _root["music" + musicNot1].onSoundComplete = musicPlaying; musicPlayed = musicNot1; } else { _root["music" + musicNot2].start(); _root["music" + musicNot2].onSoundComplete = musicPlaying; musicPlayed = musicNot2; } } } function startMusic(num) { _root["music" + num].start(); musicPlayed = num; loopCount = 0; _root["music" + num].onSoundComplete = musicPlaying; } function stopMusic() { var f = 1; while (f <= 3) { _root["music" + f].stop(); f++; } } music1 = new Sound(this); music2 = new Sound(this); music3 = new Sound(this); music1.attachSound("h20.aif"); music2.attachSound("h20.aif"); music3.attachSound("h20.aif"); loop1 = 0; loop2 = 0; loop3 = 3; startMusic(1);
Instance of Symbol 158 MovieClip [FProgressBarSymbol] "pBar" in Frame 1
//component parameters onClipEvent (initialize) { displayBar = true; kBTally = true; changeHandler = "pb"; }
Frame 2
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 180; waiter = 0; this.onEnterFrame = paused;
Frame 3
stopAllSounds();
Frame 4
stop(); function musicPlaying() { if (musicPlayed == 1) { musicNot1 = 2; musicNot2 = 3; } else if (musicPlayed == 2) { musicNot1 = 1; musicNot2 = 3; } else { musicNot1 = 1; musicNot2 = 2; } loopCount++; randSound = Math.random(); if (loopCount <= _root["loop" + musicPlayed]) { _root["music" + musicPlayed].start(); _root["music" + musicPlayed].onSoundComplete = musicPlaying; } else { loopCount = 0; if (randSound < 0.5) { _root["music" + musicNot1].start(); _root["music" + musicNot1].onSoundComplete = musicPlaying; musicPlayed = musicNot1; } else { _root["music" + musicNot2].start(); _root["music" + musicNot2].onSoundComplete = musicPlaying; musicPlayed = musicNot2; } } } function startMusic(num) { _root["music" + num].start(); musicPlayed = num; loopCount = 0; _root["music" + num].onSoundComplete = musicPlaying; } function stopMusic() { var f = 1; while (f <= 3) { _root["music" + f].stop(); f++; } } music1 = new Sound(this); music2 = new Sound(this); music3 = new Sound(this); music1.attachSound("h20A.aif"); music2.attachSound("h20B.aif"); music3.attachSound("h20C.aif"); loop1 = 1; loop2 = 1; loop3 = 1; startMusic(1);
Frame 5
stop(); function run() { sc++; if (hsc < sc) { hsc = sc; } score.score.text = "Score: " + sc; highscore.score.text = "Highscore: " + hsc; if (desc && ((count < 0) || (oldy > 135))) { desc = false; delt = (-Math.random()) * 10; count = 7 + Math.round(Math.random() * 8); } else if ((!desc) && ((count < 0) || (oldy < -80))) { desc = true; delt = Math.random() * 15; count = 7 + Math.round(Math.random() * 8); } createEmptyMovieClip("w" + numOn, numOn); eval ("w" + numOn)._y = oldy + delt; oldy = eval ("w" + numOn)._y; eval ("w" + numOn)._x = 600; eval ("w" + numOn).num = numOn; eval ("w" + numOn).attachMovie("box", "b" + numOn, 10); eval ("w" + numOn).onEnterFrame = left; numOn++; wcount--; if (wcount < 0) { wcount = 20; createEmptyMovieClip("w" + numOn, numOn); eval ("w" + numOn)._y = (eval ("w" + (numOn - 1))._y + 220) + (Math.random() * 100); eval ("w" + numOn)._x = 600; eval ("w" + numOn).num = numOn; eval ("w" + numOn).attachMovie("wall", "b" + numOn, 10); eval ("w" + numOn).onEnterFrame = left; numOn++; createEmptyMovieClip("w" + numOn, numOn); eval ("w" + numOn)._y = eval ("w" + (numOn - 2))._y + 550; eval ("w" + numOn)._x = 600; eval ("w" + numOn).num = numOn; eval ("w" + numOn).attachMovie("box", "b" + numOn, 10); eval ("w" + numOn).onEnterFrame = left; } else { createEmptyMovieClip("w" + numOn, numOn); eval ("w" + numOn)._y = eval ("w" + (numOn - 1))._y + 550; eval ("w" + numOn)._x = 600; eval ("w" + numOn).num = numOn; eval ("w" + numOn).attachMovie("box", "b" + numOn, 10); eval ("w" + numOn).onEnterFrame = left; } high = numOn; numOn++; count--; } function left() { this._x = this._x - 30; if (this._x < -60) { delete this.onEnterFrame; if (low < this.num) { low = this.num; } this.removeMovieClip(); } } function throttle() { gas = true; } function rel() { gas = false; } function fly() { if (gas) { this.vel = this.vel - 3.7; } else if (this.vel < 0) { this.vel = this.vel + grav; } this.vel = this.vel + grav; this._y = this._y + this.vel; var j = (low + 3); while (j <= high) { if (eval ("w" + j).hitTest(this)) { delete _root.onEnterFrame; var b = low; while (b <= high) { delete eval ("w" + b).onEnterFrame; b++; } this.gotoAndPlay(2); this.onEnterFrame = end; } j++; } } function end() { if (this._currentframe >= this._totalframes) { delete this.onEnterFrame; _root.screen.onRelease = trig; } } function trig() { var b = low; while (b <= high) { eval ("w" + b).removeMovieClip(); b++; } reset(); } function reset() { sc = 0; numOn = 0; low = 0; high = 0; oldy = 50; desc = true; delt = 5; count = 10; wcount = 20; screen._x = (screen._y = 0); screen._width = Stage.width; screen._height = Stage.height; gas = false; grav = 1.8; ob.vel = 0; ob._y = 180; ob.gotoAndStop(1); ob.onEnterFrame = fly; screen.onMouseDown = throttle; screen.onRelease = (screen.onReleaseOutside = rel); _root.onEnterFrame = run; } if (score.getDepth() < 500) { menu.swapDepths(100000); score.swapDepths(40000); highscore.swapDepths(40010); } screen._x = (screen._y = 0); screen._width = Stage.width; screen._height = Stage.height; ob.vel = 0; reset();
Symbol 7 MovieClip [FLabelSymbol] Frame 1
#initclip 2 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 8 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 31 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 60
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 30; waiter = 0; this.onEnterFrame = paused;
Symbol 109 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 44
stop();
Symbol 119 MovieClip [ob] Frame 1
stop();
Symbol 119 MovieClip [ob] Frame 45
stop();
Symbol 121 MovieClip [eye2] Frame 1
stop();
Symbol 122 MovieClip [eye] Frame 1
stop();
Symbol 130 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 137 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(face_mc, "face");
Symbol 142 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 146 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(trackLeftCap, "scrollTrack");
Symbol 148 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(trackMiddle, "scrollTrack");
Symbol 150 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(track, "scrollTrack");
Symbol 155 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 155 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 158 MovieClip [FProgressBarSymbol] Frame 1
#initclip 3 function ProgressBarClass() { this.init(); if (this.displayBar == undefined) { this.displayBar = true; this.kBTally = true; } this.maxV = 100; this.minV = 0; this.value = 0; this.oldValue = 0; this.width = this._xscale; this._xscale = (this._yscale = 100); this.boundingBox_mc._visible = false; this.setChangeHandler(this.changeHandler); if (this.displayBar) { this.attachMovie("Track", "track", 0); } this.setDisplayText(this.kBTally); this.setSize(this.width); } Object.registerClass("FProgressBarSymbol", ProgressBarClass); ProgressBarClass.prototype = new FUIComponentClass(); ProgressBarClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.stretchToSize(w, this.track.leftTrack, this.track.midTrack, this.track.rightTrack); this.KBText._x = this.track._x; this.KBText._y = (this.track._y + this.track._height) + 0; this.KBText.setSize(w); this.renderBar(); }; ProgressBarClass.prototype.setLoadTarget = function (mcRef) { this.loadTarget = mcRef; this.createEmptyMovieClip("loadPoller", 10); this.loadPoller.onEnterFrame = function () { var comp = this._parent.loadTarget; this._parent.setProgress(comp.getBytesLoaded(), comp.getBytesTotal()); if ((this._parent.getPercentComplete() >= 100) && (this._parent.getValue() > 4)) { delete this.onEnterFrame; } }; }; ProgressBarClass.prototype.getLoadTarget = function () { return(this.loadTarget); }; ProgressBarClass.prototype.setValue = function (v) { this.value = v; this.invalidate("renderBar"); }; ProgressBarClass.prototype.getValue = function () { return(this.value); }; ProgressBarClass.prototype.setMinimum = function (m) { this.minV = m; }; ProgressBarClass.prototype.getMinimum = function () { return(this.minV); }; ProgressBarClass.prototype.setMaximum = function (m) { this.maxV = m; this.invalidate("renderBar"); }; ProgressBarClass.prototype.getMaximum = function () { return(this.maxV); }; ProgressBarClass.prototype.setDisplayText = function (tOrF) { if (tOrF) { this.KBText = this.attachMovie("FLabelSymbol", "KBT", 4, {hostComponent:this}); this.setStyleProperty("textAlign", "center"); } else { this.KBText.removeMovieClip(); this.KBText = undefined; } }; ProgressBarClass.prototype.setDisplayGraphics = function (tOrF) { this.displayBar = tOrF; if (!tOrF) { this.growBar.removeMovieClip(); this.growBar = undefined; this.track.removeMovieClip(); } else { this.attachMovie("Track", "track", 0); this.setSize(this.width); } }; ProgressBarClass.prototype.getPercentComplete = function () { return(Math.round(((this.value - this.minV) / this.maxV) * 100)); }; ProgressBarClass.prototype.setPercentComplete = function (p) { this.value = ((this.maxV * p) / 100) + this.minV; this.invalidate("renderBar"); }; ProgressBarClass.prototype.setProgress = function (v, t) { this.value = v; this.maxV = t; this.invalidate("renderBar"); }; ProgressBarClass.prototype.stretchToSize = function (w, leftCap, mid, rightCap) { var stretchWidth = Math.max(0, (w - leftCap._width) - rightCap._width); mid._width = stretchWidth; mid._x = leftCap._x + leftCap._width; rightCap._x = mid._x + mid._width; }; ProgressBarClass.prototype.renderBar = function () { if ((this.maxV == 0) || (this.value == 0)) { this.growBar.removeMovieClip(); return(undefined); } this.value = Math.min(this.maxV, this.value); if (this.value != this.oldValue) { this.executeCallBack(); } if ((this.growBar == undefined) && (this.displayBar)) { this.growBar = this.attachMovie("GrowBar", "gBar", 2); } var barSize = ((this.getPercentComplete() * (this.width - 2)) / 100); this.stretchToSize(barSize, this.growBar.leftBar, this.growBar.midBar, this.growBar.rightBar); this.oldValue = this.value; this.KBText.setLabel(((Math.round(this.getValue() / 1024) + " / ") + Math.round(this.maxV / 1024)) + " KB"); }; #endinitclip
Symbol 187 MovieClip Frame 34
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 120; waiter = 0; this.onEnterFrame = paused;
Symbol 187 MovieClip Frame 81
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 120; waiter = 0; this.onEnterFrame = paused;
Symbol 205 MovieClip Frame 1
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 120; waiter = 0; this.onEnterFrame = paused;
Symbol 212 MovieClip Frame 9
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 120; waiter = 0; this.onEnterFrame = paused;
Symbol 212 MovieClip Frame 30
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 320; waiter = 0; this.onEnterFrame = paused;
Symbol 213 MovieClip Frame 1
a = eye._y - _ymouse; b = eye._x - _xmouse; angleA = Math.atan2(a, b); degrees = angleA / (Math.pi / 180); setProperty("eye", _rotation , degrees); a2 = eye2._y - _ymouse; b2 = eye2._x - _xmouse; angleA2 = Math.atan2(a2, b2); degrees2 = angleA2 / (Math.pi / 180); setProperty("eye2", _rotation , degrees2);
Symbol 213 MovieClip Frame 2
gotoAndPlay (1);
Symbol 220 MovieClip Frame 1
stop();
Symbol 227 Button
on (release) { _quality = "LOW"; }
Symbol 228 Button
on (release) { _quality = "MEDIUM"; }
Symbol 229 Button
on (release) { _quality = "HIGH"; }
Symbol 231 MovieClip Frame 10
stop();
Symbol 237 Button
on (press) { nextFrame(); }
Symbol 255 MovieClip Frame 1
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 10; waiter = 0; this.onEnterFrame = paused;
Symbol 255 MovieClip Frame 10
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 30; waiter = 0; this.onEnterFrame = paused;
Symbol 255 MovieClip Frame 20
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 30; waiter = 0; this.onEnterFrame = paused;
Symbol 258 MovieClip Frame 7
stop();
Symbol 258 MovieClip Frame 13
stop();
Symbol 268 MovieClip Frame 1
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 30; waiter = 0; this.onEnterFrame = paused;
Symbol 268 MovieClip Frame 30
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 120; waiter = 0; this.onEnterFrame = paused;
Symbol 268 MovieClip Frame 85
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 60; waiter = 0; this.onEnterFrame = paused;
Symbol 271 Button
on (release) { getURL (((((((((((((((((((((((((("javascript:window.open('" add url) add "','") add winName) add "','width=") add winW) add ",height=") add winH) add ",top=") add winTop) add ",left=") add winLeft) add ",toolbar=") add tools) add ",scrollbars=") add scroll) add ",resizable=") add resize) add ",menubar=") add menu) add ",status=") add status) add ",directories=") add directory) add ",location=") add location) add "'); void(0);"); }
Instance of Symbol 272 MovieClip in Symbol 273 MovieClip Frame 1
//component parameters onClipEvent (initialize) { url = "http://www.obliterator.com"; winName = "www.OBLITERATOR.com"; winH = 600; winW = 800; winTop = 50; winLeft = 50; tools = "no"; scroll = "yes"; resize = "yes"; menu = "no"; status = "no"; directory = "yes"; location = "yes"; }
Symbol 280 MovieClip Frame 174
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 120; waiter = 0; this.onEnterFrame = paused;
Instance of Symbol 109 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { location = this._x; var i; i = 1 + (_root._xmouse / 5); if (hitTest(_root.block)) { this._x = -1000; } else { this._x = location + (i++); } this._xscale = 40 + _root._ymouse; this._yscale = 40 + _root._ymouse; }
Symbol 286 MovieClip Frame 1
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 45; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 2
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 135; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 3
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 135; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 4
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 90; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 5
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 45; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 6
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 45; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 7
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 90; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 8
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 135; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 9
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 135; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 10
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 90; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 11
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 45; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 12
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 45; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 13
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 90; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 14
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 135; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 15
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 135; waiter = 0; this.onEnterFrame = paused;
Symbol 286 MovieClip Frame 16
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 45; waiter = 0; this.onEnterFrame = paused;
Symbol 288 MovieClip [menu] Frame 1
stop();
Symbol 288 MovieClip [menu] Frame 2
stop();
Symbol 294 MovieClip Frame 5
function paused() { if (waiter > framesToWait) { delete this.onEnterFrame; waiter = 0; gotoAndPlay(this._currentframe + 1); } else { waiter++; } } stop(); framesToWait = 60; waiter = 0; this.onEnterFrame = paused;
Symbol 294 MovieClip Frame 21
stop();

Library Items

Symbol 1 Sound [h20C.aif]
Symbol 2 Sound [h20B.aif]
Symbol 3 Sound [h20A.aif]
Symbol 4 Sound [h20.aif]
Symbol 5 FontUsed by:6
Symbol 6 EditableTextUses:5Used by:7
Symbol 7 MovieClip [FLabelSymbol]Uses:6
Symbol 8 MovieClip [FUIComponentSymbol]
Symbol 9 GraphicUsed by:15
Symbol 10 GraphicUsed by:14
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:13
Symbol 13 MovieClipUses:12Used by:14
Symbol 14 MovieClipUses:10 13Used by:15
Symbol 15 MovieClip [wall]Uses:9 14
Symbol 16 GraphicUsed by:21
Symbol 17 ShapeTweeningUsed by:20
Symbol 18 ShapeTweeningUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:17 18 19Used by:21
Symbol 21 MovieClip [box]Uses:16 20
Symbol 22 FontUsed by:23 173 174 175 224 230 246 253 256 265
Symbol 23 EditableTextUses:22Used by:24
Symbol 24 MovieClip [scre]Uses:23Used by:Timeline
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClip [scree]Uses:25Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:80
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:29 30Used by:80
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:80
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:80
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:80
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:80
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:80
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:80
Symbol 44 ShapeTweeningUsed by:80
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:80
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:80
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:80
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:80
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:80
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:80
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:80
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:80
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:80
Symbol 63 GraphicUsed by:67
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:67
Symbol 67 MovieClipUses:63 64 66Used by:80
Symbol 68 ShapeTweeningUsed by:80
Symbol 69 ShapeTweeningUsed by:80
Symbol 70 ShapeTweeningUsed by:80
Symbol 71 ShapeTweeningUsed by:80
Symbol 72 ShapeTweeningUsed by:80
Symbol 73 ShapeTweeningUsed by:80
Symbol 74 ShapeTweeningUsed by:80
Symbol 75 ShapeTweeningUsed by:80
Symbol 76 ShapeTweeningUsed by:80
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:28 31 33 35 37 39 41 43 44 46 48 50 52 54 56 58 60 62 67 68 69 70 71 72 73 74 75 76 77 78 79Used by:81
Symbol 81 MovieClipUses:80Used by:119
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:94
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:94
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:94
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:94
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:94
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:94
Symbol 94 MovieClipUses:83 85 87 89 91 93Used by:95 119 187
Symbol 95 MovieClipUses:94Used by:119
Symbol 96 ShapeTweeningUsed by:101
Symbol 97 ShapeTweeningUsed by:101
Symbol 98 ShapeTweeningUsed by:101
Symbol 99 ShapeTweeningUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:96 97 98 99 100Used by:111
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:111
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:111
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:111 223
Symbol 108 GraphicUsed by:109 227 228 229
Symbol 109 MovieClipUses:108Used by:110 227 228 229 281
Symbol 110 MovieClipUses:109Used by:111 227 228 229 237 286
Symbol 111 MovieClipUses:101 103 105 107 110Used by:119
Symbol 112 ShapeTweeningUsed by:119
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:119
Symbol 116 SoundUsed by:119
Symbol 117 SoundUsed by:119 227 228 229 237
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClip [ob]Uses:81 95 111 112 115 94 116 117 118Used by:Timeline
Symbol 120 GraphicUsed by:121 122
Symbol 121 MovieClip [eye2]Uses:120Used by:213
Symbol 122 MovieClip [eye]Uses:120Used by:213
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:130
Symbol 125 GraphicUsed by:126 131 132 141
Symbol 126 MovieClipUses:125Used by:130
Symbol 127 GraphicUsed by:128 129 135 136 138
Symbol 128 MovieClipUses:127Used by:130
Symbol 129 MovieClipUses:127Used by:130
Symbol 130 MovieClipUses:124 126 128 129Used by:143
Symbol 131 MovieClipUses:125Used by:137
Symbol 132 MovieClipUses:125Used by:137
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:137
Symbol 135 MovieClipUses:127Used by:137
Symbol 136 MovieClipUses:127Used by:137
Symbol 137 MovieClipUses:131 132 134 135 136Used by:143
Symbol 138 MovieClipUses:127Used by:142
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:142
Symbol 141 MovieClipUses:125Used by:142
Symbol 142 MovieClipUses:138 140 141Used by:143
Symbol 143 MovieClip [GrowBar]Uses:130 137 142Used by:158
Symbol 144 GraphicUsed by:145 147 149 237
Symbol 145 MovieClipUses:144Used by:146
Symbol 146 MovieClipUses:145Used by:151
Symbol 147 MovieClipUses:144Used by:148
Symbol 148 MovieClipUses:147Used by:151
Symbol 149 MovieClipUses:144Used by:150
Symbol 150 MovieClipUses:149Used by:151
Symbol 151 MovieClip [Track]Uses:146 148 150Used by:158
Symbol 152 GraphicUsed by:153 271
Symbol 153 MovieClipUses:152Used by:155
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClip [FBoundingBoxSymbol]Uses:153 154Used by:158
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:158
Symbol 158 MovieClip [FProgressBarSymbol]Uses:143 151 155 157Used by:Timeline
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:159Used by:172
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:172
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:172
Symbol 165 GraphicUsed by:169
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:168
Symbol 168 MovieClipUses:167Used by:169
Symbol 169 MovieClipUses:165 168Used by:172
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:172
Symbol 172 MovieClipUses:160 162 164 169 171Used by:Timeline
Symbol 173 TextUses:22Used by:Timeline
Symbol 174 TextUses:22Used by:Timeline
Symbol 175 TextUses:22Used by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 GraphicUsed by:232
Symbol 178 ShapeTweeningUsed by:183 184
Symbol 179 ShapeTweeningUsed by:183 184
Symbol 180 ShapeTweeningUsed by:183 184
Symbol 181 ShapeTweeningUsed by:183 184
Symbol 182 GraphicUsed by:183 184
Symbol 183 MovieClipUses:178 179 180 181 182Used by:232
Symbol 184 MovieClipUses:178 179 180 181 182Used by:232
Symbol 185 SoundUsed by:187
Symbol 186 SoundUsed by:187
Symbol 187 MovieClipUses:94 185 186Used by:232
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:220
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:220
Symbol 192 GraphicUsed by:220
Symbol 193 GraphicUsed by:213
Symbol 194 GraphicUsed by:205 213
Symbol 195 GraphicUsed by:213
Symbol 196 ShapeTweeningUsed by:205
Symbol 197 ShapeTweeningUsed by:205
Symbol 198 ShapeTweeningUsed by:205
Symbol 199 ShapeTweeningUsed by:205
Symbol 200 ShapeTweeningUsed by:205
Symbol 201 ShapeTweeningUsed by:205
Symbol 202 ShapeTweeningUsed by:205
Symbol 203 ShapeTweeningUsed by:205
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:194 196 197 198 199 200 201 202 203 204Used by:213
Symbol 206 GraphicUsed by:212
Symbol 207 GraphicUsed by:212
Symbol 208 GraphicUsed by:212
Symbol 209 GraphicUsed by:212
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:206 207 208 209 210 211Used by:213
Symbol 213 MovieClipUses:193 194 122 121 195 205 212Used by:220
Symbol 214 GraphicUsed by:220
Symbol 215 GraphicUsed by:220
Symbol 216 GraphicUsed by:219
Symbol 217 GraphicUsed by:219
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:216 217 218Used by:220
Symbol 220 MovieClipUses:189 191 192 213 214 215 219Used by:221 222
Symbol 221 MovieClipUses:220Used by:232
Symbol 222 MovieClipUses:220Used by:232
Symbol 223 MovieClipUses:107Used by:232
Symbol 224 TextUses:22Used by:231
Symbol 225 GraphicUsed by:227 228 229
Symbol 226 SoundUsed by:227 228 229 237
Symbol 227 ButtonUses:109 110 225 108 226 117Used by:231
Symbol 228 ButtonUses:109 110 225 108 226 117Used by:231
Symbol 229 ButtonUses:109 110 225 108 226 117Used by:231
Symbol 230 TextUses:22Used by:231
Symbol 231 MovieClipUses:224 227 228 229 230Used by:232
Symbol 232 MovieClipUses:177 183 184 187 221 222 223 231Used by:Timeline
Symbol 233 GraphicUsed by:235 237
Symbol 234 GraphicUsed by:237
Symbol 235 MovieClipUses:233Used by:236
Symbol 236 MovieClipUses:235Used by:237
Symbol 237 ButtonUses:233 234 236 110 144 226 117Used by:Timeline
Symbol 238 GraphicUsed by:261
Symbol 239 GraphicUsed by:261
Symbol 240 GraphicUsed by:257
Symbol 241 GraphicUsed by:255
Symbol 242 GraphicUsed by:245
Symbol 243 GraphicUsed by:245
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:242 243 244Used by:255
Symbol 246 TextUses:22Used by:247
Symbol 247 MovieClipUses:246Used by:255
Symbol 248 GraphicUsed by:250
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:248 249Used by:255
Symbol 251 GraphicUsed by:255
Symbol 252 GraphicUsed by:255
Symbol 253 TextUses:22Used by:254
Symbol 254 MovieClipUses:253Used by:255
Symbol 255 MovieClipUses:241 245 247 250 251 252 254Used by:257
Symbol 256 TextUses:22Used by:257
Symbol 257 MovieClipUses:240 255 256Used by:258
Symbol 258 MovieClipUses:257Used by:261
Symbol 259 GraphicUsed by:261
Symbol 260 GraphicUsed by:261
Symbol 261 ButtonUses:238 239 258 259 260Used by:Timeline
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:262Used by:268
Symbol 264 FontUsed by:265 292
Symbol 265 TextUses:22 264Used by:266
Symbol 266 MovieClipUses:265Used by:267
Symbol 267 MovieClipUses:266Used by:268
Symbol 268 MovieClipUses:263 267Used by:Timeline
Symbol 269 GraphicUsed by:Timeline
Symbol 270 GraphicUsed by:273
Symbol 271 ButtonUses:152Used by:272
Symbol 272 MovieClipUses:271Used by:273
Symbol 273 MovieClipUses:270 272Used by:288  Timeline
Symbol 274 FontUsed by:275 276 292
Symbol 275 TextUses:274Used by:Timeline
Symbol 276 TextUses:274Used by:Timeline
Symbol 277 GraphicUsed by:280  Timeline
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:278Used by:280
Symbol 280 MovieClipUses:277 279Used by:Timeline
Symbol 281 MovieClipUses:109Used by:Timeline
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 SoundUsed by:286
Symbol 286 MovieClipUses:110 285Used by:Timeline
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClip [menu]Uses:273 287Used by:Timeline
Symbol 289 GraphicUsed by:293
Symbol 290 FontUsed by:292
Symbol 291 FontUsed by:292
Symbol 292 TextUses:264 290 274 291Used by:293
Symbol 293 MovieClipUses:289 292Used by:294
Symbol 294 MovieClipUses:293Used by:Timeline

Instance Names

"pBar"Frame 1Symbol 158 MovieClip [FProgressBarSymbol]
"block"Frame 5Symbol 283 MovieClip
"ob"Frame 5Symbol 119 MovieClip [ob]
"screen"Frame 5Symbol 26 MovieClip [scree]
"score"Frame 5Symbol 24 MovieClip [scre]
"highscore"Frame 5Symbol 24 MovieClip [scre]
"menu"Frame 5Symbol 288 MovieClip [menu]
"labelField"Symbol 7 MovieClip [FLabelSymbol] Frame 1Symbol 6 EditableText
"score"Symbol 24 MovieClip [scre] Frame 1Symbol 23 EditableText
"highlight3D_mc"Symbol 130 MovieClip Frame 1Symbol 124 MovieClip
"darkshadow_mc"Symbol 130 MovieClip Frame 1Symbol 126 MovieClip
"highlight_mc"Symbol 130 MovieClip Frame 1Symbol 128 MovieClip
"shadow_mc"Symbol 130 MovieClip Frame 1Symbol 129 MovieClip
"highlight3D_mc"Symbol 137 MovieClip Frame 1Symbol 131 MovieClip
"darkshadow_mc"Symbol 137 MovieClip Frame 1Symbol 132 MovieClip
"shadow_mc"Symbol 137 MovieClip Frame 1Symbol 134 MovieClip
"face_mc"Symbol 137 MovieClip Frame 1Symbol 135 MovieClip
"highlight_mc"Symbol 137 MovieClip Frame 1Symbol 136 MovieClip
"shadow_mc"Symbol 142 MovieClip Frame 1Symbol 138 MovieClip
"darkshadow_mc"Symbol 142 MovieClip Frame 1Symbol 140 MovieClip
"highlight3D_mc"Symbol 142 MovieClip Frame 1Symbol 141 MovieClip
"leftBar"Symbol 143 MovieClip [GrowBar] Frame 1Symbol 130 MovieClip
"midBar"Symbol 143 MovieClip [GrowBar] Frame 1Symbol 137 MovieClip
"rightBar"Symbol 143 MovieClip [GrowBar] Frame 1Symbol 142 MovieClip
"trackLeftCap"Symbol 146 MovieClip Frame 1Symbol 145 MovieClip
"trackMiddle"Symbol 148 MovieClip Frame 1Symbol 147 MovieClip
"track"Symbol 150 MovieClip Frame 1Symbol 149 MovieClip
"leftTrack"Symbol 151 MovieClip [Track] Frame 1Symbol 146 MovieClip
"midTrack"Symbol 151 MovieClip [Track] Frame 1Symbol 148 MovieClip
"rightTrack"Symbol 151 MovieClip [Track] Frame 1Symbol 150 MovieClip
"boundingBox"Symbol 155 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 153 MovieClip
"boundingBox2"Symbol 155 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 153 MovieClip
"boundingBox_mc"Symbol 158 MovieClip [FProgressBarSymbol] Frame 1Symbol 155 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 158 MovieClip [FProgressBarSymbol] Frame 1Symbol 157 MovieClip
"eye"Symbol 213 MovieClip Frame 1Symbol 122 MovieClip [eye]
"eye2"Symbol 213 MovieClip Frame 1Symbol 121 MovieClip [eye2]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "h20C.aif"
ExportAssets (56)Timeline Frame 1Symbol 2 as "h20B.aif"
ExportAssets (56)Timeline Frame 1Symbol 3 as "h20A.aif"
ExportAssets (56)Timeline Frame 1Symbol 4 as "h20.aif"
ExportAssets (56)Timeline Frame 1Symbol 7 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 8 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 15 as "wall"
ExportAssets (56)Timeline Frame 1Symbol 21 as "box"
ExportAssets (56)Timeline Frame 1Symbol 24 as "scre"
ExportAssets (56)Timeline Frame 1Symbol 26 as "scree"
ExportAssets (56)Timeline Frame 1Symbol 119 as "ob"
ExportAssets (56)Timeline Frame 1Symbol 121 as "eye2"
ExportAssets (56)Timeline Frame 1Symbol 122 as "eye"
ExportAssets (56)Timeline Frame 1Symbol 143 as "GrowBar"
ExportAssets (56)Timeline Frame 1Symbol 151 as "Track"
ExportAssets (56)Timeline Frame 1Symbol 155 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 158 as "FProgressBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 158 as "FProgressBarSymbol"
ExportAssets (56)Timeline Frame 4Symbol 122 as "eye"
ExportAssets (56)Timeline Frame 4Symbol 121 as "eye2"
ExportAssets (56)Timeline Frame 4Symbol 122 as "eye"
ExportAssets (56)Timeline Frame 4Symbol 121 as "eye2"
ExportAssets (56)Timeline Frame 5Symbol 119 as "ob"
ExportAssets (56)Timeline Frame 5Symbol 26 as "scree"
ExportAssets (56)Timeline Frame 5Symbol 24 as "scre"
ExportAssets (56)Timeline Frame 5Symbol 24 as "scre"
ExportAssets (56)Timeline Frame 5Symbol 288 as "menu"

Labels

"Symbol_32"Symbol 7 MovieClip [FLabelSymbol] Frame 1
"Symbol_36"Symbol 8 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 155 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 155 MovieClip [FBoundingBoxSymbol] Frame 2




http://swfchan.com/13/61368/info.shtml
Created: 15/4 -2019 15:11:46 Last modified: 15/4 -2019 15:11:46 Server time: 15/05 -2024 20:15:51