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

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

Stuurman.swf

This is the info page for
Flash #27192

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


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

help

sluit spel

highscore

start

Je bent stuurman van het schip geworden
en je vaart met het schip naar het volgende eiland.
Er verschijnt een wimpel waarop staat in welke
richting je moet varen. Als je met je muis over het
kompas gaat, krijg je deze wimpel weer te zien.
Het kompas geeft aan in welke richting je vaart.
Probeer de voorbijdrijvende waardevolle lading aan
boord te krijgen voor een hogere score,
maar ontwijk de rotsen en andere obstakels.

Je bestuurt het schip door met de linkermuisknop
op het handvat van het stuurwiel te klikken en dit
heen en weer te slepen.

Items:

Extra punten

Reparatie schip

Schade aan het schip:

Dat ging niet helemaal goed!
Probeer het nog maar eens

nog een
keer!

level
score
aant eilanden

Cheat menu

go to island

Sluit help

Sluit help

kwaliteit:

hoog

hoog

laag

laag

schade

Vaar naar het

N

Z

w

o

Score:

Schade:

Eilanden:

Schip repareren
200 punten

Schip repareren
200 punten

%

ActionScript [AS1/AS2]

Instance of Symbol 194 MovieClip "cheatmenu" in Frame 1
onClipEvent (enterFrame) { if ((Key.isDown(40) && (Key.isDown(50))) && (Key.isDown(38))) { cheat = true; } else { cheat = false; } } onClipEvent (mouseUp) { if (cheat == true) { if (_root.cheatmenu._currentframe == 1) { _root.cheatmenu.gotoAndPlay(_root.cheatmenu._currentframe + 1); } } }
Frame 2
stop(); stopAllSounds(); _root.level = 1; _root.minScore = 100; _root.totalscore = 0; _root.score = 0; _root.aantal = 0; _root.steer = 0; _root.myscore = 0; _root.begin = true; _root.newFull = _root.full; _root.gameover = false; _root.highscoreLijst = false; gotoAndPlay (4);
Frame 3
stop();
Frame 4
stop();
Frame 5
function addtoWorld() { if (_root.stuur._rotation < 0) { turn = 0.05; } else if (_root.stuur._rotation > 0) { turn = -0.05; } else { turn = 0; } steer = (_root.stuur._rotation / 50) + ((steer + turn) * 0.98); } stop(); _root.finish = false; Movieclip.prototype.shakewin = function (amount) { getURL (("javascript:function shakewin(n){if(parent.moveBy){for(i = 10;i > 0;i--){for(j = n;j > 0;j--){parent.moveBy(0,i);parent.moveBy(i,0);parent.moveBy(0,-i);parent.moveBy(-i,0);}}}};shakewin(" + amount) + ");void(0)"); };
Instance of Symbol 267 MovieClip "world" in Frame 5
onClipEvent (enterFrame) { rot = (-_root.steer) / 10; _rotation = rot; }
Instance of Symbol 292 MovieClip "boot" in Frame 5
onClipEvent (load) { rnd = 20; if (_root.begin == true) { _root.full = _root.tijdbalk.tijdmeter._xscale; _root.begin = false; } _root.tijdbalk.tijdmeter._xscale = _root.newFull; } onClipEvent (enterFrame) { aa = _root.full / _root.tijdbalk.tijdmeter._xscale; _root.procent = int(100 / aa); if (_root.tijdbalk.tijdmeter._xscale > _root.full) { _root.tijdbalk.tijdmeter._xscale = _root.full; } this.boeg.gotoAndStop(10 - int(_root.procent / 10)); i = 0; while (i < 3) { if (this.hitvlak.hitTest(_root.world.objecten["obj" + i])) { if (_root.tijdbalk.tijdmeter._xscale > 0) { _root.tijdbalk.tijdmeter._xscale = _root.tijdbalk.tijdmeter._xscale - 2; } this.gotoAndPlay(_currentframe + 1); b++; if (b > 5) { a = random(2); b = 0; } if (a == 0) { rnd = -20; } else { rnd = 20; } _root.stuur._rotation = _root.stuur._rotation + rnd; _root.aanvaring = true; _root.stuur.pressing = false; } else { _root.aanvaring = false; } i++; } if (_root.tijdbalk.tijdmeter._xscale < 0) { _root.gameover = true; } j = 0; while (j < 2) { if (this.hitvlak.hitTest(_root.world.objecten["goedobj" + j])) { with (_root.world.objecten["goedobj" + j]) { _root.score = _root.score + 20; } with (_root.world.objecten["goedobj" + j]) { gotoAndStop(5); } } j++; } }
Instance of Symbol 302 MovieClip "stuur" in Frame 5
onClipEvent (enterFrame) { if (pressing == false) { if ((myDegrees > 0) || (myDegrees < 0)) { accspeed = accspeed + 0.4; } } myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI) + 90; mycheckDegrees = Math.round((myRadians * 180) / Math.PI) - 90; if (pressing == true) { accspeed = 1; _rotation = mydegrees; if (_rotation > 135) { _rotation = 135; } if (_rotation < -135) { _rotation = -135; } if ((mycheckdegrees < 10) and (mycheckdegrees > -10)) { pressing = false; } if (_root.aanvaring == true) { pressing = false; } } else { if (_rotation > 0) { _rotation = (_rotation - accspeed); if (_rotation < 0) { _rotation = 0; myDegrees = 0; } } if (_rotation < 0) { _rotation = (_rotation + accspeed); if (_rotation > 0) { _rotation = 0; myDegrees = 0; } } } }
Frame 10
stop(); stopAllSounds(); _root.level = _root.level + 1; _root.aantal = _root.aantal + 1; _root.score = _root.score + 100; _root.steer = 0; _root.waarschuwing = ""; _root.gezondheid = 100 - _root.procent;
Frame 15
stop(); stopAllSounds(); _root.totalscore = _root.score + (_root.aantal * 100); _root.menu.menuShow(); _root.menu.gameOverScreen();
Symbol 2 MovieClip [FUIComponentSymbol] Frame 1
#initclip 3 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 15 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 25 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 34 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 35 MovieClip [UpArrow] Frame 1
stop();
Symbol 35 MovieClip [UpArrow] Frame 2
stop();
Symbol 35 MovieClip [UpArrow] Frame 3
stop();
Symbol 42 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 49 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 54 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 55 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 63 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 71 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 79 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 80 MovieClip [DownArrow] Frame 1
stop();
Symbol 80 MovieClip [DownArrow] Frame 2
stop();
Symbol 80 MovieClip [DownArrow] Frame 3
stop();
Symbol 83 MovieClip [FHighlightSymbol] Frame 1
var component = _parent.controller; component.registerSkinElement(highlight_mc, "selection"); stop();
Symbol 83 MovieClip [FHighlightSymbol] Frame 2
component.registerSkinElement(highlight_mc2, "selectionDisabled"); stop();
Symbol 83 MovieClip [FHighlightSymbol] Frame 3
component.registerSkinElement(highlight_mc3, "selectionUnfocused"); stop();
Symbol 86 MovieClip [FLabelSymbol] Frame 1
#initclip 1 _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 89 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 90 MovieClip [FScrollBarSymbol] Frame 1
#initclip 4 FScrollBarClass = function () { if (this._height == 4) { return(undefined); } this.init(); this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0))); this.smallScroll = 1; this.width = (this.horizontal ? (this._width) : (this._height)); this._xscale = (this._yscale = 100); this.setScrollPosition(0); this.tabEnabled = false; if (this._targetInstanceName.length > 0) { this.setScrollTarget(this._parent[this._targetInstanceName]); } this.tabChildren = false; this.setSize(this.width); }; FScrollBarClass.prototype = new FUIComponentClass(); FScrollBarClass.prototype.setHorizontal = function (flag) { if (this.horizontal && (!flag)) { this._xscale = 100; this._rotation = 0; } else if (flag && (!this.horizontal)) { this._xscale = -100; this._rotation = -90; } this.horizontal = flag; }; FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) { if (!this.enable) { return(undefined); } this.pageSize = pSize; this.minPos = Math.max(mnPos, 0); this.maxPos = Math.max(mxPos, 0); this.scrollPosition = Math.max(this.minPos, this.scrollPosition); this.scrollPosition = Math.min(this.maxPos, this.scrollPosition); if ((this.maxPos - this.minPos) <= 0) { this.scrollThumb_mc.removeMovieClip(); this.upArrow_mc.gotoAndStop(3); this.downArrow_mc.gotoAndStop(3); this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null)); this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null)); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null); this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null); this.scrollTrack_mc.useHandCursor = false; } else { var tmp = this.getScrollPosition(); this.upArrow_mc.gotoAndStop(1); this.downArrow_mc.gotoAndStop(1); this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller); this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling); this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller); this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller); this.scrollTrack_mc.onRelease = this.stopScrolling; this.scrollTrack_mc.onDragOut = this.stopScrolling; this.scrollTrack_mc.onRollOut = this.stopScrolling; this.scrollTrack_mc.useHandCursor = false; this.attachMovie("ScrollThumb", "scrollThumb_mc", 3); this.scrollThumb_mc._x = 0; this.scrollThumb_mc._y = this.upArrow_mc._height; this.scrollThumb_mc.onPress = this.startDragThumb; this.scrollThumb_mc.controller = this; this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb); this.scrollThumb_mc.useHandCursor = false; this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize; this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid; this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop; this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot; this.thumbHeight = Math.max(this.thumbHeight, 6); this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height; this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height; this.thumbMid_mc._y = this.thumbTop_mc._height; this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight; this.scrollTop = this.scrollThumb_mc._y; this.trackHeight = this.trackSize - this.thumbHeight; this.scrollBot = this.trackHeight + this.scrollTop; tmp = Math.min(tmp, this.maxPos); this.setScrollPosition(Math.max(tmp, this.minPos)); } }; FScrollBarClass.prototype.getScrollPosition = function () { return(this.scrollPosition); }; FScrollBarClass.prototype.setScrollPosition = function (pos) { this.scrollPosition = pos; if (this.scrollThumb_mc != undefined) { pos = Math.min(pos, this.maxPos); pos = Math.max(pos, this.minPos); } this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop; this.executeCallBack(); }; FScrollBarClass.prototype.setLargeScroll = function (lScroll) { this.largeScroll = lScroll; }; FScrollBarClass.prototype.setSmallScroll = function (sScroll) { this.smallScroll = sScroll; }; FScrollBarClass.prototype.setEnabled = function (enabledFlag) { var wasEnabled = this.enable; if (enabledFlag && (!wasEnabled)) { this.enable = enabledFlag; if (this.textField != undefined) { this.setScrollTarget(this.textField); } else { this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos); this.setScrollPosition(this.cachedPos); } this.clickFilter = undefined; } else if ((!enabledFlag) && (wasEnabled)) { this.textField.removeListener(this); this.cachedPos = this.getScrollPosition(); this.cachedMinPos = this.minPos; this.cachedMaxPos = this.maxPos; if (this.clickFilter == undefined) { this.setScrollProperties(this.pageSize, 0, 0); } else { this.clickFilter = true; } this.enable = enabledFlag; } }; FScrollBarClass.prototype.setSize = function (hgt) { if (this._height == 1) { return(undefined); } this.width = hgt; this.scrollTrack_mc._yscale = 100; this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height; if (this.upArrow_mc == undefined) { this.attachMovie("UpArrow", "upArrow_mc", 1); this.attachMovie("DownArrow", "downArrow_mc", 2); this.downArrow_mc.controller = (this.upArrow_mc.controller = this); this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false); this.upArrow_mc._x = (this.upArrow_mc._y = 0); this.downArrow_mc._x = 0; } this.scrollTrack_mc.controller = this; this.downArrow_mc._y = this.width - this.downArrow_mc._height; this.trackSize = this.width - (2 * this.downArrow_mc._height); if (this.textField != undefined) { this.onTextChanged(); } else { this.setScrollProperties(this.pageSize, this.minPos, this.maxPos); } }; FScrollBarClass.prototype.scrollIt = function (inc, mode) { var delt = this.smallScroll; if (inc != "one") { delt = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll)); } var newPos = (this.getScrollPosition() + (mode * delt)); if (newPos > this.maxPos) { newPos = this.maxPos; } else if (newPos < this.minPos) { newPos = this.minPos; } this.setScrollPosition(newPos); }; FScrollBarClass.prototype.startDragThumb = function () { this.lastY = this._ymouse; this.onMouseMove = this.controller.dragThumb; }; FScrollBarClass.prototype.dragThumb = function () { this.scrollMove = this._ymouse - this.lastY; this.scrollMove = this.scrollMove + this._y; if (this.scrollMove < this.controller.scrollTop) { this.scrollMove = this.controller.scrollTop; } else if (this.scrollMove > this.controller.scrollBot) { this.scrollMove = this.controller.scrollBot; } this._y = this.scrollMove; var c = this.controller; c.scrollPosition = Math.round(((c.maxPos - c.minPos) * (this._y - c.scrollTop)) / c.trackHeight) + c.minPos; this.controller.isScrolling = true; updateAfterEvent(); this.controller.executeCallBack(); }; FScrollBarClass.prototype.stopDragThumb = function () { this.controller.isScrolling = false; this.onMouseMove = null; }; FScrollBarClass.prototype.startTrackScroller = function () { this.controller.trackScroller(); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1); }; FScrollBarClass.prototype.scrollInterval = function (inc, mode) { clearInterval(this.scrolling); if (inc == "page") { this.trackScroller(); } else { this.scrollIt(inc, mode); } this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode); }; FScrollBarClass.prototype.trackScroller = function () { if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) { this.scrollIt("page", 1); } else if (this.scrollThumb_mc._y > this._ymouse) { this.scrollIt("page", -1); } }; FScrollBarClass.prototype.stopScrolling = function () { this.controller.downArrow_mc.gotoAndStop(1); this.controller.upArrow_mc.gotoAndStop(1); clearInterval(this.controller.scrolling); }; FScrollBarClass.prototype.startUpScroller = function () { this.controller.upArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", -1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1); }; FScrollBarClass.prototype.startDownScroller = function () { this.controller.downArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", 1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1); }; FScrollBarClass.prototype.setScrollTarget = function (tF) { if (tF == undefined) { this.textField.removeListener(this); delete this.textField[(this.horizontal ? "hScroller" : "vScroller")]; if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) { this.textField.unwatch("text"); this.textField.unwatch("htmltext"); } } this.textField = undefined; if (!(tF instanceof TextField)) { return(undefined); } this.textField = tF; this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this; this.onTextChanged(); this.onChanged = function () { this.onTextChanged(); }; this.onScroller = function () { if (!this.isScrolling) { if (!this.horizontal) { this.setScrollPosition(this.textField.scroll); } else { this.setScrollPosition(this.textField.hscroll); } } }; this.textField.addListener(this); this.textField.watch("text", this.callback); this.textField.watch("htmlText", this.callback); }; FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) { clearInterval(this.hScroller.synchScroll); clearInterval(this.vScroller.synchScroll); this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50); this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50); return(newVal); }; FScrollBarClass.prototype.onTextChanged = function () { if ((!this.enable) || (this.textField == undefined)) { return(undefined); } clearInterval(this.synchScroll); if (this.horizontal) { var pos = this.textField.hscroll; this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll); this.setScrollPosition(Math.min(pos, this.textField.maxhscroll)); } else { var pos = this.textField.scroll; var pageSize = (this.textField.bottomScroll - this.textField.scroll); this.setScrollProperties(pageSize, 1, this.textField.maxscroll); this.setScrollPosition(Math.min(pos, this.textField.maxscroll)); } }; FScrollBarClass.prototype.executeCallBack = function () { if (this.textField == undefined) { super.executeCallBack(); } else if (this.horizontal) { this.textField.hscroll = this.getScrollPosition(); } else { this.textField.scroll = this.getScrollPosition(); } }; Object.registerClass("FScrollBarSymbol", FScrollBarClass); #endinitclip
Symbol 91 MovieClip [FListItemSymbol] Frame 1
#initclip 9 function FListItemClass() { this.init(); } FListItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FListItemSymbol", FListItemClass); #endinitclip
Symbol 92 MovieClip [DataProviderSymbol] Frame 1
#initclip 2 _global.DataProviderClass = function () { this.init(); }; DataProviderClass.prototype.init = function () { this.items = new Array(); this.uniqueID = 0; this.views = new Array(); }; DataProviderClass.prototype.addView = function (viewRef) { this.views.push(viewRef); var eventObj = {event:"updateAll"}; viewRef.modelChanged(eventObj); }; DataProviderClass.prototype.addItemAt = function (index, value) { if (index < this.getLength()) { this.items.splice(index, 0, "tmp"); } this.items[index] = new Object(); if (typeof(value) == "object") { this.items[index] = value; } else { this.items[index].label = value; } this.items[index].__ID__ = this.uniqueID++; var eventObj = {event:"addRows", firstRow:index, lastRow:index}; this.updateViews(eventObj); }; DataProviderClass.prototype.addItem = function (value) { this.addItemAt(this.getLength(), value); }; DataProviderClass.prototype.removeItemAt = function (index) { var tmpItm = this.items[index]; this.items.splice(index, 1); var eventObj = {event:"deleteRows", firstRow:index, lastRow:index}; this.updateViews(eventObj); return(tmpItm); }; DataProviderClass.prototype.removeAll = function () { this.items = new Array(); this.updateViews({event:"deleteRows", firstRow:0, lastRow:this.getLength() - 1}); }; DataProviderClass.prototype.replaceItemAt = function (index, itemObj) { if ((index < 0) || (index >= this.getLength())) { return(undefined); } var tmpID = this.getItemID(index); if (typeof(itemObj) == "object") { this.items[index] = itemObj; } else { this.items[index].label = itemObj; } this.items[index].__ID__ = tmpID; this.updateViews({event:"updateRows", firstRow:index, lastRow:index}); }; DataProviderClass.prototype.getLength = function () { return(this.items.length); }; DataProviderClass.prototype.getItemAt = function (index) { return(this.items[index]); }; DataProviderClass.prototype.getItemID = function (index) { return(this.items[index].__ID__); }; DataProviderClass.prototype.sortItemsBy = function (fieldName, order) { this.items.sortOn(fieldName); if (order == "DESC") { this.items.reverse(); } this.updateViews({event:"sort"}); }; DataProviderClass.prototype.updateViews = function (eventObj) { var i = 0; while (i < this.views.length) { this.views[i].modelChanged(eventObj); i++; } }; #endinitclip
Symbol 93 MovieClip [FSelectableItemSymbol] Frame 1
#initclip 6 function FSelectableItemClass() { this.init(); } FSelectableItemClass.prototype = new FUIComponentClass(); FSelectableItemClass.prototype.init = function () { if (this._name != "itemAsset") { this.highlighted = false; this.layoutContent(100); } }; FSelectableItemClass.prototype.drawItem = function (itmObj, selected) { this.displayContent(itmObj, selected); if ((this.highlighted != selected) || ((this.controller.focused != this.oldFocus) && (selected))) { this.setHighlighted(selected); } this.oldFocus = this.controller.focused; }; FSelectableItemClass.prototype.setSize = function (width, height) { var LOWEST_DEPTH = -16384; this.width = width; this.layoutContent(width); this.attachMovie("FHighlightSymbol", "highlight_mc", LOWEST_DEPTH); this.highlight_mc._x = 0.5; this.highlight_mc._width = width - 0.5; this.highlight_mc._height = height; this.highlight_mc.controller = this; this.highlight_mc._alpha = 0; this.highlight_mc.trackAsMenu = true; this.highlight_mc.onPress = function () { if (this.controller.enable) { this.controller.controller.clickHandler(this.controller.itemNum); } }; this.highlight_mc.onDragOver = function () { if (this.controller.controller.focused) { this.onPress(); } }; this.highlight_mc.useHandCursor = false; this.highlight_mc.trackAsMenu = true; }; FSelectableItemClass.prototype.setEnabled = function (enabledFlag) { this.enable = enabledFlag; this.fLabel_mc.setEnabled(enabledFlag); this.highlight_mc.gotoAndStop((enabledFlag ? "unfocused" : "disabled")); }; FSelectableItemClass.prototype.layoutContent = function (width) { this.attachMovie("FLabelSymbol", "fLabel_mc", 2, {hostComponent:this.controller}); this.fLabel_mc._x = 2; this.fLabel_mc._y = 0; this.fLabel_mc.setSize(width - 2); this.fLabel_mc.labelField.selectable = false; }; FSelectableItemClass.prototype.displayContent = function (itmObj, selected) { var tmpLabel = ""; if (itmObj.label != undefined) { tmpLabel = itmObj.label; } else if (typeof(itmObj) == "object") { for (var i in itmObj) { if (i != "__ID__") { tmpLabel = (itmObj[i] + ", ") + tmpLabel; } } tmpLabel = tmpLabel.substring(0, tmpLabel.length - 2); } else { tmpLabel = itmObj; } if (this.fLabel_mc.labelField.text != tmpLabel) { this.fLabel_mc.setLabel(tmpLabel); } var clr = (selected ? (this.controller.styleTable.textSelected.value) : (this.controller.styleTable.textColor.value)); if (clr == undefined) { clr = (selected ? 16777215 : 0); } this.fLabel_mc.setColor(clr); }; FSelectableItemClass.prototype.getItemIndex = function () { return(this.controller.getScrollPosition() + this.itemNum); }; FSelectableItemClass.prototype.getItemModel = function () { return(this.controller.getItemAt(this.getItemIndex())); }; FSelectableItemClass.prototype.getHostDataProvider = function () { return(this.controller.dataProvider); }; FSelectableItemClass.prototype.setHighlighted = function (flag) { fade = this.controller.styleTable.fadeRate.value; if (((fade == undefined) || (fade == 0)) || (!flag)) { this.highlight_mc._alpha = (flag ? 100 : 0); delete this.onEnterFrame; } else { this.fadeN = fade; this.fadeX = 1; this.highLight_mc._alpha = 20; this.onEnterFrame = function () { this.highLight_mc._alpha = (60 * Math.sqrt((this.fadeX++) / this.fadeN)) + 40; if (this.fadeX > this.fadeN) { delete this.onEnterFrame; } }; } this.highlighted = flag; }; #endinitclip
Symbol 94 MovieClip [FSelectableListSymbol] Frame 1
#initclip 5 function FSelectableListClass() { this.init(); } FSelectableListClass.prototype = new FUIComponentClass(); FSelectableListClass.prototype.init = function () { super.init(); this.enable = true; this.selected = new Array(); this.topDisplayed = (this.numDisplayed = 0); this.lastSelected = 0; this.tabChildren = false; if (this._name != undefined) { this.dataProvider = new DataProviderClass(); this.dataProvider.addView(this); } }; FSelectableListClass.prototype.addItemAt = function (index, label, data) { if ((index < 0) || (!this.enable)) { return(undefined); } this.dataProvider.addItemAt(index, {label:label, data:data}); }; FSelectableListClass.prototype.addItem = function (label, data) { if (!this.enable) { return(undefined); } this.dataProvider.addItem({label:label, data:data}); }; FSelectableListClass.prototype.removeItemAt = function (index) { this.selectHolder = this.getSelectedIndex(); var item = this.getItemAt(index); this.dataProvider.removeItemAt(index); return(item); }; FSelectableListClass.prototype.removeAll = function () { this.dataProvider.removeAll(); }; FSelectableListClass.prototype.replaceItemAt = function (index, newLabel, newData) { this.dataProvider.replaceItemAt(index, {label:newLabel, data:newData}); }; FSelectableListClass.prototype.sortItemsBy = function (fieldName, order) { this.lastSelID = this.dataProvider.getItemID(this.lastSelected); this.dataProvider.sortItemsBy(fieldName, order); }; FSelectableListClass.prototype.getLength = function () { return(this.dataProvider.getLength()); }; FSelectableListClass.prototype.getSelectedIndex = function () { for (var uniqueID in this.selected) { var tmpInd = this.selected[uniqueID].sIndex; if (tmpInd != undefined) { return(tmpInd); } } }; FSelectableListClass.prototype.getSelectedItem = function () { return(this.getItemAt(this.getSelectedIndex())); }; FSelectableListClass.prototype.getItemAt = function (index) { return(this.dataProvider.getItemAt(index)); }; FSelectableListClass.prototype.getEnabled = function () { return(this.enable); }; FSelectableListClass.prototype.getValue = function () { var item = this.getSelectedItem(); return(((item.data == undefined) ? (item.label) : (item.data))); }; FSelectableListClass.prototype.setSelectedIndex = function (index, flag) { if (((index >= 0) && (index < this.getLength())) && (this.enable)) { this.clearSelected(); this.selectItem(index, true); this.lastSelected = index; this.invalidate("updateControl"); if (flag != false) { this.executeCallBack(); } } }; FSelectableListClass.prototype.setDataProvider = function (obj) { this.setScrollPosition(0); this.clearSelected(); if (obj instanceof Array) { this.dataProvider = new DataProviderClass(); var i = 0; while (i < obj.length) { var value = ((typeof(obj[i]) == "string") ? ({label:obj[i]}) : (obj[i])); this.dataProvider.addItem(value); i++; } } else { this.dataProvider = obj; } this.dataProvider.addView(this); }; FSelectableListClass.prototype.setItemSymbol = function (linkID) { this.tmpPos = this.getScrollPosition(); this.itemSymbol = linkID; this.invalidate("setSize"); this.setScrollPosition(this.tmpPos); }; FSelectableListClass.prototype.setEnabled = function (enabledFlag) { this.cleanUI(); super.setEnabled(enabledFlag); this.enable = enabledFlag; this.boundingBox_mc.gotoAndStop((this.enable ? "enabled" : "disabled")); var limit = Math.min(this.numDisplayed, this.getLength()); var i = 0; while (i < limit) { this.container_mc[("fListItem" + i) + "_mc"].setEnabled(this.enable); i++; } if (this.enable) { this.invalidate("updateControl"); } }; FSelectableListClass.prototype.updateControl = function () { var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].drawItem(this.getItemAt(this.topDisplayed + i), this.isSelected(this.topDisplayed + i)); i++; } }; FSelectableListClass.prototype.setSize = function (w, h) { super.setSize(w, h); this.boundingBox_mc._xscale = (this.boundingBox_mc._yscale = 100); this.boundingBox_mc._xscale = (this.width * 100) / this.boundingBox_mc._width; this.boundingBox_mc._yscale = (this.height * 100) / this.boundingBox_mc._height; var i = 0; while (i < this.numDisplayed) { this.container_mc.attachMovie(this.itemSymbol, ("fListItem" + i) + "_mc", 10 + i, {controller:this, itemNum:i}); var item_mc = this.container_mc[("fListItem" + i) + "_mc"]; var offset = ((this.scrollOffset == undefined) ? 0 : (this.scrollOffset)); item_mc.setSize(this.width - offset, this.itmHgt); item_mc._y = (this.itmHgt - 2) * i; i++; } this.updateControl(); }; FSelectableListClass.prototype.modelChanged = function (eventObj) { var firstRow = eventObj.firstRow; var lastRow = eventObj.lastRow; var event = eventObj.event; if (event == "addRows") { for (var i in this.selected) { if ((this.selected[i].sIndex != undefined) && (this.selected[i].sIndex >= firstRow)) { this.selected[i].sIndex = this.selected[i].sIndex + ((lastRow - firstRow) + 1); this.setSelectedIndex(this.selected[i].sIndex, false); } } } else if (event == "deleteRows") { if (firstRow == lastRow) { var index = firstRow; if (this.selectHolder == index) { this.selectionDeleted = true; } if (((this.topDisplayed + this.numDisplayed) >= this.getLength()) && (this.topDisplayed > 0)) { this.topDisplayed--; if (this.selectionDeleted && ((index - 1) >= 0)) { this.setSelectedIndex(index - 1, false); } } else if (this.selectionDeleted) { var len = this.getLength(); if (((index == (len - 1)) && (len > 1)) || (index > (len / 2))) { this.setSelectedIndex(index - 1, false); } else { this.setSelectedIndex(index, false); } } for (var i in this.selected) { if (this.selected[i].sIndex > firstRow) { this.selected[i].sIndex--; } } } else { this.clearSelected(); this.topDisplayed = 0; } } else if (event == "sort") { var len = this.getLength(); var i = 0; while (i < len) { if (this.isSelected(i)) { var id = this.dataProvider.getItemID(i); if (id == this.lastSelID) { this.lastSelected = i; } this.selected[String(id)].sIndex = i; } i++; } } this.invalidate("updateControl"); }; FSelectableListClass.prototype.measureItmHgt = function () { this.attachMovie(this.itemSymbol, "tmpItem_mc", 0, {controller:this}); this.tmpItem_mc.drawItem({label:"Sizer: PjtTopg"}, false); this.itmHgt = this.tmpItem_mc._height; this.tmpItem_mc.removeMovieClip(); }; FSelectableListClass.prototype.selectItem = function (index, selectedFlag) { if (selectedFlag && (!this.isSelected(index))) { this.selected[String(this.dataProvider.getItemID(index))] = {sIndex:index}; } else if (!selectedFlag) { delete this.selected[String(this.dataProvider.getItemID(index))]; } }; FSelectableListClass.prototype.isSelected = function (index) { return(this.selected[String(this.dataProvider.getItemID(index))].sIndex != undefined); }; FSelectableListClass.prototype.clearSelected = function () { for (var uniqueID in this.selected) { var index = this.selected[uniqueID].sIndex; if (((index != undefined) && (this.topDisplayed <= index)) && (index < (this.topDisplayed + this.numDisplayed))) { this.container_mc[("fListItem" + (index - this.topDisplayed)) + "_mc"].drawItem(this.getItemAt(index), false); } } delete this.selected; this.selected = new Array(); }; FSelectableListClass.prototype.selectionHandler = function (itemNum) { var tmpInd = (this.topDisplayed + itemNum); if (this.getItemAt(tmpInd == undefined)) { this.changeFlag = false; return(undefined); } this.changeFlag = true; this.clearSelected(); this.selectItem(tmpInd, true); this.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(this.getItemAt(tmpInd), this.isSelected(tmpInd)); }; FSelectableListClass.prototype.moveSelBy = function (incr) { var itmNum = this.getSelectedIndex(); var newItm = (itmNum + incr); newItm = Math.max(0, newItm); newItm = Math.min(this.getLength() - 1, newItm); if (newItm == itmNum) { return(undefined); } if ((itmNum < this.topDisplayed) || (itmNum >= (this.topDisplayed + this.numDisplayed))) { this.setScrollPosition(itmNum); } if ((newItm >= (this.topDisplayed + this.numDisplayed)) || (newItm < this.topDisplayed)) { this.setScrollPosition(this.topDisplayed + incr); } this.selectionHandler(newItm - this.topDisplayed); }; FSelectableListClass.prototype.clickHandler = function (itmNum) { this.focusRect.removeMovieClip(); if (!this.focused) { this.pressFocus(); } this.selectionHandler(itmNum); this.onMouseUp = this.releaseHandler; }; FSelectableListClass.prototype.releaseHandler = function () { if (this.changeFlag) { this.executeCallBack(); } this.changeFlag = false; this.onMouseUp = undefined; }; FSelectableListClass.prototype.myOnSetFocus = function () { super.myOnSetFocus(); var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].highlight_mc.gotoAndStop("enabled"); i++; } }; FSelectableListClass.prototype.myOnKillFocus = function () { super.myOnKillFocus(); var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].highlight_mc.gotoAndStop("unfocused"); i++; } }; #endinitclip
Instance of Symbol 92 MovieClip [DataProviderSymbol] "dPAsset" in Symbol 94 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 93 MovieClip [FSelectableItemSymbol] "ItemAsset" in Symbol 94 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 95 MovieClip [FScrollSelectListSymbol] Frame 1
#initclip 7 function FScrollSelectListClass() { this.init(); } FScrollSelectListClass.prototype = new FSelectableListClass(); FScrollSelectListClass.prototype.getScrollPosition = function () { return(this.topDisplayed); }; FScrollSelectListClass.prototype.setScrollPosition = function (pos) { if (this.enable) { pos = Math.min(pos, this.getLength() - this.numDisplayed); pos = Math.max(pos, 0); this.scrollBar_mc.setScrollPosition(pos); } }; FScrollSelectListClass.prototype.setAutoHideScrollBar = function (flag) { this.permaScrollBar = !flag; this.setSize(this.width, this.height); }; FScrollSelectListClass.prototype.setEnabled = function (enabledFlag) { super.setEnabled(enabledFlag); this.scrollBar_mc.setEnabled(this.enable); }; FScrollSelectListClass.prototype.setSize = function (w, h) { var pos = this.getScrollPosition(); super.setSize(w, h); if (this.scrollBar_mc != undefined) { this.removed = true; } this.scrollBar_mc = undefined; this.initScrollBar(); this.setScrollPosition(pos); }; FScrollSelectListClass.prototype.modelChanged = function (eventObj) { super.modelChanged(eventObj); this.invalidate("initScrollBar"); }; FScrollSelectListClass.prototype.initScrollBar = function () { if ((!this.permaScrollBar) && (this.getLength() <= this.numDisplayed)) { if (this.removed) { this.scrollBar_mc.removeMovieClip(); this.scrollBar_mc = undefined; this.scrollOffset = undefined; this.invalidate("setSize"); } } else { if (this.scrollBar_mc == undefined) { this.container_mc.attachMovie("FScrollBarSymbol", "scrollBar_mc", 3000, {hostStyle:this.styleTable}); this.scrollBar_mc = this.container_mc.scrollBar_mc; this.scrollBar_mc.setChangeHandler("scrollHandler", this); this.scrollBar_mc.setSize(this.height); this.scrollBar_mc._x = this.width - this.scrollBar_mc._width; this.scrollBar_mc._y = 0; this.scrollBar_mc.setLargeScroll(this.numDisplayed - 1); this.scrollOffset = this.scrollBar_mc._width; this.invalidate("setSize"); } this.scrollBar_mc.setScrollProperties(this.numDisplayed, 0, this.getLength() - this.numDisplayed); } }; FScrollSelectListClass.prototype.scrollHandler = function (scrollBar) { var pos = scrollBar.getScrollPosition(); this.topDisplayed = pos; if (this.lastPosition != pos) { this.updateControl(); } this.lastPosition = pos; }; FScrollSelectListClass.prototype.clickHandler = function (itmNum) { super.clickHandler(itmNum); if ((this.dragScrolling == undefined) && (this.scrollBar_mc != undefined)) { this.dragScrolling = setInterval(this, "dragScroll", 15); } }; FScrollSelectListClass.prototype.releaseHandler = function () { clearInterval(this.dragScrolling); this.dragScrolling = undefined; super.releaseHandler(); }; FScrollSelectListClass.prototype.dragScroll = function () { clearInterval(this.dragScrolling); if (this.container_mc._ymouse < 0) { this.setScrollPosition(this.getScrollPosition() - 1); this.selectionHandler(0); this.scrollInterval = Math.max(25, (-23.8 * (-this.container_mc._ymouse)) + 500); this.dragScrolling = setInterval(this, "dragScroll", this.scrollInterval); } else if (this.container_mc._ymouse > ((this.itmHgt - 2) * this.numDisplayed)) { this.setScrollPosition(this.getScrollPosition() + 1); this.selectionHandler(this.numDisplayed - 1); this.scrollInterval = Math.max(25, (-23.8 * Math.abs((this.container_mc._ymouse - ((this.itmHgt - 2) * this.numDisplayed)) - 2)) + 500); this.dragScrolling = setInterval(this, "dragScroll", this.scrollInterval); } else { this.dragScrolling = setInterval(this, "dragScroll", 15); } }; FScrollSelectListClass.prototype.myOnKeyDown = function () { if (this.focused) { this.keyCodes = new Array(40, 38, 34, 33, 36, 35); this.keyIncrs = new Array(1, -1, this.numDisplayed - 1, -(this.numDisplayed - 1), -this.getLength(), this.getLength()); var i = 0; while (i < this.keyCodes.length) { if (Key.isDown(this.keyCodes[i])) { this.moveSelBy(this.keyIncrs[i]); return(undefined); } i++; } this.findInputText(); } }; FScrollSelectListClass.prototype.findInputText = function () { var tmpCode = Key.getAscii(); if ((tmpCode >= 33) && (tmpCode <= 126)) { this.findString(String.fromCharCode(tmpCode)); } }; FScrollSelectListClass.prototype.findString = function (str) { if (this.getLength() == 0) { return(undefined); } var itemNum = this.getSelectedIndex(); var jump = 0; var i = (itemNum + 1); while (i != itemNum) { var itmStr = this.getItemAt(i).label.substring(0, str.length); if ((str == itmStr) || (str.toUpperCase() == itmStr.toUpperCase())) { var jump = (i - itemNum); break; } if (i >= (this.getLength() - 1)) { i = -1; } i++; } if (jump != 0) { this.moveSelBy(jump); } }; #endinitclip
Instance of Symbol 90 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 95 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; } onClipEvent (load) { this._width = (this._height = 1); }
Instance of Symbol 94 MovieClip [FSelectableListSymbol] "superClassAsset" in Symbol 95 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 99 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 99 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 102 MovieClip [FListBoxSymbol] Frame 1
#initclip 8 function FListBoxClass() { this.itemSymbol = "FListItemSymbol"; this.init(); this.permaScrollBar = true; var i = 0; while (i < this.labels.length) { this.addItem(this.labels[i], this.data[i]); i++; } this.boundingBox_mc.gotoAndStop(1); this.width = this._width; this.height = this._height; this._yscale = (this._xscale = 100); this.setSize(this.width, this.height); if (this.changeHandler.length > 0) { this.setChangeHandler(this.changeHandler); } } FListBoxClass.prototype = new FScrollSelectListClass(); Object.registerClass("FListBoxSymbol", FListBoxClass); FListBoxClass.prototype.getSelectedIndices = function () { var tmpArray = new Array(); for (var i in this.selected) { tmpArray.push(this.selected[i].sIndex); } return(((tmpArray.length > 0) ? (tmpArray) : undefined)); }; FListBoxClass.prototype.getSelectedItems = function () { var indices = this.getSelectedIndices(); var tmpArray = new Array(); var i = 0; while (i < indices.length) { tmpArray.push(this.getItemAt(indices[i])); i++; } return(((tmpArray.length > 0) ? (tmpArray) : undefined)); }; FListBoxClass.prototype.getSelectMultiple = function () { return(this.selectMultiple); }; FListBoxClass.prototype.getRowCount = function () { return(this.numDisplayed); }; FListBoxClass.prototype.setSelectedIndices = function (indexArray) { this.clearSelected(); var i = 0; while (i < indexArray.length) { this.selectItem(indexArray[i], true); i++; } this.updateControl(); }; FListBoxClass.prototype.setSelectMultiple = function (flag) { this.selectMultiple = flag; }; FListBoxClass.prototype.setRowCount = function (count) { var hgt = ((count * (this.itmHgt - 2)) + 2); this.setSize(this.width, hgt); }; FListBoxClass.prototype.setWidth = function (wdt) { this.setSize(wdt, this.height); }; FListBoxClass.prototype.setSize = function (w, h) { if (!this.enable) { return(undefined); } w = Math.max(w, 20); h = Math.max(h, 40); this.container_mc.removeMovieClip(); this.container_mc = this.createEmptyMovieClip("container", 3); this.measureItmHgt(); this.numDisplayed = Math.floor(h / (this.itmHgt - 2)); this.height = (this.numDisplayed * (this.itmHgt - 2)) + 2; super.setSize(w, this.height); }; FListBoxClass.prototype.removeItemAt = function (index) { this.selectHolder = this.getSelectedIndices(); return(super.removeItemAt(index)); }; FListBoxClass.prototype.selectionHandler = function (itemNum) { if (this.clickFilter) { var index = (this.topDisplayed + itemNum); if (this.getItemAt(index) == undefined) { this.changeFlag = false; return(undefined); } this.changeFlag = true; if (((!this.selectMultiple) && (!Key.isDown(17))) || ((!Key.isDown(16)) && (!Key.isDown(17)))) { this.clearSelected(); this.selectItem(index, true); this.lastSelected = index; this.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(this.getItemAt(index), this.isSelected(index)); } else if (Key.isDown(16) && (this.selectMultiple)) { if (this.lastSelected == -1) { this.lastSelected = index; } var incr = ((this.lastSelected < index) ? 1 : -1); this.clearSelected(); var i = this.lastSelected; while (i != index) { this.selectItem(i, true); if ((i >= this.topDisplayed) && (i < (this.topDisplayed + this.numDisplayed))) { this.container_mc[("fListItem" + (i - this.topDisplayed)) + "_mc"].drawItem(this.getItemAt(i), this.isSelected(i)); } i = i + incr; } this.selectItem(index, true); this.container_mc[("fListItem" + (index - this.topDisplayed)) + "_mc"].drawItem(this.getItemAt(index), this.isSelected(index)); } else if (key.isDown(17)) { var selectedFlag = this.isSelected(index); if (!this.selectMultiple) { this.clearSelected(); } if (!((!this.selectMultiple) && (selectedFlag))) { this.selectItem(index, !selectedFlag); this.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(this.getItemAt(this.topDisplayed + itemNum), this.isSelected(this.topDisplayed + itemNum)); } this.lastSelected = index; } } else { this.clickFilter = true; } }; FListBoxClass.prototype.moveSelBy = function (itemNum) { super.moveSelBy(itemNum); this.releaseHandler(); }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 95 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 102 MovieClip [FListBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 121 Button
on (release) { this.helpButton(); }
Symbol 127 Button
on (release) { this.closeButton(); }
Symbol 133 Button
on (release) { this.highScoreButton(); }
Symbol 140 Button
on (release) { this.startButton(); _root.gotoAndStop("startgame"); }
Symbol 149 Button
on (press) { nextFrame(); }
Symbol 153 Button
on (press) { prevFrame(); }
Symbol 168 MovieClip Frame 1
stop();
Symbol 169 Button
on (release) { gotoAndStop (2); }
Symbol 177 Button
on (release) { replayButton(); }
Symbol 178 MovieClip Frame 1
function highScoreButton() { oldScore = _root.hiscore; newScore = _root.totalscore; if ((oldScore == undefined) || (oldScore == 0)) { this.gotoAndStop("highscore_empty"); } else if (oldScore >= _root.minScore) { this.gotoAndStop("highscore_improve"); } else if (oldScore < _root.minScore) { this.gotoAndStop("highscore_notenough"); } } function startButton() { menuHide(); } function startgame() { } function closeButton() { getURL ("javascript:window.close();", "_self"); } function helpButton() { this.gotoAndStop("help"); } function replayButton() { this.gotoAndStop("start"); } function gameOverScreen() { gotoAndPlay (4); } function saveScore() { _root.klik++; getURL ((((((((((("http://info.omroep.nl/ncrv/willemwever/game?uid=" + _root.uid) + "&gameID=") + _root.gameID) + "&score=") + _root.totalscore) + "&stamp=") + _root.stamp) + "&rang=") + _root.rang) + "&klik=") + _root.klik, "onderF", "GET"); _root.hiscore = _root.totalscore; trace(_root.rang); } function menuHide() { _root.snelhelp.gotoAndStop(2); this._visible = false; } function menuShow() { this._visible = true; } stopAllSounds();
Symbol 178 MovieClip Frame 2
stop();
Symbol 178 MovieClip Frame 50
_level0.highNum = 24; _level0.myScore = _root.totalscore; _level0.gameW = 550; loadMovieNum ("highscores_new.swf", 5000); stop();
Symbol 180 MovieClip Frame 1
stop();
Symbol 187 Button
on (release) { _root.level = Number(levelcheat); _root.score = Number(scorecheat); _root.aantal = Number(aantalcheat); if (_root.level >= 30) { _root.level = 30; } if ((_root.level == 0) or (_root.level == "")) { _root.level = 1; } if ((_root.aantal == 0) or (_root.aantal == "")) { _root.aantal = 0; } gotoAndPlay(_currentframe + 1); }
Symbol 193 Button
on (release) { _root.level = Number(levelcheat); _root.score = Number(scorecheat); _root.aantal = Number(aantalcheat); if (_root.level >= 30) { _root.level = 30; } if ((_root.level == 0) or (_root.level == "")) { _root.level = 1; } if ((_root.aantal == 0) or (_root.aantal == "")) { _root.aantal = 0; } _root.finish = true; gotoAndPlay(_currentframe + 1); }
Symbol 194 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 6
stop(); this.levelcheat = _root.level; this.scorecheat = _root.score; this.aantalcheat = _root.aantal;
Symbol 210 Button
on (release) { gotoAndStop (5); }
Symbol 217 Button
on (press) { _quality = "high"; }
Symbol 221 Button
on (press) { _quality = "low"; }
Symbol 226 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 5
if (donder == true) { _root.soundbank.gotoAndPlay("thunder"); } else { _root.soundbank.gotoAndPlay("thunderzacht"); }
Symbol 236 MovieClip Frame 6
if (donder == true) { shakewin(1 + random(5)); } _parent.wolk.rnd = random(250); if (_parent.wolk.rnd > 200) { donder = true; } else { donder = false; }
Symbol 253 MovieClip Frame 1
stop(); gotoAndStop(_root.level); _root.mist.gotoAndStop("geenmist");
Symbol 253 MovieClip Frame 3
_root.mist.gotoAndStop("geenmist");
Instance of Symbol 236 MovieClip "wolk" in Symbol 253 MovieClip Frame 3
onClipEvent (load) { donder = false; rnd = random(100); } onClipEvent (enterFrame) { count++; if (count > (10 + rnd)) { gotoAndPlay (2); count = 0; } }
Symbol 253 MovieClip Frame 5
_root.mist.gotoAndStop("donker1");
Symbol 253 MovieClip Frame 6
_root.mist.gotoAndStop("mist1");
Instance of Symbol 236 MovieClip "wolk" in Symbol 253 MovieClip Frame 6
onClipEvent (load) { donder = false; rnd = random(100); } onClipEvent (enterFrame) { count++; if (count > (10 + rnd)) { gotoAndPlay (2); count = 0; } }
Symbol 253 MovieClip Frame 7
_root.mist.gotoAndStop("donker3");
Instance of Symbol 236 MovieClip "wolk" in Symbol 253 MovieClip Frame 8
onClipEvent (load) { donder = false; rnd = random(100); } onClipEvent (enterFrame) { count++; if (count > (10 + rnd)) { gotoAndPlay (2); count = 0; } }
Instance of Symbol 236 MovieClip "wolk" in Symbol 253 MovieClip Frame 12
onClipEvent (load) { donder = false; rnd = random(100); } onClipEvent (enterFrame) { count++; if (count > (10 + rnd)) { gotoAndPlay (2); count = 0; } }
Symbol 253 MovieClip Frame 15
_root.mist.gotoAndStop("mist1");
Symbol 253 MovieClip Frame 16
_root.mist.gotoAndStop("mist1");
Symbol 253 MovieClip Frame 17
_root.mist.gotoAndStop("mist2");
Instance of Symbol 236 MovieClip "wolk" in Symbol 253 MovieClip Frame 17
onClipEvent (load) { donder = false; rnd = random(100); } onClipEvent (enterFrame) { count++; if (count > (10 + rnd)) { gotoAndPlay (2); count = 0; } }
Symbol 253 MovieClip Frame 18
_root.mist.gotoAndStop("mist1");
Symbol 253 MovieClip Frame 19
_root.mist.gotoAndStop("mist2");
Symbol 253 MovieClip Frame 20
_root.mist.gotoAndStop("geenmist");
Instance of Symbol 236 MovieClip "wolk" in Symbol 253 MovieClip Frame 20
onClipEvent (load) { donder = false; rnd = random(100); } onClipEvent (enterFrame) { count++; if (count > (10 + rnd)) { gotoAndPlay (2); count = 0; } }
Symbol 253 MovieClip Frame 21
_root.mist.gotoAndStop("mist3");
Symbol 253 MovieClip Frame 22
_root.mist.gotoAndStop("mist4");
Instance of Symbol 236 MovieClip "wolk" in Symbol 253 MovieClip Frame 22
onClipEvent (load) { donder = false; rnd = random(100); } onClipEvent (enterFrame) { count++; if (count > (10 + rnd)) { gotoAndPlay (2); count = 0; } }
Symbol 253 MovieClip Frame 24
_root.mist.gotoAndStop("donker1");
Symbol 253 MovieClip Frame 25
_root.mist.gotoAndStop("donker1");
Symbol 253 MovieClip Frame 26
_root.mist.gotoAndStop("donker3");
Symbol 253 MovieClip Frame 27
_root.mist.gotoAndStop("mist4");
Symbol 253 MovieClip Frame 28
_root.mist.gotoAndStop("donker1");
Symbol 253 MovieClip Frame 29
_root.mist.gotoAndStop("mist4");
Symbol 253 MovieClip Frame 30
_root.mist.gotoAndStop("donker1");
Instance of Symbol 236 MovieClip "wolk" in Symbol 253 MovieClip Frame 30
onClipEvent (load) { donder = false; rnd = random(100); } onClipEvent (enterFrame) { count++; if (count > (10 + rnd)) { gotoAndPlay (2); count = 0; } }
Symbol 253 MovieClip Frame 31
_root.level = 1; gotoAndStop (1);
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 2
gotoAndPlay(_currentframe + 1);
Symbol 259 MovieClip Frame 89
stop();
Symbol 260 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 30
_root.level = 0;
Symbol 262 MovieClip Frame 1
stop(); schatkist = true; repairkist = false;
Symbol 262 MovieClip Frame 2
stop(); schatkist = false; repairkist = true;
Symbol 262 MovieClip Frame 5
if (schatkist == true) { _root.objani.gotoAndPlay(2); } if (repairkist == true) { _root.objani.gotoAndPlay(27); }
Instance of Symbol 260 MovieClip "obj0" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { y = 175; _x = random(550); distance = _y - y; hoogte = _yscale + (distance / 30); breedte = _xscale + (distance / 30); rnd = 1 + random(_root.aantal); gotoAndStop(rnd); this.walvis.gotoAndPlay(2); } onClipEvent (enterFrame) { function reset() { _y = 175; distance = 0; _xscale = (breedte + distance); _yscale = (hoogte + distance); _x = random(550); afwijking = 0; rnd = 1 + random(_root.aantal); gotoAndStop(rnd); this.walvis.gotoAndPlay(2); } this.swapDepths(_y); distance = _y - y; speed = 0.1 + (distance / 30); afwijking = afwijking - ((((_x - _root.boot._x) / 10) * distance) - (_root.stuur._rotation * 9)); _xscale = (breedte + distance); _yscale = (hoogte + distance); _y = (_y + speed); _x = (_x - ((afwijking / 6000) + ((_root.steer * distance) / 3000))); if (((_y > 600) || (_x > 1000)) || (_x < -1000)) { reset(); } }
Instance of Symbol 260 MovieClip "obj1" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { y = 175; _x = random(550); distance = _y - y; hoogte = _yscale + (distance / 30); breedte = _xscale + (distance / 30); rnd = 1 + random(_root.aantal); gotoAndStop(rnd); this.walvis.gotoAndPlay(2); } onClipEvent (enterFrame) { function reset() { _y = 175; distance = 0; _xscale = (breedte + distance); _yscale = (hoogte + distance); _x = random(550); afwijking = 0; rnd = 1 + random(_root.aantal); gotoAndStop(rnd); this.walvis.gotoAndPlay(2); } this.swapDepths(_y); distance = _y - y; speed = 0.1 + (distance / 30); afwijking = afwijking - ((((_x - _root.boot._x) / 10) * distance) - (_root.stuur._rotation * 9)); _xscale = (breedte + distance); _yscale = (hoogte + distance); _y = (_y + speed); _x = (_x - ((afwijking / 6000) + ((_root.steer * distance) / 3000))); if (((_y > 600) || (_x > 1000)) || (_x < -1000)) { reset(); } }
Instance of Symbol 260 MovieClip "obj2" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { y = 175; _x = random(550); distance = _y - y; hoogte = _yscale + (distance / 30); breedte = _xscale + (distance / 30); rnd = 1 + random(_root.aantal); gotoAndStop(rnd); this.walvis.gotoAndPlay(2); } onClipEvent (enterFrame) { function reset() { _y = 175; distance = 0; _xscale = (breedte + distance); _yscale = (hoogte + distance); _x = random(550); afwijking = 0; rnd = 1 + random(_root.aantal); gotoAndStop(rnd); this.walvis.gotoAndPlay(2); } this.swapDepths(_y); _root.addtoWorld(); distance = _y - y; speed = 0.1 + (distance / 30); afwijking = afwijking - ((((_x - _root.boot._x) / 10) * distance) - (_root.stuur._rotation * 9)); _xscale = (breedte + distance); _yscale = (hoogte + distance); _y = (_y + speed); _x = (_x - ((afwijking / 6000) + ((_root.steer * distance) / 3000))); if (((_y > 600) || (_x > 1000)) || (_x < -1000)) { reset(); } }
Instance of Symbol 262 MovieClip "goedobj1" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { y = 175; _x = random(550); distance = _y - y; hoogte = _yscale + (distance / 30); breedte = _xscale + (distance / 30); rnd = 1; gotoAndStop(rnd); } onClipEvent (enterFrame) { function reset() { _y = 175; distance = 0; _xscale = (breedte + distance); _yscale = (hoogte + distance); _x = random(550); afwijking = 0; rnd = 1; gotoAndStop(rnd); } this.swapDepths(_y); distance = _y - y; speed = 0.1 + (distance / 30); afwijking = afwijking - ((((_x - _root.boot._x) / 10) * distance) - (_root.stuur._rotation * 9)); _xscale = (breedte + distance); _yscale = (hoogte + distance); _y = (_y + speed); _x = (_x - ((afwijking / 6000) + ((_root.steer * distance) / 3000))); if (((_y > (900 + (rnd * 200))) || (_x > 1000)) || (_x < -1000)) { reset(); } }
Instance of Symbol 262 MovieClip "goedobj0" in Symbol 263 MovieClip Frame 1
onClipEvent (load) { y = 175; _x = random(550); distance = _y - y; hoogte = _yscale + (distance / 30); breedte = _xscale + (distance / 30); rnd = 1 + random(2); gotoAndStop(rnd); } onClipEvent (enterFrame) { function reset() { _y = 175; distance = 0; _xscale = (breedte + distance); _yscale = (hoogte + distance); _x = random(550); afwijking = 0; rnd = 1 + random(2); gotoAndStop(rnd); } this.swapDepths(_y); distance = _y - y; speed = 0.1 + (distance / 30); afwijking = afwijking - ((((_x - _root.boot._x) / 10) * distance) - (_root.stuur._rotation * 9)); _xscale = (breedte + distance); _yscale = (hoogte + distance); _y = (_y + speed); _x = (_x - ((afwijking / 6000) + ((_root.steer * distance) / 3000))); if (((_y > (900 + (rnd * 200))) || (_x > 1000)) || (_x < -1000)) { reset(); } }
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 66
_root.finish = true; x = _root.full / _root.tijdbalk.tijdmeter._xscale; _root.procent = int(100 / x); _root.newFull = _root.tijdbalk.tijdmeter._xscale;
Symbol 266 MovieClip Frame 73
stop();
Instance of Symbol 266 MovieClip "eiland" in Symbol 267 MovieClip Frame 1
onClipEvent (enterFrame) { if (_currentframe > 1) { _x = (_x - (_root.steer / 10)); if ((_x < -700) or (_x > 700)) { _root.gameover = true; _root.gotoAndStop("gameover2"); } } }
Symbol 278 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 10
stop();
Symbol 292 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 26
stop();
Symbol 297 MovieClip Frame 44
_root.tijdbalk.tijdmeter._xscale = _root.tijdbalk.tijdmeter._xscale + 10;
Symbol 297 MovieClip Frame 51
stop();
Symbol 301 Button
on (press) { pressing = true; } on (release, releaseOutside) { pressing = false; }
Symbol 310 MovieClip Frame 1
stop();
Instance of Symbol 313 MovieClip "tijdmeter" in Symbol 316 MovieClip Frame 1
onClipEvent (load) { sec = 80; full = _xscale; } onClipEvent (enterFrame) { count++; if ((count > sec) and (_xscale > -1)) { _xscale = (_xscale-1); count = 0; } if (_xscale < 1) { _root.gotoAndPlay("gameover2"); } }
Symbol 323 MovieClip Frame 40
stop();
Instance of Symbol 205 MovieClip "naald" in Symbol 329 MovieClip Frame 1
onClipEvent (load) { zicht = false; directionListA = new Array(-5, 85, -95, -140, 130, -50, 40); directionListB = new Array(5, 95, -85, -130, 140, -40, 50); directionList = new Array("Noorden", "Oosten", "Westen", "Zuidwesten", "Zuidoosten", "Noordwesten", "Noordoosten"); rnd = random(directionListA.length); coo1 = directionListA[rnd]; coo2 = directionListB[rnd]; _root.koers = directionList[rnd]; } onClipEvent (enterFrame) { _rotation = (_rotation + (_root.steer / 100)); x = _rotation; _root.world.achtergrond.wolk._x = (-x) * 7; if ((_rotation > coo1) and (_rotation < coo2)) { if (zicht == false) { count++; if (count > 100) { zicht = true; count = 0; } } } if (zicht == true) { count++; if (count > 10) { with (_root.world.eiland) { gotoAndStop(_currentframe + 1); } count = 0; } } if (_root.finish == true) { _root.gotoAndPlay("tussenscherm"); } }
Symbol 332 Button
on (rollOver, release) { with (_root.newlevelani) { if (_currentframe == 40) { gotoAndPlay(2); } } }
Symbol 342 Button
on (release) { _root.gotoAndPlay("spel"); }
Symbol 350 Button
on (release) { herstelprijs = 200; procentErbij = 50; if (_root.gezondheid <= 0) { _root.waarschuwing = "Op dit moment is er geen zichtbare schade"; } else if (_root.score >= herstelprijs) { newprocent = (_root.procent = _root.procent + procentErbij); if (newprocent > 100) { newprocent = 100; } _root.procent = newprocent; _root.gezondheid = 100 - newprocent; _root.newFull = _root.newFull + (_root.full / (100 / procentErbij)); if (_root.newFull > _root.full) { _root.newFull = _root.full; } if (_root.gezondheid <= 0) { _root.gezondheid = 0; } _root.score = _root.score - herstelprijs; } else { _root.waarschuwing = "Schade kan nog niet hersteld worden"; } }

Library Items

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

Instance Names

"menu"Frame 1Symbol 178 MovieClip
"soundbank"Frame 1Symbol 180 MovieClip
"cheatmenu"Frame 1Symbol 194 MovieClip
"naald"Frame 4Symbol 205 MovieClip
"world"Frame 5Symbol 267 MovieClip
"boot"Frame 5Symbol 292 MovieClip
"objani"Frame 5Symbol 297 MovieClip
"stuur"Frame 5Symbol 302 MovieClip
"mist"Frame 5Symbol 310 MovieClip
"tijdbalk"Frame 5Symbol 316 MovieClip
"newlevelani"Frame 5Symbol 323 MovieClip
"compas"Frame 5Symbol 329 MovieClip
"face_mc"Symbol 15 MovieClip Frame 1Symbol 4 MovieClip
"arrow_mc"Symbol 15 MovieClip Frame 1Symbol 6 MovieClip
"highlight_mc"Symbol 15 MovieClip Frame 1Symbol 8 MovieClip
"shadow_mc"Symbol 15 MovieClip Frame 1Symbol 10 MovieClip
"darkshadow_mc"Symbol 15 MovieClip Frame 1Symbol 12 MovieClip
"highlight3D_mc"Symbol 15 MovieClip Frame 1Symbol 14 MovieClip
"darkshadow_mc"Symbol 25 MovieClip Frame 1Symbol 16 MovieClip
"highlight3D_mc"Symbol 25 MovieClip Frame 1Symbol 17 MovieClip
"highlight_mc"Symbol 25 MovieClip Frame 1Symbol 19 MovieClip
"shadow_mc"Symbol 25 MovieClip Frame 1Symbol 21 MovieClip
"face_mc"Symbol 25 MovieClip Frame 1Symbol 22 MovieClip
"arrow_mc"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"highlight3D_mc"Symbol 34 MovieClip Frame 1Symbol 26 MovieClip
"darkshadow_mc"Symbol 34 MovieClip Frame 1Symbol 27 MovieClip
"highlight_mc"Symbol 34 MovieClip Frame 1Symbol 28 MovieClip
"shadow_mc"Symbol 34 MovieClip Frame 1Symbol 29 MovieClip
"face_mc"Symbol 34 MovieClip Frame 1Symbol 31 MovieClip
"arrow_mc"Symbol 34 MovieClip Frame 1Symbol 33 MovieClip
"up"Symbol 35 MovieClip [UpArrow] Frame 1Symbol 15 MovieClip
"down"Symbol 35 MovieClip [UpArrow] Frame 2Symbol 25 MovieClip
"disabled"Symbol 35 MovieClip [UpArrow] Frame 3Symbol 34 MovieClip
"highlight3D_mc"Symbol 42 MovieClip Frame 1Symbol 37 MovieClip
"darkshadow_mc"Symbol 42 MovieClip Frame 1Symbol 39 MovieClip
"highlight_mc"Symbol 42 MovieClip Frame 1Symbol 40 MovieClip
"shadow_mc"Symbol 42 MovieClip Frame 1Symbol 41 MovieClip
"highlight3D_mc"Symbol 49 MovieClip Frame 1Symbol 43 MovieClip
"darkshadow_mc"Symbol 49 MovieClip Frame 1Symbol 44 MovieClip
"shadow_mc"Symbol 49 MovieClip Frame 1Symbol 46 MovieClip
"face_mc"Symbol 49 MovieClip Frame 1Symbol 47 MovieClip
"highlight_mc"Symbol 49 MovieClip Frame 1Symbol 48 MovieClip
"shadow_mc"Symbol 54 MovieClip Frame 1Symbol 50 MovieClip
"darkshadow_mc"Symbol 54 MovieClip Frame 1Symbol 52 MovieClip
"highlight3D_mc"Symbol 54 MovieClip Frame 1Symbol 53 MovieClip
"mc_sliderTop"Symbol 55 MovieClip [ScrollThumb] Frame 1Symbol 42 MovieClip
"mc_sliderMid"Symbol 55 MovieClip [ScrollThumb] Frame 1Symbol 49 MovieClip
"mc_sliderBot"Symbol 55 MovieClip [ScrollThumb] Frame 1Symbol 54 MovieClip
"face_mc"Symbol 63 MovieClip Frame 1Symbol 56 MovieClip
"arrow_mc"Symbol 63 MovieClip Frame 1Symbol 58 MovieClip
"highlight_mc"Symbol 63 MovieClip Frame 1Symbol 59 MovieClip
"shadow_mc"Symbol 63 MovieClip Frame 1Symbol 60 MovieClip
"darkshadow_mc"Symbol 63 MovieClip Frame 1Symbol 61 MovieClip
"highlight3D_mc"Symbol 63 MovieClip Frame 1Symbol 62 MovieClip
"darkshadow_mc"Symbol 71 MovieClip Frame 1Symbol 64 MovieClip
"highlight3D_mc"Symbol 71 MovieClip Frame 1Symbol 65 MovieClip
"highlight_mc"Symbol 71 MovieClip Frame 1Symbol 66 MovieClip
"shadow_mc"Symbol 71 MovieClip Frame 1Symbol 67 MovieClip
"face_mc"Symbol 71 MovieClip Frame 1Symbol 68 MovieClip
"arrow_mc"Symbol 71 MovieClip Frame 1Symbol 70 MovieClip
"highlight3D_mc"Symbol 79 MovieClip Frame 1Symbol 72 MovieClip
"darkshadow_mc"Symbol 79 MovieClip Frame 1Symbol 73 MovieClip
"highlight_mc"Symbol 79 MovieClip Frame 1Symbol 74 MovieClip
"shadow_mc"Symbol 79 MovieClip Frame 1Symbol 75 MovieClip
"face_mc"Symbol 79 MovieClip Frame 1Symbol 76 MovieClip
"arrow_mc"Symbol 79 MovieClip Frame 1Symbol 78 MovieClip
"up"Symbol 80 MovieClip [DownArrow] Frame 1Symbol 63 MovieClip
"down"Symbol 80 MovieClip [DownArrow] Frame 2Symbol 71 MovieClip
"disabled"Symbol 80 MovieClip [DownArrow] Frame 3Symbol 79 MovieClip
"highlight_mc"Symbol 83 MovieClip [FHighlightSymbol] Frame 1Symbol 82 MovieClip
"highlight_mc2"Symbol 83 MovieClip [FHighlightSymbol] Frame 2Symbol 82 MovieClip
"highlight_mc3"Symbol 83 MovieClip [FHighlightSymbol] Frame 3Symbol 82 MovieClip
"labelField"Symbol 86 MovieClip [FLabelSymbol] Frame 1Symbol 85 EditableText
"track_mc"Symbol 89 MovieClip Frame 1Symbol 88 MovieClip
"scrollTrack_mc"Symbol 90 MovieClip [FScrollBarSymbol] Frame 1Symbol 89 MovieClip
"dPAsset"Symbol 94 MovieClip [FSelectableListSymbol] Frame 1Symbol 92 MovieClip [DataProviderSymbol]
"ItemAsset"Symbol 94 MovieClip [FSelectableListSymbol] Frame 1Symbol 93 MovieClip [FSelectableItemSymbol]
"scrollBarAsset"Symbol 95 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 90 MovieClip [FScrollBarSymbol]
"superClassAsset"Symbol 95 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 94 MovieClip [FSelectableListSymbol]
"boundingBox"Symbol 99 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 97 MovieClip
"boundingBox2"Symbol 99 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 97 MovieClip
"itemAsset"Symbol 102 MovieClip [FListBoxSymbol] Frame 1Symbol 91 MovieClip [FListItemSymbol]
"superClassAsset"Symbol 102 MovieClip [FListBoxSymbol] Frame 1Symbol 95 MovieClip [FScrollSelectListSymbol]
"boundingBox_mc"Symbol 102 MovieClip [FListBoxSymbol] Frame 1Symbol 99 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 102 MovieClip [FListBoxSymbol] Frame 1Symbol 101 MovieClip
"wolk"Symbol 253 MovieClip Frame 1Symbol 226 MovieClip
"wolk"Symbol 253 MovieClip Frame 2Symbol 230 MovieClip
"wolk"Symbol 253 MovieClip Frame 3Symbol 236 MovieClip
"wolk"Symbol 253 MovieClip Frame 4Symbol 226 MovieClip
"wolk"Symbol 253 MovieClip Frame 5Symbol 230 MovieClip
"wolk"Symbol 253 MovieClip Frame 6Symbol 236 MovieClip
"wolk"Symbol 253 MovieClip Frame 7Symbol 230 MovieClip
"wolk"Symbol 253 MovieClip Frame 8Symbol 236 MovieClip
"wolk"Symbol 253 MovieClip Frame 9Symbol 226 MovieClip
"wolk"Symbol 253 MovieClip Frame 12Symbol 236 MovieClip
"wolk"Symbol 253 MovieClip Frame 13Symbol 230 MovieClip
"wolk"Symbol 253 MovieClip Frame 14Symbol 226 MovieClip
"wolk"Symbol 253 MovieClip Frame 16Symbol 230 MovieClip
"wolk"Symbol 253 MovieClip Frame 17Symbol 236 MovieClip
"wolk"Symbol 253 MovieClip Frame 18Symbol 226 MovieClip
"wolk"Symbol 253 MovieClip Frame 19Symbol 230 MovieClip
"wolk"Symbol 253 MovieClip Frame 20Symbol 236 MovieClip
"wolk"Symbol 253 MovieClip Frame 21Symbol 230 MovieClip
"wolk"Symbol 253 MovieClip Frame 22Symbol 236 MovieClip
"wolk"Symbol 253 MovieClip Frame 23Symbol 226 MovieClip
"wolk"Symbol 253 MovieClip Frame 27Symbol 230 MovieClip
"wolk"Symbol 253 MovieClip Frame 28Symbol 226 MovieClip
"wolk"Symbol 253 MovieClip Frame 30Symbol 236 MovieClip
"walvis"Symbol 260 MovieClip Frame 6Symbol 259 MovieClip
"walvis"Symbol 260 MovieClip Frame 16Symbol 259 MovieClip
"obj0"Symbol 263 MovieClip Frame 1Symbol 260 MovieClip
"obj1"Symbol 263 MovieClip Frame 1Symbol 260 MovieClip
"obj2"Symbol 263 MovieClip Frame 1Symbol 260 MovieClip
"goedobj1"Symbol 263 MovieClip Frame 1Symbol 262 MovieClip
"goedobj0"Symbol 263 MovieClip Frame 1Symbol 262 MovieClip
"achtergrond"Symbol 267 MovieClip Frame 1Symbol 253 MovieClip
"objecten"Symbol 267 MovieClip Frame 1Symbol 263 MovieClip
"eiland"Symbol 267 MovieClip Frame 1Symbol 266 MovieClip
"boeg"Symbol 292 MovieClip Frame 1Symbol 278 MovieClip
"hitvlak"Symbol 292 MovieClip Frame 1Symbol 280 MovieClip
"obj"Symbol 297 MovieClip Frame 2Symbol 294 MovieClip
"obj"Symbol 297 MovieClip Frame 27Symbol 296 MovieClip
"tijdmeter"Symbol 316 MovieClip Frame 1Symbol 313 MovieClip
"naald"Symbol 329 MovieClip Frame 1Symbol 205 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "vaargeluid"
ExportAssets (56)Timeline Frame 1Symbol 2 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 35 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 55 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 80 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 83 as "FHighlightSymbol"
ExportAssets (56)Timeline Frame 1Symbol 86 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 90 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 91 as "FListItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 90 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 92 as "DataProviderSymbol"
ExportAssets (56)Timeline Frame 1Symbol 93 as "FSelectableItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 94 as "FSelectableListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 95 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 99 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 102 as "FListBoxSymbol"
ExportAssets (56)Timeline Frame 5Symbol 1 as "vaargeluid"
ExportAssets (56)Timeline Frame 5Symbol 1 as "vaargeluid"

Labels

"startgame"Frame 2
"playgame"Frame 4
"spel"Frame 5
"tussenscherm"Frame 10
"gameover2"Frame 15
"Symbol_36"Symbol 2 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 83 MovieClip [FHighlightSymbol] Frame 1
"disabled"Symbol 83 MovieClip [FHighlightSymbol] Frame 2
"unfocused"Symbol 83 MovieClip [FHighlightSymbol] Frame 3
"Symbol_32"Symbol 86 MovieClip [FLabelSymbol] Frame 1
"Symbol_354"Symbol 92 MovieClip [DataProviderSymbol] Frame 1
"enabled"Symbol 99 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 99 MovieClip [FBoundingBoxSymbol] Frame 2
"start"Symbol 178 MovieClip Frame 2
"help"Symbol 178 MovieClip Frame 3
"gameover"Symbol 178 MovieClip Frame 4
"thunder"Symbol 180 MovieClip Frame 2
"thunderzacht"Symbol 180 MovieClip Frame 3
"boeg"Symbol 292 MovieClip Frame 18
"geenmist"Symbol 310 MovieClip Frame 1
"mist1"Symbol 310 MovieClip Frame 2
"mist2"Symbol 310 MovieClip Frame 3
"mist3"Symbol 310 MovieClip Frame 4
"mist4"Symbol 310 MovieClip Frame 5
"donker1"Symbol 310 MovieClip Frame 6
"donker2"Symbol 310 MovieClip Frame 7
"donker3"Symbol 310 MovieClip Frame 8

Dynamic Text Variables

levelcheatSymbol 182 EditableText""
scorecheatSymbol 183 EditableText""
aantalcheatSymbol 184 EditableText""
scoreSymbol 202 EditableText""
scoreSymbol 317 EditableText""
_root.koersSymbol 321 EditableText""
scoreSymbol 352 EditableText""
aantalSymbol 353 EditableText""
gezondheidSymbol 354 EditableText""
waarschuwingSymbol 355 EditableText""




http://swfchan.com/6/27192/info.shtml
Created: 21/5 -2019 20:41:39 Last modified: 21/5 -2019 20:41:39 Server time: 14/05 -2024 09:49:00