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

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

Bug Juice.swf

This is the info page for
Flash #27399

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


Text
<p align="left"></p>

controls

Get the      before the             gets you.

Play

Play

High Scores

High Scores

Hit F12 to at any time to return to this screen.

<p align="left"></p>

Top Ten Scores:

Score:

<p align="left"></p>

Replay

Replay

ActionScript [AS1/AS2]

Frame 1
stop(); j = 0; while (j < (DMC + 1)) { removeMovieClip(_root["bug_mc" + j]); j++; } play_btn.onPress = function () { gotoAndStop ("stage1"); }; high_scores.onPress = function () { gotoAndStop ("scoreboard"); };
Frame 2
onEnterFrame = function () { if (Key.isDown(123)) { _root.gotoAndStop("splash"); } }; stop(); loadVarsText = new LoadVars(); loadVarsText.load("http://www.groovything.com/bug_scores2.php"); loadVarsText.onLoad = function (success) { if (success) { int1.html = true; int1.htmlText = this.var1; } }; int1.text = loadVarsText.var1; play_btn.onPress = function () { gotoAndStop ("stage1"); };
Frame 3
stop(); var DMC; DMC = 0; speed_num = 10; _root["bug_mc" + DMC].onEnterFrame = function () { DMC2 = DMC + 1; if (_root["bug_mc" + DMC].hitTest(_root.predator_mc.hit_mc) == true) { _root["bug_mc" + DMC].play(); _root.predator_mc.play(); var _local2 = new LoadVars(); _local2.thisScore = DMC + 2; _local2.sendAndLoad("http://www.groovything.com/bug_scores.php?insert=y", _local2, "POST"); DMC = DMC + 1; gotoAndStop ("stage1_splat"); } if (_root["bug_mc" + DMC].hitTest(_root.food) == true) { duplicateMovieClip (_root["bug_mc" + DMC], "bug_mc" + DMC2, DMC); _root["bug_mc" + DMC].play(); _root["bug_mc" + DMC]._alpha = 50; myColor = Math.round(Math.random() * 16777215); myColoredObject = new Color(_root["bug_mc" + DMC]); myColoredObject.setRGB(myColor); food._x = random(498) + 1; food._y = random(498) + 1; DMC = DMC + 1; Pspeed = Pspeed + 0.05; } if (Key.isDown(17)) { speed_num = speed_num - 1; if (speed_num < 0) { speed_num = 0; } } if (Key.isDown(32)) { speed_num = speed_num + 1; } if (splat != "y") { if (Key.isDown(38)) { _root["bug_mc" + DMC]._rotation = 0; _root["bug_mc" + DMC]._y = _root["bug_mc" + DMC]._y - speed_num; if (_root["bug_mc" + DMC]._y <= 0) { _root["bug_mc" + DMC]._y = 500; } } if (Key.isDown(40)) { _root["bug_mc" + DMC]._rotation = 180; _root["bug_mc" + DMC]._y = _root["bug_mc" + DMC]._y + speed_num; if (_root["bug_mc" + DMC]._y >= 500) { _root["bug_mc" + DMC]._y = 0; } } if (Key.isDown(39)) { _root["bug_mc" + DMC]._rotation = 90; _root["bug_mc" + DMC]._x = _root["bug_mc" + DMC]._x + speed_num; if (_root["bug_mc" + DMC]._x >= 500) { _root["bug_mc" + DMC]._x = 0; } } if (Key.isDown(37)) { _root["bug_mc" + DMC]._rotation = -90; _root["bug_mc" + DMC]._x = _root["bug_mc" + DMC]._x - speed_num; if (_root["bug_mc" + DMC]._x <= 0) { _root["bug_mc" + DMC]._x = 500; } } if (Key.isDown(37) && (Key.isDown(38))) { _root["bug_mc" + DMC]._rotation = -45; } if (Key.isDown(39) && (Key.isDown(38))) { _root["bug_mc" + DMC]._rotation = 45; } if (Key.isDown(37) && (Key.isDown(40))) { _root["bug_mc" + DMC]._rotation = -135; } if (Key.isDown(39) && (Key.isDown(40))) { _root["bug_mc" + DMC]._rotation = 135; } if (Key.isDown(123)) { _root.gotoAndStop("splash"); } } _root.bug_y = _root["bug_mc" + DMC]._y; _root.bug_x = _root["bug_mc" + DMC]._x; }; var Pspeed = 1; var bug_y; _root.onEnterFrame = function () { if (predator_mc._y < bug_y) { predator_mc._y = predator_mc._y + Pspeed; } if (predator_mc._y > bug_y) { predator_mc._y = predator_mc._y - Pspeed; } if (predator_mc._x < bug_x) { predator_mc._x = predator_mc._x + Pspeed; } if (predator_mc._x > bug_x) { predator_mc._x = predator_mc._x - Pspeed; } };
Frame 4
if (Key.isDown(123)) { _root.gotoAndStop("splash"); } loadVarsText = new LoadVars(); loadVarsText.load("http://www.groovything.com/bug_scores2.php"); loadVarsText.onLoad = function (success) { if (success) { int1.html = true; int1.htmlText = this.var1; } }; int1.text = loadVarsText.var1; replay_btn.onPress = function () { gotoAndPlay ("clear_stage1"); };
Frame 5
j = 0; while (j < (DMC + 1)) { removeMovieClip(_root["bug_mc" + j]); j++; } gotoAndStop ("stage1");
Symbol 6 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 7 MovieClip [FScrollBarSymbol] Frame 1
#initclip 2 FScrollBarClass = function () { if (this._height == 4) { return(undefined); } this.init(); this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0))); this.smallScroll = 1; this.width = (this.horizontal ? (this._width) : (this._height)); this._xscale = (this._yscale = 100); this.setScrollPosition(0); this.tabEnabled = false; if (this._targetInstanceName.length > 0) { this.setScrollTarget(this._parent[this._targetInstanceName]); } this.tabChildren = false; this.setSize(this.width); }; FScrollBarClass.prototype = new FUIComponentClass(); FScrollBarClass.prototype.setHorizontal = function (flag) { if (this.horizontal && (!flag)) { this._xscale = 100; this._rotation = 0; } else if (flag && (!this.horizontal)) { this._xscale = -100; this._rotation = -90; } this.horizontal = flag; }; FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) { if (!this.enable) { return(undefined); } this.pageSize = pSize; this.minPos = Math.max(mnPos, 0); this.maxPos = Math.max(mxPos, 0); this.scrollPosition = Math.max(this.minPos, this.scrollPosition); this.scrollPosition = Math.min(this.maxPos, this.scrollPosition); if ((this.maxPos - this.minPos) <= 0) { this.scrollThumb_mc.removeMovieClip(); this.upArrow_mc.gotoAndStop(3); this.downArrow_mc.gotoAndStop(3); this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null)); this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null)); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null); this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null); this.scrollTrack_mc.useHandCursor = false; } else { var _local2 = this.getScrollPosition(); this.upArrow_mc.gotoAndStop(1); this.downArrow_mc.gotoAndStop(1); this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller); this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling); this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller); this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller); this.scrollTrack_mc.onRelease = this.stopScrolling; this.scrollTrack_mc.onDragOut = this.stopScrolling; this.scrollTrack_mc.onRollOut = this.stopScrolling; this.scrollTrack_mc.useHandCursor = false; this.attachMovie("ScrollThumb", "scrollThumb_mc", 3); this.scrollThumb_mc._x = 0; this.scrollThumb_mc._y = this.upArrow_mc._height; this.scrollThumb_mc.onPress = this.startDragThumb; this.scrollThumb_mc.controller = this; this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb); this.scrollThumb_mc.useHandCursor = false; this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize; this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid; this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop; this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot; this.thumbHeight = Math.max(this.thumbHeight, 6); this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height; this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height; this.thumbMid_mc._y = this.thumbTop_mc._height; this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight; this.scrollTop = this.scrollThumb_mc._y; this.trackHeight = this.trackSize - this.thumbHeight; this.scrollBot = this.trackHeight + this.scrollTop; _local2 = Math.min(_local2, this.maxPos); this.setScrollPosition(Math.max(_local2, this.minPos)); } }; FScrollBarClass.prototype.getScrollPosition = function () { return(this.scrollPosition); }; FScrollBarClass.prototype.setScrollPosition = function (pos) { this.scrollPosition = pos; if (this.scrollThumb_mc != undefined) { pos = Math.min(pos, this.maxPos); pos = Math.max(pos, this.minPos); } this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop; this.executeCallBack(); }; FScrollBarClass.prototype.setLargeScroll = function (lScroll) { this.largeScroll = lScroll; }; FScrollBarClass.prototype.setSmallScroll = function (sScroll) { this.smallScroll = sScroll; }; FScrollBarClass.prototype.setEnabled = function (enabledFlag) { var _local3 = this.enable; if (enabledFlag && (!_local3)) { this.enable = enabledFlag; if (this.textField != undefined) { this.setScrollTarget(this.textField); } else { this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos); this.setScrollPosition(this.cachedPos); } this.clickFilter = undefined; } else if ((!enabledFlag) && (_local3)) { this.textField.removeListener(this); this.cachedPos = this.getScrollPosition(); this.cachedMinPos = this.minPos; this.cachedMaxPos = this.maxPos; if (this.clickFilter == undefined) { this.setScrollProperties(this.pageSize, 0, 0); } else { this.clickFilter = true; } this.enable = enabledFlag; } }; FScrollBarClass.prototype.setSize = function (hgt) { if (this._height == 1) { return(undefined); } this.width = hgt; this.scrollTrack_mc._yscale = 100; this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height; if (this.upArrow_mc == undefined) { this.attachMovie("UpArrow", "upArrow_mc", 1); this.attachMovie("DownArrow", "downArrow_mc", 2); this.downArrow_mc.controller = (this.upArrow_mc.controller = this); this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false); this.upArrow_mc._x = (this.upArrow_mc._y = 0); this.downArrow_mc._x = 0; } this.scrollTrack_mc.controller = this; this.downArrow_mc._y = this.width - this.downArrow_mc._height; this.trackSize = this.width - (2 * this.downArrow_mc._height); if (this.textField != undefined) { this.onTextChanged(); } else { this.setScrollProperties(this.pageSize, this.minPos, this.maxPos); } }; FScrollBarClass.prototype.scrollIt = function (inc, mode) { var _local3 = this.smallScroll; if (inc != "one") { _local3 = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll)); } var _local2 = this.getScrollPosition() + (mode * _local3); if (_local2 > this.maxPos) { _local2 = this.maxPos; } else if (_local2 < this.minPos) { _local2 = this.minPos; } this.setScrollPosition(_local2); }; FScrollBarClass.prototype.startDragThumb = function () { this.lastY = this._ymouse; this.onMouseMove = this.controller.dragThumb; }; FScrollBarClass.prototype.dragThumb = function () { this.scrollMove = this._ymouse - this.lastY; this.scrollMove = this.scrollMove + this._y; if (this.scrollMove < this.controller.scrollTop) { this.scrollMove = this.controller.scrollTop; } else if (this.scrollMove > this.controller.scrollBot) { this.scrollMove = this.controller.scrollBot; } this._y = this.scrollMove; var _local2 = this.controller; _local2.scrollPosition = Math.round(((_local2.maxPos - _local2.minPos) * (this._y - _local2.scrollTop)) / _local2.trackHeight) + _local2.minPos; this.controller.isScrolling = true; updateAfterEvent(); this.controller.executeCallBack(); }; FScrollBarClass.prototype.stopDragThumb = function () { this.controller.isScrolling = false; this.onMouseMove = null; }; FScrollBarClass.prototype.startTrackScroller = function () { this.controller.trackScroller(); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1); }; FScrollBarClass.prototype.scrollInterval = function (inc, mode) { clearInterval(this.scrolling); if (inc == "page") { this.trackScroller(); } else { this.scrollIt(inc, mode); } this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode); }; FScrollBarClass.prototype.trackScroller = function () { if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) { this.scrollIt("page", 1); } else if (this.scrollThumb_mc._y > this._ymouse) { this.scrollIt("page", -1); } }; FScrollBarClass.prototype.stopScrolling = function () { this.controller.downArrow_mc.gotoAndStop(1); this.controller.upArrow_mc.gotoAndStop(1); clearInterval(this.controller.scrolling); }; FScrollBarClass.prototype.startUpScroller = function () { this.controller.upArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", -1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1); }; FScrollBarClass.prototype.startDownScroller = function () { this.controller.downArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", 1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1); }; FScrollBarClass.prototype.setScrollTarget = function (tF) { if (tF == undefined) { this.textField.removeListener(this); delete this.textField[(this.horizontal ? "hScroller" : "vScroller")]; if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) { this.textField.unwatch("text"); this.textField.unwatch("htmltext"); } } this.textField = undefined; if (!(tF instanceof TextField)) { return(undefined); } this.textField = tF; this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this; this.onTextChanged(); this.onChanged = function () { this.onTextChanged(); }; this.onScroller = function () { if (!this.isScrolling) { if (!this.horizontal) { this.setScrollPosition(this.textField.scroll); } else { this.setScrollPosition(this.textField.hscroll); } } }; this.textField.addListener(this); this.textField.watch("text", this.callback); this.textField.watch("htmlText", this.callback); }; FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) { clearInterval(this.hScroller.synchScroll); clearInterval(this.vScroller.synchScroll); this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50); this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50); return(newVal); }; FScrollBarClass.prototype.onTextChanged = function () { if ((!this.enable) || (this.textField == undefined)) { return(undefined); } clearInterval(this.synchScroll); if (this.horizontal) { var _local3 = this.textField.hscroll; this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll); this.setScrollPosition(Math.min(_local3, this.textField.maxhscroll)); } else { var _local3 = this.textField.scroll; var _local2 = this.textField.bottomScroll - this.textField.scroll; this.setScrollProperties(_local2, 1, this.textField.maxscroll); this.setScrollPosition(Math.min(_local3, this.textField.maxscroll)); } }; FScrollBarClass.prototype.executeCallBack = function () { if (this.textField == undefined) { super.executeCallBack(); } else if (this.horizontal) { this.textField.hscroll = this.getScrollPosition(); } else { this.textField.scroll = this.getScrollPosition(); } }; Object.registerClass("FScrollBarSymbol", FScrollBarClass); #endinitclip
Symbol 8 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var _local3 in this.styleFormat_prm) { this.setStyleProperty(_local3, this.styleFormat_prm[_local3]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var _local2 in this.methodTable) { this[_local2](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var _local4 = this.styleTable.focusRectInner.value; var _local5 = this.styleTable.focusRectOuter.value; if (_local4 == undefined) { _local4 = 16777215 /* 0xFFFFFF */; } if (_local5 == undefined) { _local5 = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, _local5); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, _local4); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var _local17 = parseInt(value); if (!isNaN(_local17)) { value = _local17; } var _local16 = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!_local16)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var _local18 = propName.subString(4, propName.length); this.textStyle[_local18] = value; this.invalidate("setSize"); } else { for (var _local15 in this.styleTable[propName].coloredMCs) { var _local4 = new Color(this.styleTable[propName].coloredMCs[_local15]); if (this.styleTable[propName].value == undefined) { var _local5 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; _local4.setTransform(_local5); } else { _local4.setRGB(value); } } } this.styleTable[propName].useGlobal = _local16; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var _local4 = new Color(skinMCRef); _local4.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var _local3 in arguments[0]) { this[_local3] = arguments[0][_local3]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var _local3 = 0; while (_local3 < arguments.length) { var _local4 = arguments[_local3]; this.listeners[arguments[_local3]] = _local4; for (var _local5 in this) { if (this.isAStyle(_local5)) { _local4.updateStyleProperty(this, _local5.toString()); } } _local3++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var _local4 in this) { if (this.isAStyle(_local4)) { if (component.styleTable[_local4].useGlobal == this.isGlobal) { component.styleTable[_local4].useGlobal = true; var _local3 = (this.isGlobal ? undefined : (globalStyleFormat[_local4])); component.setStyleProperty(_local4, _local3, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var _local6 = 0; for (var _local5 in this.listeners) { var _local3 = this.listeners[_local5]; if (arguments.length > 0) { var _local4 = 0; while (_local4 < arguments.length) { if (this.isAStyle(arguments[_local4])) { _local3.updateStyleProperty(this, arguments[_local4]); } _local4++; } } else { for (var _local4 in this) { if (this.isAStyle(_local4)) { _local3.updateStyleProperty(this, _local4.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 21 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 31 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 40 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 41 MovieClip [UpArrow] Frame 1
stop();
Symbol 41 MovieClip [UpArrow] Frame 2
stop();
Symbol 41 MovieClip [UpArrow] Frame 3
stop();
Symbol 48 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 55 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 60 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 61 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 69 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 77 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 85 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 86 MovieClip [DownArrow] Frame 1
stop();
Symbol 86 MovieClip [DownArrow] Frame 2
stop();
Symbol 86 MovieClip [DownArrow] Frame 3
stop();
Symbol 99 MovieClip Frame 1
stop(); onEnterFrame = function () { if (((Key.isDown(38) || (Key.isDown(40))) || (Key.isDown(39))) || (Key.isDown(37))) { play(); } };
Symbol 99 MovieClip Frame 9
stop(); onEnterFrame = function () { if (((Key.isDown(38) || (Key.isDown(40))) || (Key.isDown(39))) || (Key.isDown(37))) { play(); } };
Symbol 100 MovieClip Frame 1
stop(); onEnterFrame = function () { if (((Key.isDown(38) || (Key.isDown(40))) || (Key.isDown(39))) || (Key.isDown(37))) { play(); } };
Symbol 100 MovieClip Frame 5
stop(); onEnterFrame = function () { if (((Key.isDown(38) || (Key.isDown(40))) || (Key.isDown(39))) || (Key.isDown(37))) { play(); } };
Symbol 106 MovieClip Frame 1
stop(); _root.bug.speed_num = 5;
Symbol 106 MovieClip Frame 3
stop();
Symbol 108 MovieClip Frame 1
down_b.onRollOver = function () { d_a._y = d_a._y + 4; _root.control_tx = "Down"; bug_mc._rotation = 180; }; down_b.onRollOut = function () { d_a._y = d_a._y - 4; _root.control_tx = "Controls"; }; up_b.onRollOver = function () { u_a._y = u_a._y + 4; _root.control_tx = "Up"; bug_mc._rotation = 0; }; up_b.onRollOut = function () { u_a._y = u_a._y - 4; _root.control_tx = "Controls"; }; right_b.onRollOver = function () { r_a._y = r_a._y + 4; _root.control_tx = "Turn Right"; bug_mc._rotation = 90; }; right_b.onRollOut = function () { r_a._y = r_a._y - 4; _root.control_tx = "Controls"; }; left_b.onRollOver = function () { l_a._y = l_a._y + 4; _root.control_tx = "Turn Left"; bug_mc._rotation = -90; }; left_b.onRollOut = function () { l_a._y = l_a._y - 4; _root.control_tx = "Controls"; };
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 11
stop();

Library Items

Symbol 1 FontUsed by:2 107 109 119 120 123 124 127 128 129 135 136 137
Symbol 2 EditableTextUses:1Used by:3
Symbol 3 MovieClip [_popUp]Uses:2
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:6
Symbol 6 MovieClipUses:5Used by:7
Symbol 7 MovieClip [FScrollBarSymbol]Uses:6
Symbol 8 MovieClip [FUIComponentSymbol]
Symbol 9 GraphicUsed by:10 28 46 47 53 54 56 62 74
Symbol 10 MovieClipUses:9Used by:21
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:21
Symbol 13 GraphicUsed by:14 34 65 80
Symbol 14 MovieClipUses:13Used by:21
Symbol 15 GraphicUsed by:16 35 66 81
Symbol 16 MovieClipUses:15Used by:21
Symbol 17 GraphicUsed by:18 23 33 67 71 79
Symbol 18 MovieClipUses:17Used by:21
Symbol 19 GraphicUsed by:20 22 32 68 70 78
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:10 12 14 16 18 20Used by:41
Symbol 22 MovieClipUses:19Used by:31
Symbol 23 MovieClipUses:17Used by:31
Symbol 24 GraphicUsed by:25 72
Symbol 25 MovieClipUses:24Used by:31
Symbol 26 GraphicUsed by:27 73
Symbol 27 MovieClipUses:26Used by:31
Symbol 28 MovieClipUses:9Used by:31
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:31
Symbol 31 MovieClipUses:22 23 25 27 28 30Used by:41
Symbol 32 MovieClipUses:19Used by:40
Symbol 33 MovieClipUses:17Used by:40
Symbol 34 MovieClipUses:13Used by:40
Symbol 35 MovieClipUses:15Used by:40
Symbol 36 GraphicUsed by:37 82
Symbol 37 MovieClipUses:36Used by:40
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 MovieClipUses:32 33 34 35 37 39Used by:41
Symbol 41 MovieClip [UpArrow]Uses:21 31 40
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:48
Symbol 44 GraphicUsed by:45 49 50 59
Symbol 45 MovieClipUses:44Used by:48
Symbol 46 MovieClipUses:9Used by:48
Symbol 47 MovieClipUses:9Used by:48
Symbol 48 MovieClipUses:43 45 46 47Used by:61
Symbol 49 MovieClipUses:44Used by:55
Symbol 50 MovieClipUses:44Used by:55
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:55
Symbol 53 MovieClipUses:9Used by:55
Symbol 54 MovieClipUses:9Used by:55
Symbol 55 MovieClipUses:49 50 52 53 54Used by:61
Symbol 56 MovieClipUses:9Used by:60
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:60
Symbol 59 MovieClipUses:44Used by:60
Symbol 60 MovieClipUses:56 58 59Used by:61
Symbol 61 MovieClip [ScrollThumb]Uses:48 55 60
Symbol 62 MovieClipUses:9Used by:69
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:69
Symbol 65 MovieClipUses:13Used by:69
Symbol 66 MovieClipUses:15Used by:69
Symbol 67 MovieClipUses:17Used by:69
Symbol 68 MovieClipUses:19Used by:69
Symbol 69 MovieClipUses:62 64 65 66 67 68Used by:86
Symbol 70 MovieClipUses:19Used by:77
Symbol 71 MovieClipUses:17Used by:77
Symbol 72 MovieClipUses:24Used by:77
Symbol 73 MovieClipUses:26Used by:77
Symbol 74 MovieClipUses:9Used by:77
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:77
Symbol 77 MovieClipUses:70 71 72 73 74 76Used by:86
Symbol 78 MovieClipUses:19Used by:85
Symbol 79 MovieClipUses:17Used by:85
Symbol 80 MovieClipUses:13Used by:85
Symbol 81 MovieClipUses:15Used by:85
Symbol 82 MovieClipUses:36Used by:85
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:85
Symbol 85 MovieClipUses:78 79 80 81 82 84Used by:86
Symbol 86 MovieClip [DownArrow]Uses:69 77 85
Symbol 87 GraphicUsed by:91
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClip [tire]Uses:87 89 90
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 ButtonUses:93 94Used by:108
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:108
Symbol 98 GraphicUsed by:99 100
Symbol 99 MovieClipUses:98Used by:106
Symbol 100 MovieClipUses:98Used by:106
Symbol 101 ShapeTweeningUsed by:106
Symbol 102 GraphicUsed by:106
Symbol 103 GraphicUsed by:106
Symbol 104 GraphicUsed by:106
Symbol 105 SoundUsed by:106
Symbol 106 MovieClipUses:99 100 101 102 103 104 105Used by:108  Timeline
Symbol 107 EditableTextUses:1Used by:108
Symbol 108 MovieClipUses:95 97 106 107Used by:Timeline
Symbol 109 TextUses:1Used by:Timeline
Symbol 110 ShapeTweeningUsed by:113
Symbol 111 ShapeTweeningUsed by:113
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:110 111 112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:118
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:115 117Used by:Timeline
Symbol 119 TextUses:1Used by:122
Symbol 120 TextUses:1Used by:122
Symbol 121 GraphicUsed by:122 138
Symbol 122 ButtonUses:119 120 121Used by:Timeline
Symbol 123 TextUses:1Used by:126
Symbol 124 TextUses:1Used by:126
Symbol 125 GraphicUsed by:126
Symbol 126 ButtonUses:123 124 125Used by:Timeline
Symbol 127 TextUses:1Used by:Timeline
Symbol 128 EditableTextUses:1Used by:Timeline
Symbol 129 TextUses:1Used by:Timeline
Symbol 130 FontUsed by:131 132 133 134
Symbol 131 TextUses:130Used by:Timeline
Symbol 132 EditableTextUses:130Used by:Timeline
Symbol 133 EditableTextUses:130Used by:Timeline
Symbol 134 EditableTextUses:130Used by:Timeline
Symbol 135 EditableTextUses:1Used by:Timeline
Symbol 136 TextUses:1Used by:138
Symbol 137 TextUses:1Used by:138
Symbol 138 ButtonUses:136 137 121Used by:Timeline

Instance Names

"play_btn"Frame 1Symbol 122 Button
"high_scores"Frame 1Symbol 126 Button
"int1"Frame 2Symbol 128 EditableText
"bug_mc0"Frame 3Symbol 106 MovieClip
"predator_mc"Frame 3Symbol 118 MovieClip
"food"Frame 3Symbol 113 MovieClip
"int1"Frame 4Symbol 135 EditableText
"replay_btn"Frame 4Symbol 138 Button
"int1"Symbol 3 MovieClip [_popUp] Frame 1Symbol 2 EditableText
"track_mc"Symbol 6 MovieClip Frame 1Symbol 5 MovieClip
"scrollTrack_mc"Symbol 7 MovieClip [FScrollBarSymbol] Frame 1Symbol 6 MovieClip
"face_mc"Symbol 21 MovieClip Frame 1Symbol 10 MovieClip
"arrow_mc"Symbol 21 MovieClip Frame 1Symbol 12 MovieClip
"highlight_mc"Symbol 21 MovieClip Frame 1Symbol 14 MovieClip
"shadow_mc"Symbol 21 MovieClip Frame 1Symbol 16 MovieClip
"darkshadow_mc"Symbol 21 MovieClip Frame 1Symbol 18 MovieClip
"highlight3D_mc"Symbol 21 MovieClip Frame 1Symbol 20 MovieClip
"darkshadow_mc"Symbol 31 MovieClip Frame 1Symbol 22 MovieClip
"highlight3D_mc"Symbol 31 MovieClip Frame 1Symbol 23 MovieClip
"highlight_mc"Symbol 31 MovieClip Frame 1Symbol 25 MovieClip
"shadow_mc"Symbol 31 MovieClip Frame 1Symbol 27 MovieClip
"face_mc"Symbol 31 MovieClip Frame 1Symbol 28 MovieClip
"arrow_mc"Symbol 31 MovieClip Frame 1Symbol 30 MovieClip
"highlight3D_mc"Symbol 40 MovieClip Frame 1Symbol 32 MovieClip
"darkshadow_mc"Symbol 40 MovieClip Frame 1Symbol 33 MovieClip
"highlight_mc"Symbol 40 MovieClip Frame 1Symbol 34 MovieClip
"shadow_mc"Symbol 40 MovieClip Frame 1Symbol 35 MovieClip
"face_mc"Symbol 40 MovieClip Frame 1Symbol 37 MovieClip
"arrow_mc"Symbol 40 MovieClip Frame 1Symbol 39 MovieClip
"up"Symbol 41 MovieClip [UpArrow] Frame 1Symbol 21 MovieClip
"down"Symbol 41 MovieClip [UpArrow] Frame 2Symbol 31 MovieClip
"disabled"Symbol 41 MovieClip [UpArrow] Frame 3Symbol 40 MovieClip
"highlight3D_mc"Symbol 48 MovieClip Frame 1Symbol 43 MovieClip
"darkshadow_mc"Symbol 48 MovieClip Frame 1Symbol 45 MovieClip
"highlight_mc"Symbol 48 MovieClip Frame 1Symbol 46 MovieClip
"shadow_mc"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"highlight3D_mc"Symbol 55 MovieClip Frame 1Symbol 49 MovieClip
"darkshadow_mc"Symbol 55 MovieClip Frame 1Symbol 50 MovieClip
"shadow_mc"Symbol 55 MovieClip Frame 1Symbol 52 MovieClip
"face_mc"Symbol 55 MovieClip Frame 1Symbol 53 MovieClip
"highlight_mc"Symbol 55 MovieClip Frame 1Symbol 54 MovieClip
"shadow_mc"Symbol 60 MovieClip Frame 1Symbol 56 MovieClip
"darkshadow_mc"Symbol 60 MovieClip Frame 1Symbol 58 MovieClip
"highlight3D_mc"Symbol 60 MovieClip Frame 1Symbol 59 MovieClip
"mc_sliderTop"Symbol 61 MovieClip [ScrollThumb] Frame 1Symbol 48 MovieClip
"mc_sliderMid"Symbol 61 MovieClip [ScrollThumb] Frame 1Symbol 55 MovieClip
"mc_sliderBot"Symbol 61 MovieClip [ScrollThumb] Frame 1Symbol 60 MovieClip
"face_mc"Symbol 69 MovieClip Frame 1Symbol 62 MovieClip
"arrow_mc"Symbol 69 MovieClip Frame 1Symbol 64 MovieClip
"highlight_mc"Symbol 69 MovieClip Frame 1Symbol 65 MovieClip
"shadow_mc"Symbol 69 MovieClip Frame 1Symbol 66 MovieClip
"darkshadow_mc"Symbol 69 MovieClip Frame 1Symbol 67 MovieClip
"highlight3D_mc"Symbol 69 MovieClip Frame 1Symbol 68 MovieClip
"darkshadow_mc"Symbol 77 MovieClip Frame 1Symbol 70 MovieClip
"highlight3D_mc"Symbol 77 MovieClip Frame 1Symbol 71 MovieClip
"highlight_mc"Symbol 77 MovieClip Frame 1Symbol 72 MovieClip
"shadow_mc"Symbol 77 MovieClip Frame 1Symbol 73 MovieClip
"face_mc"Symbol 77 MovieClip Frame 1Symbol 74 MovieClip
"arrow_mc"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"highlight3D_mc"Symbol 85 MovieClip Frame 1Symbol 78 MovieClip
"darkshadow_mc"Symbol 85 MovieClip Frame 1Symbol 79 MovieClip
"highlight_mc"Symbol 85 MovieClip Frame 1Symbol 80 MovieClip
"shadow_mc"Symbol 85 MovieClip Frame 1Symbol 81 MovieClip
"face_mc"Symbol 85 MovieClip Frame 1Symbol 82 MovieClip
"arrow_mc"Symbol 85 MovieClip Frame 1Symbol 84 MovieClip
"up"Symbol 86 MovieClip [DownArrow] Frame 1Symbol 69 MovieClip
"down"Symbol 86 MovieClip [DownArrow] Frame 2Symbol 77 MovieClip
"disabled"Symbol 86 MovieClip [DownArrow] Frame 3Symbol 85 MovieClip
"spokes_mc"Symbol 91 MovieClip [tire] Frame 1Symbol 89 MovieClip
"left_b"Symbol 108 MovieClip Frame 1Symbol 95 Button
"right_b"Symbol 108 MovieClip Frame 1Symbol 95 Button
"up_b"Symbol 108 MovieClip Frame 1Symbol 95 Button
"down_b"Symbol 108 MovieClip Frame 1Symbol 95 Button
"u_a"Symbol 108 MovieClip Frame 1Symbol 97 MovieClip
"d_a"Symbol 108 MovieClip Frame 1Symbol 97 MovieClip
"l_a"Symbol 108 MovieClip Frame 1Symbol 97 MovieClip
"r_a"Symbol 108 MovieClip Frame 1Symbol 97 MovieClip
"bug_mc"Symbol 108 MovieClip Frame 1Symbol 106 MovieClip
"hit_mc"Symbol 118 MovieClip Frame 1Symbol 117 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 3 as "_popUp"
ExportAssets (56)Timeline Frame 1Symbol 7 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 8 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 41 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 61 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 86 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 91 as "tire"

Labels

"splash"Frame 1
"scoreboard"Frame 2
"stage1"Frame 3
"stage1_splat"Frame 4
"clear_stage1"Frame 5
"Symbol_36"Symbol 8 MovieClip [FUIComponentSymbol] Frame 1

Dynamic Text Variables

_root.control_txSymbol 107 EditableText"controls"
DMC2Symbol 132 EditableText""
DMC2Symbol 133 EditableText""
DMC2Symbol 134 EditableText""




http://swfchan.com/6/27399/info.shtml
Created: 21/5 -2019 14:58:41 Last modified: 21/5 -2019 14:58:41 Server time: 15/05 -2024 10:25:39