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

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

NG_FIGHTER.swf

This is the info page for
Flash #9540

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


Text
<p align="left"><font face="FFF Business Bold" size="8" color="#000000" letterSpacing="0.000000" kerning="1">NG FIGHTER</font></p>

ActionScript [AS1/AS2]

Frame 29
function fpsLimiter() { newT = getTimer(); while (Math.abs(newT - oldT) < maxF) { newT = getTimer(); } oldT = getTimer(); } function f_InitBox(zone) { _root.u_point = new Object(); _root.u_point.x = 0; _root.u_point.y = 0; zone.localToGlobal(_root.u_point); zone.x = _root.u_point.x; zone.y = _root.u_point.y; zone.w = zone._width; zone.h = zone._height; } function f_MouseOverBox(zone) { var _local3 = false; if (_root._xmouse > zone.x) { if (_root._xmouse < (zone.x + zone.w)) { if (_root._ymouse > zone.y) { if (_root._ymouse < (zone.y + zone.h)) { _local3 = true; } } } } if (_local3) { zone.gotoAndStop(2); } else { zone.gotoAndStop(1); } } oldT = getTimer(); maxF = 30; fp_fpsLimiter = fpsLimiter; onEnterFrame = function () { fp_fpsLimiter(); }; stop();
Symbol 2 MovieClip [flashTicker_holderFX] Frame 1
beforeHeight = this.holder_mc._height; this.holder_mc.loadMovie(this._parent.image);
Symbol 2 MovieClip [flashTicker_holderFX] Frame 3
if (this.holder_mc.getBytesLoaded() > 0) { if (this.holder_mc.getBytesLoaded() >= this.holder_mc.getBytesTotal()) { this._parent.parent.adjustSpacing(); stop(); } else { gotoAndPlay (2); } } else { gotoAndPlay (2); }
Symbol 7 MovieClip [flashTicker] Frame 1
#initclip 1 function flashTickerClass() { this.init(); } flashTickerClass.prototype = new MovieClip(); flashTickerClass.prototype.init = function () { var _local2 = this.c_xmlName.toLowerCase(); this.buttonsEnabled = false; this.isLoaded = false; if (this.c_xmlName != "") { if ((_local2.substr(_local2.length - 4) == ".txt") || ((this.c_fileType == "text") && (_local2.substr(_local2.length - 4) != ".xml"))) { this.loadTextFile(); } else { this.initXML(this.c_xmlName); } } else if (this.c_dataArray) { this.initTicker(); } }; flashTickerClass.prototype.reInit = function () { this.stopTicker(); this.init(); }; flashTickerClass.prototype.loadTextFile = function () { var _local2 = new LoadVars(); var output; _local2.parent = this; _local2.onLoad = function (success) { if (success) { output = this.content; this.parent.parseTextFile(output); } else { trace("not loaded"); } }; _local2.load(this.c_xmlName); }; flashTickerClass.prototype.parseTextFile = function (output) { var _local3; var _local6 = new Array(); var _local4 = output.substr(0, 1); var _local2 = 0; while (_local2 < output.length) { _local4 = output.substr(_local2, 1); if (_local4 ne newline) { _local3 = _local3 + _local4; } else { if (_local3.indexOf("###") == -1) { _local6.push(_local3); } _local3 = ""; } _local2++; } this.loadTickerArrays(_local6, this.c_targetArray, this.c_targetName, this.c_targetIsURL); }; flashTickerClass.prototype.tickerLoaded = function (success) { if (success) { this.parent.tickerNode = this.firstChild; this.parent.initTicker(); this.parent.xmlLoaded(); } else { trace("loading failed"); } }; flashTickerClass.prototype.initXML = function (xmlFile) { this.isLoaded = false; this.xmlFile = xmlFile; this.c_xmlName = xmlFile; this.ticker_xml = new XML(); this.ticker_xml.ignoreWhite = true; this.ticker_xml.parent = this; this.ticker_xml.onLoad = this.tickerLoaded; this.ticker_xml.load(this.xmlFile); }; flashTickerClass.prototype.loadTickerXML = function (xmlFile) { this.initXML(xmlFile); }; flashTickerClass.prototype.loadTickerArrays = function (dataArray, targetArray, targetName, targetIsURL) { this.c_dataArray = dataArray; this.c_targetArray = targetArray; this.c_targetName = targetName; this.c_targetIsURL = targetIsURL; this.initTicker(); }; flashTickerClass.prototype.initTicker = function () { var _local8 = this.c_xmlName.toLowerCase(); this.mainMov_mc.removeMovieClip(); this.arrTicker = new Array(); if (((this.c_xmlName != "") && (_local8.substr(_local8.length - 4) != ".txt")) && ((this.c_fileType != "text") || (_local8.substr(_local8.length - 4) == ".xml"))) { this.objCount = 0; var _local7 = 0; while (_local7 < this.tickerNode.childNodes.length) { this.arrTicker.push(new Object()); var _local6 = this.tickerNode.childNodes[_local7]; var _local3 = 0; while (_local3 < _local6.childNodes.length) { var _local2 = _local6.childNodes[_local3]; if (_local2.nodeName != null) { this.arrTicker[this.objCount][_local2.nodeName] = _local2.firstChild.nodeValue; } _local3++; } this.objCount++; _local7++; } } else { var _local4 = 0; while (_local4 < this.c_dataArray.length) { this.arrTicker.push(new Object()); this.arrTicker[_local4].text = this.c_dataArray[_local4]; if (this.c_targetIsURL) { this.arrTicker[_local4].targetIsUrl = "Y"; } else { this.arrTicker[_local4].targetIsUrl = "N"; } this.arrTicker[_local4].target = this.c_targetName; _local4++; } var _local5 = 0; while (_local5 < this.arrTicker.length) { this.arrTicker[_local5].link = this.c_targetArray[_local5]; _local5++; } } this.setDefaults(); }; flashTickerClass.prototype.setDefaults = function () { if (this.c_scrollDirection == null) { if (this.scrollPosition == null) { this.scrollPosition = "vertical"; } if (this.scrollDirection == null) { this.scrollDirection = "incremental"; } } else { switch (this.c_scrollDirection) { case "vertical-incremental" : this.scrollPosition = "vertical"; this.scrollDirection = "incremental"; break; case "vertical-decremental" : this.scrollPosition = "vertical"; this.scrollDirection = "decremental"; break; case "horizontal-incremental" : this.scrollPosition = "horizontal"; this.scrollDirection = "incremental"; break; case "horizontal-decremental" : this.scrollPosition = "horizontal"; this.scrollDirection = "decremental"; } } if (this.c_dataArray == null) { if (this.dataArray == null) { this.c_dataArray = null; } else { this.c_dataArray = int(this.dataArray); } } if (this.c_targetArray == null) { if (this.targetArray == null) { this.c_targetArray = null; } else { this.c_targetArray = int(this.targetArray); } } if (this.c_targetName == null) { if (this.targetName == null) { this.c_targetName = null; } else { this.c_targetName = int(this.targetName); } } if (this.c_pauseTime == null) { if (this.pauseTime == null) { this.c_pauseTime = 15; } else { this.c_pauseTime = int(this.pauseTime); } } if (this.scrollDirection == "decremental") { this.countMov = this.arrTicker.length - 1; this.arrTicker.reverse(); } else { this.countMov = 0; } if (this.c_pauseTime == null) { if (this.pauseTime == null) { this.c_pauseTime = 15; } else { this.c_pauseTime = int(this.pauseTime); } } this.pauseTime = this.c_pauseTime; if (this.c_spacer == null) { if (this.spacer == null) { this.c_spacer = 15; } else { this.c_spacer = int(this.spacer); delete this.spacer; } } if (this.c_startBlank == null) { if (this.startBlank == null) { this.c_startBlank = true; } else { this.c_startBlank = Boolean(this.startBlank); delete this.startBlank; } } if (this.c_border == null) { if (this.border == null) { this.c_border = true; } else { this.c_border = Boolean(this.border); delete this.border; } } if (this.c_borderColor == null) { if (this.borderColor == null) { this.c_borderColor = 0; } else { this.c_borderColor = this.borderColor; delete this.borderColor; } } if (this.c_buttonPosition == null) { if (this.buttonPosition == null) { this.c_buttonPosition = "none"; } else { this.c_buttonPosition = String(this.buttonPosition); delete this.buttonPosition; } } if (this.c_buttonSpeed == null) { if (this.buttonSpeed == null) { this.c_buttonSpeed = "none"; } else { this.c_buttonSpeed = String(this.buttonSpeed); delete this.buttonSpeed; } } if (this.c_buttonColor == null) { if (this.buttonColor == null) { this.c_buttonColor = 0; } else { this.c_buttonColor = this.buttonColor; delete this.buttonColor; } } if (this.c_bufferL == null) { if (this.bufferLeft == null) { this.c_bufferL = 10; } else { this.c_bufferL = int(this.bufferLeft); delete this.bufferLeft; } } if (this.c_bufferR == null) { if (this.bufferRight == null) { this.c_bufferR = 0; } else { this.c_bufferR = int(this.bufferRight); delete this.bufferRight; } } if (this.c_bufferT == null) { if (this.bufferTop == null) { this.c_bufferT = 10; } else { this.c_bufferT = int(this.bufferTop); delete this.bufferTop; } } if (this.c_imageSpacer == null) { if (this.imageSpacer == null) { this.c_imageSpacer = 0; } else { this.c_imageSpacer = int(this.imageSpacer); delete this.imageSpacer; } } if (this.c_textWidth == null) { if (this.textWidth == null) { this.c_textWidth = 0; } else { this.c_textWidth = int(this.textWidth); delete this.textWidth; } } if (this.c_imagePos == null) { if (this.imagePosition == null) { this.c_imagePos = "center"; } else { this.c_imagePos = String(this.imagePosition); delete this.imagePosition; } } if (this.c_scrollSpeed == null) { if (this.scrollSpeed == null) { this.c_scrollSpeed = 20; } else { this.c_scrollSpeed = int(this.scrollSpeed); delete this.scrollSpeed; } } if (this.c_visited == null) { if (this.visited == null) { this.c_visited = false; } else { this.c_visited = Boolean(this.visited); delete this.visited; } } if (this.c_visitedColor == null) { if (this.visitedColor == null) { this.c_visitedColor = 16711935 /* 0xFF00FF */; } else { this.c_visitedColor = this.visitedColor; delete this.visitedColor; } } if (this.c_embedFonts == null) { if (this.embedFonts == null) { this.c_embedFonts = false; } else { this.c_embedFonts = Boolean(this.embedFonts); delete this.embedFonts; } } if (this.c_fontDefault == null) { if (this.defaultFont == null) { this.c_fontDefault = "Arial"; } else { this.c_fontDefault = String(this.defaultFont); delete this.defaultFont; } } if (this.c_fontDefaultSize == null) { if (this.defaultFontSize == null) { this.c_fontDefaultSize = 10; } else { this.c_fontDefaultSize = int(this.defaultFontSize); delete this.defaultFontSize; } } if (this.c_fontDefaultColor == null) { if (this.defaultFontColor == null) { this.c_fontDefaultColor = 0; } else { this.c_fontDefaultColor = int(this.defaultFontColor); delete this.defaultFontColor; } } if (this.c_background == null) { if (this.background == null) { this.c_background = false; } else { this.c_background = Boolean(this.background); delete this.background; } } if (this.c_bgColor == null) { if (this.backgroundColor == null) { this.c_bgColor = 52479; } else { this.c_bgColor = this.backgroundColor; delete this.backgroundColor; } } if (this.c_fontRolloverChange == null) { if (this.rolloverFontChange == null) { this.c_fontRolloverChange = true; } else { this.c_fontRolloverChange = Boolean(this.rolloverFontChange); delete this.rolloverFontChange; } } if (this.c_fontRolloverColor == null) { if (this.rolloverFontColor == null) { this.rolloverFontColor = 16711680 /* 0xFF0000 */; } else { this.c_fontRolloverColor = int(this.rolloverFontColor); delete this.rolloverFontColor; } } if (this.c_backgroundR == null) { if (this.rolloverBackground == null) { this.c_backgroundR = false; } else { this.c_backgroundR = Boolean(this.rolloverBackground); delete this.rolloverBackground; } } if (this.c_bgColorR == null) { if (this.rolloverBackgroundColor == null) { this.c_bgColorR = 52479; } else { this.c_bgColorR = this.rolloverBackgroundColor; delete this.rolloverBackgroundColor; } } if (this.c_singleLine == null) { if (this.singleLine == null) { this.c_singleLine = false; } else { this.c_singleLine = Boolean(this.singleLine); delete this.singleLine; } } if (this.c_handCursor == null) { if (this.handCursor == null) { this.c_handCursor = true; } else { this.c_handCursor = Boolean(this.handCursor); delete this.handCursor; } } if (this.c_pauseOver == null) { if (this.pauseOver == null) { this.c_pauseOver = true; } else { this.c_pauseOver = Boolean(this.pauseOver); delete this.pauseOver; } } if (this.c_textAlign == null) { if (this.textAlign == null) { this.c_textAlign = "left"; } else { this.c_textAlign = String(this.textAlign); delete this.textAlign; } } if (this.c_roundSpacer == null) { if (this.roundSpacer == null) { this.c_roundSpacer = 0; } else { this.c_roundSpacer = Math.round(this.roundSpacer); delete this.roundSpacer; } } if (this.c_imageVertical == null) { if (this.imageVertical == null) { if ((this.scrollPosition == "vertical") && (this.scrollDirection == "decremental")) { this.c_imageVertical = "top"; } else { this.c_imageVertical = "bottom"; } } else { this.c_imageVertical = String(this.imageVertical); delete this.imageVertical; } } if (this.c_fileType == null) { if (this.fileType == null) { this.c_fileType = "xml"; } else { this.c_fileType = String(this.fileType); delete this.fileType; } } if (this.c_lineSpacing == null) { if (this.lineSpacing == null) { this.c_lineSpacing = 2; } else { this.c_lineSpacing = String(this.lineSpacing); delete this.lineSpacing; } } this.lastMov = -99; this.currentM = null; this.buttonsEnabled = false; this.filler = false; this.fillerPos = "bottom"; this.totalMov = this.arrTicker.length; this.adjustCount = 0; this.formatText(); this.createTicker(); if (this.c_background) { this.drawBackground(); } }; flashTickerClass.prototype.addImages = function () { this.countImages = 0; var _local2 = 0; while (_local2 < this.arrTicker.length) { if (this.mainMov_mc["mc" + _local2].image != null) { this.countImages++; this.mainMov_mc["mc" + _local2].parent = this; this.mainMov_mc["mc" + _local2].attachMovie("flashTicker_holder", "container", 50); this.mainMov_mc["mc" + _local2].container._x = this.mainMov_mc["mc" + _local2].container._x + this.c_bufferL; } _local2++; } this.drawMask(); if (this.countImages == 0) { if (this.scrollPosition == "vertical") { if (this.scrollDirection == "decremental") { if (this.filler) { this.mainMov_mc._y = this._y - (this.mainMov_mc._height - this.mainMov_mc["mc-1"]._height); } else { this.mainMov_mc._y = this._y - this.mainMov_mc._height; } } else { this.mainMov_mc._y = this._y + this._height; } } this.drawBorder(); if (this.c_buttonPosition != "none") { this.drawButtons(); } this.isLoaded = true; var _local3 = 0; while (_local3 < this.arrTicker.length) { this.mainMov_mc["mc" + _local3]._x = Math.round(this.mainMov_mc["mc" + _local3]._x); _local3++; } this.startTicker(); } else { this.mainMov_mc._visible = false; } }; flashTickerClass.prototype.drawBackground = function () { this.tickerBG.removeMovieClip(); this.createEmptyMovieClip("tickerBG", 3); with (this.tickerBG) { x = this.mask_mc._x; y = this.mask_mc._y; w = this.mask_mc._width; h = this.mask_mc._height; moveTo(x, y); beginFill(this.c_bgColor); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); endFill(); } delete x; delete y; delete w; delete h; }; flashTickerClass.prototype.adjustSpacing = function () { this.adjustCount++; if (this.scrollPosition == "vertical") { if (this.scrollDirection == "decremental") { if (this.filler) { var _local3 = this.arrTicker.length - 1; } else { var _local3 = this.arrTicker.length; } var _local2 = 0; while (_local2 < _local3) { if (_local2 == 0) { if (this.mainMov_mc["mc" + _local2].container != null) { if (this.c_imageVertical == "top") { this.mainMov_mc["mc" + _local2].container._y = Math.round(this.mainMov_mc["mc" + _local2]._y); } else { this.mainMov_mc["mc" + _local2].container._y = Math.round(this.mainMov_mc["mc" + _local2].text1._height) + this.c_imageSpacer; } } if (this.c_imageVertical == "top") { this.mainMov_mc["mc" + _local2].text1._y = Math.round(this.mainMov_mc["mc" + _local2]._y + this.mainMov_mc["mc" + _local2].container._height) + this.c_imageSpacer; } else { this.mainMov_mc["mc" + _local2].container._y = Math.round(this.mainMov_mc["mc" + _local2]._y + this.mainMov_mc["mc" + _local2].text1._height) + this.c_imageSpacer; } } else if (this.c_imageVertical == "top") { this.mainMov_mc["mc" + _local2]._y = Math.round((this.mainMov_mc["mc" + (_local2 - 1)]._y + this.mainMov_mc["mc" + (_local2 - 1)]._height) + this.c_spacer); this.mainMov_mc["mc" + _local2].text1._y = Math.round(this.mainMov_mc["mc" + _local2].container._height) + this.c_imageSpacer; } else { this.mainMov_mc["mc" + _local2]._y = Math.round((this.mainMov_mc["mc" + (_local2 - 1)]._y + this.mainMov_mc["mc" + (_local2 - 1)]._height) + this.c_spacer); this.mainMov_mc["mc" + _local2].container._y = Math.round(this.mainMov_mc["mc" + _local2].text1._height) + this.c_imageSpacer; } if (this.arrTicker[_local2].text != null) { this.mainMov_mc["mc" + _local2].bg_mc._y = this.mainMov_mc["mc" + _local2].text1._y; } else { this.mainMov_mc["mc" + _local2].bg_mc._y = 0; } if (this.mainMov_mc["mc" + _local2].container != null) { if (this.c_imagePos == "right") { this.mainMov_mc["mc" + _local2].container._x = Math.round((this.c_textWidth + this.c_bufferL) - this.mainMov_mc["mc" + _local2].container._width); } else if (this.c_imagePos == "center") { this.mainMov_mc["mc" + _local2].container._x = Math.round((((this.c_textWidth + this.c_bufferL) + this.c_bufferR) / 2) - (this.mainMov_mc["mc" + _local2].container._width / 2)); } } _local2++; } this.mainMov_mc._y = Math.round(this._y - this.mainMov_mc._height); } else { var _local2 = 0; while (_local2 < this.arrTicker.length) { if (_local2 == 0) { if (this.mainMov_mc["mc" + _local2].container != null) { if (this.arrTicker[_local2].text != null) { if (this.c_imageVertical == "bottom") { this.mainMov_mc["mc" + _local2].container._y = Math.round(this.mainMov_mc["mc" + _local2]._y + this.mainMov_mc["mc" + _local2].text1._height) + this.c_imageSpacer; } else { this.mainMov_mc["mc" + _local2].container._y = 0; this.mainMov_mc["mc" + _local2].text1._y = Math.round(this.mainMov_mc["mc" + _local2].container._height + this.c_imageSpacer); } } else { this.mainMov_mc["mc" + _local2].container._y = this.c_imageSpacer; } } } else { this.mainMov_mc["mc" + _local2]._y = Math.round((this.mainMov_mc["mc" + (_local2 - 1)]._y + this.mainMov_mc["mc" + (_local2 - 1)]._height) + this.c_spacer); if (this.mainMov_mc["mc" + _local2].container != null) { if (this.arrTicker[_local2].text != null) { if (this.c_imageVertical == "bottom") { this.mainMov_mc["mc" + _local2].container._y = Math.round(this.mainMov_mc["mc" + _local2].text1._height) + this.c_imageSpacer; } else { this.mainMov_mc["mc" + _local2].container._y = 0; this.mainMov_mc["mc" + _local2].text1._y = Math.round(this.mainMov_mc["mc" + _local2].container._height + this.c_imageSpacer); } } else { this.mainMov_mc["mc" + _local2].container._y = this.c_imageSpacer; } } } if (this.mainMov_mc["mc" + _local2].container != null) { if (this.c_imagePos == "right") { this.mainMov_mc["mc" + _local2].container._x = Math.round((this.c_textWidth + this.c_bufferL) - this.mainMov_mc["mc" + _local2].container._width); } else if (this.c_imagePos == "center") { this.mainMov_mc["mc" + _local2].container._x = Math.round((((this.c_textWidth + this.c_bufferL) + this.c_bufferR) / 2) - (this.mainMov_mc["mc" + _local2].container._width / 2)); } } _local2++; } } } else { var _local2 = 0; while (_local2 < this.arrTicker.length) { if (this.mainMov_mc["mc" + _local2].container != null) { if (this.arrTicker[_local2].text != null) { if (this.c_imageVertical == "bottom") { this.mainMov_mc["mc" + _local2].container._y = Math.round(this.mainMov_mc["mc" + _local2]._y + this.mainMov_mc["mc" + _local2].text1._height) + this.c_imageSpacer; } else { this.mainMov_mc["mc" + _local2].container._y = 0; this.mainMov_mc["mc" + _local2].text1._y = Math.round(this.mainMov_mc["mc" + _local2].container._height + this.c_imageSpacer); } } else { this.mainMov_mc["mc" + _local2].container._y = Math.round(this.mainMov_mc["mc" + _local2]._y) + this.c_imageSpacer; } if (this.c_imagePos == "right") { this.mainMov_mc["mc" + _local2].container._x = Math.round(this.c_textWidth - this.mainMov_mc["mc" + _local2].container._width); } else if (this.c_imagePos == "center") { this.mainMov_mc["mc" + _local2].container._x = Math.round((this.c_textWidth / 2) - (this.mainMov_mc["mc" + _local2].container._width / 2)); } } this.mainMov_mc["mc" + _local2]._x = Math.round(this.mainMov_mc["mc" + _local2]._x); _local2++; } } if ((this.scrollDirection == "decremental") && (this.c_startBlank)) { if (this.scrollPosition == "vertical") { if (this.c_border) { var _local4 = 1; } else { var _local4 = 0; } var _local5 = this.c_bufferT + 4; if (this.filler) { this.mainMov_mc._y = Math.round(this._y - (this.mainMov_mc._height - this.mainMov_mc["mc-1"]._height)); } else { this.mainMov_mc._y = Math.round(this._y - this.mainMov_mc._height); } } } else if (this.scrollDirection == "decremental") { if (this.scrollPosition == "vertical") { this.mainMov_mc._y = Math.round(this.mainMov_mc._y + this._height); } else { this.mainMov_mc._x = Math.round(this.mainMov_mc._x + this._with); } } if (this.adjustCount == this.countImages) { this.drawBorder(); if (this.c_buttonPosition != "none") { this.drawButtons(); } this.isLoaded = true; this.mainMov_mc._visible = true; this.startTicker(); } }; flashTickerClass.prototype.formatText = function () { this.fontStyle = new TextFormat(this.c_fontDefault, this.c_fontDefaultSize, this.c_fontDefaultColor); this.fontStyle.leading = this.c_lineSpacing; this.fontStyleOver = new TextFormat(); this.fontStyleOver.color = this.c_fontRolloverColor; this.htmlFontStyle = new TextFormat(); this.htmlFontStyle.leading = this.c_lineSpacing; }; flashTickerClass.prototype.createTicker = function () { this.mainMov_mc.removeMovieClip(); this.mainMov_mc = this._parent.createEmptyMovieClip("mainMov", 2); this.mainMov_mc._x = this._x; this.mainMov_mc._y = this._y; if (this.c_textWidth == 0) { this.c_textWidth = (this._width - this.c_bufferL) - this.c_bufferR; } var i = 0; while (i < this.arrTicker.length) { this.mainMov_mc.createEmptyMovieClip("mc" + i, i + 10); if (this.arrTicker[i].text != null) { if (this.scrollPosition == "horizontal") { if (this.c_singleLine) { this.mainMov_mc["mc" + i].createTextField("text1", i + 100, 0, 0, 10, 20); } else { this.mainMov_mc["mc" + i].createTextField("text1", i + 100, 0, 0, this.c_textWidth, 20); } } else { this.mainMov_mc["mc" + i].createTextField("text1", i + 100, this.c_bufferL, 0, this.c_textWidth, 20); } if (this.c_singleLine) { this.mainMov_mc["mc" + i].text1.autoSize = "right"; this.mainMov_mc["mc" + i].text1.multiline = false; this.mainMov_mc["mc" + i].text1.wordWrap = false; } else { this.mainMov_mc["mc" + i].text1.autoSize = true; this.mainMov_mc["mc" + i].text1.multiline = true; this.mainMov_mc["mc" + i].text1.wordWrap = true; } } if (!this.c_handCursor) { this.mainMov_mc["mc" + i].useHandCursor = false; } if (this.arrTicker[i].text != null) { var alignA = ""; var alignB = ""; if (this.c_textAlign == "right") { alignA = "<p align=\"right\">"; alignB = "</p>"; } else if (this.c_textAlign == "center") { alignA = "<p align=\"center\">"; alignB = "</p>"; } if (this.c_embedFonts) { this.mainMov_mc["mc" + i].text1.embedFonts = true; } this.mainMov_mc["mc" + i].text1.selectable = false; this.mainMov_mc["mc" + i].text1.html = true; this.mainMov_mc["mc" + i].text1.htmlText = (((((((((alignA + "<font face=\"") + this.c_fontDefault) + "\" size=\"") + this.c_fontDefaultSize) + "\" color=\"#") + this.c_fontDefaultColor.toString(16)) + "\">") + this.arrTicker[i].text) + " </font>") + alignB; this.mainMov_mc["mc" + i].text1.setTextFormat(this.htmlFontStyle); if (this.c_singleLine) { this.mainMov_mc["mc" + i].text1._x = 0; } delete alignA; delete alignB; } this.mainMov_mc["mc" + i].createEmptyMovieClip("bg_mc", 30); if (this.scrollPosition == "vertical") { var x = 0; var w = this._width; var h = this.mainMov_mc["mc" + i].text1._height; var y = 0; } else { var x = 0; if (this.c_singleLine) { var w = this.mainMov_mc["mc" + i].text1._width; } else if (this.c_textWidth == 0) { var w = this._width; } else { var w = this.c_textWidth; } var h = this.mainMov_mc["mc" + i].text1._height; var y = 0; } with (this.mainMov_mc["mc" + i].bg_mc) { moveTo(x, y); beginFill(this.c_bgColorR); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); endFill(); } delete x; delete y; delete w; delete h; this.mainMov_mc["mc" + i].bg_mc._visible = false; this.mainMov_mc["mc" + i].image = this.arrTicker[i].image; if (i > 0) { var pre_i = (i - 1); if (this.scrollPosition == "horizontal") { this.mainMov_mc["mc" + i]._x = (this.mainMov_mc["mc" + pre_i]._x + this.mainMov_mc["mc" + pre_i]._width) + this.c_spacer; } else { this.mainMov_mc["mc" + i]._y = (this.mainMov_mc["mc" + pre_i]._y + this.mainMov_mc["mc" + pre_i]._height) + this.c_spacer; } delete pre_i; } this.mainMov_mc["mc" + i].parent = this; this.mainMov_mc["mc" + i].timer = this.mainMov_mc.timer; this.mainMov_mc["mc" + i].place = i; this.mainMov_mc["mc" + i].openLink = this.arrTicker[i].link; if (this.arrTicker[i].target == null) { this.mainMov_mc["mc" + i].openTarget = this.c_targetName; } else { this.mainMov_mc["mc" + i].openTarget = this.arrTicker[i].target; } if (this.arrTicker[i].link != null) { if (this.arrTicker[i].targetIsUrl == null) { if (this.c_targetIsURL) { this.arrTicker[i].targetIsUrl = "Y"; } else { this.arrTicker[i].targetIsUrl = "N"; } } if (this.arrTicker[i].targetIsUrl == "Y") { this.mainMov_mc["mc" + i].onRelease = function () { getURL (this.openLink, this.openTarget); if (this.parent.c_visited) { this.text1.textColor = this.parent.c_visitedColor; this.visited = true; } }; } else { this.mainMov_mc["mc" + i].onRelease = function () { loadMovie (this.openLink, this.openTarget); if (this.parent.c_visited) { this.text1.textColor = this.parent.c_visitedColor; this.visited = true; } }; } } else { this.mainMov_mc["mc" + i].useHandCursor = false; } this.mainMov_mc["mc" + i].onRollOver = function () { if (this.text1 != null) { if (this.parent.c_fontRolloverChange) { this.text1.textColor = this.parent.c_fontRolloverColor; } } if (this.parent.c_backgroundR) { this.bg_mc._visible = true; } if (this.parent.c_pauseOver) { this.parent.mainMov_mc.timer.removeMovieClip(); this.parent.stopTicker(); } }; this.mainMov_mc["mc" + i].onRollOut = function () { if (this.text1 != null) { if (!this.visited) { var _local3 = ""; var _local2 = ""; if (this.parent.c_textAlign == "right") { _local3 = "<p align=\"right\">"; _local2 = "</p>"; } else if (this.parent.c_textAlign == "center") { _local3 = "<p align=\"center\">"; _local2 = "</p>"; } this.text1.htmlText = (((((((((_local3 + "<font face=\"") + this.parent.c_fontDefault) + "\" size=\"") + this.parent.c_fontDefaultSize) + "\" color=\"#") + this.parent.c_fontDefaultColor.toString(16)) + "\">") + this.parent.arrTicker[this.place].text) + " </font>") + _local2; this.text1.setTextFormat(this.parent.htmlFontStyle); } else { this.text1.textColor = this.parent.c_visitedColor; } } this.bg_mc._visible = false; if (this.parent.c_pauseOver) { this.parent.startTicker(); } }; i++; } this.mainMov_mc["mc" + i].onDragOut = this.mainMov_mc["mc" + i].onRollOut; var autoFill = false; if (((this.scrollPosition == "vertical") && (this.mainMov_mc._height < (this._height * 1.5))) || ((this.scrollPosition == "horizontal") && (this.mainMov_mc._width < (this._width * 1.5)))) { autoFill = true; } if (autoFill || (this.c_roundSpacer > 0)) { if (this.scrollDirection == "decremental") { this.filler = true; this.fillerPos = "top"; this.mainMov_mc.createEmptyMovieClip("mc-1", 9); var x = 0; var y = 0; if (this.scrollPosition == "horizontal") { if (autoFill) { var w = Math.floor(this._width); } else { var w = this.c_roundSpacer; } var h = Math.floor(this._height); } else { var w = Math.floor(this._width); if (autoFill) { var h = Math.floor(this._height); } else { var h = this.c_roundSpacer; } } with (this.mainMov_mc["mc-1"]) { _x = x; _y = y; lineStyle(1); moveTo(x, y); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); } if (this.scrollPosition == "horizontal") { this.mainMov_mc["mc-1"]._x = (this.mainMov_mc.mc0._x - this.mainMov_mc["mc-1"]._width) - this.c_spacer; } else { this.mainMov_mc["mc-1"]._y = this.mainMov_mc.mc0._y - this.mainMov_mc["mc-1"]._height; } this.mainMov_mc["mc-1"].filler = true; this.mainMov_mc["mc-1"]._visible = false; this.arrTicker.push("filler"); } else { this.filler = true; this.fillerPos = "bottom"; this.mainMov_mc.createEmptyMovieClip("mc" + this.totalMov, 9); var x = 0; var y = 0; if (this.scrollPosition == "horizontal") { if (autoFill) { var w = Math.floor(this._width); } else { var w = this.c_roundSpacer; } var h = Math.floor(this._height); } else { var w = Math.floor(this._width); if (autoFill) { var h = Math.floor(this._height); } else { var h = this.c_roundSpacer; } } with (this.mainMov_mc["mc" + this.totalMov]) { _x = x; _y = y; lineStyle(1, this.c_borderColor); moveTo(x, y); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); } if (this.scrollPosition == "horizontal") { this.mainMov_mc["mc" + this.totalMov]._x = (this.mainMov_mc["mc" + (this.totalMov - 1)]._x + this.mainMov_mc["mc" + (this.totalMov - 1)]._width) + 10; } else { this.mainMov_mc["mc" + this.totalMov]._y = (this.mainMov_mc["mc" + (this.totalMov - 1)]._y + this.mainMov_mc["mc" + (this.totalMov - 1)]._height) + 10; } this.mainMov_mc["mc" + this.totalMov].filler = true; this.mainMov_mc["mc" + this.totalMov]._visible = false; this.arrTicker.push("filler"); this.totalMov++; delete autoFill; delete x; delete y; delete w; delete h; } } if (this.scrollDirection == "decremental") { if (this.scrollPosition == "horizontal") { if (this.c_startBlank) { if (this.filler) { this.mainMov_mc._x = this._x - (this.mainMov_mc._width - this.mainMov_mc["mc-1"]._width); } else { this.mainMov_mc._x = Math.round(this._x - this.mainMov_mc._width); } } else { this.mainMov_mc._x = Math.round((this._x - this.mainMov_mc._width) + this._width); if (this.c_border) { var borderSpacer = 1; } else { var borderSpacer = 0; } var maskBuffer = (this.c_bufferL + 4); this.mainMov_mc._x = this.mainMov_mc._x - ((maskBuffer / 2) + borderSpacer); delete borderSpacer; delete maskBuffer; } this.mainMov_mc._y = this.mainMov_mc._y + this.c_bufferT; var maskBuffer = this.c_bufferL; this.mainMov_mc._x = this.mainMov_mc._x - ((maskBuffer / 2) + 6); this.mainMov_mc._x = Math.round(this.mainMov_mc._x); } else if (this.c_startBlank) { if (this.filler) { this.mainMov_mc._y = Math.round((this.mainMov_mc._y - this.mainMov_mc._height) + this.mainMov_mc["mc-1"]._height); } else { this.mainMov_mc._y = Math.round(this.mainMov_mc._y - this.mainMov_mc._height); } } else { if (this.c_spacer < 18) { this.mainMov_mc._y = Math.round((this.mainMov_mc._y - this.mainMov_mc._height) + (this._height * 2)); } else { this.mainMov_mc._y = Math.round((this.mainMov_mc._y - this.mainMov_mc._height) + this._height); } if (this.c_border) { var borderSpacer = 1; } else { var borderSpacer = 0; } var maskBuffer = (this.c_bufferT + 4); this.mainMov_mc._y = this.mainMov_mc._y - ((maskBuffer / 2) + borderSpacer); delete borderSpacer; delete maskBuffer; } } else { if (this.c_startBlank) { if (this.scrollPosition == "horizontal") { this.mainMov_mc._x = Math.round(this.mainMov_mc._x + this._width); } else { this.mainMov_mc._y = Math.round(this.mainMov_mc._y + this._height); } } else { if (this.c_border) { var borderSpacer = 1; } else { var borderSpacer = 0; } if (this.scrollPosition == "horizontal") { var maskBuffer = this.c_bufferL; this.mainMov_mc._x = this.mainMov_mc._x + ((maskBuffer / 2) - 6); } else { var maskBuffer = (this.c_bufferT + 4); this.mainMov_mc._y = this.mainMov_mc._y + ((maskBuffer / 2) + borderSpacer); } delete borderSpacer; delete maskBuffer; } if (this.c_border) { this.mainMov_mc._y = this.mainMov_mc._y + (this.c_bufferT + 3); } else { this.mainMov_mc._y = this.mainMov_mc._y + this.c_bufferT; } } this.addImages(); }; flashTickerClass.prototype.stopTicker = function () { this.mainMov_mc.timer.removeMovieClip(); clearInterval(this.scrollInterval); }; flashTickerClass.prototype.startTicker = function () { this.scrollInterval = setInterval(this, "scrollTicker", this.c_scrollSpeed); }; flashTickerClass.prototype.stopCounter = function () { if (this.pauseTime > 0) { var stopCount = 0; this.stopTicker(); this.mainMov_mc.timer.removeMovieClip(); this.mainMov_mc.createEmptyMovieClip("timer", 9950); this.mainMov_mc.timer.parent = this; this.mainMov_mc.timer.onEnterFrame = function () { stopCount++; if (stopCount == this.parent.pauseTime) { this.parent.startTicker(); delete stopCount; this.removeMovieClip(); } }; } }; flashTickerClass.prototype.drawMask = function () { this.textMask.removeMovieClip(); this.textMask = this._parent.createEmptyMovieClip("textMaskA", 9995); with (this.textMask) { if (this.scrollPosition == "vertical") { var x = (this._x + 1); var y = ((this._y + this.c_bufferT) + 1); var w = (this._width - 1); } else { var x = ((this._x + this.c_bufferL) + 1); var y = ((this._y + this.c_bufferT) + 1); var w = (((this._width - this.c_bufferL) - this.c_bufferR) - 1); } var h = ((this._height - (this.c_bufferT * 2)) - 1); moveTo(x, y); beginFill(13421772); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); endFill(); } delete x; delete y; delete w; delete h; this.mainMov_mc.setMask(this.textMask); this.mask_mc._visible = false; this.drawHitAreas(); delete borderSpacerT; delete borderSpacerV; }; flashTickerClass.prototype.drawHitAreas = function () { var _local3 = 0; var _local4 = 0; if (this.c_border) { _local3 = 2; _local4 = 3; } var _local2 = this.c_bufferT; this._parent.attachMovie("flashTicker_hit_mc", "hitTop_mc", 9900); this._parent.hitTop_mc._x = this._x; this._parent.hitTop_mc._y = this._y; this._parent.hitTop_mc._visible = false; this._parent.attachMovie("flashTicker_hit_mc", "hitTopS_mc", 9901); this._parent.hitTopS_mc._x = this._x; this._parent.hitTopS_mc._y = this._y + _local2; this._parent.hitTopS_mc._visible = false; this._parent.attachMovie("flashTicker_hit_mc", "hitBottom_mc", 9905); this._parent.hitBottom_mc._x = this._x; this._parent.hitBottom_mc._y = this._y + this._height; this._parent.hitBottom_mc._visible = false; this._parent.attachMovie("flashTicker_hit_mc", "hitBottomS_mc", 9906); this._parent.hitBottomS_mc._x = this._x; this._parent.hitBottomS_mc._y = (this._y + this._height) - _local2; this._parent.hitBottomS_mc._visible = false; this._parent.attachMovie("flashTicker_hit_mc", "hitLeft_mc", 9910); this._parent.hitLeft_mc._x = this._x; this._parent.hitLeft_mc._y = this._y; this._parent.hitLeft_mc._rotation = this._parent.hitLeft_mc._rotation + 90; this._parent.hitLeft_mc._visible = false; this._parent.attachMovie("flashTicker_hit_mc", "hitLeftS_mc", 9911); this._parent.hitLeftS_mc._x = this._x + this.c_bufferL; this._parent.hitLeftS_mc._y = this._y; this._parent.hitLeftS_mc._rotation = this._parent.hitLeftS_mc._rotation + 90; this._parent.hitLeftS_mc._visible = false; this._parent.attachMovie("flashTicker_hit_mc", "hitRight_mc", 9915); this._parent.hitRight_mc._x = this._x + this._width; this._parent.hitRight_mc._y = this._y; this._parent.hitRight_mc._rotation = this._parent.hitRight_mc._rotation + 90; this._parent.hitRight_mc._visible = false; this._parent.attachMovie("flashTicker_hit_mc", "hitRightS_mc", 9916); this._parent.hitRightS_mc._x = (this._x + this._width) - this.c_bufferR; this._parent.hitRightS_mc._y = this._y; this._parent.hitRightS_mc._rotation = this._parent.hitRightS_mc._rotation + 90; this._parent.hitRightS_mc._visible = false; delete pauseBufferH; }; flashTickerClass.prototype.drawBorder = function () { this.border_mc.removeMovieClip(); if (this.c_border) { this.border_mc = this._parent.createEmptyMovieClip("border_mcA", 9990); var x = this._x; var y = this._y; var w = this._width; var h = (this._height - 0.5); with (this.border_mc) { lineStyle(0, this.c_borderColor); moveTo(x, y); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); } delete x; delete y; delete w; delete h; } }; flashTickerClass.prototype.drawButtons = function () { this._parent.button_a.removeMovieClip(); this._parent.button_b.removeMovieClip(); if (this.scrollPosition == "vertical") { this._parent.attachMovie("flashTicker_button_down", "button_a", 7000); } else { this._parent.attachMovie("flashTicker_button_right", "button_a", 7000); } switch (this.c_buttonPosition) { case "top" : this._parent.button_a._x = Math.round(((this._x + this._width) - this._parent.button_a._width) - 1) + 2; this._parent.button_a._y = Math.round(this._y - this._parent.button_a._height); break; case "bottom" : this._parent.button_a._y = Math.round(this._y + this._height); this._parent.button_a._x = Math.round((this._x + this._width) - this._parent.button_a._width) + 1; break; case "left" : this._parent.button_a._y = Math.round((this._y + this._height) - this._parent.button_a._height); this._parent.button_a._x = Math.round(this._x - this._parent.button_a._width); break; case "right" : this._parent.button_a._y = Math.round((this._y + this._height) - this._parent.button_a._height); this._parent.button_a._x = Math.round(this._x + this._width) + 1; } this._parent.button_a.parent = this; this._parent.button_a.onPress = this.buttonUpPressA; this._parent.button_a.onRelease = this.buttonReleaseA; this._parent.button_a.onDragOut = this._parent.button_a.onRelease; if (this.scrollPosition == "vertical") { this._parent.attachMovie("flashTicker_button_up", "button_b", 7100); } else { this._parent.attachMovie("flashTicker_button_left", "button_b", 7100); } switch (this.c_buttonPosition) { case "top" : this._parent.button_b._y = Math.round(this._y - this._parent.button_a._height); this._parent.button_b._x = Math.round(this._x); break; case "bottom" : this._parent.button_b._y = Math.round(this._y + this._height); this._parent.button_b._x = Math.round(this._x); break; case "left" : this._parent.button_b._y = Math.round(this._y); this._parent.button_b._x = Math.round(this._x - this._parent.button_b._width); break; case "right" : this._parent.button_b._y = Math.round(this._y); this._parent.button_b._x = Math.round(this._x + this._width) + 1; } this._parent.button_b.parent = this; this._parent.button_b.onPress = this.buttonDownPressA; this._parent.button_b.onRelease = this.buttonReleaseA; if (!this.buttonsEnabled) { this._parent.button_a.enabled = false; this._parent.button_b.enabled = false; this._parent.button_a._alpha = 50; this._parent.button_b._alpha = 50; } this._parent.button_b.onDragOut = this._parent.button_b.onRelease; this.setButtonColor(this.c_buttonColor); }; flashTickerClass.prototype.buttonDownPressA = function () { this.parent.stopTicker(); this.parent.mainMov_mc.timer.removeMovieClip(); this.originalPauseTime = this.parent.pauseTime; this.parent.pauseTime = 0; this.originalDirection = this.parent.scrollDirection; this.parent.scrollDirection = "decremental"; this.parent.scrollInterval = setInterval(this.parent, "scrollTicker", this.parent.c_buttonSpeed); }; flashTickerClass.prototype.buttonReleaseA = function () { this.parent.stopTicker(); this.parent.pauseTime = this.originalPauseTime; this.parent.scrollDirection = this.originalDirection; this.parent.startTicker(); }; flashTickerClass.prototype.buttonUpPressA = function () { this.parent.stopTicker(); this.parent.mainMov_mc.timer.removeMovieClip(); this.originalPauseTime = this.parent.pauseTime; this.parent.pauseTime = 0; this.originalDirection = this.parent.scrollDirection; this.parent.scrollDirection = "incremental"; this.parent.scrollInterval = setInterval(this.parent, "scrollTicker", this.parent.c_buttonSpeed); }; flashTickerClass.prototype.buttonRightPress = function () { this.buttonDownPress(); }; flashTickerClass.prototype.buttonLeftPress = function () { this.buttonUpPress(); }; flashTickerClass.prototype.buttonDownPress = function () { this.stopTicker(); this.mainMov_mc.timer.removeMovieClip(); this.originalPauseTime = this.pauseTime; this.pauseTime = 0; this.originalDirection = this.scrollDirection; this.scrollDirection = "decremental"; this.scrollInterval = setInterval(this, "scrollTicker", this.c_buttonSpeed); }; flashTickerClass.prototype.buttonRelease = function () { this.stopTicker(); this.pauseTime = this.originalPauseTime; this.scrollDirection = this.originalDirection; this.startTicker(); }; flashTickerClass.prototype.buttonUpPress = function () { this.stopTicker(); this.mainMov_mc.timer.removeMovieClip(); this.originalPauseTime = this.pauseTime; this.pauseTime = 0; this.originalDirection = this.scrollDirection; this.scrollDirection = "incremental"; this.scrollInterval = setInterval(this, "scrollTicker", this.c_buttonSpeed); }; flashTickerClass.prototype.enableButtons = function () { this.buttonsEnabled = true; if (this.c_buttonPosition != "none") { this._parent.button_a.enabled = true; this._parent.button_b.enabled = true; this._parent.button_a._alpha = 100; this._parent.button_b._alpha = 100; } }; flashTickerClass.prototype.scrollTicker = function () { if (this.scrollPosition == "horizontal") { if (this.scrollDirection == "decremental") { var _local3 = true; var _local4 = 0; if ((this.filler == true) && (this.fillerPos == "top")) { _local4 = -1; } var _local2 = this.totalMov - 1; while (_local2 >= _local4) { if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitLeft_mc)) { _local3 = false; this.currentM = _local2; } if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitRightS_mc)) { if (this.lastMov != _local2) { this.lastMov = _local2; if (_local2 > -1) { this.stopCounter(); } } } if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitRight_mc)) { this.enableButtons(); } _local2--; } if (_local3) { if (this.currentM != null) { var _local5 = this.currentM - 1; if ((this.filler == true) && (this.fillerPos == "top")) { if (_local5 == -2) { _local5 = this.totalMov - 1; } } else if (_local5 == -1) { _local5 = this.totalMov - 1; } if (this.currentM == -1) { this.mainMov_mc["mc" + _local5]._x = Math.round((this.mainMov_mc["mc" + this.currentM]._x - this.mainMov_mc["mc" + _local5]._width) - this.c_spacer); } else { this.mainMov_mc["mc" + _local5]._x = Math.round((this.mainMov_mc["mc" + this.currentM]._x - this.mainMov_mc["mc" + _local5]._width) - this.c_spacer); } } } this.mainMov_mc._x++; delete nextMov; } else { var _local3 = true; var _local4 = 0; _local4 = 0; if ((this.filler == true) && (this.fillerPos == "top")) { _local4 = -1; } var _local2 = _local4; while (_local2 < this.totalMov) { if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitRight_mc)) { _local3 = false; this.currentM = _local2; } if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitLeftS_mc)) { if (this.lastMov != _local2) { this.lastMov = _local2; if (this.filler) { if ((_local2 > -1) && (_local2 < (this.totalMov - 1))) { this.stopCounter(); } } else if (_local2 > -1) { this.stopCounter(); } } } if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitLeft_mc)) { this.enableButtons(); } _local2++; } if (_local3) { if (this.currentM != null) { var nextMov = (this.currentM + 1); if ((this.filler == true) && (this.fillerPos == "top")) { if (nextMov == this.totalMov) { nextMov = -1; } } else if (nextMov == this.totalMov) { nextMov = 0; } if (this.nextMov == -1) { this.mainMov_mc["mc" + nextMov]._x = Math.round((this.mainMov_mc["mc" + this.currentM]._x + this.mainMov_mc["mc" + this.currentM]._width) + this.c_spacer); } else { this.mainMov_mc["mc" + nextMov]._x = Math.round((this.mainMov_mc["mc" + this.currentM]._x + this.mainMov_mc["mc" + this.currentM]._width) + this.c_spacer); } } } this.mainMov_mc._x--; delete nextMov; } } else if (this.scrollDirection == "decremental") { var _local3 = true; var _local4 = 0; if ((this.filler == true) && (this.fillerPos == "top")) { _local4 = -1; } var _local2 = this.totalMov - 1; while (_local2 >= _local4) { if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitTop_mc)) { _local3 = false; this.currentM = _local2; } if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitBottomS_mc)) { if (this.lastMov != _local2) { this.lastMov = _local2; if (_local2 > -1) { this.stopCounter(); } } } if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitBottom_mc)) { this.enableButtons(); } _local2--; } if (_local3) { if (this.currentM != null) { var _local5 = this.currentM - 1; if ((this.filler == true) && (this.fillerPos == "top")) { if (_local5 == -2) { _local5 = this.totalMov - 1; } } else if (_local5 == -1) { _local5 = this.totalMov - 1; } this.mainMov_mc["mc" + _local5]._y = Math.round((this.mainMov_mc["mc" + this.currentM]._y - this.mainMov_mc["mc" + _local5]._height) - this.c_spacer); } } this.mainMov_mc._y++; delete nextMov; } else { var _local3 = true; var _local4 = 0; if ((this.filler == true) && (this.fillerPos == "top")) { _local4 = -1; } var _local2 = _local4; while (_local2 < this.totalMov) { if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitBottom_mc)) { _local3 = false; this.currentM = _local2; } if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitTopS_mc)) { if (this.lastMov != _local2) { this.lastMov = _local2; if (this.filler) { if ((_local2 > -1) && (_local2 < (this.totalMov - 1))) { this.stopCounter(); } } else if (_local2 > -1) { this.stopCounter(); } } } if (this.mainMov_mc["mc" + _local2].hitTest(this._parent.hitTop_mc)) { this.enableButtons(); } _local2++; } if (_local3) { if (this.currentM != null) { var nextMov = (this.currentM + 1); if ((this.filler == true) && (this.fillerPos == "top")) { if (nextMov == this.totalMov) { nextMov = -1; } } else if (nextMov == this.totalMov) { nextMov = 0; } this.mainMov_mc["mc" + nextMov]._y = Math.round((this.mainMov_mc["mc" + this.currentM]._y + this.mainMov_mc["mc" + this.currentM]._height) + this.c_spacer); } } this.mainMov_mc._y--; delete nextMov; } updateAfterEvent(); }; flashTickerClass.prototype.getScrollDirection = function () { return(this.c_scrollDirection); }; flashTickerClass.prototype.setScrollDirection = function (p) { this.c_scrollDirection = String(p); }; flashTickerClass.prototype.getScrollPosition = function () { return(this.c_scrollPosition); }; flashTickerClass.prototype.setScrollPosition = function (p) { this.c_scrollPosition = String(p); }; flashTickerClass.prototype.getPauseTime = function () { return(this.c_pauseTime); }; flashTickerClass.prototype.setPauseTime = function (p) { this.c_pauseTime = int(p); this.pauseTime = this.c_pauseTime; }; flashTickerClass.prototype.getSpacer = function () { return(this.c_spacer); }; flashTickerClass.prototype.setSpacer = function (p) { this.c_spacer = int(p); }; flashTickerClass.prototype.getStartBlank = function () { return(this.c_startBlank); }; flashTickerClass.prototype.setStartBlank = function (p) { this.c_startBlank = Boolean(p); }; flashTickerClass.prototype.getBorder = function () { return(this.c_border); }; flashTickerClass.prototype.setBorder = function (p) { this.c_border = Boolean(p); if (this.c_border) { this.drawBorder(); } else { this.border_mc.removeMovieClip(); } }; flashTickerClass.prototype.getBorderColor = function () { return(this.c_border); }; flashTickerClass.prototype.setBorderColor = function (p) { this.c_borderColor = p; if (this.c_border) { this.drawBorder(); } }; flashTickerClass.prototype.getButtonPosition = function () { return(this.c_buttonPosition); }; flashTickerClass.prototype.setButtonPosition = function (p) { this.c_buttonPosition = String(p); if (this.c_buttonPosition ne "none") { this.drawButtons(); } else { this._parent.button_a.removeMovieClip(); this._parent.button_b.removeMovieClip(); } }; flashTickerClass.prototype.getButtonSpeed = function () { return(this.c_buttonSpeed); }; flashTickerClass.prototype.setButtonSpeed = function (p) { this.c_buttonSpeed = int(p); }; flashTickerClass.prototype.getButtonColor = function () { return(this.c_buttonColor); }; flashTickerClass.prototype.setButtonColor = function (p) { this.c_buttonColor = p; var _local2 = new Color(this._parent.button_a); var _local3 = new Color(this._parent.button_b); _local2.setRGB(p); _local3.setRGB(p); }; flashTickerClass.prototype.getBufferLeft = function () { return(this.c_bufferL); }; flashTickerClass.prototype.setBufferLeft = function (p) { this.c_bufferL = int(p); }; flashTickerClass.prototype.getBufferRight = function () { return(this.c_bufferR); }; flashTickerClass.prototype.setBufferRight = function (p) { this.c_bufferR = int(p); }; flashTickerClass.prototype.getBufferTop = function () { return(this.c_bufferT); }; flashTickerClass.prototype.setBufferTop = function (p) { this.c_bufferT = int(p); }; flashTickerClass.prototype.getImageSpacer = function () { return(this.c_imageBuffer); }; flashTickerClass.prototype.setImageSpacer = function (p) { this.c_imageSpacer = int(p); }; flashTickerClass.prototype.getTextWidth = function () { return(this.c_textWidth); }; flashTickerClass.prototype.setTextWidth = function (p) { this.c_textWidth = int(p); }; flashTickerClass.prototype.getImagePosition = function () { return(this.c_imagePos); }; flashTickerClass.prototype.setImagePosition = function (p) { this.c_imagePos = String(p); }; flashTickerClass.prototype.getScrollSpeed = function () { return(this.c_scrollSpeed); }; flashTickerClass.prototype.setScrollSpeed = function (p) { this.c_scrollSpeed = int(p); }; flashTickerClass.prototype.getVisited = function () { return(this.c_visited); }; flashTickerClass.prototype.setVisited = function (p) { this.c_visited = Boolean(p); }; flashTickerClass.prototype.getVisitedColor = function () { return(this.c_visitedColor); }; flashTickerClass.prototype.setVisitedColor = function (p) { this.c_visitedColor = p; }; flashTickerClass.prototype.getEmbedFonts = function () { return(this.c_embedFonts); }; flashTickerClass.prototype.setEmbedFonts = function (p) { this.c_embedFonts = Boolean(p); }; flashTickerClass.prototype.getDefaultFont = function () { return(this.c_fontDefault); }; flashTickerClass.prototype.setDefaultFont = function (p) { this.c_fontDefault = String(p); }; flashTickerClass.prototype.getDefaultFontSize = function () { return(this.c_fontDefaultSize); }; flashTickerClass.prototype.setDefaultFontSize = function (p) { this.c_fontDefaultSize = int(p); }; flashTickerClass.prototype.getDefaultFontColor = function () { return(this.c_fontDefaultSize); }; flashTickerClass.prototype.setDefaultFontColor = function (p) { this.c_fontDefaultColor = p; }; flashTickerClass.prototype.getBackgroundOn = function () { return(this.c_background); }; flashTickerClass.prototype.setBackgroundOn = function (p) { this.c_background = Boolean(p); }; flashTickerClass.prototype.getBackgroundColor = function () { return(this.c_bgColor); }; flashTickerClass.prototype.setBackgroundColor = function (p) { this.c_bgColor = p; var _local2 = new Color(this.tickerBG); _local2.setRGB(p); }; flashTickerClass.prototype.getRolloverFontChange = function () { return(this.c_fontRolloverChange); }; flashTickerClass.prototype.setRolloverFontChange = function (p) { this.c_fontRolloverChange = Boolean(p); }; flashTickerClass.prototype.getRolloverFontColor = function () { return(this.c_fontRolloverColor); }; flashTickerClass.prototype.setRolloverFontColor = function (p) { this.c_fontRolloverColor = p; }; flashTickerClass.prototype.getRolloverBackgroundOn = function () { return(this.c_background); }; flashTickerClass.prototype.setRolloverBackgroundOn = function (p) { this.c_backgroundR = Boolean(p); }; flashTickerClass.prototype.getRolloverBackgroundColor = function () { return(this.c_bgColorR); }; flashTickerClass.prototype.setRolloverBackgroundColor = function (p) { this.c_bgColorR = p; if (this.arrTicker != null) { var _local2 = 0; while (_local2 < this.arrTicker.length) { var _local3 = new Color(this.mainMov_mc["mc" + _local2].bg_mc); _local3.setRGB(p); _local2++; } } }; flashTickerClass.prototype.getSingleLine = function () { return(this.c_singleLine); }; flashTickerClass.prototype.setSingleLine = function (p) { this.c_singleLine = Boolean(p); }; flashTickerClass.prototype.getHandCursor = function () { return(this.c_handCursor); }; flashTickerClass.prototype.setHandCursor = function (p) { this.c_handCursor = Boolean(p); }; flashTickerClass.prototype.getPauseOver = function () { return(this.c_pauseOver); }; flashTickerClass.prototype.setPauseOver = function (p) { this.c_pauseOver = Boolean(p); }; flashTickerClass.prototype.getTextAlign = function () { return(this.c_textAlign); }; flashTickerClass.prototype.setTextAlign = function (p) { this.c_textAlign = String(p); }; flashTickerClass.prototype.getRoundSpacer = function () { return(this.c_roundSpacer); }; flashTickerClass.prototype.setRoundSpacer = function (p) { this.c_roundSpacer = Math.round(p); }; flashTickerClass.prototype.getImageVertical = function () { return(this.c_imageVertical); }; flashTickerClass.prototype.setImageVertical = function (p) { this.c_imageVertical = String(p); }; flashTickerClass.prototype.getFileType = function () { return(this.c_fileType); }; flashTickerClass.prototype.setFileType = function (p) { this.c_fileType = String(p); }; flashTickerClass.prototype.getLineSpacing = function () { return(this.c_lineSpacing); }; flashTickerClass.prototype.setLineSpacing = function (p) { this.c_lineSpacing = int(p); }; flashTickerClass.prototype.addProperty("scrollDirection", flashTickerClass.prototype.getScrollDirection, flashTickerClass.prototype.setScrollDirection); flashTickerClass.prototype.addProperty("scrollPosition", flashTickerClass.prototype.getScrollPosition, flashTickerClass.prototype.setScrollPosition); flashTickerClass.prototype.addProperty("scrollSpeed", flashTickerClass.prototype.getScrollSpeed, flashTickerClass.prototype.setScrollSpeed); flashTickerClass.prototype.addProperty("pauseTime", flashTickerClass.prototype.getPauseTime, flashTickerClass.prototype.setPauseTime); flashTickerClass.prototype.addProperty("spacer", flashTickerClass.prototype.getSpacer, flashTickerClass.prototype.setSpacer); flashTickerClass.prototype.addProperty("startBlank", flashTickerClass.prototype.getStartBlank, flashTickerClass.prototype.setStartBlank); flashTickerClass.prototype.addProperty("border", flashTickerClass.prototype.getBorder, flashTickerClass.prototype.setBorder); flashTickerClass.prototype.addProperty("borderColor", flashTickerClass.prototype.getBorderColor, flashTickerClass.prototype.setBorderColor); flashTickerClass.prototype.addProperty("buttons", flashTickerClass.prototype.getButtonPosition, flashTickerClass.prototype.setButtonPosition); flashTickerClass.prototype.addProperty("buttonSpeed", flashTickerClass.prototype.getButtonSpeed, flashTickerClass.prototype.setButtonSpeed); flashTickerClass.prototype.addProperty("buttonColor", flashTickerClass.prototype.getButtonColor, flashTickerClass.prototype.setButtonColor); flashTickerClass.prototype.addProperty("bufferLeft", flashTickerClass.prototype.getBufferLeft, flashTickerClass.prototype.setBufferLeft); flashTickerClass.prototype.addProperty("bufferRight", flashTickerClass.prototype.getBufferRight, flashTickerClass.prototype.setBufferRight); flashTickerClass.prototype.addProperty("bufferTop", flashTickerClass.prototype.getBufferTop, flashTickerClass.prototype.setBufferTop); flashTickerClass.prototype.addProperty("imageSpacer", flashTickerClass.prototype.getImageSpacer, flashTickerClass.prototype.setImageSpacer); flashTickerClass.prototype.addProperty("textWidth", flashTickerClass.prototype.getTextWidth, flashTickerClass.prototype.setTextWidth); flashTickerClass.prototype.addProperty("imagePosition", flashTickerClass.prototype.getImagePosition, flashTickerClass.prototype.setImagePosition); flashTickerClass.prototype.addProperty("visited", flashTickerClass.prototype.getVisited, flashTickerClass.prototype.setVisited); flashTickerClass.prototype.addProperty("visitedColor", flashTickerClass.prototype.getVisitedColor, flashTickerClass.prototype.setVisitedColor); flashTickerClass.prototype.addProperty("embedFonts", flashTickerClass.prototype.getEmbedFonts, flashTickerClass.prototype.setEmbedFonts); flashTickerClass.prototype.addProperty("defaultFont", flashTickerClass.prototype.getDefaultFont, flashTickerClass.prototype.setDefaultFont); flashTickerClass.prototype.addProperty("defaultFontSize", flashTickerClass.prototype.getDefaultFontSize, flashTickerClass.prototype.setDefaultFontSize); flashTickerClass.prototype.addProperty("defaultFontColor", flashTickerClass.prototype.getDefaultFontColor, flashTickerClass.prototype.setDefaultFontColor); flashTickerClass.prototype.addProperty("background", flashTickerClass.prototype.getBackgroundOn, flashTickerClass.prototype.setBackgroundOn); flashTickerClass.prototype.addProperty("backgroundColor", flashTickerClass.prototype.getBackgroundColor, flashTickerClass.prototype.setBackgroundColor); flashTickerClass.prototype.addProperty("rolloverFontChange", flashTickerClass.prototype.getRolloverFontChange, flashTickerClass.prototype.setRolloverFontChange); flashTickerClass.prototype.addProperty("rolloverFontColor", flashTickerClass.prototype.getRolloverFontColor, flashTickerClass.prototype.setRolloverFontColor); flashTickerClass.prototype.addProperty("rolloverBackground", flashTickerClass.prototype.getRolloverBackgroundOn, flashTickerClass.prototype.setRolloverBackgroundOn); flashTickerClass.prototype.addProperty("rolloverBackgroundColor", flashTickerClass.prototype.getRolloverBackgroundColor, flashTickerClass.prototype.setRolloverBackgroundColor); flashTickerClass.prototype.addProperty("singleLine", flashTickerClass.prototype.getSingleLine, flashTickerClass.prototype.setSingleLine); flashTickerClass.prototype.addProperty("handCursor", flashTickerClass.prototype.getHandCursor, flashTickerClass.prototype.setHandCursor); flashTickerClass.prototype.addProperty("pauseOver", flashTickerClass.prototype.getPauseOver, flashTickerClass.prototype.setPauseOver); flashTickerClass.prototype.addProperty("textAlign", flashTickerClass.prototype.getTextAlign, flashTickerClass.prototype.setTextAlign); flashTickerClass.prototype.addProperty("roundSpacer", flashTickerClass.prototype.getRoundSpacer, flashTickerClass.prototype.setRoundSpacer); flashTickerClass.prototype.addProperty("imageVertical", flashTickerClass.prototype.getImageVertical, flashTickerClass.prototype.setImageVertical); flashTickerClass.prototype.addProperty("fileType", flashTickerClass.prototype.getFileType, flashTickerClass.prototype.setFileType); flashTickerClass.prototype.addProperty("lineSpacing", flashTickerClass.prototype.getLineSpacing, flashTickerClass.prototype.setLineSpacing); Object.registerClass("flashTicker", flashTickerClass); #endinitclip
Symbol 16 MovieClip [flashTicker_holder] Frame 1
beforeHeight = this.holder_mc._height; this.holder_mc.loadMovie(this._parent.image);
Symbol 16 MovieClip [flashTicker_holder] Frame 3
if (this.holder_mc.getBytesLoaded() > 0) { if (this.holder_mc.getBytesLoaded() >= this.holder_mc.getBytesTotal()) { this._parent.parent.adjustSpacing(); stop(); } else { gotoAndPlay (2); } } else { gotoAndPlay (2); }
Symbol 19 MovieClip [flashTickerFX] Frame 1
#initclip 2 function flashTickerFXClass() { this.init(); } flashTickerFXClass.prototype = new MovieClip(); flashTickerFXClass.prototype.init = function () { var _local3 = this.c_xmlName.toLowerCase(); this.isLoaded = false; if (this.c_xmlName != "") { if ((_local3.substr(_local3.length - 4) == ".txt") || ((this.c_fileType == "text") && (_local3.substr(_local3.length - 4) != ".xml"))) { this.loadTextFile(); } else { this.initXML(this.c_xmlName); } } else if (this.c_dataArray) { this.initTicker(); } this.onMouseDown = function () { if (this.hitTest(_root._xmouse, _root._ymouse)) { this.clicked(); } }; }; flashTickerFXClass.prototype.reInit = function () { this.stopTicker(); this.init(); }; flashTickerFXClass.prototype.loadTextFile = function () { var _local2 = new LoadVars(); var output; _local2.parent = this; _local2.onLoad = function (success) { if (success) { output = this.content; this.parent.parseTextFile(output); } else { trace("not loaded"); } }; _local2.load(this.c_xmlName); }; flashTickerFXClass.prototype.parseTextFile = function (output) { var _local3; var _local6 = new Array(); var _local4 = output.substr(0, 1); var _local2 = 0; while (_local2 < output.length) { _local4 = output.substr(_local2, 1); if (_local4 != newline) { _local3 = _local3 + _local4; } else { if (_local3.indexOf("###") == -1) { _local6.push(_local3); } _local3 = ""; } _local2++; } this.loadTickerArrays(_local6, this.c_targetArray, this.c_targetName, this.c_targetIsURL); }; flashTickerFXClass.prototype.tickerLoaded = function (success) { if (success) { this.parent.tickerNode = this.firstChild; this.parent.initTicker(); this.parent.xmlLoaded(); } else { trace("loading failed"); } }; flashTickerFXClass.prototype.initXML = function (xmlFile) { this.isLoaded = false; this.xmlFile = xmlFile; this.c_xmlName = xmlFile; this.ticker_xml = new XML(); this.ticker_xml.ignoreWhite = true; this.ticker_xml.parent = this; this.ticker_xml.onLoad = this.tickerLoaded; this.ticker_xml.load(this.xmlFile); }; flashTickerFXClass.prototype.loadTickerXML = function (xmlFile) { this.initXML(xmlFile); }; flashTickerFXClass.prototype.loadTickerArrays = function (dataArray, targetArray, targetName, targetIsURL) { this.c_dataArray = dataArray; this.c_targetArray = targetArray; this.c_targetName = targetName; this.c_targetIsURL = targetIsURL; this.initTicker(); }; flashTickerFXClass.prototype.initTicker = function () { var _local8 = this.c_xmlName.toLowerCase(); this.mainMov_mc.removeMovieClip(); this.arrTicker = new Array(); if (((this.c_xmlName != "") && (_local8.substr(_local8.length - 4) != ".txt")) && ((this.c_fileType != "text") || (_local8.substr(_local8.length - 4) == ".xml"))) { this.objCount = 0; var _local7 = 0; while (_local7 < this.tickerNode.childNodes.length) { this.arrTicker.push(new Object()); var _local5 = this.tickerNode.childNodes[_local7]; var _local3 = 0; while (_local3 < _local5.childNodes.length) { var _local2 = _local5.childNodes[_local3]; if (_local2.nodeName != null) { this.arrTicker[this.objCount][_local2.nodeName] = _local2.firstChild.nodeValue; } _local3++; } this.objCount++; _local7++; } if (this.tickerNode.nextSibling) { parseIt(tickerNode.nextSibling); } } else { var _local4 = 0; while (_local4 < this.c_dataArray.length) { this.arrTicker.push(new Object()); this.arrTicker[_local4].text = this.c_dataArray[_local4]; if (this.c_targetIsURL) { this.arrTicker[_local4].targetIsUrl = "Y"; } else { this.arrTicker[_local4].targetIsUrl = "N"; } this.arrTicker[_local4].target = this.c_targetName; _local4++; } var _local6 = 0; while (_local6 < this.arrTicker.length) { this.arrTicker[_local6].link = this.c_targetArray[_local6]; _local6++; } } this.setDefaults(); }; flashTickerFXClass.prototype.setDefaults = function () { if (this.c_dataArray == null) { if (this.dataArray == null) { this.c_dataArray = null; } else { this.c_dataArray = int(this.dataArray); } } if (this.c_targetArray == null) { if (this.targetArray == null) { this.c_targetArray = null; } else { this.c_targetArray = int(this.targetArray); } } if (this.c_targetName == null) { if (this.targetName == null) { this.c_targetName = null; } else { this.c_targetName = int(this.targetName); } } if (this.c_pauseTime == null) { if (this.pauseTime == null) { this.c_pauseTime = 4; } else { this.c_pauseTime = int(this.pauseTime); delete this.pauseTime; } } if (this.c_border == null) { if (this.border == null) { this.c_border = true; } else { this.c_border = Boolean(this.border); delete this.border; } } if (this.c_borderColor == null) { if (this.borderColor == null) { this.c_borderColor = 0; } else { this.c_borderColor = this.borderColor; delete this.borderColor; } } if (this.c_bufferL == null) { if (this.bufferLeft == null) { this.c_bufferL = 10; } else { this.c_bufferL = int(this.bufferLeft); delete this.bufferLeft; } } if (this.c_bufferR == null) { if (this.bufferRight == null) { this.c_bufferR = 0; } else { this.c_bufferR = int(this.bufferRight); delete this.bufferRight; } } if (this.c_bufferT == null) { if (this.bufferTop == null) { this.c_bufferT = 0; } else { this.c_bufferT = int(this.bufferTop); delete this.bufferTop; } } if (this.c_imageSpacer == null) { if (this.imageSpacer == null) { this.c_imageSpacer = 0; } else { this.c_imageSpacer = int(this.imageSpacer); delete this.imageSpacer; } } if (this.c_bufferT == null) { if (this.bufferTop == null) { this.c_bufferT = 10; } else { this.c_bufferT = int(this.bufferTop); delete this.bufferTop; } } if (this.c_textWidth == null) { if (this.textWidth == null) { this.c_textWidth = 0; } else { this.c_textWidth = int(this.textWidth); delete this.textWidth; } } if (this.c_scrollSpeed == null) { if (this.scrollSpeed == null) { this.c_scrollSpeed = 20; } else { this.c_scrollSpeed = int(this.scrollSpeed); delete this.scrollSpeed; } } if (this.c_visited == null) { if (this.visited == null) { this.c_visited = false; } else { this.c_visited = Boolean(this.visited); delete this.visited; } } if (this.c_visitedColor == null) { if (this.visitedColor == null) { this.c_visitedColor = 16711935 /* 0xFF00FF */; } else { this.c_visitedColor = this.visitedColor; delete this.visitedColor; } } if (this.c_embedFonts == null) { if (this.embedFonts == null) { this.c_embedFonts = false; } else { this.c_embedFonts = Boolean(this.embedFonts); delete this.embedFonts; } } if (this.c_fontDefault == null) { if (this.defaultFont == null) { this.c_fontDefault = "Arial"; } else { this.c_fontDefault = String(this.defaultFont); delete this.defaultFont; } } if (this.c_fontDefaultSize == null) { if (this.defaultFontSize == null) { this.c_fontDefaultSize = 10; } else { this.c_fontDefaultSize = int(this.defaultFontSize); delete this.defaultFontSize; } } if (this.c_fontDefaultColor == null) { if (this.defaultFontColor == null) { this.c_fontDefaultColor = 0; } else { this.c_fontDefaultColor = int(this.defaultFontColor); delete this.defaultFontColor; } } if (this.c_background == null) { if (this.background == null) { this.c_background = false; } else { this.c_background = Boolean(this.background); delete this.background; } } if (this.c_bgColor == null) { if (this.bgColor == null) { this.c_bgColor = 52479; } else { this.c_bgColor = this.bgColor; delete this.bgColor; } } if (this.c_fontRolloverChange == null) { if (this.rolloverFontChange == null) { this.c_fontRolloverChange = true; } else { this.c_fontRolloverChange = Boolean(this.rolloverFontChange); delete this.rolloverFontChange; } } if (this.c_fontRolloverColor == null) { if (this.rolloverFontColor == null) { this.rolloverFontColor = 16711680 /* 0xFF0000 */; } else { this.c_fontRolloverColor = int(this.rolloverFontColor); delete this.rolloverFontColor; } } if (this.c_backgroundR == null) { if (this.rolloverBackground == null) { this.c_backgroundR = false; } else { this.c_backgroundR = Boolean(this.rolloverBackground); delete this.backgroundR; } } if (this.c_bgColorR == null) { if (this.rolloverBackgroundColor == null) { this.c_bgColorR = 52479; } else { this.c_bgColorR = this.rolloverBackgroundColor; delete this.rolloverBackgroundColor; } } if (this.c_effect == null) { if (this.effect == null) { this.c_effect = "none"; } else { this.c_effect = String(this.effect); delete this.effect; } } if (this.c_handCursor == null) { if (this.handCursor == null) { this.c_handCursor = true; } else { this.c_handCursor = Boolean(this.handCursor); delete this.handCursor; } } if (this.c_pauseOver == null) { if (this.pauseOver == null) { this.c_pauseOver = true; } else { this.c_pauseOver = Boolean(this.pauseOver); delete this.pauseOver; } } if (this.c_textAlign == null) { if (this.textAlign == null) { this.c_textAlign = "left"; } else { this.c_textAlign = String(this.textAlign); delete this.textAlign; } } if (this.c_imageVertical == null) { if (this.imageVertical == null) { this.c_imageVertical = "bottom"; } else { this.c_imageVertical = String(this.imageVertical); delete this.imageVertical; } } if (this.c_fileType == null) { if (this.fileType == null) { this.c_fileType = "xml"; } else { this.c_fileType = String(this.fileType); delete this.fileType; } } if (this.c_lineSpacing == null) { if (this.lineSpacing == null) { this.c_lineSpacing = 2; } else { this.c_lineSpacing = String(this.lineSpacing); delete this.lineSpacing; } } this.wipeRandom = false; switch (this.c_effect) { case "wipeLeft" : this.c_effect = "wipe"; this.wipeDirection = "left"; break; case "wipeRight" : this.c_effect = "wipe"; this.wipeDirection = "right"; break; case "wipeDown" : this.c_effect = "wipe"; this.wipeDirection = "down"; break; case "wipeUp" : this.c_effect = "wipe"; this.wipeDirection = "up"; break; case "wipeRandom" : this.c_effect = "wipe"; this.wipeRandom = true; break; case "wipePushLeft" : this.c_effect = "wipePush"; this.wipeDirection = "left"; break; case "wipePushRight" : this.c_effect = "wipePush"; this.wipeDirection = "right"; break; case "wipePushDown" : this.c_effect = "wipePush"; this.wipeDirection = "down"; break; case "wipePushUp" : this.c_effect = "wipePush"; this.wipeDirection = "up"; break; case "wipePushRandom" : this.c_effect = "wipePush"; this.wipeRandom = true; break; case "wipeFadeLeft" : this.c_effect = "wipeFade"; this.wipeDirection = "left"; break; case "wipeFadeRight" : this.c_effect = "wipeFade"; this.wipeDirection = "right"; break; case "wipeFadeDown" : this.c_effect = "wipeFade"; this.wipeDirection = "down"; break; case "wipeFadeUp" : this.c_effect = "wipeFade"; this.wipeDirection = "up"; break; case "wipeFadeRandom" : this.c_effect = "wipeFade"; this.wipeRandom = true; } if (this.c_random == null) { if (this.random == null) { this.c_random = false; } else { this.c_random = Boolean(this.random); delete this.random; } } if (this.c_effect == "typewriter") { this.useHtml = false; } else { this.useHtml = true; } this.typePlace = 0; this.prevMov = -1; this.previousMov = -1; this.countMov = 0; this.totalMov = this.arrTicker.length; this.currentOver = 0; this.effectComplete = true; this.prevText = ""; if (this.c_random) { this.randomArray = new Array(); this.randomizeArray(); } this.countImages = 0; this.adjustCount = 0; this.formatText(); this.baseWidth = this._width; this.baseHeight = this._height; this.createTicker(); this.drawMask(); var _local2 = false; if ((((this.c_effect ne "typewriter") && (this.c_effect ne "wipe")) && (this.c_effect ne "wipePush")) && (this.c_effect ne "wipeFade")) { if (this.c_random && (this.countImages == 0)) { this.drawBackground(); if (this.c_border) { this.drawBorder(); } _local2 = true; this.isLoaded = true; this.moveUp(); } } if (this.countImages == 0) { if (!_local2) { this.drawBackground(); if (this.c_border) { this.drawBorder(); } this.isLoaded = true; } this.startTicker(); } else { this.mainMov_mc._visible = false; } if (this.c_clickAdvance == null) { if (this.clickAdvance == null) { this.c_clickAdvance = false; } else { this.c_clickAdvance = Boolean(this.clickAdvance); delete this.clickAdvance; } } }; flashTickerFXClass.prototype.onUnload = function () { this.mainMov_mc.removeMovieClip(); this.tickerBG.removeMovieClip(); this.textMask.removeMovieClip(); this.border_mc.removeMovieClip(); }; flashTickerFXClass.prototype.drawBackground = function () { this.tickerBG.removeMovieClip(); this.createEmptyMovieClip("tickerBG", 3); with (this.tickerBG) { x = this.mask_mc._x; y = this.mask_mc._y; w = this.mask_mc._width; h = this.mask_mc._height; moveTo(x, y); beginFill(this.c_bgColor); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); endFill(); } delete x; delete y; delete w; delete h; if (!this.c_background) { this.tickerBG._visible = false; } }; flashTickerFXClass.prototype.randomizeArray = function () { var _local2 = new Array(); var _local6 = new Array(); var _local5 = this.arrTicker.length; var _local4 = 0; while (_local4 < _local5) { _local2.push(_local4); _local4++; } _local4 = 0; while (_local4 < _local5) { var _local3 = Math.floor(Math.random() * _local2.length); _local6.push(_local2[_local3]); _local2.splice(_local3, 1); _local4++; } this.randomArray = _local6; }; flashTickerFXClass.prototype.formatText = function () { this.fontStyle = new TextFormat(); this.fontStyle.align = this.c_textAlign; this.fontStyle.font = this.c_fontDefault; this.fontStyle.size = this.c_fontDefaultSize; this.fontStyle.color = this.c_fontDefaultColor; this.fontStyle.leading = this.c_lineSpacing; this.fontStyleOver = new TextFormat(); this.fontStyleOver.color = this.c_fontRolloverColor; this.htmlFontStyle = new TextFormat(); this.htmlFontStyle.leading = this.c_lineSpacing; }; flashTickerFXClass.prototype.createTicker = function () { var textX = 0; this.mainMov_mc.removeMovieClip(); this.mainMov_mc = this._parent.createEmptyMovieClip("mainMov", 2); this.mainMov_mc._x = this._x; this.mainMov_mc._y = this._y; if (this.c_textWidth == 0) { this.c_textWidth = (this._width - this.c_bufferL) - this.c_bufferR; } textX = this.c_bufferL; var i = 0; while (i < this.arrTicker.length) { this.mainMov_mc.createEmptyMovieClip("mc" + i, i + 10); this.mainMov_mc["mc" + i].createEmptyMovieClip("bg_mc", 30); var x = 0; var y = 0; var w = this._width; var h = this._height; with (this.mainMov_mc["mc" + i].bg_mc) { moveTo(x, y); beginFill(this.c_bgColor); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); endFill(); } delete x; delete y; delete w; delete h; if (this.c_effect ne "wipe") { this.mainMov_mc["mc" + i].bg_mc._alpha = 0; } if (this.arrTicker[i].text != null) { this.mainMov_mc["mc" + i].createTextField("text1", i + 100, this.c_bufferL, 0, this.c_textWidth, 20); this.mainMov_mc["mc" + i].text1._y = this.mainMov_mc["mc" + i].text1._y + this.c_bufferT; this.mainMov_mc["mc" + i].text1.autoSize = true; this.mainMov_mc["mc" + i].text1.multiline = true; this.mainMov_mc["mc" + i].text1.wordWrap = true; if (this.c_embedFonts) { this.mainMov_mc["mc" + i].text1.embedFonts = true; } this.mainMov_mc["mc" + i].text1.selectable = false; if (this.useHtml) { var alignA = ""; var alignB = ""; if (this.c_textAlign == "right") { alignA = "<p align=\"right\">"; alignB = "</p>"; } else if (this.c_textAlign == "center") { alignA = "<p align=\"center\">"; alignB = "</p>"; } this.mainMov_mc["mc" + i].text1.html = true; this.mainMov_mc["mc" + i].text1.htmlText = (((((((((alignA + "<font face=\"") + this.c_fontDefault) + "\" size=\"") + this.c_fontDefaultSize) + "\" color=\"#") + this.c_fontDefaultColor.toString(16)) + "\">") + this.arrTicker[i].text) + " </font>") + alignB; this.mainMov_mc["mc" + i].text1.setTextFormat(this.htmlFontStyle); } else { this.mainMov_mc["mc" + i].text1.text = this.arrTicker[i].text; this.mainMov_mc["mc" + i].text1.setNewTextFormat(this.fontStyle); } delete alignA; delete alignB; } if (!this.c_handCursor) { this.mainMov_mc["mc" + i].useHandCursor = false; } if ((this.arrTicker[i].image != null) && (this.arrTicker[i].image ne "undefined")) { if (this.arrTicker[i].text != null) { var text1Height = (this.mainMov_mc["mc" + i].text1._height + 10); } else { var text1Height = 0; } this.mainMov_mc["mc" + i].image = this.arrTicker[i].image; this.countImages++; this.mainMov_mc["mc" + i].attachMovie("flashTicker_holderFX", "container", 500); this.mainMov_mc["mc" + i].container._y = this.mainMov_mc["mc" + i]._y + text1Height; this.mainMov_mc["mc" + i].container._alpha = 0; } this.mainMov_mc["mc" + i].parent = this; this.mainMov_mc["mc" + i].place = i; this.mainMov_mc["mc" + i].openLink = this.arrTicker[i].link; if (this.arrTicker[i].target == null) { this.mainMov_mc["mc" + i].openTarget = this.c_targetName; } else { this.mainMov_mc["mc" + i].openTarget = this.arrTicker[i].target; } if (this.arrTicker[i].link != null) { if (this.arrTicker[i].targetIsUrl == null) { if (this.c_targetIsURL) { this.arrTicker[i].targetIsUrl = "Y"; } else { this.arrTicker[i].targetIsUrl = "N"; } } if (this.arrTicker[i].targetIsUrl == "Y") { this.mainMov_mc["mc" + i].onRelease = function () { getURL (this.openLink, this.openTarget); if (this.parent.c_visited) { if (this.text1 != null) { this.text1.textColor = this.parent.c_visitedColor; this.visited = true; } } }; } else { this.mainMov_mc["mc" + i].onRelease = function () { loadMovie (this.openLink, this.openTarget); if (this.parent.c_visited) { if (this.text1 != null) { this.text1.textColor = this.parent.c_visitedColor; this.visited = true; } } }; } } else { this.mainMov_mc["mc" + i].useHandCursor = false; } this.mainMov_mc["mc" + i].onRollOver = function () { if (this.text1 != null) { if (this.parent.c_fontRolloverChange) { this.text1.textColor = this.parent.c_fontRolloverColor; } } if (this.parent.c_backgroundR) { this.parent.tickerBG._visible = true; var _local7 = new Color(this.parent.tickerBG); _local7.setRGB(this.parent.c_bgColorR); if (this.parent.c_effect == "wipe") { var _local6 = new Color(this.bg_mc); _local6.setRGB(this.parent.c_bgColorR); } } if (this.parent.c_pauseOver) { if ((this.parent.c_effect == "fader") || (this.parent.c_effect == "dissolve")) { var _local4 = this.parent.currentOver + 1; var _local3 = this.parent.currentOver - 1; if (_local4 == this.parent.totalMov) { _local4 = 0; } if (_local3 == -1) { _local3 = this.parent.totalMov - 1; } if (this.parent.c_random) { this.parent.mainMov_mc["mc" + this.parent.randomArray[this.parent.currentOver]]._visible = true; this.parent.mainMov_mc["mc" + this.parent.randomArray[this.parent.currentOver]]._alpha = 100; this.parent.mainMov_mc["mc" + this.parent.randomArray[_local4]]._visible = false; this.parent.mainMov_mc["mc" + this.parent.randomArray[_local4]]._alpha = 0; this.parent.mainMov_mc["mc" + this.parent.randomArray[_local3]]._visible = false; this.parent.mainMov_mc["mc" + this.parent.randomArray[_local3]]._alpha = 0; } else { this.parent.mainMov_mc["mc" + this.parent.currentOver]._visible = true; this.parent.mainMov_mc["mc" + this.parent.currentOver]._alpha = 100; this.parent.mainMov_mc["mc" + _local4]._visible = false; this.parent.mainMov_mc["mc" + _local4]._alpha = 0; this.parent.mainMov_mc["mc" + _local3]._visible = false; this.parent.mainMov_mc["mc" + _local3]._alpha = 0; } this.parent.countMov = this.parent.previousMov; } else if ((this.parent.c_effect == "wipe") || (this.parent.c_effect == "wipeFade")) { if (!this.parent.effectComplete) { if (this.parent.c_random) { var _local5 = this.parent.currentMov; var _local2 = this.parent.randomArray[this.parent.newMov]; } else { var _local5 = this.parent.currentMov; var _local2 = this.parent.newMov; } this.parent.mainMov_mc["mc" + _local5]._alpha = 100; switch (this.parent.wipeDirection) { case "left" : this.parent.mainMov_mc["mc" + _local2]._x = -this.parent._width; this.parent.mainMov_mc["mc" + _local2]._y = 0; break; case "right" : this.parent.mainMov_mc["mc" + _local2]._x = this.parent._width; this.parent.mainMov_mc["mc" + _local2]._y = 0; break; case "down" : this.parent.mainMov_mc["mc" + _local2]._y = -this.parent._height; this.parent.mainMov_mc["mc" + _local2]._x = 0; break; case "up" : this.parent.mainMov_mc["mc" + _local2]._y = this.parent._height; this.parent.mainMov_mc["mc" + _local2]._x = 0; } } } else if (this.parent.c_effect == "wipePush") { if (!this.parent.effectComplete) { if (this.parent.c_random) { var _local5 = this.parent.currentMov; var _local2 = this.parent.randomArray[this.parent.newMov]; } else { var _local5 = this.parent.currentMov; var _local2 = this.parent.newMov; } switch (this.parent.wipeDirection) { case "left" : this.parent.mainMov_mc["mc" + _local2]._x = -this.parent._width; this.parent.mainMov_mc["mc" + _local2]._y = 0; this.parent.mainMov_mc["mc" + _local5]._x = 0; break; case "right" : this.parent.mainMov_mc["mc" + _local2]._x = this.parent._width; this.parent.mainMov_mc["mc" + _local2]._y = 0; this.parent.mainMov_mc["mc" + _local5]._x = 0; break; case "down" : this.parent.mainMov_mc["mc" + _local2]._y = -this.parent._height; this.parent.mainMov_mc["mc" + _local2]._x = 0; this.parent.mainMov_mc["mc" + _local5]._y = 0; break; case "up" : this.parent.mainMov_mc["mc" + _local2]._y = this.parent._height; this.parent.mainMov_mc["mc" + _local2]._x = 0; this.parent.mainMov_mc["mc" + _local5]._y = 0; } } } this.parent.stopTicker(); } }; this.mainMov_mc["mc" + i].onRollOut = function () { if (this.text1 != null) { var _local3 = ""; var _local2 = ""; if (this.parent.c_textAlign == "right") { _local3 = "<p align=\"right\">"; _local2 = "</p>"; } else if (this.parent.c_textAlign == "center") { _local3 = "<p align=\"center\">"; _local2 = "</p>"; } if (!this.visited) { if (this.parent.useHtml) { this.text1.htmlText = (((((((((_local3 + "<font face=\"") + this.parent.c_fontDefault) + "\" size=\"") + this.parent.c_fontDefaultSize) + "\" color=\"#") + this.parent.c_fontDefaultColor.toString(16)) + "\">") + this.parent.arrTicker[this.place].text) + " </font>") + _local2; this.text1.setTextFormat(this.parent.htmlFontStyle); } else { this.text1.setNewTextFormat(this.parent.fontStyle); this.text1.setTextFormat(this.parent.fontStyle); } } else { this.text1.textColor = this.parent.c_visitedColor; } } var _local5 = new Color(this.parent.tickerBG); _local5.setRGB(this.parent.c_bgColor); if (this.parent.c_effect == "wipe") { var _local4 = new Color(this.bg_mc); _local4.setRGB(this.parent.c_bgColor); } if (!this.parent.c_background) { this.parent.tickerBG._visible = false; } if (this.parent.c_pauseOver) { if (((this.parent.c_effect == "none") || (this.parent.c_effect == "fader")) || (this.parent.c_effect == "dissolve")) { this.parent.startTicker(); } else if (this.parent.c_effect == "typewriter") { if (this.parent.effectComplete) { this.parent.startTicker(); } else { this.parent.typeInterval = setInterval(this.parent, "typeIn", this.parent.c_scrollSpeed); } } else if (this.parent.effectComplete) { this.parent.startTicker(); } else { this.parent.wipeInterval = setInterval(this.parent, "wipe", this.parent.c_scrollSpeed); } } }; this.mainMov_mc["mc" + i].onDragOut = this.mainMov_mc["mc" + i].onRollOut; if (i > 0) { this.mainMov_mc["mc" + i]._alpha = 0; this.mainMov_mc["mc" + i]._visible = false; } i++; } if (this.c_random) { if (((this.c_effect ne "wipe") && (this.c_effect ne "wipePush")) && (this.c_effect ne "wipeFade")) { this.mainMov_mc.mc0._alpha = 0; this.mainMov_mc.mc0._visible = false; } else { this.mainMov_mc.mc0._alpha = 0; this.mainMov_mc.mc0._visible = false; this.currentMov = this.randomArray[this.countMov]; this.mainMov_mc["mc" + this.currentMov]._x = 0; this.mainMov_mc["mc" + this.currentMov]._visible = true; this.mainMov_mc["mc" + this.currentMov]._alpha = 100; } this.currentMov = this.randomArray[this.countMov]; } else { if (this.effect == "typewriter") { this.countMov = 0; } else { this.countMov = -1; } this.currentMov = this.countMov; } if ((this.c_effect == "typewriter") && (this.countImages == 0)) { this.drawBackground(); if (this.c_border) { this.drawBorder(); } this.isLoaded = true; this.moveUp(); } delete textX; }; flashTickerFXClass.prototype.adjustSpacing = function () { this.adjustCount++; var _local2 = 0; while (_local2 < this.arrTicker.length) { switch (this.c_imagePos) { case "right" : var _local3 = this.c_textWidth + this.c_bufferL; this.mainMov_mc["mc" + _local2].container._x = _local3 - this.mainMov_mc["mc" + _local2].container._width; break; case "left" : this.mainMov_mc["mc" + _local2].container._x = this.c_bufferL; break; case "center" : var _local4 = ((this.c_textWidth + this.c_bufferL) + this.c_bufferR) / 2; this.mainMov_mc["mc" + _local2].container._x = _local4 - (this.mainMov_mc["mc" + _local2].container._width / 2); } if (this.arrTicker[_local2].text != null) { if (this.c_imageVertical == "top") { this.mainMov_mc["mc" + _local2].container._y = this.c_bufferT; this.mainMov_mc["mc" + _local2].text1._y = Math.round((this.mainMov_mc["mc" + _local2].container._y + this.mainMov_mc["mc" + _local2].container._height) + this.c_imageSpacer); } else { this.mainMov_mc["mc" + _local2].container._y = Math.round((this.mainMov_mc["mc" + _local2].text1._y + this.mainMov_mc["mc" + _local2].text1._height) + this.c_imageSpacer); } } else { this.mainMov_mc["mc" + _local2].container._y = this.c_imageSpacer; } if ((this.c_effect == "typewriter") && (this.c_imageVertical == "bottom")) { this.mainMov_mc["mc" + _local2].container._alpha = 0; } else { this.mainMov_mc["mc" + _local2].container._alpha = 100; } _local2++; } if (this.adjustCount == this.countImages) { this.drawBackground(); if (this.c_border) { this.drawBorder(); } this.isLoaded = true; this.mainMov_mc._visible = true; if ((this.c_effect == "typewriter") || (((this.c_random && (this.c_effect ne "wipe")) && (this.c_effect ne "wipePush")) && (this.c_effect ne "wipeFade"))) { this.moveUp(); } this.startTicker(); } }; flashTickerFXClass.prototype.stopTicker = function () { clearInterval(this.scrollInterval); clearInterval(this.fadeOutInterval); clearInterval(this.wipeInterval); clearInterval(this.typeInterval); }; flashTickerFXClass.prototype.startTicker = function () { var _local2 = this.c_pauseTime * 1000; this.scrollInterval = setInterval(this, "moveUp", _local2); }; flashTickerFXClass.prototype.wipe = function () { var _local4 = this.c_pauseTime * 1000; if (this.c_random) { var _local2 = this.currentMov; var _local3 = this.randomArray[this.newMov]; } else { var _local2 = this.currentMov; var _local3 = this.newMov; } this.effectComplete = false; if (this.wipeDirection == "left") { if (this.mainMov_mc["mc" + _local3]._x < 0) { this.mainMov_mc["mc" + _local3]._x++; if (this.c_effect == "wipePush") { this.mainMov_mc["mc" + _local2]._x++; } else if (this.c_effect == "wipeFade") { this.mainMov_mc["mc" + _local2]._alpha = this.mainMov_mc["mc" + _local2]._alpha - (100 / this._width); } } else { this.effectComplete = true; this.mainMov_mc["mc" + _local2]._visible = false; this.mainMov_mc["mc" + _local2]._alpha = 0; this.currentMov = _local3; clearInterval(this.wipeInterval); this.scrollInterval = setInterval(this, "moveUp", _local4); } } else if (this.wipeDirection == "right") { if (this.mainMov_mc["mc" + _local3]._x > 0) { this.mainMov_mc["mc" + _local3]._x--; if (this.c_effect == "wipePush") { this.mainMov_mc["mc" + _local2]._x--; } else if (this.c_effect == "wipeFade") { this.mainMov_mc["mc" + _local2]._alpha = this.mainMov_mc["mc" + _local2]._alpha - (100 / this._width); } } else { this.effectComplete = true; this.mainMov_mc["mc" + _local2]._visible = false; this.mainMov_mc["mc" + _local2]._alpha = 0; this.currentMov = _local3; clearInterval(this.wipeInterval); this.scrollInterval = setInterval(this, "moveUp", _local4); } } else if (this.wipeDirection == "down") { if (this.mainMov_mc["mc" + _local3]._y < 0) { this.mainMov_mc["mc" + _local3]._y++; if (this.c_effect == "wipePush") { this.mainMov_mc["mc" + _local2]._y++; } else if (this.c_effect == "wipeFade") { this.mainMov_mc["mc" + _local2]._alpha = this.mainMov_mc["mc" + _local2]._alpha - (100 / this._height); } } else { this.effectComplete = true; this.mainMov_mc["mc" + _local2]._visible = false; this.mainMov_mc["mc" + _local2]._alpha = 0; this.currentMov = _local3; clearInterval(this.wipeInterval); this.scrollInterval = setInterval(this, "moveUp", _local4); } } else if (this.wipeDirection == "up") { if (this.mainMov_mc["mc" + _local3]._y > 0) { this.mainMov_mc["mc" + _local3]._y--; if (this.c_effect == "wipePush") { this.mainMov_mc["mc" + _local2]._y--; } else if (this.c_effect == "wipeFade") { this.mainMov_mc["mc" + _local2]._alpha = this.mainMov_mc["mc" + _local2]._alpha - (100 / this._height); } } else { this.effectComplete = true; this.mainMov_mc["mc" + _local2]._visible = false; this.mainMov_mc["mc" + _local2]._alpha = 0; this.currentMov = _local3; clearInterval(this.wipeInterval); this.scrollInterval = setInterval(this, "moveUp", _local4); } } updateAfterEvent(); }; flashTickerFXClass.prototype.fadeOut = function () { var _local2 = this.c_pauseTime * 1000; if (this.c_effect == "fader") { clearInterval(this.scrollInterval); if (this.c_random) { if (this.mainMov_mc["mc" + this.currentMov]._alpha > 0) { this.mainMov_mc["mc" + this.currentMov]._alpha--; } else { this.currentOver = this.newMov; this.mainMov_mc["mc" + this.currentMov]._visible = false; this.mainMov_mc["mc" + this.randomArray[this.newMov]]._visible = true; if (this.mainMov_mc["mc" + this.randomArray[this.newMov]]._alpha < 100) { this.mainMov_mc["mc" + this.randomArray[this.newMov]]._alpha++; } else { this.currentMov = this.randomArray[this.countMov]; this.scrollInterval = setInterval(this, "moveUp", _local2); clearInterval(this.fadeOutInterval); } } } else if (this.mainMov_mc["mc" + this.currentMov]._alpha > 0) { this.mainMov_mc["mc" + this.currentMov]._alpha--; } else { this.currentOver = this.newMov; this.mainMov_mc["mc" + this.currentMov]._visible = false; this.mainMov_mc["mc" + this.newMov]._visible = true; if (this.mainMov_mc["mc" + this.newMov]._alpha < 100) { this.mainMov_mc["mc" + this.newMov]._alpha++; } else { this.currentMov = this.countMov; this.scrollInterval = setInterval(this, "moveUp", _local2); clearInterval(this.fadeOutInterval); } } } else if (this.c_effect == "dissolve") { clearInterval(this.scrollInterval); if (this.c_random) { if ((this.mainMov_mc["mc" + this.currentMov]._alpha > 0) || (this.mainMov_mc["mc" + this.randomArray[this.newMov]]._alpha < 100)) { this.mainMov_mc["mc" + this.currentMov]._alpha--; this.mainMov_mc["mc" + this.randomArray[this.newMov]]._visible = true; this.mainMov_mc["mc" + this.randomArray[this.newMov]]._alpha++; if (this.mainMov_mc["mc" + this.randomArray[this.newMov]]._alpha > 30) { this.currentOver = this.newMov; } } else { this.mainMov_mc["mc" + this.currentMov]._visible = false; clearInterval(this.fadeOutInterval); this.mainMov_mc["mc" + this.currentMov]._alpha = 0; this.mainMov_mc["mc" + this.randomArray[this.newMov]]._alpha = 100; this.currentMov = this.randomArray[this.newMov]; this.scrollInterval = setInterval(this, "moveUp", _local2); } } else if ((this.mainMov_mc["mc" + this.currentMov]._alpha > 0) || (this.mainMov_mc["mc" + this.newMov]._alpha < 100)) { this.mainMov_mc["mc" + this.currentMov]._alpha--; this.mainMov_mc["mc" + this.newMov]._visible = true; this.mainMov_mc["mc" + this.newMov]._alpha++; if (this.mainMov_mc["mc" + this.newMov]._alpha > 30) { this.currentOver = this.newMov; } } else { this.mainMov_mc["mc" + this.currentMov]._visible = false; clearInterval(this.fadeOutInterval); this.mainMov_mc["mc" + this.currentMov]._alpha = 0; this.mainMov_mc["mc" + this.newMov]._alpha = 100; this.currentMov = this.newMov; this.scrollInterval = setInterval(this, "moveUp", _local2); } } else if (this.c_random) { this.mainMov_mc["mc" + this.currentMov]._alpha = 0; this.mainMov_mc["mc" + this.currentMov]._visible = false; this.mainMov_mc["mc" + this.randomArray[this.newMov]]._visible = true; this.mainMov_mc["mc" + this.randomArray[this.newMov]]._alpha = 100; this.currentMov = this.randomArray[this.newMov]; } else { this.mainMov_mc["mc" + this.currentMov]._visible = false; this.mainMov_mc["mc" + this.currentMov]._alpha = 0; this.mainMov_mc["mc" + this.newMov]._visible = true; this.mainMov_mc["mc" + this.newMov]._alpha = 100; this.currentMov = this.newMov; } }; flashTickerFXClass.prototype.typeIn = function () { clearInterval(this.scrollInterval); var _local4 = this.lineArray[this.lineArrayPlace]; var _local5 = this.c_pauseTime * 1000; var _local2 = 0; var _local3 = 0; if (this.c_random) { _local2 = this.randomArray[this.countMov]; if (this.prevMov > -1) { _local3 = this.prevMov; } else { _local3 = this.randomArray[this.totalMov - 1]; } } else { _local2 = this.countMov; if (this.prevMov > -1) { _local3 = this.prevMov; } else { _local3 = this.totalMov - 1; } } if (this.typePlace < _local4.length) { this.typePlace++; if (this.useHtml) { this.mainMov_mc["mc" + _local2].text1.htmlText = ((((((("<font face=\"" + this.c_fontDefault) + "\" size=\"") + this.c_fontDefaultSize) + "\" color=\"#") + this.c_fontDefaultColor.toString(16)) + "\">") + _local4.substr(0, this.typePlace)) + " </font>"; } else { if (this.prevText.length > 0) { this.mainMov_mc["mc" + _local2].text1.text = (this.prevText + newline) + _local4.substr(0, this.typePlace); } else { this.mainMov_mc["mc" + _local2].text1.text = _local4.substr(0, this.typePlace); } if (((this.arrTicker.length > 1) && (this.lineArrayPlace == 0)) && (this.typePlace == 1)) { this.mainMov_mc["mc" + _local3]._visible = false; this.mainMov_mc["mc" + _local3].text1.text = this.arrTicker[_local3].text; } } } else { this.typePlace = 0; if ((this.lineArrayPlace + 1) < this.lineArray.length) { this.lineArrayPlace++; this.prevText = this.mainMov_mc["mc" + _local2].text1.text; } else { clearInterval(this.typeInterval); if (this.c_imageVertical == "top") { this.mainMov_mc["mc" + i].container._y = this.c_bufferT; this.mainMov_mc["mc" + i].text1._y = (this.mainMov_mc["mc" + i].container._y + this.mainMov_mc["mc" + i].container._height) + this.c_imageSpacer; } else { this.mainMov_mc["mc" + _local2].container._y = ((this.mainMov_mc["mc" + _local2]._y + this.mainMov_mc["mc" + _local2].text1._height) + this.c_bufferT) + this.c_imageSpacer; this.mainMov_mc["mc" + _local2].container._alpha = 100; } this.prevMov = _local2; this.countMov++; if (this.countMov == this.totalMov) { this.countMov = 0; if (this.c_random) { do { this.randomizeArray(); } while (this.randomArray[0] == _local2); } } this.prevText = ""; this.effectComplete = true; if (this.arrTicker.length == 1) { this.mainMov_mc.mc0.text1.text = this.arrTicker[0].text; } this.scrollInterval = setInterval(this, "moveUp", _local5); } } updateAfterEvent(); }; flashTickerFXClass.prototype.drawMask = function () { this.textMask.removeMovieClip(); this.textMask = this._parent.createEmptyMovieClip("textMaskA", 9995); with (this.textMask) { var x = (this._x + 1); var y = (this._y + 1); if (this.baseW == null) { var w = (this.baseWidth - 1); this.baseW = w; } else { var w = this.baseW; } var h = (this.baseHeight - 1); moveTo(x, y); beginFill(13421772); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); endFill(); } delete x; delete y; delete w; delete h; this.mainMov_mc.setMask(this.textMask); this.mask_mc._visible = false; delete borderSpacerT; delete borderSpacerV; }; flashTickerFXClass.prototype.drawBorder = function () { this.border_mc.removeMovieClip(); if (this.c_border) { this.border_mc = this._parent.createEmptyMovieClip("border_mcA", 9990); var x = this._x; var y = this._y; if (this.prevWidth == null) { var w = this.baseWidth; this.prevWidth = w; } else { var w = this.prevWidth; } var h = this.baseHeight; with (this.border_mc) { lineStyle(0, this.c_borderColor); moveTo(x, y); lineTo(x + w, y); lineTo(x + w, y + h); lineTo(x, y + h); lineTo(x, y); } delete x; delete y; delete w; delete h; } }; flashTickerFXClass.prototype.moveUp = function () { var _local12 = false; if (this.c_effect == "typewriter") { this.effectComplete = false; this.lineArrayPlace = 0; this.lineArray = new Array(); this.tempText.removeTextField(); this.createTextField("tempText", 5000, 0, 0, this.c_textWidth, 20); this.tempText.embedFonts = this.c_embedFonts; this.tempText.autoSize = true; this.tempText.multiline = true; this.tempText.wordWrap = true; this.tempText.setNewTextFormat(this.fontStyle); this.tempText._visible = false; var _local11 = 0; if (this.c_random) { _local11 = this.randomArray[this.countMov]; } else { _local11 = this.countMov; } if (this.c_imageVertical == "bottom") { this.mainMov_mc["mc" + _local11].container._alpha = 0; } var _local2 = this.mainMov_mc["mc" + _local11].text1.text; var _local5 = this.tempText._height; var _local15 = 0; var _local6 = 0; var _local3 = _local2.indexOf(" "); var _local17 = _local3 + 1; this.tempText.text = _local2.substr(_local6, _local3); _local5 = this.tempText._height; var _local8 = 1; var _local16 = ""; var _local4; if (_local3 == -1) { _local12 = true; this.lineArray[0] = _local2; } while (_local3 > -1) { _local2 = _local2.substr(_local3 + 1); _local3 = _local2.indexOf(" "); if (_local3 > -1) { nextWord = _local2.substr(_local6, _local3); } else { nextWord = _local2.substr(_local6); } _local4 = this.tempText.text; this.tempText.text = (_local4 + " ") + nextWord; if (this.tempText._height > _local5) { _local8++; this.lineArray.push(_local4); this.tempText.text = nextWord; _local5 = this.tempText._height; _local4 = ""; } } if (_local2.length > 0) { var _local9 = (_local4 + " ") + nextWord; if (_local9.substring(0, 1) == " ") { _local9 = _local9.substring(1); } this.lineArray.push(_local9); } } if (this.c_effect == "typewriter") { if (this.c_random) { if (this.prevMov > -1) { var _local10 = this.prevMov; } else { var _local10 = this.randomArray[this.totalMov - 1]; } } else if (this.prevMov > -1) { var _local10 = this.prevMov; } else { var _local10 = this.totalMov - 1; } if (this.countMov > 0) { this.mainMov_mc["mc" + _local10]._alpha = 0; this.mainMov_mc["mc" + _local10]._visible = false; } else { this.mainMov_mc["mc" + _local10]._alpha = 0; this.mainMov_mc["mc" + _local10]._visible = false; } this.mainMov_mc["mc" + _local11].text1.text = ""; this.mainMov_mc["mc" + _local11]._alpha = 100; this.mainMov_mc["mc" + _local11]._visible = true; if (_local12) { this.lineArray.pop(); } this.typeInterval = setInterval(this, "typeIn", this.c_scrollSpeed); } else if (this.c_effect == "none") { this.previousMov = this.countMov; this.countMov++; if (this.countMov == this.totalMov) { this.countMov = 0; if (this.c_random) { do { this.randomizeArray(); } while (this.randomArray[0] == this.currentMov); } } if (this.c_random) { this.newMov = this.countMov; } else { this.currentMov = this.countMov; if ((this.countMov + 1) == this.totalMov) { this.newMov = 0; } else { this.newMov = this.countMov + 1; } } this.fadeOut(); } else if ((this.c_effect == "fader") || (this.c_effect == "dissolve")) { this.previousMov = this.countMov; this.countMov++; if (this.countMov == this.totalMov) { this.countMov = 0; if (this.c_random) { do { this.randomizeArray(); } while (this.randomArray[0] == this.currentMov); } } if (this.c_random) { this.newMov = this.countMov; } else { this.currentMov = this.countMov; if ((this.countMov + 1) == this.totalMov) { this.newMov = 0; } else { this.newMov = this.countMov + 1; } } clearInterval(this.scrollInterval); this.fadeOutInterval = setInterval(this, "fadeOut", this.c_scrollSpeed); } else if (((this.c_effect == "wipe") || (this.c_effect == "wipePush")) || (this.c_effect == "wipeFade")) { this.countMov++; if (this.countMov == this.totalMov) { this.countMov = 0; if (this.c_random) { do { this.randomizeArray(); } while (this.randomArray[0] == this.currentMov); } } if (this.c_random) { this.newMov = this.countMov; } else { this.currentMov = this.countMov; if ((this.countMov + 1) == this.totalMov) { this.newMov = 0; } else { this.newMov = this.countMov + 1; } } clearInterval(this.scrollInterval); if (this.wipeRandom) { var _local14 = new Array("left", "right", "down", "up"); var _local13 = Math.floor(Math.random() * 4); this.wipeDirection = _local14[_local13]; } if (this.c_random) { var _local7 = this.randomArray[this.newMov]; var _local11 = this.currentMov; } else { var _local7 = this.newMov; var _local11 = this.currentMov; } switch (this.wipeDirection) { case "left" : this.mainMov_mc["mc" + _local7]._x = -this._width; this.mainMov_mc["mc" + _local7]._y = 0; break; case "right" : this.mainMov_mc["mc" + _local7]._x = this._width; this.mainMov_mc["mc" + _local7]._y = 0; break; case "down" : this.mainMov_mc["mc" + _local7]._y = -this._height; this.mainMov_mc["mc" + _local7]._x = 0; break; case "up" : this.mainMov_mc["mc" + _local7]._y = this._height; this.mainMov_mc["mc" + _local7]._x = 0; } this.mainMov_mc["mc" + _local7]._visible = true; this.mainMov_mc["mc" + _local7]._alpha = 100; if (this.mainMov_mc["mc" + _local7].getDepth() < this.mainMov_mc["mc" + _local11].getDepth()) { this.mainMov_mc["mc" + _local7].swapDepths(this.mainMov_mc["mc" + _local11].getDepth()); } this.wipeInterval = setInterval(this, "wipe", this.c_scrollSpeed); } updateAfterEvent(); }; flashTickerFXClass.prototype.clicked = function () { if (this.c_clickAdvance && (this.effectComplete)) { this.moveUp(); } }; flashTickerFXClass.prototype.getPauseTime = function () { return(this.c_pauseTime); }; flashTickerFXClass.prototype.setPauseTime = function (p) { this.c_pauseTime = int(p); }; flashTickerFXClass.prototype.getBorder = function () { return(this.c_border); }; flashTickerFXClass.prototype.setBorder = function (p) { this.c_border = Boolean(p); if (this.c_border) { this.drawBorder(); } else { this.border_mc.removeMovieClip(); } }; flashTickerFXClass.prototype.getBorderColor = function () { return(this.c_border); }; flashTickerFXClass.prototype.setBorderColor = function (p) { this.c_borderColor = p; if (this.c_border) { this.drawBorder(); } }; flashTickerFXClass.prototype.getBufferLeft = function () { return(this.c_bufferL); }; flashTickerFXClass.prototype.setBufferLeft = function (p) { this.c_bufferL = int(p); }; flashTickerFXClass.prototype.getBufferRight = function () { return(this.c_bufferR); }; flashTickerFXClass.prototype.setBufferRight = function (p) { this.c_bufferR = int(p); }; flashTickerFXClass.prototype.getBufferTop = function () { return(this.c_bufferT); }; flashTickerFXClass.prototype.setBufferTop = function (p) { this.c_bufferT = int(p); }; flashTickerFXClass.prototype.getImageSpacer = function () { return(this.c_imageBuffer); }; flashTickerFXClass.prototype.setImageSpacer = function (p) { this.c_imageSpacer = int(p); }; flashTickerFXClass.prototype.getTextWidth = function () { return(this.c_textWidth); }; flashTickerFXClass.prototype.setTextWidth = function (p) { this.c_textWidth = int(p); }; flashTickerFXClass.prototype.getEffectSpeed = function () { return(this.c_scrollSpeed); }; flashTickerFXClass.prototype.setEffectSpeed = function (p) { this.c_scrollSpeed = int(p); }; flashTickerFXClass.prototype.getEffect = function () { return(this.c_effect); }; flashTickerFXClass.prototype.setEffect = function (p) { this.wipeRandom = false; switch (p) { case "wipeLeft" : this.c_effect = "wipe"; this.wipeDirection = "left"; break; case "wipeRight" : this.c_effect = "wipe"; this.wipeDirection = "right"; break; case "wipeDown" : this.c_effect = "wipe"; this.wipeDirection = "down"; break; case "wipeUp" : this.c_effect = "wipe"; this.wipeDirection = "up"; break; case "wipeRandom" : this.c_effect = "wipe"; this.wipeRandom = true; break; case "wipePushLeft" : this.c_effect = "wipePush"; this.wipeDirection = "left"; break; case "wipePushRight" : this.c_effect = "wipePush"; this.wipeDirection = "right"; break; case "wipePushDown" : this.c_effect = "wipePush"; this.wipeDirection = "down"; break; case "wipePushUp" : this.c_effect = "wipePush"; this.wipeDirection = "up"; break; case "wipePushRandom" : this.c_effect = "wipePush"; this.wipeRandom = true; break; case "wipeFadeLeft" : this.c_effect = "wipeFade"; this.wipeDirection = "left"; break; case "wipeFadeRight" : this.c_effect = "wipeFade"; this.wipeDirection = "right"; break; case "wipeFadeDown" : this.c_effect = "wipeFade"; this.wipeDirection = "down"; break; case "wipeFadeUp" : this.c_effect = "wipeFade"; this.wipeDirection = "up"; break; case "wipeFadeRandom" : this.c_effect = "wipeFade"; this.wipeRandom = true; } }; flashTickerFXClass.prototype.getVisited = function () { return(this.c_visited); }; flashTickerFXClass.prototype.setVisited = function (p) { this.c_visited = Boolean(p); }; flashTickerFXClass.prototype.getVisitedColor = function () { return(this.c_visitedColor); }; flashTickerFXClass.prototype.setVisitedColor = function (p) { this.c_visitedColor = p; }; flashTickerFXClass.prototype.getEmbedFonts = function () { return(this.c_embedFonts); }; flashTickerFXClass.prototype.setEmbedFonts = function (p) { this.c_embedFonts = Boolean(p); }; flashTickerFXClass.prototype.getDefaultFont = function () { return(this.c_fontDefault); }; flashTickerFXClass.prototype.setDefaultFont = function (p) { this.c_fontDefault = String(p); }; flashTickerFXClass.prototype.getDefaultFontSize = function () { return(this.c_fontDefaultSize); }; flashTickerFXClass.prototype.setDefaultFontSize = function (p) { this.c_fontDefaultSize = int(p); }; flashTickerFXClass.prototype.getDefaultFontColor = function () { return(this.c_fontDefaultSize); }; flashTickerFXClass.prototype.setDefaultFontColor = function (p) { this.c_fontDefaultColor = p; }; flashTickerFXClass.prototype.getBackgroundOn = function () { return(this.c_background); }; flashTickerFXClass.prototype.setBackgroundOn = function (p) { this.c_background = Boolean(p); }; flashTickerFXClass.prototype.getBackgroundColor = function () { return(this.c_bgColor); }; flashTickerFXClass.prototype.setBackgroundColor = function (p) { this.c_bgColor = p; var _local2 = new Color(this.tickerBG); _local2.setRGB(p); }; flashTickerFXClass.prototype.getRolloverFontChange = function () { return(this.c_fontRolloverChange); }; flashTickerFXClass.prototype.setRolloverFontChange = function (p) { this.c_fontRolloverChange = Boolean(p); }; flashTickerFXClass.prototype.getRolloverFontColor = function () { return(this.c_fontRolloverColor); }; flashTickerFXClass.prototype.setRolloverFontColor = function (p) { this.c_fontRolloverColor = p; }; flashTickerFXClass.prototype.getRolloverBackgroundOn = function () { return(this.c_background); }; flashTickerFXClass.prototype.setRolloverBackgroundOn = function (p) { this.c_backgroundR = Boolean(p); }; flashTickerFXClass.prototype.getRolloverBackgroundColor = function () { return(this.c_bgColorR); }; flashTickerFXClass.prototype.setRolloverBackgroundColor = function (p) { this.c_bgColorR = p; }; flashTickerFXClass.prototype.getEffect = function () { return(this.c_effect); }; flashTickerFXClass.prototype.setEffect = function (p) { this.c_effect = String(p); if (this.c_effect == "wipeLeft") { this.c_effect = "wipe"; this.wipeDirection = "left"; } else if (this.c_effect == "wipeRight") { this.c_effect = "wipe"; this.wipeDirection = "right"; } else if (this.c_effect == "wipeDown") { this.c_effect = "wipe"; this.wipeDirection = "down"; } else if (this.c_effect == "wipeUp") { this.c_effect = "wipe"; this.wipeDirection = "up"; } }; flashTickerFXClass.prototype.getRandom = function () { return(this.c_random); }; flashTickerFXClass.prototype.setRandom = function (p) { this.c_random = Boolean(p); }; flashTickerFXClass.prototype.getImagePosition = function () { return(this.c_imagePos); }; flashTickerFXClass.prototype.setImagePosition = function (p) { this.c_imagePos = String(p); }; flashTickerFXClass.prototype.getHandCursor = function () { return(this.c_handCursor); }; flashTickerFXClass.prototype.setHandCursor = function (p) { this.c_handCursor = Boolean(p); }; flashTickerFXClass.prototype.getPauseOver = function () { return(this.c_pauseOver); }; flashTickerFXClass.prototype.setPauseOver = function (p) { this.c_pauseOver = Boolean(p); }; flashTickerFXClass.prototype.getTextAlign = function () { return(this.c_textAlign); }; flashTickerFXClass.prototype.setTextAlign = function (p) { this.c_textAlign = String(p); }; flashTickerFXClass.prototype.getImageVertical = function () { return(this.c_imageVertical); }; flashTickerFXClass.prototype.setImageVertical = function (p) { this.c_imageVertical = String(p); }; flashTickerFXClass.prototype.getFileType = function () { return(this.c_fileType); }; flashTickerFXClass.prototype.setFileType = function (p) { this.c_fileType = String(p); }; flashTickerFXClass.prototype.getLineSpacing = function () { return(this.c_lineSpacing); }; flashTickerFXClass.prototype.setLineSpacing = function (p) { this.c_lineSpacing = int(p); }; flashTickerFXClass.prototype.getClickAdvance = function () { return(this.c_clickAdvance); }; flashTickerFXClass.prototype.setClickAdvance = function (p) { this.c_clickAdvance = Boolean(p); }; flashTickerFXClass.prototype.addProperty("clickAdvance", flashTickerFXClass.prototype.getClickAdvance, flashTickerFXClass.prototype.setClickAdvance); flashTickerFXClass.prototype.addProperty("effectSpeed", flashTickerFXClass.prototype.getEffectSpeed, flashTickerFXClass.prototype.setEffectSpeed); flashTickerFXClass.prototype.addProperty("pauseTime", flashTickerFXClass.prototype.getPauseTime, flashTickerFXClass.prototype.setPauseTime); flashTickerFXClass.prototype.addProperty("border", flashTickerFXClass.prototype.getBorder, flashTickerFXClass.prototype.setBorder); flashTickerFXClass.prototype.addProperty("borderColor", flashTickerFXClass.prototype.getBorderColor, flashTickerFXClass.prototype.setBorderColor); flashTickerFXClass.prototype.addProperty("bufferLeft", flashTickerFXClass.prototype.getBufferLeft, flashTickerFXClass.prototype.setBufferLeft); flashTickerFXClass.prototype.addProperty("bufferRight", flashTickerFXClass.prototype.getBufferRight, flashTickerFXClass.prototype.setBufferRight); flashTickerFXClass.prototype.addProperty("bufferTop", flashTickerFXClass.prototype.getBufferTop, flashTickerFXClass.prototype.setBufferTop); flashTickerFXClass.prototype.addProperty("imageSpacer", flashTickerFXClass.prototype.getImageSpacer, flashTickerFXClass.prototype.setImageSpacer); flashTickerFXClass.prototype.addProperty("textWidth", flashTickerFXClass.prototype.getTextWidth, flashTickerFXClass.prototype.setTextWidth); flashTickerFXClass.prototype.addProperty("effect", flashTickerFXClass.prototype.getEffect, flashTickerFXClass.prototype.setEffect); flashTickerFXClass.prototype.addProperty("visited", flashTickerFXClass.prototype.getVisited, flashTickerFXClass.prototype.setVisited); flashTickerFXClass.prototype.addProperty("visitedColor", flashTickerFXClass.prototype.getVisitedColor, flashTickerFXClass.prototype.setVisitedColor); flashTickerFXClass.prototype.addProperty("embedFonts", flashTickerFXClass.prototype.getEmbedFonts, flashTickerFXClass.prototype.setEmbedFonts); flashTickerFXClass.prototype.addProperty("defaultFont", flashTickerFXClass.prototype.getDefaultFont, flashTickerFXClass.prototype.setDefaultFont); flashTickerFXClass.prototype.addProperty("defaultFontSize", flashTickerFXClass.prototype.getDefaultFontSize, flashTickerFXClass.prototype.setDefaultFontSize); flashTickerFXClass.prototype.addProperty("defaultFontColor", flashTickerFXClass.prototype.getDefaultFontColor, flashTickerFXClass.prototype.setDefaultFontColor); flashTickerFXClass.prototype.addProperty("background", flashTickerFXClass.prototype.getBackgroundOn, flashTickerFXClass.prototype.setBackgroundOn); flashTickerFXClass.prototype.addProperty("backgroundColor", flashTickerFXClass.prototype.getBackgroundColor, flashTickerFXClass.prototype.setBackgroundColor); flashTickerFXClass.prototype.addProperty("rolloverFontChange", flashTickerFXClass.prototype.getRolloverFontChange, flashTickerFXClass.prototype.setRolloverFontChange); flashTickerFXClass.prototype.addProperty("rolloverFontColor", flashTickerFXClass.prototype.getRolloverFontColor, flashTickerFXClass.prototype.setRolloverFontColor); flashTickerFXClass.prototype.addProperty("rolloverBackground", flashTickerFXClass.prototype.getRolloverBackgroundOn, flashTickerFXClass.prototype.setRolloverBackgroundOn); flashTickerFXClass.prototype.addProperty("rolloverBackgroundColor", flashTickerFXClass.prototype.getRolloverBackgroundColor, flashTickerFXClass.prototype.setRolloverBackgroundColor); flashTickerFXClass.prototype.addProperty("effect", flashTickerFXClass.prototype.getEffect, flashTickerFXClass.prototype.setEffect); flashTickerFXClass.prototype.addProperty("random", flashTickerFXClass.prototype.getRandom, flashTickerFXClass.prototype.setRandom); flashTickerFXClass.prototype.addProperty("imagePosition", flashTickerFXClass.prototype.getImagePosition, flashTickerFXClass.prototype.setImagePosition); flashTickerFXClass.prototype.addProperty("handCursor", flashTickerFXClass.prototype.getHandCursor, flashTickerFXClass.prototype.setHandCursor); flashTickerFXClass.prototype.addProperty("pauseOver", flashTickerFXClass.prototype.getPauseOver, flashTickerFXClass.prototype.setPauseOver); flashTickerFXClass.prototype.addProperty("textAlign", flashTickerFXClass.prototype.getTextAlign, flashTickerFXClass.prototype.setTextAlign); flashTickerFXClass.prototype.addProperty("imageVertical", flashTickerFXClass.prototype.getImageVertical, flashTickerFXClass.prototype.setImageVertical); flashTickerFXClass.prototype.addProperty("fileType", flashTickerFXClass.prototype.getFileType, flashTickerFXClass.prototype.setFileType); flashTickerFXClass.prototype.addProperty("lineSpacing", flashTickerFXClass.prototype.getLineSpacing, flashTickerFXClass.prototype.setLineSpacing); Object.registerClass("flashTickerFX", flashTickerFXClass); #endinitclip
Symbol 23 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 23 MovieClip Frame 2
gotoAndPlay (1);
Symbol 23 MovieClip Frame 3
_root.play();
Symbol 56 MovieClip Frame 14
stop();
Symbol 85 MovieClip Frame 100
gotoAndPlay (1);
Symbol 88 MovieClip Frame 100
gotoAndPlay (1);
Symbol 91 MovieClip Frame 100
gotoAndPlay (1);
Symbol 94 MovieClip Frame 100
gotoAndPlay (1);
Symbol 144 MovieClip Frame 10
stop();
Symbol 153 MovieClip Frame 100
gotoAndPlay (1);
Symbol 162 MovieClip Frame 100
gotoAndPlay (1);
Symbol 183 MovieClip Frame 12
stop();
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 186 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/stamper.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 188 MovieClip Frame 10
stop();
Symbol 189 MovieClip Frame 1
stop();
Symbol 191 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/stamper"); }
Symbol 192 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://stamper.newgrounds.com"); }
Symbol 193 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 196 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
play();
Symbol 196 MovieClip Frame 15
gotoAndPlay ("over");
Symbol 199 MovieClip Frame 25
stop();
Symbol 200 MovieClip Frame 15
stop();
Symbol 200 MovieClip Frame 85
stop();
Instance of Symbol 189 MovieClip in Symbol 200 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 200 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 207 MovieClip Frame 100
gotoAndPlay (1);
Symbol 211 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 217 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/jeff.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 218 MovieClip Frame 1
stop();
Symbol 219 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/johnnyutah"); }
Symbol 220 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://johnnyutah.newgrounds.com"); }
Symbol 221 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 222 MovieClip Frame 15
stop();
Symbol 222 MovieClip Frame 85
stop();
Instance of Symbol 218 MovieClip in Symbol 222 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 222 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 228 MovieClip Frame 100
gotoAndPlay (1);
Symbol 232 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 238 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/chamber.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 239 MovieClip Frame 1
stop();
Symbol 240 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/mindchamber"); }
Symbol 241 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://mindchamber.newgrounds.com"); }
Symbol 242 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 243 MovieClip Frame 15
stop();
Symbol 243 MovieClip Frame 85
stop();
Instance of Symbol 239 MovieClip in Symbol 243 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 243 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 252 MovieClip Frame 100
gotoAndPlay (1);
Symbol 256 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 259 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/guile.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 260 MovieClip Frame 1
stop();
Symbol 261 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/guile"); }
Symbol 262 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://guile.newgrounds.com"); }
Symbol 263 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 264 MovieClip Frame 15
stop();
Symbol 264 MovieClip Frame 85
stop();
Instance of Symbol 260 MovieClip in Symbol 264 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 264 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 273 MovieClip Frame 100
gotoAndPlay (1);
Symbol 277 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 280 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/tom.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 281 MovieClip Frame 1
stop();
Symbol 282 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/tomfulp"); }
Symbol 283 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://tomfulp.newgrounds.com"); }
Symbol 284 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 285 MovieClip Frame 15
stop();
Symbol 285 MovieClip Frame 85
stop();
Instance of Symbol 281 MovieClip in Symbol 285 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 285 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 291 MovieClip Frame 100
gotoAndPlay (1);
Symbol 295 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 304 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/wade.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 305 MovieClip Frame 1
stop();
Symbol 306 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/wadefulp"); }
Symbol 307 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://wadefulp.newgrounds.com"); }
Symbol 308 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 309 MovieClip Frame 15
stop();
Symbol 309 MovieClip Frame 85
stop();
Instance of Symbol 305 MovieClip in Symbol 309 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 309 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 318 MovieClip Frame 100
gotoAndPlay (1);
Symbol 322 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 325 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/akuma.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 326 MovieClip Frame 1
stop();
Symbol 327 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/akuma"); }
Symbol 328 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://akuma.newgrounds.com"); }
Symbol 329 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 330 MovieClip Frame 15
stop();
Symbol 330 MovieClip Frame 85
stop();
Instance of Symbol 326 MovieClip in Symbol 330 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 330 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 336 MovieClip Frame 100
gotoAndPlay (1);
Symbol 340 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 346 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/jim.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 347 MovieClip Frame 1
stop();
Symbol 348 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/liljim"); }
Symbol 349 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://liljim.newgrounds.com"); }
Symbol 350 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 351 MovieClip Frame 15
stop();
Symbol 351 MovieClip Frame 85
stop();
Instance of Symbol 347 MovieClip in Symbol 351 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 351 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 357 MovieClip Frame 100
gotoAndPlay (1);
Symbol 361 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 364 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/ross.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 365 MovieClip Frame 1
stop();
Symbol 366 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/ross"); }
Symbol 367 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://ross.newgrounds.com"); }
Symbol 368 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 369 MovieClip Frame 15
stop();
Symbol 369 MovieClip Frame 85
stop();
Instance of Symbol 365 MovieClip in Symbol 369 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 369 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 378 MovieClip Frame 100
gotoAndPlay (1);
Symbol 382 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 385 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/bizarro.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 386 MovieClip Frame 1
stop();
Symbol 387 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/bizarrotom"); }
Symbol 388 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://bizarrotom.newgrounds.com"); }
Symbol 389 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 390 MovieClip Frame 15
stop();
Symbol 390 MovieClip Frame 85
stop();
Instance of Symbol 386 MovieClip in Symbol 390 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 390 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 396 MovieClip Frame 100
gotoAndPlay (1);
Symbol 400 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 406 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/bob.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 407 MovieClip Frame 1
stop();
Symbol 408 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/bob"); }
Symbol 409 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://bob.newgrounds.com"); }
Symbol 410 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 411 MovieClip Frame 15
stop();
Symbol 411 MovieClip Frame 85
stop();
Instance of Symbol 407 MovieClip in Symbol 411 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 411 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 417 MovieClip Frame 100
gotoAndPlay (1);
Symbol 421 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 424 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/mike.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 425 MovieClip Frame 1
stop();
Symbol 426 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/mike"); }
Symbol 427 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://mike.newgrounds.com"); }
Symbol 428 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 429 MovieClip Frame 15
stop();
Symbol 429 MovieClip Frame 85
stop();
Instance of Symbol 425 MovieClip in Symbol 429 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 429 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 435 MovieClip Frame 100
gotoAndPlay (1);
Symbol 439 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 442 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/tim.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 443 MovieClip Frame 1
stop();
Instance of Symbol 442 MovieClip in Symbol 443 MovieClip Frame 1
onClipEvent (enterFrame) { mycolor = new Color(this); if ((((this._xmouse >= 0) && (this._xmouse <= this._width)) && (this._ymouse >= 0)) && (this._ymouse <= this._height)) { mycolor.setBrightness(_root.brightness_level); } else { mycolor.setBrightness(0); } }
Symbol 444 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/tim"); }
Symbol 445 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://tim.newgrounds.com"); }
Symbol 446 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 447 MovieClip Frame 15
stop();
Symbol 447 MovieClip Frame 85
stop();
Instance of Symbol 443 MovieClip in Symbol 447 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 447 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 456 MovieClip Frame 100
gotoAndPlay (1);
Symbol 460 MovieClip Frame 100
gotoAndPlay (1);
Instance of Symbol 19 MovieClip [flashTickerFX] in Symbol 463 MovieClip Frame 1
//component parameters onClipEvent (construct) { c_xmlName = "http://flash.ngfiles.com/staff_info/wadolf.txt"; c_fileType = "text"; c_targetIsURL = true; c_targetName = ""; c_effect = "none"; c_scrollSpeed = 0; c_pauseTime = 9000; c_pauseOver = false; c_handCursor = true; c_random = false; c_border = false; c_borderColor = 0; c_bufferL = 2; c_bufferR = 0; c_bufferT = 0; c_visited = false; c_visitedColor = 0; c_embedFonts = true; c_textWidth = 0; c_textAlign = "left"; c_lineSpacing = 0; c_imagePos = "center"; c_imageVertical = "bottom"; c_imageSpacer = 0; c_fontDefault = "FFF Business Bold"; c_fontDefaultSize = 8; c_fontDefaultColor = 16777215 /* 0xFFFFFF */; c_background = false; c_bgColor = 0; c_fontRolloverChange = false; c_fontRolloverColor = 0; c_backgroundR = false; c_bgColorR = 0; c_clickAdvance = true; }
Symbol 464 MovieClip Frame 1
stop();
Symbol 465 Button
on (rollOver) { tellTarget ("001") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("001") { gotoAndStop (1); }; } on (press) { getURL ("http://www.newgrounds.com/pm/send/wadolf"); }
Symbol 466 Button
on (rollOver) { tellTarget ("002") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("002") { gotoAndStop (1); }; } on (press) { getURL ("http://wadolf.newgrounds.com"); }
Symbol 467 Button
on (rollOver) { tellTarget ("003") { gotoAndPlay ("over"); }; } on (rollOut) { tellTarget ("003") { gotoAndStop (1); }; } on (press) { stopAllSounds(); play(); }
Symbol 468 MovieClip Frame 15
stop();
Symbol 468 MovieClip Frame 85
stop();
Instance of Symbol 464 MovieClip in Symbol 468 MovieClip Frame 85
onClipEvent (load) { _root.f_InitBox(this); } onClipEvent (enterFrame) { _root.f_MouseOverBox(this); }
Symbol 468 MovieClip Frame 115
tellTarget (_root.main) { gotoAndPlay ("start"); };
Symbol 493 MovieClip Frame 5
stop();
Symbol 493 MovieClip Frame 15
stop();
Symbol 494 MovieClip Frame 1
stop();
Symbol 502 MovieClip Frame 10
stop();
Symbol 503 MovieClip Frame 8
stop();
Symbol 504 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("stamper"); tellTarget ("characters") { gotoAndStop ("stamper"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 505 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("jeff"); tellTarget ("characters") { gotoAndStop ("jeff"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 506 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("chamber"); tellTarget ("characters") { gotoAndStop ("chamber"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 507 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("tom"); tellTarget ("characters") { gotoAndStop ("tom"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 508 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("wade"); tellTarget ("characters") { gotoAndStop ("wade"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 509 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("random"); tellTarget ("characters") { play(); }; }; } on (press) { stopAllSounds(); tellTarget ("characters") { stop(); }; tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 510 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("bob"); tellTarget ("characters") { gotoAndStop ("bob"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 511 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("mike"); tellTarget ("characters") { gotoAndStop ("mike"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 512 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("tim"); tellTarget ("characters") { gotoAndStop ("tim"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 513 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("jim"); tellTarget ("characters") { gotoAndStop ("jim"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 514 Button
on (rollOver) { tellTarget ("rings") { gotoAndStop ("ross"); tellTarget ("characters") { gotoAndStop ("ross"); }; }; } on (press) { stopAllSounds(); tellTarget ("characters/character") { gotoAndPlay ("pick_me"); }; tellTarget ("rings/ring") { gotoAndPlay ("off"); }; play(); }
Symbol 515 MovieClip Frame 270
_quality = "MEDIUM";
Symbol 515 MovieClip Frame 295
_quality = "LOW"; tellTarget (_root.main.rings) { gotoAndStop ("tom"); }; tellTarget (_root.main.characters) { gotoAndStop ("tom"); };
Symbol 515 MovieClip Frame 310
stop();
Symbol 515 MovieClip Frame 330
stop();

Library Items

Symbol 1 MovieClipUsed by:2 16
Symbol 2 MovieClip [flashTicker_holderFX]Uses:1
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip [flashTicker_hit_mc]Uses:3
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:7 19
Symbol 7 MovieClip [flashTicker]Uses:6
Symbol 8 GraphicUsed by:9 183 191 192 193 219 220 221 240 241 242 261 262 263 282 283 284 306 307 308 327 328 329 348 349 350 366 367 368 387 388 389 408 409 410 426 427 428 444 445 446 465 466 467
Symbol 9 MovieClipUses:8Used by:12 13 14 15
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12 13 14 15
Symbol 12 MovieClip [flashTicker_button_up]Uses:9 11
Symbol 13 MovieClip [flashTicker_button_right]Uses:9 11
Symbol 14 MovieClip [flashTicker_button_left]Uses:9 11
Symbol 15 MovieClip [flashTicker_button_down]Uses:9 11
Symbol 16 MovieClip [flashTicker_holder]Uses:1
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:19
Symbol 19 MovieClip [flashTickerFX]Uses:6 18Used by:186 217 238 259 280 304 325 346 364 385 406 424 442 463
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:22 148
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:515
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:31
Symbol 31 MovieClipUses:30Used by:515
Symbol 32 GraphicUsed by:33 187 199
Symbol 33 MovieClipUses:32Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468 515
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:56
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:56
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:56
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:56
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:56
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:56
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:56
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:56
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:56
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:56
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 MovieClipUses:35 37 39 41 43 45 47 49 51 53 55Used by:515
Symbol 57 SoundUsed by:515
Symbol 58 SoundUsed by:515
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClipUses:60Used by:515
Symbol 62 ShapeTweeningUsed by:515
Symbol 63 GraphicUsed by:515
Symbol 64 GraphicUsed by:515
Symbol 65 GraphicUsed by:515
Symbol 66 GraphicUsed by:515
Symbol 67 GraphicUsed by:515
Symbol 68 GraphicUsed by:515
Symbol 69 GraphicUsed by:515
Symbol 70 GraphicUsed by:515
Symbol 71 GraphicUsed by:515
Symbol 72 GraphicUsed by:515
Symbol 73 GraphicUsed by:515
Symbol 74 GraphicUsed by:515
Symbol 75 GraphicUsed by:515
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:515
Symbol 78 ShapeTweeningUsed by:515
Symbol 79 ShapeTweeningUsed by:515
Symbol 80 SoundUsed by:515
Symbol 81 GraphicUsed by:515
Symbol 82 GraphicUsed by:515
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:84Used by:515
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:88
Symbol 88 MovieClipUses:87Used by:515
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:515
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:94
Symbol 94 MovieClipUses:93Used by:515
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:97
Symbol 97 MovieClipUses:96Used by:515
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:100
Symbol 100 MovieClipUses:99Used by:515
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:103
Symbol 103 MovieClipUses:102Used by:515
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:106
Symbol 106 MovieClipUses:105Used by:515
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:109
Symbol 109 MovieClipUses:108Used by:515
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:112
Symbol 112 MovieClipUses:111Used by:515
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:515
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:118
Symbol 118 MovieClipUses:117Used by:515
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:121
Symbol 121 MovieClipUses:120Used by:515
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:124
Symbol 124 MovieClipUses:123Used by:515
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:127
Symbol 127 MovieClipUses:126Used by:515
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:130
Symbol 130 MovieClipUses:129Used by:200 222 243 330
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:133
Symbol 133 MovieClipUses:132Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 134 ShapeTweeningUsed by:144
Symbol 135 ShapeTweeningUsed by:144
Symbol 136 ShapeTweeningUsed by:144
Symbol 137 ShapeTweeningUsed by:144
Symbol 138 ShapeTweeningUsed by:144
Symbol 139 ShapeTweeningUsed by:144
Symbol 140 ShapeTweeningUsed by:144
Symbol 141 ShapeTweeningUsed by:144
Symbol 142 ShapeTweeningUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:134 135 136 137 138 139 140 141 142 143Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:147
Symbol 147 MovieClipUses:146Used by:200
Symbol 148 MovieClipUses:21Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 149 SoundUsed by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 150 SoundUsed by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:153
Symbol 153 MovieClipUses:152Used by:200
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:156
Symbol 156 MovieClipUses:155Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 157 SoundUsed by:200
Symbol 158 SoundUsed by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 159 SoundUsed by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:162
Symbol 162 MovieClipUses:161Used by:200
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:165
Symbol 165 MovieClipUses:164Used by:200 243 447
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:168
Symbol 168 MovieClipUses:167Used by:200 222 285 330 411
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:171
Symbol 171 MovieClipUses:170Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 172 SoundUsed by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:175
Symbol 175 MovieClipUses:174Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 178 SoundUsed by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 179 SoundUsed by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 180 ShapeTweeningUsed by:183
Symbol 181 ShapeTweeningUsed by:183
Symbol 182 ShapeTweeningUsed by:183
Symbol 183 MovieClipUses:180 181 182 8Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:200
Symbol 186 MovieClipUses:19Used by:189
Symbol 187 MovieClipUses:32Used by:188
Symbol 188 MovieClipUses:187Used by:189 218 239 260 281 305 326 347 365 386 407 425 443 464
Symbol 189 MovieClipUses:186 188Used by:200
Symbol 190 SoundUsed by:191 192 193 219 220 221 240 241 242 261 262 263 282 283 284 306 307 308 327 328 329 348 349 350 366 367 368 387 388 389 408 409 410 426 427 428 444 445 446 465 466 467
Symbol 191 ButtonUses:8 190Used by:200
Symbol 192 ButtonUses:8 190Used by:200
Symbol 193 ButtonUses:8 190Used by:200
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:196
Symbol 196 MovieClipUses:195Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 197 SoundUsed by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 198 SoundUsed by:199
Symbol 199 MovieClipUses:32 198Used by:200 222 243 264 285 309 330 351 369 390 411 429 447 468
Symbol 200 MovieClipUses:130 133 144 147 148 149 150 153 156 33 157 158 159 162 165 168 171 172 175 177 178 179 183 185 189 191 192 193 196 197 199Used by:469
Symbol 201 SoundUsed by:469
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:204
Symbol 204 MovieClipUses:203Used by:222
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:207
Symbol 207 MovieClipUses:206Used by:222
Symbol 208 SoundUsed by:222
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:211
Symbol 211 MovieClipUses:210Used by:222
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:214
Symbol 214 MovieClipUses:213Used by:222 264 447
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:222
Symbol 217 MovieClipUses:19Used by:218
Symbol 218 MovieClipUses:217 188Used by:222
Symbol 219 ButtonUses:8 190Used by:222
Symbol 220 ButtonUses:8 190Used by:222
Symbol 221 ButtonUses:8 190Used by:222
Symbol 222 MovieClipUses:168 133 144 204 148 149 150 207 156 33 208 158 159 211 130 214 171 172 175 177 178 179 183 216 218 219 220 221 196 197 199Used by:469
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:225
Symbol 225 MovieClipUses:224Used by:243
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:228
Symbol 228 MovieClipUses:227Used by:243
Symbol 229 SoundUsed by:243
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:232
Symbol 232 MovieClipUses:231Used by:243
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:235
Symbol 235 MovieClipUses:234Used by:243 264 285 309 468
Symbol 236 BitmapUsed by:237
Symbol 237 GraphicUses:236Used by:243
Symbol 238 MovieClipUses:19Used by:239
Symbol 239 MovieClipUses:238 188Used by:243
Symbol 240 ButtonUses:8 190Used by:243
Symbol 241 ButtonUses:8 190Used by:243
Symbol 242 ButtonUses:8 190Used by:243
Symbol 243 MovieClipUses:165 133 144 225 148 149 150 228 156 33 229 158 159 232 130 235 171 172 175 177 178 179 183 237 239 240 241 242 196 197 199Used by:469
Symbol 244 BitmapUsed by:245
Symbol 245 GraphicUses:244Used by:246
Symbol 246 MovieClipUses:245Used by:264
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:249
Symbol 249 MovieClipUses:248Used by:264
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:252
Symbol 252 MovieClipUses:251Used by:264
Symbol 253 SoundUsed by:264
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:256
Symbol 256 MovieClipUses:255Used by:264
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:264
Symbol 259 MovieClipUses:19Used by:260
Symbol 260 MovieClipUses:259 188Used by:264
Symbol 261 ButtonUses:8 190Used by:264
Symbol 262 ButtonUses:8 190Used by:264
Symbol 263 ButtonUses:8 190Used by:264
Symbol 264 MovieClipUses:246 133 144 249 148 149 150 252 156 33 253 158 159 256 235 214 171 172 175 177 178 179 183 258 260 261 262 263 196 197 199Used by:469
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:267
Symbol 267 MovieClipUses:266Used by:285 351 390 429 447
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:270
Symbol 270 MovieClipUses:269Used by:285
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:273
Symbol 273 MovieClipUses:272Used by:285
Symbol 274 SoundUsed by:285
Symbol 275 BitmapUsed by:276
Symbol 276 GraphicUses:275Used by:277
Symbol 277 MovieClipUses:276Used by:285
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:285
Symbol 280 MovieClipUses:19Used by:281
Symbol 281 MovieClipUses:280 188Used by:285
Symbol 282 ButtonUses:8 190Used by:285
Symbol 283 ButtonUses:8 190Used by:285
Symbol 284 ButtonUses:8 190Used by:285
Symbol 285 MovieClipUses:267 133 144 270 148 149 150 273 156 33 274 158 159 277 168 235 171 172 175 177 178 179 183 279 281 282 283 284 196 197 199Used by:469
Symbol 286 BitmapUsed by:287
Symbol 287 GraphicUses:286Used by:288
Symbol 288 MovieClipUses:287Used by:309
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:291
Symbol 291 MovieClipUses:290Used by:309
Symbol 292 SoundUsed by:309
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:295
Symbol 295 MovieClipUses:294Used by:309
Symbol 296 BitmapUsed by:297
Symbol 297 GraphicUses:296Used by:298
Symbol 298 MovieClipUses:297Used by:309 369 411 429
Symbol 299 BitmapUsed by:300
Symbol 300 GraphicUses:299Used by:301
Symbol 301 MovieClipUses:300Used by:309 351 369
Symbol 302 BitmapUsed by:303
Symbol 303 GraphicUses:302Used by:309
Symbol 304 MovieClipUses:19Used by:305
Symbol 305 MovieClipUses:304 188Used by:309
Symbol 306 ButtonUses:8 190Used by:309
Symbol 307 ButtonUses:8 190Used by:309
Symbol 308 ButtonUses:8 190Used by:309
Symbol 309 MovieClipUses:235 133 144 288 148 149 150 291 156 33 292 158 159 295 298 301 171 172 175 177 178 179 183 303 305 306 307 308 196 197 199Used by:469
Symbol 310 BitmapUsed by:311
Symbol 311 GraphicUses:310Used by:312
Symbol 312 MovieClipUses:311Used by:330
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:315
Symbol 315 MovieClipUses:314Used by:330
Symbol 316 BitmapUsed by:317
Symbol 317 GraphicUses:316Used by:318
Symbol 318 MovieClipUses:317Used by:330
Symbol 319 SoundUsed by:330
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:322
Symbol 322 MovieClipUses:321Used by:330
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:330
Symbol 325 MovieClipUses:19Used by:326
Symbol 326 MovieClipUses:325 188Used by:330
Symbol 327 ButtonUses:8 190Used by:330
Symbol 328 ButtonUses:8 190Used by:330
Symbol 329 ButtonUses:8 190Used by:330
Symbol 330 MovieClipUses:312 133 144 315 148 149 150 318 156 33 319 158 159 322 168 130 171 172 175 177 178 179 183 324 326 327 328 329 196 197 199Used by:469
Symbol 331 BitmapUsed by:332
Symbol 332 GraphicUses:331Used by:333
Symbol 333 MovieClipUses:332Used by:351
Symbol 334 BitmapUsed by:335
Symbol 335 GraphicUses:334Used by:336
Symbol 336 MovieClipUses:335Used by:351
Symbol 337 SoundUsed by:351
Symbol 338 BitmapUsed by:339
Symbol 339 GraphicUses:338Used by:340
Symbol 340 MovieClipUses:339Used by:351
Symbol 341 BitmapUsed by:342
Symbol 342 GraphicUses:341Used by:343
Symbol 343 MovieClipUses:342Used by:351 369
Symbol 344 BitmapUsed by:345
Symbol 345 GraphicUses:344Used by:351
Symbol 346 MovieClipUses:19Used by:347
Symbol 347 MovieClipUses:346 188Used by:351
Symbol 348 ButtonUses:8 190Used by:351
Symbol 349 ButtonUses:8 190Used by:351
Symbol 350 ButtonUses:8 190Used by:351
Symbol 351 MovieClipUses:301 133 144 333 148 149 150 336 156 33 337 158 159 340 343 267 171 172 175 177 178 179 183 345 347 348 349 350 196 197 199Used by:469
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:354
Symbol 354 MovieClipUses:353Used by:369
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:357
Symbol 357 MovieClipUses:356Used by:369
Symbol 358 SoundUsed by:369
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:361
Symbol 361 MovieClipUses:360Used by:369
Symbol 362 BitmapUsed by:363
Symbol 363 GraphicUses:362Used by:369
Symbol 364 MovieClipUses:19Used by:365
Symbol 365 MovieClipUses:364 188Used by:369
Symbol 366 ButtonUses:8 190Used by:369
Symbol 367 ButtonUses:8 190Used by:369
Symbol 368 ButtonUses:8 190Used by:369
Symbol 369 MovieClipUses:343 133 144 354 148 149 150 357 156 33 358 158 159 361 298 301 171 172 175 177 178 179 183 363 365 366 367 368 196 197 199Used by:469
Symbol 370 BitmapUsed by:371
Symbol 371 GraphicUses:370Used by:372
Symbol 372 MovieClipUses:371Used by:390
Symbol 373 BitmapUsed by:374
Symbol 374 GraphicUses:373Used by:375
Symbol 375 MovieClipUses:374Used by:390
Symbol 376 BitmapUsed by:377
Symbol 377 GraphicUses:376Used by:378
Symbol 378 MovieClipUses:377Used by:390
Symbol 379 SoundUsed by:390
Symbol 380 BitmapUsed by:381
Symbol 381 GraphicUses:380Used by:382
Symbol 382 MovieClipUses:381Used by:390
Symbol 383 BitmapUsed by:384
Symbol 384 GraphicUses:383Used by:390
Symbol 385 MovieClipUses:19Used by:386
Symbol 386 MovieClipUses:385 188Used by:390
Symbol 387 ButtonUses:8 190Used by:390
Symbol 388 ButtonUses:8 190Used by:390
Symbol 389 ButtonUses:8 190Used by:390
Symbol 390 MovieClipUses:372 133 144 375 148 149 150 378 156 33 379 158 159 382 267 171 172 175 177 178 179 183 384 386 387 388 389 196 197 199Used by:469
Symbol 391 BitmapUsed by:392
Symbol 392 GraphicUses:391Used by:393
Symbol 393 MovieClipUses:392Used by:411
Symbol 394 BitmapUsed by:395
Symbol 395 GraphicUses:394Used by:396
Symbol 396 MovieClipUses:395Used by:411
Symbol 397 SoundUsed by:411
Symbol 398 BitmapUsed by:399
Symbol 399 GraphicUses:398Used by:400
Symbol 400 MovieClipUses:399Used by:411
Symbol 401 BitmapUsed by:402
Symbol 402 GraphicUses:401Used by:403
Symbol 403 MovieClipUses:402Used by:411 429
Symbol 404 BitmapUsed by:405
Symbol 405 GraphicUses:404Used by:411
Symbol 406 MovieClipUses:19Used by:407
Symbol 407 MovieClipUses:406 188Used by:411
Symbol 408 ButtonUses:8 190Used by:411
Symbol 409 ButtonUses:8 190Used by:411
Symbol 410 ButtonUses:8 190Used by:411
Symbol 411 MovieClipUses:298 133 144 393 148 149 150 396 156 33 397 158 159 400 168 403 171 172 175 177 178 179 183 405 407 408 409 410 196 197 199Used by:469
Symbol 412 BitmapUsed by:413
Symbol 413 GraphicUses:412Used by:414
Symbol 414 MovieClipUses:413Used by:429
Symbol 415 BitmapUsed by:416
Symbol 416 GraphicUses:415Used by:417
Symbol 417 MovieClipUses:416Used by:429
Symbol 418 SoundUsed by:429
Symbol 419 BitmapUsed by:420
Symbol 420 GraphicUses:419Used by:421
Symbol 421 MovieClipUses:420Used by:429
Symbol 422 BitmapUsed by:423
Symbol 423 GraphicUses:422Used by:429
Symbol 424 MovieClipUses:19Used by:425
Symbol 425 MovieClipUses:424 188Used by:429
Symbol 426 ButtonUses:8 190Used by:429
Symbol 427 ButtonUses:8 190Used by:429
Symbol 428 ButtonUses:8 190Used by:429
Symbol 429 MovieClipUses:403 133 144 414 148 149 150 417 418 156 33 158 159 421 298 267 171 172 175 177 178 179 183 423 425 426 427 428 196 197 199Used by:469
Symbol 430 BitmapUsed by:431
Symbol 431 GraphicUses:430Used by:432
Symbol 432 MovieClipUses:431Used by:447
Symbol 433 BitmapUsed by:434
Symbol 434 GraphicUses:433Used by:435
Symbol 435 MovieClipUses:434Used by:447
Symbol 436 SoundUsed by:447
Symbol 437 BitmapUsed by:438
Symbol 438 GraphicUses:437Used by:439
Symbol 439 MovieClipUses:438Used by:447
Symbol 440 BitmapUsed by:441
Symbol 441 GraphicUses:440Used by:447
Symbol 442 MovieClipUses:19Used by:443
Symbol 443 MovieClipUses:442 188Used by:447
Symbol 444 ButtonUses:8 190Used by:447
Symbol 445 ButtonUses:8 190Used by:447
Symbol 446 ButtonUses:8 190Used by:447
Symbol 447 MovieClipUses:214 133 144 432 148 149 150 435 156 33 436 158 159 439 267 165 171 172 175 177 178 179 183 441 443 444 445 446 196 197 199Used by:469
Symbol 448 BitmapUsed by:449
Symbol 449 GraphicUses:448Used by:450
Symbol 450 MovieClipUses:449Used by:468
Symbol 451 BitmapUsed by:452
Symbol 452 GraphicUses:451Used by:453
Symbol 453 MovieClipUses:452Used by:468
Symbol 454 BitmapUsed by:455
Symbol 455 GraphicUses:454Used by:456
Symbol 456 MovieClipUses:455Used by:468
Symbol 457 SoundUsed by:468
Symbol 458 BitmapUsed by:459
Symbol 459 GraphicUses:458Used by:460
Symbol 460 MovieClipUses:459Used by:468
Symbol 461 BitmapUsed by:462
Symbol 462 GraphicUses:461Used by:468
Symbol 463 MovieClipUses:19Used by:464
Symbol 464 MovieClipUses:463 188Used by:468
Symbol 465 ButtonUses:8 190Used by:468
Symbol 466 ButtonUses:8 190Used by:468
Symbol 467 ButtonUses:8 190Used by:468
Symbol 468 MovieClipUses:450 133 144 453 148 149 150 456 156 33 457 158 159 460 235 171 172 175 177 178 179 183 462 464 465 466 467 196 197 199Used by:469
Symbol 469 MovieClipUses:200 201 222 243 264 285 309 330 351 369 390 411 429 447 468Used by:515
Symbol 470 BitmapUsed by:471
Symbol 471 GraphicUses:470Used by:472 491
Symbol 472 MovieClipUses:471Used by:491
Symbol 473 BitmapUsed by:474
Symbol 474 GraphicUses:473Used by:491
Symbol 475 BitmapUsed by:476
Symbol 476 GraphicUses:475Used by:491
Symbol 477 BitmapUsed by:478
Symbol 478 GraphicUses:477Used by:491
Symbol 479 BitmapUsed by:480
Symbol 480 GraphicUses:479Used by:491
Symbol 481 BitmapUsed by:482
Symbol 482 GraphicUses:481Used by:491
Symbol 483 BitmapUsed by:484
Symbol 484 GraphicUses:483Used by:491
Symbol 485 BitmapUsed by:486
Symbol 486 GraphicUses:485Used by:491
Symbol 487 BitmapUsed by:488
Symbol 488 GraphicUses:487Used by:491
Symbol 489 BitmapUsed by:490
Symbol 490 GraphicUses:489Used by:491
Symbol 491 MovieClipUses:472 471 474 476 478 480 482 484 486 488 490Used by:492
Symbol 492 MovieClipUses:491Used by:493
Symbol 493 MovieClipUses:492Used by:494
Symbol 494 MovieClipUses:493Used by:515
Symbol 495 SoundUsed by:515
Symbol 496 SoundUsed by:515
Symbol 497 BitmapUsed by:498
Symbol 498 GraphicUses:497Used by:499
Symbol 499 MovieClipUses:498Used by:515
Symbol 500 GraphicUsed by:504 505 506 507 508 509 510 511 512 513 514
Symbol 501 GraphicUsed by:502 503 504 505 506 507 508 509 510 511 512 513 514
Symbol 502 MovieClipUses:501Used by:504 505 506 507 508 509 510 511 512 513 514
Symbol 503 MovieClipUses:501Used by:504 505 506 507 508 509 510 511 512 513 514
Symbol 504 ButtonUses:500 502 503 501Used by:515
Symbol 505 ButtonUses:500 502 503 501Used by:515
Symbol 506 ButtonUses:500 502 503 501Used by:515
Symbol 507 ButtonUses:500 502 503 501Used by:515
Symbol 508 ButtonUses:500 502 503 501Used by:515
Symbol 509 ButtonUses:500 502 503 501Used by:515
Symbol 510 ButtonUses:500 502 503 501Used by:515
Symbol 511 ButtonUses:500 502 503 501Used by:515
Symbol 512 ButtonUses:500 502 503 501Used by:515
Symbol 513 ButtonUses:500 502 503 501Used by:515
Symbol 514 ButtonUses:500 502 503 501Used by:515
Symbol 515 MovieClipUses:28 31 33 56 57 58 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 77 78 79 80 81 82 85 88 91 94 97 100 103 106 109 112 115 118 121 124 127 469 494 495 496 499 504 505 506 507 508 509 510 511 512 513 514Used by:Timeline
Symbol 516 FontUsed by:517
Symbol 517 EditableTextUses:516Used by:Timeline

Instance Names

"bar"Frame 1Symbol 23 MovieClip
"main"Frame 5Symbol 515 MovieClip
"holder_mc"Symbol 2 MovieClip [flashTicker_holderFX] Frame 1Symbol 1 MovieClip
"mask_mc"Symbol 7 MovieClip [flashTicker] Frame 1Symbol 6 MovieClip
"holder_mc"Symbol 16 MovieClip [flashTicker_holder] Frame 1Symbol 1 MovieClip
"mask_mc"Symbol 19 MovieClip [flashTickerFX] Frame 1Symbol 6 MovieClip
"hit"Symbol 19 MovieClip [flashTickerFX] Frame 1Symbol 18 MovieClip
"bar"Symbol 23 MovieClip Frame 1Symbol 22 MovieClip
"001"Symbol 200 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 200 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 200 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 222 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 222 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 222 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 243 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 243 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 243 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 264 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 264 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 264 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 285 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 285 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 285 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 309 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 309 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 309 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 330 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 330 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 330 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 351 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 351 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 351 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 369 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 369 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 369 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 390 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 390 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 390 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 411 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 411 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 411 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 429 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 429 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 429 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 447 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 447 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 447 MovieClip Frame 85Symbol 196 MovieClip
"001"Symbol 468 MovieClip Frame 85Symbol 196 MovieClip
"002"Symbol 468 MovieClip Frame 85Symbol 196 MovieClip
"003"Symbol 468 MovieClip Frame 85Symbol 196 MovieClip
"character"Symbol 469 MovieClip Frame 1Symbol 200 MovieClip
"character"Symbol 469 MovieClip Frame 3Symbol 222 MovieClip
"character"Symbol 469 MovieClip Frame 5Symbol 243 MovieClip
"character"Symbol 469 MovieClip Frame 7Symbol 264 MovieClip
"character"Symbol 469 MovieClip Frame 9Symbol 285 MovieClip
"character"Symbol 469 MovieClip Frame 11Symbol 309 MovieClip
"character"Symbol 469 MovieClip Frame 13Symbol 330 MovieClip
"character"Symbol 469 MovieClip Frame 15Symbol 351 MovieClip
"character"Symbol 469 MovieClip Frame 17Symbol 369 MovieClip
"character"Symbol 469 MovieClip Frame 19Symbol 390 MovieClip
"character"Symbol 469 MovieClip Frame 21Symbol 411 MovieClip
"character"Symbol 469 MovieClip Frame 23Symbol 429 MovieClip
"character"Symbol 469 MovieClip Frame 25Symbol 447 MovieClip
"character"Symbol 469 MovieClip Frame 27Symbol 468 MovieClip
"ring"Symbol 494 MovieClip Frame 1Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 2Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 3Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 4Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 5Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 6Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 7Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 8Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 9Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 10Symbol 493 MovieClip
"ring"Symbol 494 MovieClip Frame 11Symbol 493 MovieClip
"characters"Symbol 515 MovieClip Frame 295Symbol 469 MovieClip
"rings"Symbol 515 MovieClip Frame 295Symbol 494 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "flashTicker_holderFX"
ExportAssets (56)Timeline Frame 1Symbol 4 as "flashTicker_hit_mc"
ExportAssets (56)Timeline Frame 1Symbol 7 as "flashTicker"
ExportAssets (56)Timeline Frame 1Symbol 12 as "flashTicker_button_up"
ExportAssets (56)Timeline Frame 1Symbol 13 as "flashTicker_button_right"
ExportAssets (56)Timeline Frame 1Symbol 14 as "flashTicker_button_left"
ExportAssets (56)Timeline Frame 1Symbol 15 as "flashTicker_button_down"
ExportAssets (56)Timeline Frame 1Symbol 16 as "flashTicker_holder"
ExportAssets (56)Timeline Frame 1Symbol 19 as "flashTickerFX"

Labels

"loaded"Symbol 23 MovieClip Frame 3
"over"Symbol 196 MovieClip Frame 2
"pick_me"Symbol 200 MovieClip Frame 16
"pick_me"Symbol 222 MovieClip Frame 16
"pick_me"Symbol 243 MovieClip Frame 16
"pick_me"Symbol 264 MovieClip Frame 16
"pick_me"Symbol 285 MovieClip Frame 16
"pick_me"Symbol 309 MovieClip Frame 16
"pick_me"Symbol 330 MovieClip Frame 16
"pick_me"Symbol 351 MovieClip Frame 16
"pick_me"Symbol 369 MovieClip Frame 16
"pick_me"Symbol 390 MovieClip Frame 16
"pick_me"Symbol 411 MovieClip Frame 16
"pick_me"Symbol 429 MovieClip Frame 16
"pick_me"Symbol 447 MovieClip Frame 16
"pick_me"Symbol 468 MovieClip Frame 16
"stamper"Symbol 469 MovieClip Frame 1
"jeff"Symbol 469 MovieClip Frame 3
"chamber"Symbol 469 MovieClip Frame 5
"tom"Symbol 469 MovieClip Frame 9
"wade"Symbol 469 MovieClip Frame 11
"jim"Symbol 469 MovieClip Frame 15
"ross"Symbol 469 MovieClip Frame 17
"bob"Symbol 469 MovieClip Frame 21
"mike"Symbol 469 MovieClip Frame 23
"tim"Symbol 469 MovieClip Frame 25
"off"Symbol 493 MovieClip Frame 6
"stamper"Symbol 494 MovieClip Frame 1
"jeff"Symbol 494 MovieClip Frame 2
"chamber"Symbol 494 MovieClip Frame 3
"tom"Symbol 494 MovieClip Frame 4
"wade"Symbol 494 MovieClip Frame 5
"random"Symbol 494 MovieClip Frame 6
"jim"Symbol 494 MovieClip Frame 7
"ross"Symbol 494 MovieClip Frame 8
"bob"Symbol 494 MovieClip Frame 9
"mike"Symbol 494 MovieClip Frame 10
"tim"Symbol 494 MovieClip Frame 11
"start"Symbol 515 MovieClip Frame 270




http://swfchan.com/2/9540/info.shtml
Created: 9/6 -2019 16:14:51 Last modified: 9/6 -2019 16:14:51 Server time: 03/05 -2024 15:40:39