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

A
Very
Merry Christmas!


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

Snake'it.swf

This is the info page for
Flash #75167

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


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

LOADING

Snake'it

E

T

I

'

K

A

N

S

<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="http://www.geocities.com/iceflass/">www.geocities.com/iceflass/</A></FONT></P>

<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="mailto:iceflass@yahoo.co.uk">mailto:iceflass@yahoo.co.uk</A></FONT></P>

intromusic

1.2

GO

Yes

No

Yes

No

SNAKE'IT HAS NOW A HIGHSCORE LIST!!

flush

AUGNABLIK

Vinnsla

Start

Target

eat_sound

key_sound

music

deadsound

PAUSED
(P) TO RESUME

Change speed
(will terminate the
current game)

BURYING DEAD SNAKE..

POINTS

(p) pause
(b) change background

The snake is so dead!!

Play again?

SPEED

YES

NO

LOADING SCORETABLE

Thanks for playing
SNAKE'IT
HOPE YOU
ENJOYED IT!

<P ALIGN="LEFT"><FONT FACE="Arial Black" SIZE="10" COLOR="#FFFFFF"><A HREF="mailto:iceflass@yahoo.co.uk">mailto:iceflass@yahoo.co.uk</A></FONT></P>

FOR COMMENTS:

Enter your name:

Your score:

Submit

HIGHSCORE LIST - TOP 10

ActionScript [AS1/AS2]

Frame 1
_root.loaded = getBytesLoaded(); _root.total = getBytesTotal(); _root.gap = 122 - Math.round((_root.total - _root.loaded) / 1000); tellTarget ("_root.loading") { gotoAndStop(_root.gap); };
Frame 2
if (_root.loaded == _root.total) { play(); } else { gotoAndPlay (1); }
Frame 3
stop();
Frame 4
stop(); stopAllSounds(); if (_root.speed > 0) { if (_root.speed == 1) { tellTarget ("speedsel") { gotoAndStop ("9"); }; } else if (_root.speed == 2) { tellTarget ("speedsel") { gotoAndStop ("8"); }; } else if (_root.speed == 3) { tellTarget ("speedsel") { gotoAndStop ("7"); }; } else if (_root.speed == 4) { tellTarget ("speedsel") { gotoAndStop ("6"); }; } else if (_root.speed == 5) { tellTarget ("speedsel") { gotoAndStop ("5"); }; } else if (_root.speed == 6) { tellTarget ("speedsel") { gotoAndStop ("4"); }; } else if (_root.speed == 7) { tellTarget ("speedsel") { gotoAndStop ("3"); }; } else if (_root.speed == 8) { tellTarget ("speedsel") { gotoAndStop ("2"); }; } else if (_root.speed == 9) { tellTarget ("speedsel") { gotoAndStop ("1"); }; } } else { tellTarget ("_root.speedsel") { gotoAndStop ("9"); }; }
Frame 5
stop(); tellTarget ("_root.box1") { gotoAndStop (1); };
Instance of Symbol 166 MovieClip "box1" in Frame 5
onClipEvent (enterFrame) { if (_root.hidebox == 1) { gotoAndStop (6); } if (_root.boxfront.hitTest(this)) { _root.treat = _root.treat + 1; tellTarget ("_root.deadsound") { play(); }; _root.dead = 1; tellTarget ("_root.work") { gotoAndStop (1); tellTarget ("_root.exp") { play(); setProperty("_root.exp", _x , getProperty(_root.boxfront, _x)); setProperty("_root.exp", _y , getProperty(_root.boxfront, _y)); }; }; } } onClipEvent (enterFrame) { if (_root.target.hitTest(this)) { _root.maketarget = 1; tellTarget ("_root.targetmac") { gotoAndPlay (2); }; } }
Instance of Symbol 176 MovieClip "target" in Frame 5
onClipEvent (enterFrame) { if (_root.boxfront.hitTest(this)) { _root.treat = _root.treat + 1; _root.stig = _root.stig + (10 - _root.speed); _root.maketarget = 1; tellTarget ("_root.targetmac") { gotoAndPlay(_currentframe - 1); if (_root.boxnum == 0) { _root.boxnum = _root.boxnum + 1; } else { duplicateMovieClip (_root.nextmove, "box" + Number(_root.boxnum + 1), _root.boxnum); setProperty("_root.box" + Number(_root.boxnum + 1), _x , -50); setProperty("_root.box" + Number(_root.boxnum + 1), _y , -50); _root.boxnum = _root.boxnum + 1; } }; } }
Instance of Symbol 178 MovieClip "treat" in Frame 5
onClipEvent (enterFrame) { if (_root.boxfront.hitTest(this)) { tellTarget ("_root.treat") { gotoAndStop (1); }; _root.stig = _root.stig + ((10 - _root.speed) * _root.treatbonus); setProperty(this, _x , -30); setProperty(this, _y , -30); } }
Instance of Symbol 181 MovieClip "work" in Frame 5
onClipEvent (load) { setProperty(this, _visible , 0); }
Instance of Symbol 184 MovieClip "start" in Frame 5
onClipEvent (load) { setProperty(this, _visible , 0); }
Instance of Symbol 188 MovieClip "targetmac" in Frame 5
onClipEvent (load) { setProperty(this, _visible , 0); }
Instance of Symbol 207 MovieClip "boxfront" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hitright)) { if (_root.wallskill == 1) { tellTarget ("_root.deadsound") { play(); }; _root.dead = 1; tellTarget ("_root.work") { gotoAndStop (1); tellTarget ("_root.exp") { play(); setProperty("_root.exp", _x , getProperty(_root.boxfront, _x)); setProperty("_root.exp", _y , getProperty(_root.boxfront, _y)); }; }; } else { setProperty(this, _x , _root.leftpos); } } else if (this.hitTest(_root.hitleft)) { if (_root.wallskill == 1) { tellTarget ("_root.deadsound") { play(); }; _root.dead = 1; tellTarget ("_root.work") { gotoAndStop (1); tellTarget ("_root.exp") { play(); setProperty("_root.exp", _x , getProperty(_root.boxfront, _x)); setProperty("_root.exp", _y , getProperty(_root.boxfront, _y)); }; }; } else { setProperty(this, _x , _root.rightpos); } } else if (this.hitTest(_root.hitup)) { if (_root.wallskill == 1) { tellTarget ("_root.deadsound") { play(); }; _root.dead = 1; tellTarget ("_root.work") { gotoAndStop (1); tellTarget ("_root.exp") { play(); setProperty("_root.exp", _x , getProperty(_root.boxfront, _x)); setProperty("_root.exp", _y , getProperty(_root.boxfront, _y)); }; }; } else { setProperty(this, _y , _root.downpos); } } else if (this.hitTest(_root.hitdown)) { if (_root.wallskill == 1) { tellTarget ("_root.deadsound") { play(); }; _root.dead = 1; tellTarget ("_root.work") { gotoAndStop (1); tellTarget ("_root.exp") { play(); setProperty("_root.exp", _x , getProperty(_root.boxfront, _x)); setProperty("_root.exp", _y , getProperty(_root.boxfront, _y)); }; }; } else { setProperty(this, _y , _root.uppos); } } }
Frame 6
_root.score = _root.stig; _root.hidebox = 1; stop();
Frame 7
gotoAndStop (5); _root.hidebox = 0; _root.hideboxstop = 1;
Symbol 11 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 14 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 17 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 19 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 22 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 25 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "check");
Symbol 26 MovieClip [fcb_states] Frame 1
stop();
Symbol 26 MovieClip [fcb_states] Frame 2
stop();
Symbol 26 MovieClip [fcb_states] Frame 3
stop();
Symbol 26 MovieClip [fcb_states] Frame 4
stop();
Symbol 26 MovieClip [fcb_states] Frame 5
stop();
Symbol 26 MovieClip [fcb_states] Frame 6
stop();
Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 32 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 4 function FCheckBoxClass() { this.init(); } FCheckBoxClass.prototype = new FUIComponentClass(); Object.registerClass("FCheckBoxSymbol", FCheckBoxClass); FCheckBoxClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1); this.attachMovie("fcb_states", "fcb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this.setChangeHandler(this.changeHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.initialValue == undefined) { this.setCheckState(false); } else { this.setCheckState(this.initialValue); } if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_CHECKBUTTON = 44; this.STATE_SYSTEM_CHECKED = 16; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FCheckBoxClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.fcb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var checkWidth = this.fcb_states_mc._width; var frame = this.fcb_states_mc; var label = this.fLabel_mc; var w = 0; if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.fcb_states_mc._x = 0; this.fLabel_mc._x = checkWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.fcb_states_mc._x = this.width - checkWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.fcb_hitArea_mc._y = vertCenter; }; FCheckBoxClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined); if (this.flabel_mc._height > this.height) { super.setSize(this.width, this.flabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FCheckBoxClass.prototype.setHitArea = function (w, h) { var hit = this.fcb_hitArea_mc; this.hitArea = hit; if (this.fcb_states_mc._width > w) { hit._width = this.fcb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FCheckBoxClass.prototype.setSize = function (w) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.fcb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FCheckBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 1); }; FCheckBoxClass.prototype.onPress = function () { this.pressFocus(); _root.focusRect.removeMovieClip(); var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.onRelease = function () { this.fcb_states_mc.gotoAndStop("up"); this.setValue(!this.checked); }; FCheckBoxClass.prototype.onReleaseOutside = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOut = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOver = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.setValue = function (checkedValue) { if (checkedValue || (checkedValue == undefined)) { this.setCheckState(checkedValue); } else if (checkedValue == false) { this.setCheckState(checkedValue); } this.executeCallBack(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FCheckBoxClass.prototype.setCheckState = function (checkedValue) { var states = this.fcb_states_mc; if (this.enable) { this.flabel_mc.setEnabled(true); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedEnabled"); this.enabled = true; this.checked = true; } else { states.gotoAndStop("up"); this.enabled = true; this.checked = false; } } else { this.flabel_mc.setEnabled(false); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedDisabled"); this.enabled = false; this.checked = true; } else { states.gotoAndStop("uncheckedDisabled"); this.enabled = false; this.checked = false; this.focusRect.removeMovieClip(); } } }; FCheckBoxClass.prototype.getValue = function () { return(this.checked); }; FCheckBoxClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; Super.setEnabled(true); } else { this.enable = false; Super.setEnabled(false); } this.setCheckState(this.checked); }; FCheckBoxClass.prototype.getEnabled = function () { return(this.enable); }; FCheckBoxClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FCheckBoxClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FCheckBoxClass.prototype.setTextColor = function (color) { this.fLabel_mc.labelField.textColor = color; }; FCheckBoxClass.prototype.myOnKeyDown = function () { if (((Key.getCode() == 32) && (this.pressOnce == undefined)) && (this.enabled == true)) { this.setValue(!this.getValue()); this.pressOnce = true; } }; FCheckBoxClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.pressOnce = undefined; } }; FCheckBoxClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_CHECKBUTTON); }; FCheckBoxClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FCheckBoxClass.prototype.get_accState = function (childId) { if (this.master.getValue()) { return(this.master.STATE_SYSTEM_CHECKED); } return(0); }; FCheckBoxClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getValue()) { return("UnCheck"); } return("Check"); }; FCheckBoxClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 36 MovieClip [FLabelSymbol] Frame 1
#initclip 1 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 44 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 50 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 56 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame4, "shadow"); component.registerSkinElement(frame2, "darkshadow"); component.registerSkinElement(frame3, "highlight"); component.registerSkinElement(frame1, "highlight3D");
Symbol 62 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 63 MovieClip [fpb_states] Frame 1
stop();
Symbol 63 MovieClip [fpb_states] Frame 2
stop();
Symbol 63 MovieClip [fpb_states] Frame 3
stop();
Symbol 63 MovieClip [fpb_states] Frame 4
stop();
Symbol 64 MovieClip [FUIComponentSymbol] Frame 1
#initclip 2 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 67 MovieClip [FPushButtonSymbol] Frame 1
#initclip 3 function FPushButtonClass() { this.init(); } FPushButtonClass.prototype = new FUIComponentClass(); Object.registerClass("FPushButtonSymbol", FPushButtonClass); FPushButtonClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fpb_states", "fpbState_mc", 1); this.attachMovie("FLabelSymbol", "fLabel_mc", 2); this.attachMovie("fpb_hitArea", "fpb_hitArea_mc", 3); super.init(); this.btnState = false; this.setClickHandler(this.clickHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_PUSHBUTTON = 43; this.STATE_SYSTEM_PRESSED = 8; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FPushButtonClass.prototype.setHitArea = function (w, h) { var hit = this.fpb_hitArea_mc; this.hitArea = hit; hit._visible = false; hit._width = w; hit._height = ((arguments.length > 1) ? (h) : (hit._height)); }; FPushButtonClass.prototype.setSize = function (w, h) { w = ((w < 6) ? 6 : (w)); if (arguments.length > 1) { if (h < 6) { h = 6; } } super.setSize(w, h); this.setLabel(this.getLabel()); this.arrangeLabel(); this.setHitArea(w, h); this.boundingBox_mc._width = w; this.boundingBox_mc._height = h; this.drawFrame(); if (this.focused) { super.myOnSetFocus(); } this.initContentPos("fLabel_mc"); }; FPushButtonClass.prototype.arrangeLabel = function () { var label = this.fLabel_mc; var h = this.height; var w = (this.width - 2); var b = 1; this.fLabel_mc.setSize(w - (b * 4)); label._x = b * 3; label._y = (h / 2) - (label._height / 2); }; FPushButtonClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FPushButtonClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); this.arrangeLabel(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FPushButtonClass.prototype.getEnabled = function () { return(this.enabled); }; FPushButtonClass.prototype.setEnabled = function (enable) { if (enable || (enable == undefined)) { this.gotoFrame(1); this.drawFrame(); this.flabel_mc.setEnabled(true); this.enabled = true; super.setEnabled(true); } else { this.gotoFrame(4); this.drawFrame(); this.flabel_mc.setEnabled(false); this.enabled = false; super.setEnabled(false); } }; FPushButtonClass.prototype.txtFormat = function () { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = "center")) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 1)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 1)) : undefined); if (this.fLabel_mc._height > this.height) { super.setSize(this.width, this.fLabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FPushButtonClass.prototype.drawFrame = function () { var b = 1; var x1 = 0; var y1 = 0; var x2 = this.width; var y2 = this.height; var mc_array = ["up_mc", "over_mc", "down_mc", "disabled_mc"]; var frame = mc_array[this.fpbState_mc._currentframe - 1]; var mc = "frame"; var i = 0; while (i < 6) { x1 = x1 + ((i % 2) * b); y1 = y1 + ((i % 2) * b); x2 = x2 - (((i + 1) % 2) * b); y2 = y2 - (((i + 1) % 2) * b); var w = (Math.abs(x1 - x2) + (2 * b)); var h = (Math.abs(y1 - y2) + (2 * b)); this.fpbState_mc[frame][mc + i]._width = w; this.fpbState_mc[frame][mc + i]._height = h; this.fpbState_mc[frame][mc + i]._x = x1 - b; this.fpbState_mc[frame][mc + i]._y = y1 - b; i++; } }; FPushButtonClass.prototype.setClickHandler = function (chng, obj) { this.handlerObj = ((arguments.length < 2) ? (this._parent) : (obj)); this.clickHandler = chng; }; FPushButtonClass.prototype.executeCallBack = function () { this.handlerObj[this.clickHandler](this); }; FPushButtonClass.prototype.initContentPos = function (mc) { this.incrVal = 1; this.initx = this[mc]._x - (this.getBtnState() * this.incrVal); this.inity = this[mc]._y - (this.getBtnState() * this.incrVal); this.togx = this.initx + this.incrVal; this.togy = this.inity + this.incrVal; }; FPushButtonClass.prototype.setBtnState = function (state) { this.btnState = state; if (state) { this.fLabel_mc._x = this.togx; this.fLabel_mc._y = this.togy; } else { this.fLabel_mc._x = this.initx; this.fLabel_mc._y = this.inity; } }; FPushButtonClass.prototype.getBtnState = function () { return(this.btnState); }; FPushButtonClass.prototype.myOnSetFocus = function () { this.focused = true; super.myOnSetFocus(); }; FPushButtonClass.prototype.onPress = function () { this.pressFocus(); this.fpbState_mc.gotoAndStop(3); this.drawFrame(); this.setBtnState(true); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRelease = function () { this.fpbState_mc.gotoAndStop(2); this.drawFrame(); this.executeCallBack(); this.setBtnState(false); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRollOver = function () { this.fpbState_mc.gotoAndStop(2); this.drawFrame(); }; FPushButtonClass.prototype.onRollOut = function () { this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onReleaseOutside = function () { this.setBtnState(false); this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onDragOut = function () { this.setBtnState(false); this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onDragOver = function () { this.setBtnState(true); this.fpbState_mc.gotoAndStop(3); this.drawFrame(); }; FPushButtonClass.prototype.myOnKeyDown = function () { if ((Key.getCode() == 32) && (this.pressOnce == undefined)) { this.onPress(); this.pressOnce = 1; } }; FPushButtonClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.onRelease(); this.pressOnce = undefined; } }; FPushButtonClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_PUSHBUTTON); }; FPushButtonClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FPushButtonClass.prototype.get_accState = function (childId) { if (this.pressOnce) { return(this.master.STATE_SYSTEM_PRESSED); } return(this.master.STATE_SYSTEM_DEFAULT); }; FPushButtonClass.prototype.get_accDefaultAction = function (childId) { return("Press"); }; FPushButtonClass.prototype.accDoDefaultAction = function (childId) { this.master.onPress(); this.master.onRelease(); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 75 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 74
tellTarget (_root) { play(); };
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 2
stop();
Symbol 103 MovieClip Frame 3
stop();
Symbol 103 MovieClip Frame 4
stop();
Symbol 103 MovieClip Frame 5
stop();
Symbol 103 MovieClip Frame 6
stop();
Symbol 121 MovieClip Frame 3
stop();
Symbol 127 Button
on (press) { gotoAndStop (13); }
Symbol 128 Button
on (press) { gotoAndStop (12); }
Symbol 129 Button
on (press) { gotoAndStop (11); }
Symbol 130 Button
on (press) { gotoAndStop (10); }
Symbol 131 Button
on (press) { gotoAndStop (9); }
Symbol 132 Button
on (press) { gotoAndStop (8); }
Symbol 133 Button
on (press) { gotoAndStop (7); }
Symbol 134 Button
on (press) { gotoAndStop (6); }
Symbol 135 Button
on (press) { gotoAndStop (5); }
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 5
_root.speed = 9;
Symbol 138 MovieClip Frame 6
_root.speed = 8;
Symbol 138 MovieClip Frame 7
_root.speed = 7;
Symbol 138 MovieClip Frame 8
_root.speed = 6;
Symbol 138 MovieClip Frame 9
_root.speed = 5;
Symbol 138 MovieClip Frame 10
_root.speed = 4;
Symbol 138 MovieClip Frame 11
_root.speed = 3;
Symbol 138 MovieClip Frame 12
_root.speed = 2;
Symbol 138 MovieClip Frame 13
_root.speed = 1;
Symbol 142 Button
on (release) { stopAllSounds(); if (_root.flushed == 0) { tellTarget ("_root.wait") { play(); }; } else { play(); } }
Symbol 146 Button
on (release) { play(); }
Symbol 151 Button
on (release) { play(); _root.wallskill = 0; }
Symbol 154 MovieClip Frame 1
stop(); if (_root.wallskill == 1) { gotoAndStop (2); } else { _root.wallskill = 0; }
Symbol 154 MovieClip Frame 2
stop(); _root.wallskill = 1;
Symbol 157 MovieClip Frame 2
if (_root.boxnum == 0) { } else { removeMovieClip("_root.box" + remove); _root.flushed = 0; if (remove == _root.boxnum) { setProperty("_root.box1", _x , -30); setProperty("_root.box1", _y , -30); setProperty("_root.boxfront", _x , _root.boxfrontxstart); setProperty("_root.boxfront", _y , _root.boxfrontystart); _root.flushed = 1; gotoAndStop (1); } else { remove = remove + 1; } }
Symbol 157 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
if (_root.flushed == 1) { gotoAndStop (1); tellTarget ("_root.") { play(); }; } else { play(); }
Symbol 160 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 163 MovieClip Frame 16
stop();
Symbol 166 MovieClip Frame 1
name = getProperty(this, _name); stop();
Symbol 169 Button
on (keyPress "<Right>") { if (_root.dir == "left") { } else { tellTarget ("sound2") { play(); }; setProperty("_root.boxfront", _rotation , 90); _root.press = "right"; } } on (keyPress "<Up>") { if (_root.dir == "down") { } else { tellTarget ("sound2") { play(); }; _root.press = "up"; setProperty("_root.boxfront", _rotation , 0); } } on (keyPress "<Left>") { if (_root.dir == "right") { } else { tellTarget ("sound2") { play(); }; _root.press = "left"; setProperty("_root.boxfront", _rotation , 270); } } on (keyPress "<Down>") { if (_root.dir == "up") { } else { tellTarget ("sound2") { play(); }; _root.press = "down"; setProperty("_root.boxfront", _rotation , 180); } } on (keyPress "p") { if (_root.pause == 0) { tellTarget ("_root.work") { stop(); tellTarget ("_root.pause") { play(); }; _root.pause = 1; }; } else { tellTarget ("_root.work") { play(); tellTarget ("_root.pause") { play(); _root.pause = 0; }; }; } } on (keyPress "b") { tellTarget ("_root.back") { play(); }; }
Symbol 178 MovieClip Frame 1
stop(); setProperty(this, _y , -30); setProperty(this, _x , -30); _root.treat = 0;
Symbol 178 MovieClip Frame 2
_root.treatbonus = 10;
Symbol 178 MovieClip Frame 12
_root.treatbonus = 9;
Symbol 178 MovieClip Frame 20
_root.treatbonus = 8;
Symbol 178 MovieClip Frame 28
_root.treatbonus = 7;
Symbol 178 MovieClip Frame 37
_root.treatbonus = 6;
Symbol 178 MovieClip Frame 47
_root.treatbonus = 5;
Symbol 178 MovieClip Frame 56
_root.treatbonus = 4;
Symbol 181 MovieClip Frame 1
if (_root.dead == 1) { tellTarget ("_root.gameover") { play(); }; }
Symbol 181 MovieClip Frame 5
if (move == _root.speed) { if (_root.press == "right") { _root.dir = "right"; if (_root.boxnum > 0) { setProperty(_root.nextmove, _x , getProperty(_root.boxfront, _x)); setProperty(_root.nextmove, _y , getProperty(_root.boxfront, _y)); } setProperty("_root.boxfront", _x , getProperty(_root.boxfront, _x) + _root.jump); } if (_root.press == "up") { _root.dir = "up"; if (_root.boxnum > 0) { setProperty(_root.nextmove, _x , getProperty(_root.boxfront, _x)); setProperty(_root.nextmove, _y , getProperty(_root.boxfront, _y)); } setProperty("_root.boxfront", _y , getProperty(_root.boxfront, _y) - _root.jump); } if (_root.press == "left") { _root.dir = "left"; if (_root.boxnum > 0) { setProperty(_root.nextmove, _x , getProperty(_root.boxfront, _x)); setProperty(_root.nextmove, _y , getProperty(_root.boxfront, _y)); } setProperty("_root.boxfront", _x , getProperty(_root.boxfront, _x) - _root.jump); } if (_root.press == "down") { _root.dir = "down"; if (_root.boxnum > 0) { setProperty(_root.nextmove, _x , getProperty(_root.boxfront, _x)); setProperty(_root.nextmove, _y , getProperty(_root.boxfront, _y)); } setProperty("_root.boxfront", _y , getProperty(_root.boxfront, _y) + _root.jump); } _root.lastmove = _root.nextmove; _root.nextmove = "_root.box" + _root.movingnow; if (_root.movingnow < _root.boxnum) { _root.movingnow = _root.movingnow + 1; } else if (_root.movingnow == _root.boxnum) { _root.movingnow = 1; } move = 0; }
Symbol 181 MovieClip Frame 6
gotoAndPlay(_currentframe - 1); move = move + 1;
Symbol 184 MovieClip Frame 1
_root.jump = getProperty(_root.box1, _width) + 1; _root.hideboxstop = 0; _root.hidebox = 0; _root.pause = 0; _root.boxnum = 0; _root.nextmove = "_root.box" + _root.boxnum; _root.lastmove = "_root.box" + _root.boxnum; _root.press = "right"; _root.uppos = getProperty(_root.mark1, _y); _root.leftpos = getProperty(_root.mark3, _x); _root.downpos = getProperty(_root.mark4, _y); _root.rightpos = getProperty(_root.mark2, _x); _root.maketarget = 1; _root.movingnow = 0; _root.dead = 0; _root.boxfrontxstart = getProperty(_root.boxfront, _x); _root.boxfrontystart = getProperty(_root.boxfront, _y); _root.stig = 0; setProperty("_root.boxfront", _rotation , 90); setProperty("_root.exp", _x , -40); setProperty("_root.exp", _y , -40); _root.maketarget = 1; tellTarget ("_root.targetmac") { gotoAndPlay(_currentframe - 1); if (_root.boxnum == 0) { _root.boxnum = _root.boxnum + 1; } else { duplicateMovieClip (_root.nextmove, "box" + Number(_root.boxnum + 1), _root.boxnum); setProperty("_root.box" + Number(_root.boxnum + 1), _x , -50); setProperty("_root.box" + Number(_root.boxnum + 1), _y , -50); _root.boxnum = _root.boxnum + 1; } };
Symbol 184 MovieClip Frame 2
stop();
Symbol 188 MovieClip Frame 2
if (_root.maketarget == 1) { if (_root.treat == 7) { _root.treat = 0; setProperty("_root.treat", _x , random(460) + 40); setProperty("_root.treat", _y , random(280) + 40); tellTarget ("_root.treat") { gotoAndPlay ("visible"); }; } tellTarget ("_root.eatsound") { play(); }; setProperty("_root.target", _visible , 0); setProperty("_root.target", _x , random(460) + 40); setProperty("_root.target", _y , random(280) + 40); _root.maketarget = 0; _root.rantar = random(5) + 1; tellTarget ("_root.target.rantar") { gotoAndStop(_root.rantar); }; }
Symbol 188 MovieClip Frame 3
if (_root.maketarget == 1) { gotoAndPlay (2); } else { setProperty("_root.target", _visible , 1); stop(); }
Symbol 191 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 3
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Symbol 200 MovieClip Frame 3
stop();
Symbol 200 MovieClip Frame 4
prevFrame();
Symbol 205 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 211 MovieClip Frame 1
setProperty(this, _visible , "0");
Symbol 212 Button
on (release) { gotoAndStop (4); }
Symbol 216 MovieClip Frame 1
remove = 1; stop();
Symbol 216 MovieClip Frame 2
removeMovieClip("_root.box" + remove); if (remove == _root.boxnum) { setProperty("_root.box1", _x , -30); setProperty("_root.box1", _y , -30); setProperty("_root.boxfront", _x , _root.boxfrontxstart); setProperty("_root.boxfront", _y , _root.boxfrontystart); tellTarget ("_root.work") { play(); tellTarget ("_root.start") { play(); tellTarget (_root) { play(); }; }; }; gotoAndStop (1); } else { remove = remove + 1; }
Symbol 216 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 230 Button
on (release) { gotoAndStop (1); tellTarget ("_root.newgame") { play(); }; }
Symbol 232 Button
on (release) { play(); fscommand ("quit"); }
Symbol 236 MovieClip Frame 20
tellTarget (_root) { play(); }; stop();
Symbol 242 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 2
_root.score = _root.stig;
Symbol 242 MovieClip Frame 25
stop(); if (_root.speed == 1) { tellTarget ("speedsel") { gotoAndStop ("9"); }; } else if (_root.speed == 2) { tellTarget ("speedsel") { gotoAndStop ("8"); }; } else if (_root.speed == 3) { tellTarget ("speedsel") { gotoAndStop ("7"); }; } else if (_root.speed == 4) { tellTarget ("speedsel") { gotoAndStop ("6"); }; } else if (_root.speed == 5) { tellTarget ("speedsel") { gotoAndStop ("5"); }; } else if (_root.speed == 6) { tellTarget ("speedsel") { gotoAndStop ("4"); }; } else if (_root.speed == 7) { tellTarget ("speedsel") { gotoAndStop ("3"); }; } else if (_root.speed == 8) { tellTarget ("speedsel") { gotoAndStop ("2"); }; } else if (_root.speed == 9) { tellTarget ("speedsel") { gotoAndStop ("1"); }; }
Symbol 242 MovieClip Frame 26
stop(); tellTarget ("_root.newgame") { play(); };
Symbol 273 Button
on (release) { _root.scoretable.filename = "scores/demo.sco"; _root.scoretable.scoresize = 10; _root.scoretable.action = "INSERT"; _root.scoretable.viewtype = "FLASH"; _root.scoretable.winname = _root.name; _root.scoretable.winscore = _root.score; _root.scoretable.loadVariables("http://members.lycos.co.uk/iceflass/snakeit/scores.php", "GET"); play(); }
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 2
stop();

Library Items

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

Instance Names

"loading"Frame 1Symbol 75 MovieClip
"back"Frame 4Symbol 103 MovieClip
"hitdown"Frame 4Symbol 115 MovieClip
"hitup"Frame 4Symbol 115 MovieClip
"hitleft"Frame 4Symbol 115 MovieClip
"hitright"Frame 4Symbol 115 MovieClip
"intromusic"Frame 4Symbol 121 MovieClip
"speedsel"Frame 4Symbol 138 MovieClip
"flush"Frame 4Symbol 157 MovieClip
"wait"Frame 4Symbol 160 MovieClip
"back"Frame 5Symbol 103 MovieClip
"box1"Frame 5Symbol 166 MovieClip
"target"Frame 5Symbol 176 MovieClip
"treat"Frame 5Symbol 178 MovieClip
"work"Frame 5Symbol 181 MovieClip
"start"Frame 5Symbol 184 MovieClip
"targetmac"Frame 5Symbol 188 MovieClip
"eatsound"Frame 5Symbol 191 MovieClip
"sound2"Frame 5Symbol 194 MovieClip
"music"Frame 5Symbol 197 MovieClip
"deadsound"Frame 5Symbol 200 MovieClip
"exp"Frame 5Symbol 205 MovieClip
"boxfront"Frame 5Symbol 207 MovieClip
"hitdown"Frame 5Symbol 115 MovieClip
"hitup"Frame 5Symbol 115 MovieClip
"hitleft"Frame 5Symbol 115 MovieClip
"hitright"Frame 5Symbol 115 MovieClip
"pause"Frame 5Symbol 209 MovieClip
"mark1"Frame 5Symbol 211 MovieClip
"mark3"Frame 5Symbol 211 MovieClip
"mark2"Frame 5Symbol 211 MovieClip
"mark4"Frame 5Symbol 211 MovieClip
"newgame"Frame 5Symbol 216 MovieClip
"gameover"Frame 5Symbol 242 MovieClip
"scoretable"Frame 6Symbol 265 MovieClip
"highlight3D_mc"Symbol 11 MovieClip Frame 1Symbol 4 MovieClip
"highlight_mc"Symbol 11 MovieClip Frame 1Symbol 6 MovieClip
"shadow_mc"Symbol 11 MovieClip Frame 1Symbol 8 MovieClip
"darkshadow_mc"Symbol 11 MovieClip Frame 1Symbol 10 MovieClip
"background_mc"Symbol 14 MovieClip Frame 1Symbol 13 MovieClip
"background_mc"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"background_mc"Symbol 19 MovieClip Frame 1Symbol 18 MovieClip
"check_mc"Symbol 22 MovieClip Frame 1Symbol 21 MovieClip
"check_mc"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"fcb_frame_mc"Symbol 26 MovieClip [fcb_states] Frame 1Symbol 11 MovieClip
"frb_frame_mc"Symbol 26 MovieClip [fcb_states] Frame 1Symbol 14 MovieClip
"boundingBox"Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 27 MovieClip
"boundingBox2"Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 27 MovieClip
"boundingBox_mc"Symbol 32 MovieClip [FCheckBoxSymbol] Frame 1Symbol 29 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 32 MovieClip [FCheckBoxSymbol] Frame 1Symbol 31 MovieClip
"labelField"Symbol 36 MovieClip [FLabelSymbol] Frame 1Symbol 35 EditableText
"frame1"Symbol 44 MovieClip Frame 1Symbol 38 MovieClip
"frame2"Symbol 44 MovieClip Frame 1Symbol 39 MovieClip
"frame3"Symbol 44 MovieClip Frame 1Symbol 40 MovieClip
"frame4"Symbol 44 MovieClip Frame 1Symbol 41 MovieClip
"frame5"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip
"frame1"Symbol 50 MovieClip Frame 1Symbol 45 MovieClip
"frame2"Symbol 50 MovieClip Frame 1Symbol 46 MovieClip
"frame3"Symbol 50 MovieClip Frame 1Symbol 47 MovieClip
"frame4"Symbol 50 MovieClip Frame 1Symbol 48 MovieClip
"frame5"Symbol 50 MovieClip Frame 1Symbol 49 MovieClip
"frame1"Symbol 56 MovieClip Frame 1Symbol 51 MovieClip
"frame2"Symbol 56 MovieClip Frame 1Symbol 52 MovieClip
"frame3"Symbol 56 MovieClip Frame 1Symbol 53 MovieClip
"frame4"Symbol 56 MovieClip Frame 1Symbol 54 MovieClip
"frame5"Symbol 56 MovieClip Frame 1Symbol 55 MovieClip
"frame1"Symbol 62 MovieClip Frame 1Symbol 57 MovieClip
"frame2"Symbol 62 MovieClip Frame 1Symbol 58 MovieClip
"frame3"Symbol 62 MovieClip Frame 1Symbol 59 MovieClip
"frame4"Symbol 62 MovieClip Frame 1Symbol 60 MovieClip
"frame5"Symbol 62 MovieClip Frame 1Symbol 61 MovieClip
"up_mc"Symbol 63 MovieClip [fpb_states] Frame 1Symbol 44 MovieClip
"over_mc"Symbol 63 MovieClip [fpb_states] Frame 2Symbol 50 MovieClip
"down_mc"Symbol 63 MovieClip [fpb_states] Frame 3Symbol 56 MovieClip
"disabled_mc"Symbol 63 MovieClip [fpb_states] Frame 4Symbol 62 MovieClip
"boundingBox_mc"Symbol 67 MovieClip [FPushButtonSymbol] Frame 1Symbol 29 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 67 MovieClip [FPushButtonSymbol] Frame 1Symbol 66 MovieClip
"rantar"Symbol 176 MovieClip Frame 1Symbol 175 MovieClip
"speedsel"Symbol 242 MovieClip Frame 25Symbol 138 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 2 as "fcb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 26 as "fcb_states"
ExportAssets (56)Timeline Frame 1Symbol 29 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 32 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 33 as "fpb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 36 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 63 as "fpb_states"
ExportAssets (56)Timeline Frame 1Symbol 64 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 29 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 67 as "FPushButtonSymbol"

Labels

"up"Symbol 26 MovieClip [fcb_states] Frame 1
"press"Symbol 26 MovieClip [fcb_states] Frame 2
"uncheckedDisabled"Symbol 26 MovieClip [fcb_states] Frame 3
"checkedDisabled"Symbol 26 MovieClip [fcb_states] Frame 4
"checkedPress"Symbol 26 MovieClip [fcb_states] Frame 5
"checkedEnabled"Symbol 26 MovieClip [fcb_states] Frame 6
"enabled"Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 2
#"Symbol_10"Symbol 33 MovieClip [fpb_hitArea] Frame 1
"Symbol_32"Symbol 36 MovieClip [FLabelSymbol] Frame 1
"up"Symbol 63 MovieClip [fpb_states] Frame 1
"over"Symbol 63 MovieClip [fpb_states] Frame 2
"down"Symbol 63 MovieClip [fpb_states] Frame 3
"disabled"Symbol 63 MovieClip [fpb_states] Frame 4
"Symbol_36"Symbol 64 MovieClip [FUIComponentSymbol] Frame 1
"1"Symbol 138 MovieClip Frame 5
"2"Symbol 138 MovieClip Frame 6
"3"Symbol 138 MovieClip Frame 7
"4"Symbol 138 MovieClip Frame 8
"5"Symbol 138 MovieClip Frame 9
"6"Symbol 138 MovieClip Frame 10
"7"Symbol 138 MovieClip Frame 11
"8"Symbol 138 MovieClip Frame 12
"9"Symbol 138 MovieClip Frame 13
"visible"Symbol 178 MovieClip Frame 2

Dynamic Text Variables

loadedSymbol 69 EditableText""
totalSymbol 70 EditableText""
pressSymbol 168 EditableText""
stigSymbol 218 EditableText""
NAME0Symbol 244 EditableText""
SCORE0Symbol 245 EditableText""
NAME1Symbol 246 EditableText""
SCORE1Symbol 247 EditableText""
NAME2Symbol 248 EditableText""
SCORE2Symbol 249 EditableText""
NAME3Symbol 250 EditableText""
SCORE3Symbol 251 EditableText""
NAME4Symbol 252 EditableText""
SCORE4Symbol 253 EditableText""
NAME5Symbol 254 EditableText""
SCORE5Symbol 255 EditableText""
NAME6Symbol 256 EditableText""
SCORE6Symbol 257 EditableText""
NAME7Symbol 258 EditableText""
SCORE7Symbol 259 EditableText""
NAME8Symbol 260 EditableText""
SCORE8Symbol 261 EditableText""
NAME9Symbol 262 EditableText""
SCORE9Symbol 263 EditableText""
nameSymbol 267 EditableText""
scoreSymbol 271 EditableText""




http://swfchan.com/16/75167/info.shtml
Created: 6/4 -2019 10:32:48 Last modified: 6/4 -2019 10:32:48 Server time: 23/12 -2024 00:24:18