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/22031745?noj=FRM22031745-11DC" width="1" height="1"></div>

Type Type Revolution.swf

This is the info page for
Flash #13738

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

C

REVOLUTION!

REVOLUTION!

REVOLUTION!

Loading

Loading.

Loading..

Loading...

Type the letters as they pass
through the timing bar. If you
don't miss any letters you
will start a combo. Each
letter in a combo will
increase your score by the
combo
length times 10.

Sponsered by
Crazy Monkey
Games.com
Make sure you give
them a visit for more
great games!

Synth Slam

A Fast Trance

Sub Remix

Tetris on Speed

Mazidon's Fury

Freon

ParagonX9 - Defection

Power Cookies

Goblin Attack

Techno Atack

Song Select

Song Select

Song Select

points

combo

combo - 0

GAME OVER

Score
Highest Combo
Max Speed
Total Letters
Letters Typed
Letters Missed
Perfects

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; stop(); _root.DIFF = 1; _root.DIFF2 = 0;
Frame 2
stop();
Frame 3
stop();
Instance of Symbol 206 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_root.musicnum == 1) { this._y = 77; this._x = 30.4; } if (_root.musicnum == 2) { this._y = 105; this._x = 30.4; } if (_root.musicnum == 3) { this._y = 130; this._x = 30.4; } if (_root.musicnum == 4) { this._y = 155; this._x = 30.4; } if (_root.musicnum == 5) { this._y = 180; this._x = 30.4; } if (_root.musicnum == 6) { this._y = 77; this._x = 215; } if (_root.musicnum == 7) { this._y = 105; this._x = 215; } if (_root.musicnum == 8) { this._y = 130; this._x = 215; } if (_root.musicnum == 9) { this._y = 155; this._x = 215; } if (_root.musicnum == 10) { this._y = 180; this._x = 215; } }
Instance of Symbol 208 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_root.DIFF == 0.7) { this._y = 209.8; } if (_root.DIFF == 1) { this._y = 237.8; } if (_root.DIFF == 1.5) { this._y = 270.3; } }
Frame 4
stop(); if (musicnum < 1) { musicnum = 1; } Music1 = new Sound(); if (musicnum == 1) { Music1.attachSound("1"); Music1.start(0, 999); } if (musicnum == 2) { Music1.attachSound("2"); Music1.start(0, 999); } if (musicnum == 3) { Music1.attachSound("3"); Music1.start(0, 999); } if (musicnum == 4) { Music1.attachSound("4"); Music1.start(0, 999); } if (musicnum == 5) { Music1.attachSound("5"); Music1.start(0, 999); } if (musicnum == 6) { Music1.attachSound("6"); Music1.start(0, 999); } if (musicnum == 7) { Music1.attachSound("7"); Music1.start(0, 999); } if (musicnum == 8) { Music1.attachSound("8"); Music1.start(0, 999); } if (musicnum == 9) { Music1.attachSound("9"); Music1.start(0, 999); } if (musicnum == 10) { Music1.attachSound("10"); Music1.start(0, 999); } Perfects = 0; Combo = 0; speed = 1 + _root.DIFF2; points = 0; letnum = 0; maxcombo = 0; maxspeed = 0; health = 50; Hit = 0; Miss = 0; points2 = 0; attachMovie("arrow", "arrow1", 10); arrow1.blah.letter = "C"; arrow1.blah.letter2 = "67"; arrow1._y = 0; arrow1._x = 50; arrow1.blah.playing = true; attachMovie("arrow", "arrow2", 11); arrow2.blah.letter = "E"; arrow2.blah.letter2 = "69"; arrow2._y = 0; arrow2.blah._y = arrow2.blah._y + 200; arrow2._x = 100; arrow2.blah.playing = true; attachMovie("arrow", "arrow3", 12); arrow3.blah.letter = "D"; arrow3.blah.letter2 = "68"; arrow3._y = 0; arrow3.blah._y = arrow3.blah._y + 150; arrow3._x = 150; arrow3.blah.playing = true; attachMovie("arrow", "arrow4", 13); arrow4.blah.letter = "F"; arrow4.blah.letter2 = "70"; arrow4._y = 0; arrow4.blah._y = arrow4.blah._y + 50; arrow4._x = 200; arrow4.blah.playing = true;
Instance of Symbol 228 MovieClip in Frame 4
onClipEvent (enterFrame) { this._yscale = _root.health; if (_root.points2 < _root.points) { _root.points2 = _root.points2 + 1; } if (_root.points2 > _root.points) { _root.points2 = _root.points2 - 1; } if (_root.blah != 1) { if (_root.Combo > 1) { _root.attachMovie("gfx1", "graphic1", 120); Stuff = Math.floor(Math.random() * 200); Stuff2 = Math.floor(Math.random() * 230); _root.graphic1._x = 19 + Stuff2; _root.graphic1._y = 84 + Stuff; } if (_root.Combo > 4) { _root.attachMovie("gfx1", "graphic2", 121); Stuff = Math.floor(Math.random() * 200); Stuff2 = Math.floor(Math.random() * 230); _root.graphic2._x = 19 + Stuff2; _root.graphic2._y = 84 + Stuff; } if (_root.Combo > 9) { _root.attachMovie("gfx1", "graphic3", 122); Stuff = Math.floor(Math.random() * 200); Stuff2 = Math.floor(Math.random() * 230); _root.graphic3._x = 19 + Stuff2; _root.graphic3._y = 84 + Stuff; } if (_root.Combo > 14) { _root.attachMovie("gfx1", "graphic4", 123); Stuff = Math.floor(Math.random() * 200); Stuff2 = Math.floor(Math.random() * 230); _root.graphic4._x = 19 + Stuff2; _root.graphic4._y = 84 + Stuff; } if (_root.Combo < 2) { _root.graphic1.removeMovieClip(); } if (_root.Combo < 5) { _root.graphic2.removeMovieClip(); } if (_root.Combo < 10) { _root.graphic3.removeMovieClip(); } if (_root.Combo < 15) { _root.graphic4.removeMovieClip(); } _root.blah = 1; } }
Instance of Symbol 235 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this._x < 420) { this._x = this._x + (_root.speed * 2); } else { this._x = -50; } }
Frame 5
stop(); arrow1.removeMovieClip(); arrow2.removeMovieClip(); arrow3.removeMovieClip(); arrow4.removeMovieClip(); graphic1.removeMovieClip(); graphic2.removeMovieClip(); graphic3.removeMovieClip(); graphic4.removeMovieClip(); Total = Hit + Miss; MXPD = Math.round(maxspeed * 10);
Symbol 1 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 14 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 24 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 33 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 34 MovieClip [UpArrow] Frame 1
stop();
Symbol 34 MovieClip [UpArrow] Frame 2
stop();
Symbol 34 MovieClip [UpArrow] Frame 3
stop();
Symbol 41 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 48 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 53 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 54 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 62 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 70 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 78 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 79 MovieClip [DownArrow] Frame 1
stop();
Symbol 79 MovieClip [DownArrow] Frame 2
stop();
Symbol 79 MovieClip [DownArrow] Frame 3
stop();
Symbol 82 MovieClip [FHighlightSymbol] Frame 1
var component = _parent.controller; component.registerSkinElement(highlight_mc, "selection"); stop();
Symbol 82 MovieClip [FHighlightSymbol] Frame 2
component.registerSkinElement(highlight_mc2, "selectionDisabled"); stop();
Symbol 82 MovieClip [FHighlightSymbol] Frame 3
component.registerSkinElement(highlight_mc3, "selectionUnfocused"); stop();
Symbol 85 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 88 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 89 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 90 MovieClip [FListItemSymbol] Frame 1
#initclip 9 function FListItemClass() { this.init(); } FListItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FListItemSymbol", FListItemClass); #endinitclip
Symbol 91 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 92 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 93 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 91 MovieClip [DataProviderSymbol] "dPAsset" in Symbol 93 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 92 MovieClip [FSelectableItemSymbol] "ItemAsset" in Symbol 93 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 94 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 89 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 94 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; } onClipEvent (load) { this._width = (this._height = 1); }
Instance of Symbol 93 MovieClip [FSelectableListSymbol] "superClassAsset" in Symbol 94 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 98 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 98 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 101 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 94 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 101 MovieClip [FListBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 10
Kuu = Math.floor(Math.random() * 250); _y = (450 + Kuu); playing = true;
Symbol 112 MovieClip [arrow] Frame 1
stop();
Instance of Symbol 111 MovieClip "blah" in Symbol 112 MovieClip [arrow] Frame 1
onClipEvent (enterFrame) { if (playing == true) { if (letnum == 1) { Stuff = Math.floor(Math.random() * 26); Randum = Stuff + 64; letter2 = Randum; _root.TESTE = Randum; if (Randum == 65) { letter = "A"; } if (Randum == 66) { letter = "B"; } if (Randum == 67) { letter = "C"; } if (Randum == 68) { letter = "D"; } if (Randum == 69) { letter = "E"; } if (Randum == 70) { letter = "F"; } if (Randum == 71) { letter = "G"; } if (Randum == 72) { letter = "H"; } if (Randum == 73) { letter = "I"; } if (Randum == 74) { letter = "J"; } if (Randum == 75) { letter = "K"; } if (Randum == 76) { letter = "L"; } if (Randum == 77) { letter = "M"; } if (Randum == 78) { letter = "N"; } if (Randum == 79) { letter = "O"; } if (Randum == 80) { letter = "P"; } if (Randum == 81) { letter = "Q"; } if (Randum == 82) { letter = "R"; } if (Randum == 83) { letter = "S"; } if (Randum == 84) { letter = "T"; } if (Randum == 85) { letter = "U"; } if (Randum == 86) { letter = "V"; } if (Randum == 87) { letter = "W"; } if (Randum == 88) { letter = "X"; } if (Randum == 89) { letter = "Y"; } if (Randum == 90) { letter = "Z"; } letnum = 0; } if ((Key.isDown(letter2) and (this._y < 76)) and (this._y > 20)) { _root.whenY = this._y; if (_root.whenY < 55) { if (_root.whenY > 45) { _root.points = _root.points + (10 * _root.Combo); Bonus = "Perfect!"; _root.Perfects = _root.Perfects + 1; } else { Bonus = ""; } } else { Bonus = ""; } _root.combo = _root.combo + 1; _root.CombDis = _root.combo + "x Combo"; if (_root.combo > 4) { _root.CombDis = _root.combo + "x Nice Combo!"; } if (_root.combo > 9) { _root.CombDis = _root.combo + "x Great Combo!"; } if (_root.combo > 14) { _root.CombDis = _root.combo + "x Amazing Combo!"; } if (_root.combo > 19) { _root.CombDis = _root.combo + "x Astonishing Combo!"; } if (_root.combo > 29) { _root.CombDis = _root.combo + "x Insane Combo!"; } if (_root.combo > 49) { _root.CombDis = _root.combo + "x Insane Combo!!"; } if (_root.combo > 29) { _root.CombDis = _root.combo + "x Insane Combo!!!"; } _root.attachMovie("Combplus", "Combplus", 170); _root.Combplus._x = 100; _root.Combplus._y = 15; _root.Hit = _root.Hit + 1; if (_root.combo > _root.maxcombo) { _root.maxcombo = _root.combo; } if (_root.health < 100) { _root.health = _root.health + 5; } _root.points = _root.points + ((10 * _root.combo) * _root.DIFF); letnum = 1; gotoAndPlay (2); playing = false; if (_root.speed < 10) { _root.speed = _root.speed + (0.03 * _root.DIFF); if (_root.speed > _root.maxspeed) { _root.maxspeed = _root.speed; } } } if (this._y >= -50) { this._y = this._y - _root.speed; } else { Kuu = Math.floor(Math.random() * 250); this._y = 400 + Kuu; _root.points = _root.points - 5; _root.Miss = _root.Miss + 1; _root.combo = 0; letnum = 1; if (_root.health > 10) { _root.health = _root.health - 10; } else { _root.gotoAndStop(5); } if (_root.speed > 0.5) { _root.speed = _root.speed - 0.005; } } } }
Symbol 114 MovieClip Frame 21
_root.blah = 0;
Instance of Symbol 111 MovieClip "blah1" in Symbol 116 MovieClip Frame 1
onClipEvent (load) { letter = "T"; }
Instance of Symbol 111 MovieClip "blah2" in Symbol 116 MovieClip Frame 1
onClipEvent (load) { letter = "Y"; }
Instance of Symbol 111 MovieClip "blah3" in Symbol 116 MovieClip Frame 1
onClipEvent (load) { letter = "P"; }
Instance of Symbol 111 MovieClip "blah4" in Symbol 116 MovieClip Frame 1
onClipEvent (load) { letter = "E"; }
Instance of Symbol 111 MovieClip "blah5" in Symbol 116 MovieClip Frame 1
onClipEvent (load) { letter = "T"; }
Instance of Symbol 111 MovieClip "blah6" in Symbol 116 MovieClip Frame 1
onClipEvent (load) { letter = "Y"; }
Instance of Symbol 111 MovieClip "blah7" in Symbol 116 MovieClip Frame 1
onClipEvent (load) { letter = "P"; }
Instance of Symbol 111 MovieClip "blah8" in Symbol 116 MovieClip Frame 1
onClipEvent (load) { letter = "E"; }
Symbol 134 Button
on (release) { _root.play(); }
Symbol 135 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 135 MovieClip Frame 2
gotoAndPlay (1);
Symbol 139 Button
on (release) { getURL ("http://www.crazymonkeygames.com", "_new"); }
Symbol 169 MovieClip Frame 174
_root.play();
Symbol 170 Button
on (release) { getURL ("http://www.crazymonkeygames.com", "_new"); }
Symbol 171 MovieClip Frame 129
stop();
Symbol 175 Button
on (release) { _root.musicnum = 1; }
Symbol 176 Button
on (release) { _root.musicnum = 2; }
Symbol 179 Button
on (release) { _root.musicnum = 3; }
Symbol 181 Button
on (release) { _root.musicnum = 4; }
Symbol 183 Button
on (release) { _root.musicnum = 5; }
Symbol 185 Button
on (release) { _root.musicnum = 6; }
Symbol 186 Button
on (release) { _root.musicnum = 7; }
Symbol 189 Button
on (release) { _root.musicnum = 8; }
Symbol 191 Button
on (release) { _root.musicnum = 9; }
Symbol 193 Button
on (release) { _root.musicnum = 10; }
Symbol 199 Button
on (release) { _root.DIFF = 0.7; _root.DIFF2 = -0.5; }
Symbol 201 Button
on (release) { _root.DIFF = 1; _root.DIFF2 = 0; }
Symbol 203 Button
on (release) { _root.DIFF = 1.5; _root.DIFF2 = 2; }
Symbol 215 MovieClip Frame 1
function Rotate(x, y, z) { radx = rad * x; rady = rad * y; radz = rad * z; i = 0; while (i != Points) { vertex[i].x1 = vertex[i].x; vertex[i].y1 = (Math.cos(radx) * vertex[i].y) - (Math.sin(radx) * vertex[i].z); vertex[i].z1 = (Math.sin(radx) * vertex[i].y) + (Math.cos(radx) * vertex[i].z); vertex[i].x2 = (Math.cos(rady) * vertex[i].x1) - (Math.sin(rady) * vertex[i].z1); vertex[i].y2 = vertex[i].y1; vertex[i].z2 = (Math.sin(rady) * vertex[i].x1) + (Math.cos(rady) * vertex[i].z1); vertex[i].x3 = (Math.cos(radz) * vertex[i].x2) - (Math.sin(radz) * vertex[i].y2); vertex[i].y3 = (Math.sin(radz) * vertex[i].x2) + (Math.cos(radz) * vertex[i].y2); vertex[i].z3 = vertex[i].z2; i++; } } function toScreen() { i = 0; while (i != Points) { vertex[i].dx = ((vertex[i].x3 * viewport) / (vertex[i].z3 + 600)) + 350; vertex[i].dy = ((vertex[i].y3 * viewport) / (vertex[i].z3 + 600)) + 262.5; i++; } } function render() { i = 0; while (i != lines) { with (line[i]) { _visible = true; _x = vertex[line[i].a].dx; _y = vertex[line[i].a].dy; _xscale = vertex[line[i].b].dx - vertex[line[i].a].dx; _yscale = vertex[line[i].b].dy - vertex[line[i].a].dy; } i++; } i = 0; while (i != points) { with (vertex[i]) { _x = dx; _y = dy; _xscale = 75 + (((((500 - z3[i]) / 10) * 30) / 100) * -1); _yscale = 75 + (((((500 - z3[i]) / 10) * 30) / 100) * -1); _alpha = ((z3[i] * -1) + 500) / 10; } i++; } } Points = 11; Lines = 10; Viewport = 500; rad = 0.0174444444444444; line = new Array(Lines); vertex = new Array(Points); i = 0; while (i != Lines) { wire.DuplicateMovieClip("l" add i, i); line[i] = eval ("l" add i); i++; } i = 0; while (i != Points) { point.DuplicateMovieClip("v" add i, (Lines * 2) + i); vertex[i] = eval ("v" add i); i++; } vertex[0].x = 0; vertex[1].x = -100; vertex[2].x = -150; vertex[3].x = -150; vertex[4].x = 0; vertex[5].x = 100; vertex[6].x = 150; vertex[7].x = 100; vertex[8].x = 150; vertex[9].x = 0; vertex[10].y = 0; vertex[0].y = 0; vertex[1].y = -100; vertex[2].y = 0; vertex[3].y = 100; vertex[4].y = 150; vertex[5].y = 100; vertex[6].y = 0; vertex[7].y = -100; vertex[8].y = -150; vertex[9].y = 0; vertex[10].y = 0; vertex[0].z = 0; vertex[1].z = -100; vertex[2].z = 0; vertex[3].z = 100; vertex[4].z = 0; vertex[5].z = 100; vertex[6].z = 0; vertex[7].z = -100; vertex[8].z = 0; vertex[9].z = -150; vertex[10].z = 150; line[0].a = 0; line[0].b = 1; line[1].a = 0; line[1].b = 2; line[2].a = 0; line[2].b = 3; line[3].a = 0; line[3].b = 4; line[4].a = 0; line[4].b = 5; line[5].a = 0; line[5].b = 6; line[6].a = 0; line[6].b = 7; line[7].a = 0; line[7].b = 8; line[8].a = 0; line[8].b = 9; line[9].a = 0; line[9].b = 10; var ax; var ay; var az; var oldx; var oldy; var bx; var by; var bz; var nu;
Symbol 215 MovieClip Frame 2
rotxZ = (oldy - _ymouse) / 2; rotyZ = (oldx - _xmouse) / 2; oldx = _xmouse; oldy = _ymouse; rotx = _root.combo / 4; roty = _root.speed / 2; ax = ax + rotx; ay = ay + roty; ay = ay + by; ax = ax + bx; az = az + bz; bx = 0; by = 0; bz = 0; rotate(ax, ay, az); ax++; ay++; az++; if (ax > 360) { ax = ax - 360; } if (ay > 360) { ay = ay - 360; } if (az > 360) { az = az - 360; } toScreen(); render();
Symbol 215 MovieClip Frame 3
gotoAndPlay (2);
Symbol 232 MovieClip [Combplus] Frame 16
stop();
Symbol 255 Button
on (release) { gotoAndStop (2); }

Library Items

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

Instance Names

"face_mc"Symbol 14 MovieClip Frame 1Symbol 3 MovieClip
"arrow_mc"Symbol 14 MovieClip Frame 1Symbol 5 MovieClip
"highlight_mc"Symbol 14 MovieClip Frame 1Symbol 7 MovieClip
"shadow_mc"Symbol 14 MovieClip Frame 1Symbol 9 MovieClip
"darkshadow_mc"Symbol 14 MovieClip Frame 1Symbol 11 MovieClip
"highlight3D_mc"Symbol 14 MovieClip Frame 1Symbol 13 MovieClip
"darkshadow_mc"Symbol 24 MovieClip Frame 1Symbol 15 MovieClip
"highlight3D_mc"Symbol 24 MovieClip Frame 1Symbol 16 MovieClip
"highlight_mc"Symbol 24 MovieClip Frame 1Symbol 18 MovieClip
"shadow_mc"Symbol 24 MovieClip Frame 1Symbol 20 MovieClip
"face_mc"Symbol 24 MovieClip Frame 1Symbol 21 MovieClip
"arrow_mc"Symbol 24 MovieClip Frame 1Symbol 23 MovieClip
"highlight3D_mc"Symbol 33 MovieClip Frame 1Symbol 25 MovieClip
"darkshadow_mc"Symbol 33 MovieClip Frame 1Symbol 26 MovieClip
"highlight_mc"Symbol 33 MovieClip Frame 1Symbol 27 MovieClip
"shadow_mc"Symbol 33 MovieClip Frame 1Symbol 28 MovieClip
"face_mc"Symbol 33 MovieClip Frame 1Symbol 30 MovieClip
"arrow_mc"Symbol 33 MovieClip Frame 1Symbol 32 MovieClip
"up"Symbol 34 MovieClip [UpArrow] Frame 1Symbol 14 MovieClip
"down"Symbol 34 MovieClip [UpArrow] Frame 2Symbol 24 MovieClip
"disabled"Symbol 34 MovieClip [UpArrow] Frame 3Symbol 33 MovieClip
"highlight3D_mc"Symbol 41 MovieClip Frame 1Symbol 36 MovieClip
"darkshadow_mc"Symbol 41 MovieClip Frame 1Symbol 38 MovieClip
"highlight_mc"Symbol 41 MovieClip Frame 1Symbol 39 MovieClip
"shadow_mc"Symbol 41 MovieClip Frame 1Symbol 40 MovieClip
"highlight3D_mc"Symbol 48 MovieClip Frame 1Symbol 42 MovieClip
"darkshadow_mc"Symbol 48 MovieClip Frame 1Symbol 43 MovieClip
"shadow_mc"Symbol 48 MovieClip Frame 1Symbol 45 MovieClip
"face_mc"Symbol 48 MovieClip Frame 1Symbol 46 MovieClip
"highlight_mc"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"shadow_mc"Symbol 53 MovieClip Frame 1Symbol 49 MovieClip
"darkshadow_mc"Symbol 53 MovieClip Frame 1Symbol 51 MovieClip
"highlight3D_mc"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip
"mc_sliderTop"Symbol 54 MovieClip [ScrollThumb] Frame 1Symbol 41 MovieClip
"mc_sliderMid"Symbol 54 MovieClip [ScrollThumb] Frame 1Symbol 48 MovieClip
"mc_sliderBot"Symbol 54 MovieClip [ScrollThumb] Frame 1Symbol 53 MovieClip
"face_mc"Symbol 62 MovieClip Frame 1Symbol 55 MovieClip
"arrow_mc"Symbol 62 MovieClip Frame 1Symbol 57 MovieClip
"highlight_mc"Symbol 62 MovieClip Frame 1Symbol 58 MovieClip
"shadow_mc"Symbol 62 MovieClip Frame 1Symbol 59 MovieClip
"darkshadow_mc"Symbol 62 MovieClip Frame 1Symbol 60 MovieClip
"highlight3D_mc"Symbol 62 MovieClip Frame 1Symbol 61 MovieClip
"darkshadow_mc"Symbol 70 MovieClip Frame 1Symbol 63 MovieClip
"highlight3D_mc"Symbol 70 MovieClip Frame 1Symbol 64 MovieClip
"highlight_mc"Symbol 70 MovieClip Frame 1Symbol 65 MovieClip
"shadow_mc"Symbol 70 MovieClip Frame 1Symbol 66 MovieClip
"face_mc"Symbol 70 MovieClip Frame 1Symbol 67 MovieClip
"arrow_mc"Symbol 70 MovieClip Frame 1Symbol 69 MovieClip
"highlight3D_mc"Symbol 78 MovieClip Frame 1Symbol 71 MovieClip
"darkshadow_mc"Symbol 78 MovieClip Frame 1Symbol 72 MovieClip
"highlight_mc"Symbol 78 MovieClip Frame 1Symbol 73 MovieClip
"shadow_mc"Symbol 78 MovieClip Frame 1Symbol 74 MovieClip
"face_mc"Symbol 78 MovieClip Frame 1Symbol 75 MovieClip
"arrow_mc"Symbol 78 MovieClip Frame 1Symbol 77 MovieClip
"up"Symbol 79 MovieClip [DownArrow] Frame 1Symbol 62 MovieClip
"down"Symbol 79 MovieClip [DownArrow] Frame 2Symbol 70 MovieClip
"disabled"Symbol 79 MovieClip [DownArrow] Frame 3Symbol 78 MovieClip
"highlight_mc"Symbol 82 MovieClip [FHighlightSymbol] Frame 1Symbol 81 MovieClip
"highlight_mc2"Symbol 82 MovieClip [FHighlightSymbol] Frame 2Symbol 81 MovieClip
"highlight_mc3"Symbol 82 MovieClip [FHighlightSymbol] Frame 3Symbol 81 MovieClip
"labelField"Symbol 85 MovieClip [FLabelSymbol] Frame 1Symbol 84 EditableText
"track_mc"Symbol 88 MovieClip Frame 1Symbol 87 MovieClip
"scrollTrack_mc"Symbol 89 MovieClip [FScrollBarSymbol] Frame 1Symbol 88 MovieClip
"dPAsset"Symbol 93 MovieClip [FSelectableListSymbol] Frame 1Symbol 91 MovieClip [DataProviderSymbol]
"ItemAsset"Symbol 93 MovieClip [FSelectableListSymbol] Frame 1Symbol 92 MovieClip [FSelectableItemSymbol]
"scrollBarAsset"Symbol 94 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 89 MovieClip [FScrollBarSymbol]
"superClassAsset"Symbol 94 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 93 MovieClip [FSelectableListSymbol]
"boundingBox"Symbol 98 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 96 MovieClip
"boundingBox2"Symbol 98 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 96 MovieClip
"itemAsset"Symbol 101 MovieClip [FListBoxSymbol] Frame 1Symbol 90 MovieClip [FListItemSymbol]
"superClassAsset"Symbol 101 MovieClip [FListBoxSymbol] Frame 1Symbol 94 MovieClip [FScrollSelectListSymbol]
"boundingBox_mc"Symbol 101 MovieClip [FListBoxSymbol] Frame 1Symbol 98 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 101 MovieClip [FListBoxSymbol] Frame 1Symbol 100 MovieClip
"Yar"Symbol 111 MovieClip Frame 1Symbol 107 MovieClip
"blah"Symbol 112 MovieClip [arrow] Frame 1Symbol 111 MovieClip
"blah1"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"blah2"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"blah3"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"blah4"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"blah5"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"blah6"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"blah7"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"blah8"Symbol 116 MovieClip Frame 1Symbol 111 MovieClip
"bar"Symbol 135 MovieClip Frame 1Symbol 123 MovieClip
"point"Symbol 215 MovieClip Frame 1Symbol 210 MovieClip
"wire"Symbol 215 MovieClip Frame 1Symbol 212 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$z/$UDqpLdn4Kh1OhWUCualbv0."
ExportAssets (56)Timeline Frame 1Symbol 1 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 34 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 54 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 79 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 82 as "FHighlightSymbol"
ExportAssets (56)Timeline Frame 1Symbol 85 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 89 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 90 as "FListItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 89 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 91 as "DataProviderSymbol"
ExportAssets (56)Timeline Frame 1Symbol 92 as "FSelectableItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 93 as "FSelectableListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 94 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 98 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 101 as "FListBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 112 as "arrow"
ExportAssets (56)Timeline Frame 1Symbol 115 as "gfx1"
ExportAssets (56)Timeline Frame 4Symbol 115 as "gfx1"
ExportAssets (56)Timeline Frame 4Symbol 232 as "Combplus"
ExportAssets (56)Timeline Frame 4Symbol 236 as "10"
ExportAssets (56)Timeline Frame 4Symbol 237 as "9"
ExportAssets (56)Timeline Frame 4Symbol 238 as "8"
ExportAssets (56)Timeline Frame 4Symbol 239 as "7"
ExportAssets (56)Timeline Frame 4Symbol 240 as "6"
ExportAssets (56)Timeline Frame 4Symbol 241 as "5"
ExportAssets (56)Timeline Frame 4Symbol 242 as "4"
ExportAssets (56)Timeline Frame 4Symbol 243 as "3"
ExportAssets (56)Timeline Frame 4Symbol 244 as "2"
ExportAssets (56)Timeline Frame 4Symbol 245 as "1"

Labels

"Symbol_36"Symbol 1 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 82 MovieClip [FHighlightSymbol] Frame 1
"disabled"Symbol 82 MovieClip [FHighlightSymbol] Frame 2
"unfocused"Symbol 82 MovieClip [FHighlightSymbol] Frame 3
"Symbol_32"Symbol 85 MovieClip [FLabelSymbol] Frame 1
"Symbol_354"Symbol 91 MovieClip [DataProviderSymbol] Frame 1
"enabled"Symbol 98 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 98 MovieClip [FBoundingBoxSymbol] Frame 2
"loaded"Symbol 135 MovieClip Frame 3

Dynamic Text Variables

_parent.letterSymbol 106 EditableText"C"
_parent.BonusSymbol 108 EditableText""
points2Symbol 217 EditableText""
arrow1.blah.letterSymbol 218 EditableText""
arrow2.blah.letterSymbol 219 EditableText""
arrow3.blah.letterSymbol 220 EditableText""
arrow4.blah.letterSymbol 221 EditableText""
ComboSymbol 222 EditableText""
_root.CombDisSymbol 231 EditableText"combo - 0"
MXPDSymbol 248 EditableText""
maxcomboSymbol 249 EditableText""
pointsSymbol 250 EditableText""
TotalSymbol 256 EditableText""
HitSymbol 257 EditableText""
MissSymbol 258 EditableText""
PerfectsSymbol 259 EditableText""




http://swfchan.com/3/13738/info.shtml
Created: 4/6 -2019 09:38:27 Last modified: 4/6 -2019 09:38:27 Server time: 11/05 -2024 15:40:44