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

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

Bitter Hearts [Sillygoth].swf

This is the info page for
Flash #33660

(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>

Start!

Start!

Start!

Start!

And

And

Present

Present

Skip

Skip

Skip

Skip

SEPTI-VERSE

3.0++

thistler.net

Sweet Hearts

Bitter

<P ALIGN="CENTER"></P>

-SILLY GOTH-
Bitter Hearts
Concept, programming:
Septimus
Art:
Thistler
Music:
Shok
Phrases:
Septimus, Shok, SeventhCycle

Press <SPACE BAR> to pick new heart.
Press <C> to see credits

Press <SPACE BAR> to pick new heart.
Press <C> to see credits.

hearts

hearts

N

ecro

hearts

Volume

ActionScript [AS1/AS2]

Frame 1
loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); per = int((loaded / total) * 10000) / 100; if (loaded == total) { gotoAndPlay (5); } else { play(); ifFrameLoaded (4) { gotoAndPlay (3); } } Stage.showMenu = false; Math.rRandom = function (x, y) { if (((y == null) || (y == undefined)) || (y <= 0)) { return(Math.floor(Math.random() * x)); } return(Math.floor(Math.random() * y) + y); };
Frame 2
prevFrame();
Frame 3
loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); per = int((loaded / total) * 10000) / 100; Bar._width = per * 4; if (loaded == total) { gotoAndPlay (5); } else { play(); }
Frame 4
prevFrame();
Frame 5
stop(); loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); per = int((loaded / total) * 10000) / 100; Bar._width = per * 4;
Frame 6
prevFrame();
Frame 7
inc = 1; soundCh = 0; vol = 85; mySong.stop(); mySong = new Sound(); mySong.attachSound("spayxz"); mySong.start(" ", 1); mySong.setVolume(_root.vol);
Frame 53
mySong.stop(); mySong = new Sound(); mySong.attachSound("harp"); mySong.start(" ", 1); mySong.setVolume(_root.vol);
Frame 127
mySong.stop(); mySong = new Sound(); mySong.attachSound("knife"); mySong.start(" ", 1); mySong.setVolume(_root.vol);
Frame 181
mySong.stop(); stop();
Frame 239
sc3.stop(); ps._visible = 0; songList = new Array("fant", "001_ZEITMAHL"); _root.songSelect = function (song) { mySong.stop(); mySong = new Sound(); mySong.attachSound(songList[song]); mySong.start(" ", 999); mySong.setVolume(_root.vol); cursong = song; }; songSelect(0);
Frame 247
sc3.play(); nextFrame(); _root.onEnterFrame = function () { checkVolume(); }; dropDown.setChangeHandler("changeBox"); changeBox = function () { trace(dropDown.getSelectedIndex()); _root.songSelect(dropDown.getSelectedIndex()); };
Instance of Symbol 106 MovieClip [FComboBoxSymbol] "dropDown" in Frame 247
//component parameters onClipEvent (initialize) { editable = false; labels = []; labels[0] = "Song 1"; labels[1] = "Song 2"; data = []; data[0] = 0; data[1] = 1; rowCount = 8; changeHandler = ""; }
Frame 248
nextFrame();
Frame 249
stop();
Frame 250
prevFrame();
Frame 259
gotoAndPlay (239);
Symbol 8 MovieClip [FLabelSymbol] Frame 1
#initclip 3 _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 11 MovieClip [FHighlightSymbol] Frame 1
var component = _parent.controller; component.registerSkinElement(highlight_mc, "selection"); stop();
Symbol 11 MovieClip [FHighlightSymbol] Frame 2
component.registerSkinElement(highlight_mc2, "selectionDisabled"); stop();
Symbol 11 MovieClip [FHighlightSymbol] Frame 3
component.registerSkinElement(highlight_mc3, "selectionUnfocused"); stop();
Symbol 12 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 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 35 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 44 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 45 MovieClip [UpArrow] Frame 1
stop();
Symbol 45 MovieClip [UpArrow] Frame 2
stop();
Symbol 45 MovieClip [UpArrow] Frame 3
stop();
Symbol 52 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 59 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 64 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 65 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 73 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 81 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 89 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 90 MovieClip [DownArrow] Frame 1
stop();
Symbol 90 MovieClip [DownArrow] Frame 2
stop();
Symbol 90 MovieClip [DownArrow] Frame 3
stop();
Symbol 93 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 94 MovieClip [FScrollBarSymbol] Frame 1
#initclip 5 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 95 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 96 MovieClip [FSelectableItemSymbol] Frame 1
#initclip 7 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 97 MovieClip [FSelectableListSymbol] Frame 1
#initclip 4 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 95 MovieClip [DataProviderSymbol] "dPAsset" in Symbol 97 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 96 MovieClip [FSelectableItemSymbol] "ItemAsset" in Symbol 97 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 98 MovieClip [FScrollSelectListSymbol] Frame 1
#initclip 6 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 94 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 98 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; } onClipEvent (load) { this._width = (this._height = 1); }
Instance of Symbol 97 MovieClip [FSelectableListSymbol] "superClassAsset" in Symbol 98 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 99 MovieClip [FComboBoxItemSymbol] Frame 1
#initclip 9 function FComboBoxItemClass() { this.init(); } FComboBoxItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FComboBoxItemSymbol", FComboBoxItemClass); FComboBoxItemClass.prototype.setSize = function (w, h) { super.setSize(w, h); this.highlight_mc.onRollOver = function () { this.controller.controller.selectionHandler(this.controller.itemNum); }; }; #endinitclip
Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 106 MovieClip [FComboBoxSymbol] Frame 1
#initclip 8 function FComboBoxClass() { _global._popUpLevel = ((_global._popUpLevel == undefined) ? 20000 : (_global._popUpLevel + 1)); this.superHolder = _root.createEmptyMovieClip("superHolder" + _popUpLevel, _popUpLevel); var testContainer = this.superHolder.createEmptyMovieClip("testCont", 20000); var testBox = testContainer.attachMovie("FBoundingBoxSymbol", "boundingBox_mc", 0); if (testBox._name == undefined) { this.superHolder.removeMovieClip(); this.superHolder = this._parent.createEmptyMovieClip("superHolder" + _popUpLevel, _popUpLevel); } else { testContainer.removeMovieClip(); } if (this.rowCount == undefined) { this.rowCount = 8; this.editable = false; } this.itemSymbol = "FComboBoxItemSymbol"; this.init(); this.permaScrollBar = false; this.proxyBox_mc.gotoAndStop(1); this.width = this._width; this.height = (this.proxyBox_mc._height * this._yscale) / 100; var i = 0; while (i < this.labels.length) { this.addItem(this.labels[i], this.data[i]); i++; } this.lastSelected = 0; this.selectItem(0); this._xscale = (this._yscale = 100); this.opened = false; this.setSize(this.width); this.highlightTop(false); if (this.changeHandler.length > 0) { this.setChangeHandler(this.changeHandler); } this.onUnload = function () { this.superHolder.removeMovieClip(); }; this.setSelectedIndex(0, false); this.value = ""; this.focusEnabled = true; this.changeFlag = false; } FComboBoxClass.prototype = new FScrollSelectListClass(); Object.registerClass("FComboBoxSymbol", FComboBoxClass); FComboBoxClass.prototype.modelChanged = function (eventObj) { super.modelChanged(eventObj); var event = eventObj.event; if ((event == "addRows") || (event == "deleteRows")) { var diff = ((eventObj.lastRow - eventObj.firstRow) + 1); var mode = ((event == "addRows") ? 1 : -1); var len = this.getLength(); var lenBefore = (len - (mode * diff)); if ((this.rowCount > lenBefore) || (this.rowCount > len)) { this.invalidate("setSize"); } if (this.getSelectedIndex() == undefined) { this.setSelectedIndex(0, false); } } else if (event == "updateAll") { this.invalidate("setSize"); } }; FComboBoxClass.prototype.removeAll = function () { if (!this.enable) { return(undefined); } super.removeAll(); if (this.editable) { this.value = ""; } this.invalidate("setSize"); }; FComboBoxClass.prototype.setSize = function (w) { if ((((w == undefined) || (typeof(w) != "number")) || (w <= 0)) || (!this.enable)) { return(undefined); } this.proxyBox_mc._width = w; this.container_mc.removeMovieClip(); this.measureItmHgt(); this.container_mc = this.superHolder.createEmptyMovieClip("container", 3); this.container_mc.tabChildren = false; this.setPopUpLocation(this.container_mc); this.container_mc.attachMovie("FBoundingBoxSymbol", "boundingBox_mc", 0); this.boundingBox_mc = this.container_mc.boundingBox_mc; this.boundingBox_mc.component = this; this.registerSkinElement(this.boundingBox_mc.boundingBox, "background"); this.proxyBox_mc._height = this.itmHgt; this.numDisplayed = Math.min(this.rowCount, this.getLength()); if (this.numDisplayed < 3) { this.numDisplayed = Math.min(3, this.getLength()); } this.height = (this.numDisplayed * (this.itmHgt - 2)) + 2; super.setSize(w, this.height); this.attachMovie("DownArrow", "downArrow", 10); this.downArrow._y = 0; this.downArrow._width = this.itmHgt; this.downArrow._height = this.itmHgt; this.downArrow._x = this.proxyBox_mc._width - this.downArrow._width; this.setEditable(this.editable); this.container_mc._visible = this.opened; this.highlightTop(false); this.fader = this.superHolder.attachMovie("FBoundingBoxSymbol", "faderX", 4); this.registerSkinElement(this.fader.boundingBox, "background"); this.fader._width = this.width; this.fader._height = this.height; this.fader._visible = false; }; FComboBoxClass.prototype.setDataProvider = function (dp) { super.setDataProvider(dp); this.invalidate("setSize"); this.setSelectedIndex(0); }; FComboBoxClass.prototype.getValue = function () { if (this.editable) { return(this.fLabel_mc.getLabel()); } return(super.getValue()); }; FComboBoxClass.prototype.getRowCount = function () { return(this.rowCount); }; FComboBoxClass.prototype.setRowCount = function (count) { this.rowCount = ((this.getLength() > count) ? (Math.max(count, 3)) : (count)); this.setSize(this.width); var len = this.getLength(); if ((len - this.getScrollPosition()) < this.rowCount) { this.setScrollPosition(len - Math.min(this.rowCount, len)); this.invalidate("updateControl"); } }; FComboBoxClass.prototype.setEditable = function (editableFlag) { if (!this.enable) { return(undefined); } this.editable = editableFlag; if (!this.editable) { this.onPress = this.pressHandler; this.useHandCursor = false; this.trackAsMenu = true; this.attachMovie("FComboBoxItemSymbol", "fLabel_mc", 5, {controller:this, itemNum:-1}); this.fLabel_mc.onRollOver = undefined; this.fLabel_mc.setSize((this.width - this.itmHgt) + 1, this.itmHgt); this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, false); this.highlightTop(false); } else { this.attachMovie("FLabelSymbol", "fLabel_mc", 5); this.fLabel_txt = this.fLabel_mc.labelField; this.fLabel_txt.type = "input"; this.fLabel_txt._x = 4; this.fLabel_txt.onSetFocus = this.onLabelFocus; this.fLabel_mc.setSize((this.width - this.itmHgt) - 3); delete this.onPress; this.fLabel_txt.onKillFocus = function () { this._parent._parent.myOnKillFocus(); }; this.fLabel_mc.setLabel(this.value); this.fLabel_txt.onChanged = function () { this._parent._parent.findInputText(); }; this.downArrow.onPress = this.buttonPressHandler; this.downArrow.useHandCursor = false; this.downArrow.trackAsMenu = true; } }; FComboBoxClass.prototype.setEnabled = function (enabledFlag) { enabledFlag = (((enabledFlag == undefined) || (typeof(enabledFlag) != "boolean")) ? true : (enabledFlag)); super.setEnabled(enabledFlag); this.registerSkinElement(this.boundingBox_mc.boundingBox, "background"); this.proxyBox_mc.gotoAndStop((this.enable ? "enabled" : "disabled")); this.downArrow.gotoAndStop((this.enable ? 1 : 3)); if (this.editable) { this.fLabel_txt.type = (enabledFlag ? "input" : "dynamic"); this.fLabel_txt.selectable = enabledFlag; } else if (enabledFlag) { this.fLabel_mc.drawItem(this.topLabel, false); this.setSelectedIndex(this.getSelectedIndex(), false); } this.fLabel_mc.setEnabled(this.enable); this.fLabel_txt.onSetFocus = (enabledFlag ? (this.onLabelFocus) : undefined); }; FComboBoxClass.prototype.setSelectedIndex = function (index, flag) { super.setSelectedIndex(index, flag); if (!this.editable) { this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, false); } else { this.value = ((flag != undefined) ? "" : (this.getSelectedItem().label)); this.fLabel_mc.setLabel(this.value); } this.invalidate("updateControl"); }; FComboBoxClass.prototype.setValue = function (value) { if (this.editable) { this.fLabel_mc.setLabel(value); this.value = value; } }; FComboBoxClass.prototype.pressHandler = function () { this.focusRect.removeMovieClip(); if (this.enable) { if (!this.opened) { this.onMouseUp = this.releaseHandler; } else { this.onMouseUp = undefined; } this.changeFlag = false; if (!this.focused) { this.pressFocus(); this.clickFilter = (this.editable ? false : true); } if (!this.clickFilter) { this.openOrClose(!this.opened); } else { this.clickFilter = false; } } }; FComboBoxClass.prototype.clickHandler = function (itmNum) { if (!this.focused) { if (this.editable) { this.fLabel_txt.onKillFocus = undefined; } this.pressFocus(); } super.clickHandler(itmNum); this.selectionHandler(itmNum); this.onMouseUp = this.releaseHandler; }; FComboBoxClass.prototype.highlightTop = function (flag) { if (!this.editable) { this.fLabel_mc.drawItem(this.topLabel, flag); } }; FComboBoxClass.prototype.myOnSetFocus = function () { super.myOnSetFocus(); this.fLabel_mc.highlight_mc.gotoAndStop("enabled"); this.highlightTop(true); }; FComboBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this._height + 4); }; FComboBoxClass.prototype.myOnKillFocus = function () { if (Selection.getFocus().indexOf("labelField") != -1) { return(undefined); } super.myOnKillFocus(); delete this.fLabel_txt.onKeyDown; this.openOrClose(false); this.highlightTop(false); }; FComboBoxClass.prototype.setPopUpLocation = function (mcRef) { mcRef._x = this._x; var point = {x:this._x, y:this._y + this.proxyBox_mc._height}; this._parent.localToGlobal(point); mcRef._parent.globalToLocal(point); mcRef._x = point.x; mcRef._y = point.y; if ((this.height + mcRef._y) >= Stage.height) { this.upward = true; mcRef._y = (point.y - this.height) - this.proxyBox_mc._height; } else { this.upward = false; } }; FComboBoxClass.prototype.openOrClose = function (flag) { if (this.getLength() == 0) { return(undefined); } this.setPopUpLocation(this.container_mc); if ((this.lastSelected != -1) && ((this.lastSelected < this.topDisplayed) || (this.lastSelected > (this.topDisplayed + this.numDisplayed)))) { super.moveSelBy(this.lastSelected - this.getSelectedIndex()); } if (!flag) { (this.downArrow.gotoAndStop(1));// not popped } else { (this.downArrow.gotoAndStop(2));// not popped } if (flag == this.opened) { return(undefined); } this.highlightTop(!flag); this.fadeRate = this.styleTable.popUpFade.value; if (((!flag) || (this.fadeRate == undefined)) || (this.fadeRate == 0)) { this.opened = (this.container_mc._visible = flag); return(undefined); } this.setPopUpLocation(this.fader); this.time = 0; this.const = 85 / Math.sqrt(this.fadeRate); this.fader._alpha = 85; this.container_mc._visible = (this.fader._visible = true); this.onEnterFrame = function () { this.fader._alpha = 100 - ((this.const * Math.sqrt(++this.time)) + 15); if (this.time >= this.fadeRate) { this.fader._visible = false; delete this.onEnterFrame; this.opened = true; } }; }; FComboBoxClass.prototype.fireChange = function () { this.lastSelected = this.getSelectedIndex(); if (!this.editable) { this.topLabel = this.getSelectedItem(); this.fLabel_mc.drawItem(this.topLabel, true); } else { this.value = this.getSelectedItem().label; this.fLabel_mc.setLabel(this.value); } this.executeCallback(); }; FComboBoxClass.prototype.releaseHandler = function () { var onCombo = this.boundingBox_mc.hitTest(_root._xmouse, _root._ymouse); if (this.changeFlag) { if (onCombo) { this.fireChange(); } this.openOrClose(!this.opened); } else if (onCombo) { this.openOrClose(false); } else { this.onMouseDown = function () { if ((!this.boundingBox_mc.hitTest(_root._xmouse, _root._ymouse)) && (!this.hitTest(_root._xmouse, _root._ymouse))) { this.onMouseDown = undefined; this.openOrClose(false); } }; } this.changeFlag = false; this.onMouseUp = undefined; clearInterval(this.dragScrolling); this.dragScrolling = undefined; }; FComboBoxClass.prototype.moveSelBy = function (itemNum) { if (itemNum != 0) { super.moveSelBy(itemNum); if (this.editable) { this.setValue(this.getSelectedItem().label); } if (!this.opened) { if (this.changeFlag && (!this.isSelected(this.lastSelected))) { this.fireChange(); } } } }; FComboBoxClass.prototype.myOnKeyDown = function () { if (!this.focused) { return(undefined); } if (this.editable && (Key.isDown(13))) { this.setValue(this.fLabel_mc.getLabel()); this.executeCallback(); this.openOrClose(false); } else if ((Key.isDown(13) || (Key.isDown(32) && (!this.editable))) && (this.opened)) { if (this.getSelectedIndex() != this.lastSelected) { this.fireChange(); } this.openOrClose(false); this.fLabel_txt.hscroll = 0; } super.myOnKeyDown(); }; FComboBoxClass.prototype.findInputText = function () { if (!this.editable) { super.findInputText(); } }; FComboBoxClass.prototype.onLabelFocus = function () { this._parent._parent.tabFocused = false; this._parent._parent.focused = true; this.onKeyDown = function () { this._parent._parent.myOnKeyDown(); }; Key.addListener(this); }; FComboBoxClass.prototype.buttonPressHandler = function () { this._parent.pressHandler(); }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 98 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 106 MovieClip [FComboBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 120 MovieClip Frame 1
oldtime = getTimer(); ns = 6; leash = 4; newtime = getTimer(); xBase = new Array(); yBase = new Array(); interval = new Array(); theta = new Array(); yScaled = new Array(); xScaled = new Array(); degpersec = new Array(); i = 1; while (i <= ns) { if (i > 1) { duplicateMovieClip ("Bat1", "Bat" + i, i); } xbase[i] = 0; ybase[i] = 0; theta[i] = Math.rRandom(360); interval[i] = 25 + Math.rRandom(25); yscaled[i] = 0.5 + (Math.rRandom(100) / 100); xscaled[i] = 0.5 + ((Math.rRandom(100) / 100) / 3); degpersec[i] = (5 + Math.rRandom(10)) / interval[i]; if (Math.rRandom(2) == 1) { degpersec[i] = degpersec[i] * -1; } r = Math.rRandom(4) + 1; batA = eval ("Bat" + i); batA._x = xbase[i]; batA._y = ybase[i]; batA.gotoAndPlay(r); i++; } play();
Symbol 120 MovieClip Frame 2
oldtime = newtime; newtime = getTimer(); sec = oldtime - newtime; i = 1; while (i <= ns) { if (i == 1) { xbase[1] = this._xmouse; ybase[1] = this._ymouse; } else { xbase[i] = xbase[i] - ((xbase[i] - xbase[i - 1]) / 2); ybase[i] = ybase[i] - ((ybase[i] - ybase[i - 1]) / 2); } intdiff = Math.rRandom(10) - 5; interval[i] = interval[i] + intdiff; if ((interval[i] < 30) || (interval[i] > 90)) { interval[i] = interval[i] - (intdiff * 2); } theta[i] = theta[i] + (degpersec[i] * sec); theta[i] = theta[i] % 360; yscale = yscaled[i]; xscale = xscaled[i]; xdif = Math.rRandom(100) / 100; ydif = Math.rRandom(100) / 100; xbase[i] = xbase[i] - xdif; ybase[i] = ybase[i] - ydif; if ((xbase[i] < (leash * -1)) || (xbase[i] > leash)) { xbase[i] = xbase[i] + (xdif * 2); } if ((ybase[i] < (leash * -1)) || (ybase[i] > leash)) { ybase[i] = ybase[i] + (ydif * 2); } radians = (theta[i] / 180) * Math.PI; xOnEllipse = xscaled[i] * (Math.cos(radians) * interval[i]); yOnEllipse = yscaled[i] * (Math.sin(radians) * interval[i]); batA = eval ("Bat" + i); batA._x = xbase[i] + xOnEllipse; batA._y = ybase[i] + yOnEllipse; i++; } play();
Symbol 120 MovieClip Frame 3
prevFrame();
Symbol 127 Button
on (release) { gotoAndPlay (7); }
Symbol 136 Button
on (release) { gotoAndPlay (29); }
Symbol 150 Button
on (release) { gotoAndPlay (42); }
Symbol 155 MovieClip Frame 5
gotoAndPlay (1);
Symbol 168 Button
on (release) { gotoAndStop (181); }
Symbol 228 Button
on (release) { play(); }
Symbol 236 MovieClip Frame 7
gotoAndPlay (1);
Symbol 261 Button
on (release) { gotoAndPlay (230); }
Symbol 277 MovieClip Frame 1
phrases = new Array(); phrases[0] = "Be My Satan"; phrases[1] = "Be My Dracula"; phrases[2] = "Be My Corpse"; phrases[3] = "Suck My Bat-Wing"; phrases[4] = "Suck<br>this"; phrases[5] = "Death Becomes You"; phrases[6] = "URA<br>DVL"; phrases[7] = "FREE PIERCING"; phrases[8] = "I angst you"; phrases[9] = "Be Ours"; phrases[10] = "Evil"; phrases[11] = "I<br>\u2020<br>You"; phrases[12] = "Be My Leather-Slave"; phrases[13] = "Be My Leather-Master"; phrases[14] = "Be My Blood Doll"; phrases[15] = "Hate"; phrases[16] = "I Loathe You"; phrases[17] = "I Loathe Life"; phrases[18] = "Misery"; phrases[19] = "Torture"; phrases[20] = "Ms.<br>Satan"; phrases[21] = "Gother than Thou"; phrases[22] = "<font size=\"-2\">So dark that the night fears me</font>"; phrases[23] = "Your picture is by my Altar"; phrases[24] = "Babies are tender"; ph = phrases.length; hColor = new Array(); hColor[0] = {ra:"25", rb:"0", ga:"25", gb:"0", ba:"25", bb:"0", aa:"100", ab:"0"}; hColor[1] = {ra:"50", rb:"0", ga:"25", gb:"0", ba:"25", bb:"0", aa:"100", ab:"0"}; hColor[2] = {ra:"25", rb:"0", ga:"50", gb:"0", ba:"25", bb:"0", aa:"100", ab:"0"}; hColor[3] = {ra:"25", rb:"0", ga:"25", gb:"0", ba:"50", bb:"0", aa:"100", ab:"0"}; hColor[4] = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"25", bb:"0", aa:"100", ab:"0"}; hColor[5] = {ra:"50", rb:"0", ga:"25", gb:"0", ba:"50", bb:"0", aa:"100", ab:"0"}; hColor[6] = {ra:"25", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"0"}; hColor[7] = {ra:"50", rb:"0", ga:"50", gb:"0", ba:"50", bb:"0", aa:"100", ab:"0"}; myColor = new Color(this.hbg); this.col = Math.rRandom(this.hcolor.length); this.hc = this.hcolor[this.col]; this.condition = "bad"; while (this.condition == "bad") { this.num = Math.rRandom(this.phrases.length); this.tt = this.phrases[this.num]; this.condition = "good"; if (this._parent.phraseStack.length > 0) { for (x in this._parent.phraseStack) { if (this.tt == this._parent.phraseStack[x]) { this.condition = "bad"; } } } } if (this._parent.phraseStack.length > 7) { this._parent.phraseStack.pop(); } this._parent.phraseStack.unshift(this.tt); this.myColor.setTransform(this.hc); this.ht.htmlText = ((((("<a href=\"javascript:pop('heartpop.php?num=" + this.num) + "&col=") + this.col) + "', 'heartpop', 400)\">") + this.tt) + "</a>"; this.setText = new TextFormat(); this.setText.align = "center"; this.setText.color = 16777215 /* 0xFFFFFF */; this.ht.setTextFormat(this.setText);
Symbol 282 MovieClip Frame 1
this._xscale = 100; this._yscale = 100; this.bx = this._x; this.by = this._y; this.ex = -42.5; this.ey = 78; this.x = this.bx; this.y = this.by; this.dx = this.ex / 5; this.dy = this.ey / 5; this.diff = 20; this.sc = 100; this.cm_mc.stop(); this.moveMe = function () { this.sc = this.sc + this.diff; if (this.diff > 0) { this.x = this.x + (this.dx * (this.sc / 100)); this.y = this.y + (this.dy * (this.sc / 100)); if (this.sc >= 200) { this.sc = 200; _root.ps._visible = 1; this.onEnterFrame = function () { this.checkKey(); }; _root.ps._visible = 1; this.diff = this.diff * -1; } } else if (this.diff < 0) { this.x = this.x - (this.dx * (this.sc / 100)); this.y = this.y - (this.dy * (this.sc / 100)); if (this.sc <= 100) { this.sc = 100; this.x = this.bx; this.y = this.by; this.diff = this.diff * -1; _root.ps._visible = 0; this.onEnterFrame = function () { }; } } this._x = this.x; this._y = this.y; this._xscale = this.sc; this._yscale = this.sc; }; this.checkKey = function () { if (Key.isDown(32)) { _root.SC3.play(); _root.ps._visible = 0; _root.SC3.onEnterFrame = function () { this.moveMe(); }; } else if (Key.isDown(67)) { this.gotoAndStop(50); this.onEnterFrame = function () { }; } }; phraseStack = new Array(); stop();
Symbol 282 MovieClip Frame 2
this.cm_mc.stop();
Symbol 282 MovieClip Frame 14
this.cm_mc.play();
Symbol 282 MovieClip Frame 25
this.cm_mc.stop();
Symbol 282 MovieClip Frame 34
this.onEnterFrame = function () { moveMe(); }; nextFrame();
Symbol 282 MovieClip Frame 43
gotoAndPlay (13);
Symbol 282 MovieClip Frame 50
this._xscale = 100; this._yscale = 100; this._x = 275; this._y = 200; _root.ps._visible = 0; credits_mc.rollUp = function () { this._x = 0; this._y = this._y - 5; if ((this._y + this._height) <= -200) { this.onEnterFrame = function () { }; _root.gotoAndPlay(251); } }; credits_mc.onEnterFrame = function () { this.rollUp(); };
Symbol 298 MovieClip Frame 1
stop();
Symbol 302 Button
on (press) { startDrag (this, false, -50, 0, 50, 0); d = 1; } on (keyPress "<Down>") { if (_root.Field == 0) { xp--; soundCheck(); } } on (keyPress "<Up>") { if (_root.Field == 0) { xp++; soundCheck(); } } on (keyPress "<PgUp>") { xp = xp + 25; soundCheck(); } on (keyPress "<PgDn>") { xp = xp - 25; soundCheck(); } on (keyPress "<Home>") { xp = 50; soundCheck(); } on (keyPress "<End>") { xp = -50; soundCheck(); } on (release, releaseOutside) { stopDrag(); if (_root.Field == 1) { startDrag ("_root.Pointer", true); } d = 0; xp = Math.floor(this._x); soundCheck(); }
Symbol 303 MovieClip Frame 1
function soundCheck() { if (xp > 50) { xp = 50; } else if (xp < -50) { xp = -50; } this._x = xp; _root.vol = Math.floor(xp + 50); _root.SoundCh = 1; _root.mySong.setVolume(_root.vol); this._parent.Vol.gotoAndStop(_root.vol + 1); } xp = _root.vol - 50; soundCheck(); d = 0;
Symbol 303 MovieClip Frame 2
play(); if (d == 1) { xp = Math.floor(this._x); soundCheck(); }
Symbol 303 MovieClip Frame 3
prevFrame();

Library Items

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

Instance Names

"Bar"Frame 3Symbol 108 MovieClip
"Bat"Frame 3Symbol 120 MovieClip
"bStart"Frame 5Symbol 127 Button
"bSkip"Frame 7Symbol 136 Button
"bSkip"Frame 29Symbol 150 Button
"bSkip"Frame 53Symbol 168 Button
"e2"Frame 128Symbol 164 MovieClip
"e1"Frame 128Symbol 164 MovieClip
"bStart"Frame 181Symbol 228 Button
"bSkip"Frame 182Symbol 261 Button
"sc3"Frame 239Symbol 282 MovieClip
"ps"Frame 239Symbol 285 MovieClip
"Volume"Frame 247Symbol 305 MovieClip
"dropDown"Frame 247Symbol 106 MovieClip [FComboBoxSymbol]
"labelField"Symbol 8 MovieClip [FLabelSymbol] Frame 1Symbol 7 EditableText
"highlight_mc"Symbol 11 MovieClip [FHighlightSymbol] Frame 1Symbol 10 MovieClip
"highlight_mc2"Symbol 11 MovieClip [FHighlightSymbol] Frame 2Symbol 10 MovieClip
"highlight_mc3"Symbol 11 MovieClip [FHighlightSymbol] Frame 3Symbol 10 MovieClip
"face_mc"Symbol 25 MovieClip Frame 1Symbol 14 MovieClip
"arrow_mc"Symbol 25 MovieClip Frame 1Symbol 16 MovieClip
"highlight_mc"Symbol 25 MovieClip Frame 1Symbol 18 MovieClip
"shadow_mc"Symbol 25 MovieClip Frame 1Symbol 20 MovieClip
"darkshadow_mc"Symbol 25 MovieClip Frame 1Symbol 22 MovieClip
"highlight3D_mc"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"darkshadow_mc"Symbol 35 MovieClip Frame 1Symbol 26 MovieClip
"highlight3D_mc"Symbol 35 MovieClip Frame 1Symbol 27 MovieClip
"highlight_mc"Symbol 35 MovieClip Frame 1Symbol 29 MovieClip
"shadow_mc"Symbol 35 MovieClip Frame 1Symbol 31 MovieClip
"face_mc"Symbol 35 MovieClip Frame 1Symbol 32 MovieClip
"arrow_mc"Symbol 35 MovieClip Frame 1Symbol 34 MovieClip
"highlight3D_mc"Symbol 44 MovieClip Frame 1Symbol 36 MovieClip
"darkshadow_mc"Symbol 44 MovieClip Frame 1Symbol 37 MovieClip
"highlight_mc"Symbol 44 MovieClip Frame 1Symbol 38 MovieClip
"shadow_mc"Symbol 44 MovieClip Frame 1Symbol 39 MovieClip
"face_mc"Symbol 44 MovieClip Frame 1Symbol 41 MovieClip
"arrow_mc"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip
"up"Symbol 45 MovieClip [UpArrow] Frame 1Symbol 25 MovieClip
"down"Symbol 45 MovieClip [UpArrow] Frame 2Symbol 35 MovieClip
"disabled"Symbol 45 MovieClip [UpArrow] Frame 3Symbol 44 MovieClip
"highlight3D_mc"Symbol 52 MovieClip Frame 1Symbol 47 MovieClip
"darkshadow_mc"Symbol 52 MovieClip Frame 1Symbol 49 MovieClip
"highlight_mc"Symbol 52 MovieClip Frame 1Symbol 50 MovieClip
"shadow_mc"Symbol 52 MovieClip Frame 1Symbol 51 MovieClip
"highlight3D_mc"Symbol 59 MovieClip Frame 1Symbol 53 MovieClip
"darkshadow_mc"Symbol 59 MovieClip Frame 1Symbol 54 MovieClip
"shadow_mc"Symbol 59 MovieClip Frame 1Symbol 56 MovieClip
"face_mc"Symbol 59 MovieClip Frame 1Symbol 57 MovieClip
"highlight_mc"Symbol 59 MovieClip Frame 1Symbol 58 MovieClip
"shadow_mc"Symbol 64 MovieClip Frame 1Symbol 60 MovieClip
"darkshadow_mc"Symbol 64 MovieClip Frame 1Symbol 62 MovieClip
"highlight3D_mc"Symbol 64 MovieClip Frame 1Symbol 63 MovieClip
"mc_sliderTop"Symbol 65 MovieClip [ScrollThumb] Frame 1Symbol 52 MovieClip
"mc_sliderMid"Symbol 65 MovieClip [ScrollThumb] Frame 1Symbol 59 MovieClip
"mc_sliderBot"Symbol 65 MovieClip [ScrollThumb] Frame 1Symbol 64 MovieClip
"face_mc"Symbol 73 MovieClip Frame 1Symbol 66 MovieClip
"arrow_mc"Symbol 73 MovieClip Frame 1Symbol 68 MovieClip
"highlight_mc"Symbol 73 MovieClip Frame 1Symbol 69 MovieClip
"shadow_mc"Symbol 73 MovieClip Frame 1Symbol 70 MovieClip
"darkshadow_mc"Symbol 73 MovieClip Frame 1Symbol 71 MovieClip
"highlight3D_mc"Symbol 73 MovieClip Frame 1Symbol 72 MovieClip
"darkshadow_mc"Symbol 81 MovieClip Frame 1Symbol 74 MovieClip
"highlight3D_mc"Symbol 81 MovieClip Frame 1Symbol 75 MovieClip
"highlight_mc"Symbol 81 MovieClip Frame 1Symbol 76 MovieClip
"shadow_mc"Symbol 81 MovieClip Frame 1Symbol 77 MovieClip
"face_mc"Symbol 81 MovieClip Frame 1Symbol 78 MovieClip
"arrow_mc"Symbol 81 MovieClip Frame 1Symbol 80 MovieClip
"highlight3D_mc"Symbol 89 MovieClip Frame 1Symbol 82 MovieClip
"darkshadow_mc"Symbol 89 MovieClip Frame 1Symbol 83 MovieClip
"highlight_mc"Symbol 89 MovieClip Frame 1Symbol 84 MovieClip
"shadow_mc"Symbol 89 MovieClip Frame 1Symbol 85 MovieClip
"face_mc"Symbol 89 MovieClip Frame 1Symbol 86 MovieClip
"arrow_mc"Symbol 89 MovieClip Frame 1Symbol 88 MovieClip
"up"Symbol 90 MovieClip [DownArrow] Frame 1Symbol 73 MovieClip
"down"Symbol 90 MovieClip [DownArrow] Frame 2Symbol 81 MovieClip
"disabled"Symbol 90 MovieClip [DownArrow] Frame 3Symbol 89 MovieClip
"track_mc"Symbol 93 MovieClip Frame 1Symbol 92 MovieClip
"scrollTrack_mc"Symbol 94 MovieClip [FScrollBarSymbol] Frame 1Symbol 93 MovieClip
"dPAsset"Symbol 97 MovieClip [FSelectableListSymbol] Frame 1Symbol 95 MovieClip [DataProviderSymbol]
"ItemAsset"Symbol 97 MovieClip [FSelectableListSymbol] Frame 1Symbol 96 MovieClip [FSelectableItemSymbol]
"scrollBarAsset"Symbol 98 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 94 MovieClip [FScrollBarSymbol]
"superClassAsset"Symbol 98 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 97 MovieClip [FSelectableListSymbol]
"boundingBox"Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 101 MovieClip
"boundingBox2"Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 101 MovieClip
"superClassAsset"Symbol 106 MovieClip [FComboBoxSymbol] Frame 1Symbol 98 MovieClip [FScrollSelectListSymbol]
"itemAsset"Symbol 106 MovieClip [FComboBoxSymbol] Frame 1Symbol 99 MovieClip [FComboBoxItemSymbol]
"proxyBox_mc"Symbol 106 MovieClip [FComboBoxSymbol] Frame 1Symbol 103 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 106 MovieClip [FComboBoxSymbol] Frame 1Symbol 105 MovieClip
"Bat1"Symbol 120 MovieClip Frame 1Symbol 119 MovieClip
"hbg"Symbol 277 MovieClip Frame 1Symbol 274 MovieClip
"ht"Symbol 277 MovieClip Frame 1Symbol 276 EditableText
"cm_mc"Symbol 282 MovieClip Frame 1Symbol 264 MovieClip
"heart"Symbol 282 MovieClip Frame 33Symbol 277 MovieClip
"credits_mc"Symbol 282 MovieClip Frame 50Symbol 281 MovieClip
"slide_btn"Symbol 303 MovieClip Frame 1Symbol 302 Button
"vol2_txt"Symbol 305 MovieClip Frame 1Symbol 295 EditableText
"Vol"Symbol 305 MovieClip Frame 1Symbol 298 MovieClip
"Sl"Symbol 305 MovieClip Frame 1Symbol 303 MovieClip
"vol1_txt"Symbol 305 MovieClip Frame 1Symbol 304 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "fant"
ExportAssets (56)Timeline Frame 1Symbol 2 as "spayxz"
ExportAssets (56)Timeline Frame 1Symbol 3 as "001_ZEITMAHL"
ExportAssets (56)Timeline Frame 1Symbol 4 as "knife"
ExportAssets (56)Timeline Frame 1Symbol 5 as "harp"
ExportAssets (56)Timeline Frame 1Symbol 8 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 11 as "FHighlightSymbol"
ExportAssets (56)Timeline Frame 1Symbol 12 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 45 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 65 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 90 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 94 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 94 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 95 as "DataProviderSymbol"
ExportAssets (56)Timeline Frame 1Symbol 96 as "FSelectableItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 97 as "FSelectableListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 98 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 99 as "FComboBoxItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 103 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 106 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 247Symbol 106 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 248Symbol 106 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 249Symbol 106 as "FComboBoxSymbol"
ExportAssets (56)Timeline Frame 250Symbol 106 as "FComboBoxSymbol"

Labels

"Symbol_32"Symbol 8 MovieClip [FLabelSymbol] Frame 1
"enabled"Symbol 11 MovieClip [FHighlightSymbol] Frame 1
"disabled"Symbol 11 MovieClip [FHighlightSymbol] Frame 2
"unfocused"Symbol 11 MovieClip [FHighlightSymbol] Frame 3
"Symbol_36"Symbol 12 MovieClip [FUIComponentSymbol] Frame 1
"Symbol_354"Symbol 95 MovieClip [DataProviderSymbol] Frame 1
"enabled"Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 2

Dynamic Text Variables

_root.volSymbol 295 EditableText""
_root.volSymbol 304 EditableText""




http://swfchan.com/7/33660/info.shtml
Created: 17/5 -2019 07:06:06 Last modified: 17/5 -2019 07:06:06 Server time: 11/05 -2024 13:45:34