Frame 1
stop();
Frame 2
stop();
Instance of Symbol 72 MovieClip "rightarm" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 74 MovieClip "leftarm" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 76 MovieClip "body" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 78 MovieClip "breasts" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 80 MovieClip "defaultponytail" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 82 MovieClip "defaulthair" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 84 MovieClip "head" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 86 MovieClip "btceyes" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 88 MovieClip "defaultbead" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 90 MovieClip "defaulteyes" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 92 MovieClip "tiredeyes" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 94 MovieClip "defaultmuzzle" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 96 MovieClip "defaultmouth" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 98 MovieClip "catsmilemouth" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 100 MovieClip "DAcensor" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 102 MovieClip "eggmanpanties" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 104 MovieClip "eggmanbra" in Frame 2
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 106 MovieClip "blackspats" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 108 MovieClip "silvershorts" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 110 MovieClip "socks001" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 112 MovieClip "defaultgloves" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 116 MovieClip "silvergloves" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 118 MovieClip "silverundertop" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 120 MovieClip "defaultundercoat" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 124 MovieClip "silverboots" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 126 MovieClip "defaultshoes" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 128 MovieClip "defaultovercoat" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 132 MovieClip "silvercoat" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 147 MovieClip "silverhat" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 151 MovieClip "silvergloves2" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 153 MovieClip "defaultgloves2" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 155 MovieClip "defaultneckless" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 157 MovieClip "silvercollar" in Frame 2
onClipEvent (load) {
this._visible = false;
}
Frame 3
stop();
Frame 4
stop();
Frame 5
gotoAndStop (2);
Symbol 4 MovieClip Frame 149
stop();
Symbol 10 MovieClip Frame 20
stop();
Symbol 17 MovieClip Frame 72
stop();
Symbol 56 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 65 Button
on (release) {
startMovie();
}
Symbol 67 MovieClip Frame 1
function timerHandler() {
if (!loadingComplete) {
var _local4 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * _local4;
if (_local4 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
} else {
gotoAndStop ("loaded");
}
return(undefined);
}
}
dt = getTimer() - time;
time = time + dt;
frameAccum = frameAccum + dt;
var _local3 = 0;
while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) {
advanceFrame(tankLogo, true, true);
advanceFrame(loadingText, false, true);
advanceFrame(barGfx, false, true);
if (loadingComplete) {
advanceFrame(this, false, false);
}
(frameAccum = frameAccum - FRAME_TIME);
_local3++;
}
updateAfterEvent();
}
function advanceFrame(clip, recurse, loop) {
if (!clip) {
return(undefined);
}
clip.stop();
if (clip._currentframe == clip._totalframes) {
if (loop) {
clip.gotoAndStop(1);
}
} else {
clip.nextFrame();
}
if (recurse) {
for (childName in clip) {
if (typeof(clip[childName]) == "movieclip") {
advanceFrame(clip[childName], recurse, loop);
}
}
}
}
function startMovie() {
clearInterval(intervalId);
_root.play();
}
_root.stop();
stop();
var FRAME_TIME = 33.3333333333333;
var AUTO_PLAY = false;
var MAX_FRAME_SKIP = 5;
var loadingComplete;
var intervalId;
var time;
var frameAccum;
loadingComplete = false;
intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2);
frameAccum = 0;
time = getTimer();
timerHandler();
Symbol 67 MovieClip Frame 2
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 208 Button
on (release) {
_root.nextFrame();
}
Symbol 211 Button
on (release) {
gotoAndStop (20);
}
Symbol 214 Button
on (release) {
gotoAndStop (4);
}
Symbol 217 Button
on (release) {
gotoAndStop (6);
}
Symbol 220 Button
on (release) {
gotoAndStop (10);
}
Symbol 222 Button
on (release) {
gotoAndStop (8);
}
Symbol 225 Button
on (release) {
gotoAndStop (12);
}
Symbol 227 Button
on (release) {
gotoAndStop (14);
}
Symbol 230 Button
on (release) {
gotoAndStop (2);
}
Symbol 234 Button
on (release) {
gotoAndStop (16);
}
Symbol 238 Button
on (release) {
gotoAndStop (1);
}
Symbol 241 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 258 Button
on (release) {
gotoAndStop (1);
}
Symbol 259 MovieClip Frame 1
stop();
Instance of Symbol 163 MovieClip "skulltheme" in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 168 MovieClip "hearttheme" in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 173 MovieClip "sonictheme" in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 176 MovieClip "blazetheme" in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 178 MovieClip "red1" in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 180 MovieClip "green1" in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 182 MovieClip "blue1" in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 184 MovieClip "purple1" in Symbol 259 MovieClip Frame 1
onClipEvent (load) {
this._visible = true;
}
Instance of Symbol 187 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
object = _parent.purple1;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_parent.purple1._visible == false) {
_parent.purple1._visible = true;
} else {
_parent.purple1._visible = true;
}
if (_parent.blue1._visible == true) {
_parent.blue1._visible = false;
}
if (_parent.green1._visible == true) {
_parent.green1._visible = false;
}
if (_parent.red1._visible == true) {
_parent.red1._visible = false;
}
if (_parent.blazetheme._visible == true) {
_parent.blazetheme._visible = false;
}
if (_parent.sonictheme._visible == true) {
_parent.sonictheme._visible = false;
}
if (_parent.skulltheme._visible == true) {
_parent.skulltheme._visible = false;
}
if (_parent.hearttheme._visible == true) {
_parent.hearttheme._visible = false;
}
}
Instance of Symbol 189 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
object = _parent.blue1;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_parent.blue1._visible == false) {
_parent.blue1._visible = true;
} else {
_parent.blue1._visible = true;
}
if (_parent.purple1._visible == true) {
_parent.purple1._visible = false;
}
if (_parent.green1._visible == true) {
_parent.green1._visible = false;
}
if (_parent.red1._visible == true) {
_parent.red1._visible = false;
}
if (_parent.blazetheme._visible == true) {
_parent.blazetheme._visible = false;
}
if (_parent.sonictheme._visible == true) {
_parent.sonictheme._visible = false;
}
if (_parent.skulltheme._visible == true) {
_parent.skulltheme._visible = false;
}
if (_parent.hearttheme._visible == true) {
_parent.hearttheme._visible = false;
}
}
Instance of Symbol 191 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
object = _parent.green1;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_parent.green1._visible == false) {
_parent.green1._visible = true;
} else {
_parent.green1._visible = true;
}
if (_parent.blue1._visible == true) {
_parent.blue1._visible = false;
}
if (_parent.purple1._visible == true) {
_parent.purple1._visible = false;
}
if (_parent.red1._visible == true) {
_parent.red1._visible = false;
}
if (_parent.blazetheme._visible == true) {
_parent.blazetheme._visible = false;
}
if (_parent.sonictheme._visible == true) {
_parent.sonictheme._visible = false;
}
if (_parent.skulltheme._visible == true) {
_parent.skulltheme._visible = false;
}
if (_parent.hearttheme._visible == true) {
_parent.hearttheme._visible = false;
}
}
Instance of Symbol 193 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
object = _parent.red1;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_parent.red1._visible == false) {
_parent.red1._visible = true;
} else {
_parent.red1._visible = true;
}
if (_parent.blue1._visible == true) {
_parent.blue1._visible = false;
}
if (_parent.purple1._visible == true) {
_parent.purple1._visible = false;
}
if (_parent.green1._visible == true) {
_parent.green1._visible = false;
}
if (_parent.blazetheme._visible == true) {
_parent.blazetheme._visible = false;
}
if (_parent.sonictheme._visible == true) {
_parent.sonictheme._visible = false;
}
if (_parent.skulltheme._visible == true) {
_parent.skulltheme._visible = false;
}
if (_parent.hearttheme._visible == true) {
_parent.hearttheme._visible = false;
}
}
Instance of Symbol 195 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
object = _parent.blazetheme;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_parent.blazetheme._visible == false) {
_parent.blazetheme._visible = true;
} else {
_parent.blazetheme._visible = true;
}
if (_parent.blue1._visible == true) {
_parent.blue1._visible = false;
}
if (_parent.green1._visible == true) {
_parent.green1._visible = false;
}
if (_parent.red1._visible == true) {
_parent.red1._visible = false;
}
if (_parent.purple1._visible == true) {
_parent.purple1._visible = false;
}
if (_parent.sonictheme._visible == true) {
_parent.sonictheme._visible = false;
}
if (_parent.skulltheme._visible == true) {
_parent.skulltheme._visible = false;
}
if (_parent.hearttheme._visible == true) {
_parent.hearttheme._visible = false;
}
}
Instance of Symbol 197 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
object = _parent.sonictheme;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_parent.sonictheme._visible == false) {
_parent.sonictheme._visible = true;
} else {
_parent.sonictheme._visible = true;
}
if (_parent.blue1._visible == true) {
_parent.blue1._visible = false;
}
if (_parent.green1._visible == true) {
_parent.green1._visible = false;
}
if (_parent.red1._visible == true) {
_parent.red1._visible = false;
}
if (_parent.purple1._visible == true) {
_parent.purple1._visible = false;
}
if (_parent.blazetheme._visible == true) {
_parent.blazetheme._visible = false;
}
if (_parent.skulltheme._visible == true) {
_parent.skulltheme._visible = false;
}
if (_parent.hearttheme._visible == true) {
_parent.hearttheme._visible = false;
}
}
Instance of Symbol 199 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
object = _parent.skulltheme;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_parent.skulltheme._visible == false) {
_parent.skulltheme._visible = true;
} else {
_parent.skulltheme._visible = true;
}
if (_parent.blue1._visible == true) {
_parent.blue1._visible = false;
}
if (_parent.green1._visible == true) {
_parent.green1._visible = false;
}
if (_parent.red1._visible == true) {
_parent.red1._visible = false;
}
if (_parent.purple1._visible == true) {
_parent.purple1._visible = false;
}
if (_parent.blazetheme._visible == true) {
_parent.blazetheme._visible = false;
}
if (_parent.sonictheme._visible == true) {
_parent.sonictheme._visible = false;
}
if (_parent.hearttheme._visible == true) {
_parent.hearttheme._visible = false;
}
}
Instance of Symbol 201 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
object = _parent.hearttheme;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_parent.hearttheme._visible == false) {
_parent.hearttheme._visible = true;
} else {
_parent.hearttheme._visible = true;
}
if (_parent.blue1._visible == true) {
_parent.blue1._visible = false;
}
if (_parent.green1._visible == true) {
_parent.green1._visible = false;
}
if (_parent.red1._visible == true) {
_parent.red1._visible = false;
}
if (_parent.purple1._visible == true) {
_parent.purple1._visible = false;
}
if (_parent.blazetheme._visible == true) {
_parent.blazetheme._visible = false;
}
if (_parent.sonictheme._visible == true) {
_parent.sonictheme._visible = false;
}
if (_parent.skulltheme._visible == true) {
_parent.skulltheme._visible = false;
}
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.defaultovercoat._visible == false) {
_root.defaultovercoat._visible = true;
}
if (_root.defaultundercoat._visible == false) {
_root.defaultundercoat._visible = true;
}
if (_root.defaultshoes._visible == false) {
_root.defaultshoes._visible = true;
}
if (_root.defaultneckless._visible == false) {
_root.defaultneckless._visible = true;
}
if (_root.defaultgloves._visible == false) {
_root.defaultgloves._visible = true;
}
if (_root.defaultgloves2._visible == false) {
_root.defaultgloves2._visible = true;
}
if (_root.silverundertop._visible == true) {
_root.silverundertop._visible = false;
}
if (_root.silvercoat._visible == true) {
_root.silvercoat._visible = false;
}
if (_root.silvergloves._visible == true) {
_root.silvergloves._visible = false;
}
if (_root.silvergloves2._visible == true) {
_root.silvergloves2._visible = false;
}
if (_root.silvercollar._visible == true) {
_root.silvercollar._visible = false;
}
if (_root.silvershorts._visible == true) {
_root.silvershorts._visible = false;
}
if (_root.silverboots._visible == true) {
_root.silverboots._visible = false;
}
if (_root.silverhat._visible == true) {
_root.silverhat._visible = false;
}
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.defaultovercoat._visible == true) {
_root.defaultovercoat._visible = false;
} else {
_root.defaultovercoat._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.defaultovercoat;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.defaultundercoat._visible == true) {
_root.defaultundercoat._visible = false;
} else {
_root.defaultundercoat._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.defaultundercoat;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.defaultgloves._visible == true) {
_root.defaultgloves._visible = false;
} else {
_root.defaultgloves._visible = true;
}
}
onClipEvent (enterFrame) {
object = _root.defaultgloves;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_root.defaultgloves2._visible == true) {
_root.defaultgloves2._visible = false;
} else {
_root.defaultgloves2._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.defaultgloves2;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.defaultneckless._visible == true) {
_root.defaultneckless._visible = false;
} else {
_root.defaultneckless._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.defaultneckless;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.defaultshoes._visible == true) {
_root.defaultshoes._visible = false;
} else {
_root.defaultshoes._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.defaultshoes;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.btceyes._visible == true) {
_root.btceyes._visible = false;
} else {
_root.btceyes._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.btceyes;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.catsmilemouth._visible == true) {
_root.catsmilemouth._visible = false;
} else {
_root.catsmilemouth._visible = true;
}
if (_root.defaultmouth._visible == false) {
_root.defaultmouth._visible = true;
} else {
_root.defaultmouth._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.catsmilemouth;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.tiredeyes._visible == true) {
_root.tiredeyes._visible = false;
} else {
_root.tiredeyes._visible = true;
}
if (_root.defaulteyes._visible == false) {
_root.defaulteyes._visible = true;
} else {
_root.defaulteyes._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.tiredeyes;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.blackspats._visible == true) {
_root.blackspats._visible = false;
} else {
_root.blackspats._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.blackspats;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.socks001._visible == true) {
_root.socks001._visible = false;
} else {
_root.socks001._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.socks001;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.silverundertop._visible == false) {
_root.silverundertop._visible = true;
}
if (_root.silvercoat._visible == false) {
_root.silvercoat._visible = true;
}
if (_root.silvergloves._visible == false) {
_root.silvergloves._visible = true;
}
if (_root.silvergloves2._visible == false) {
_root.silvergloves2._visible = true;
}
if (_root.silvercollar._visible == false) {
_root.silvercollar._visible = true;
}
if (_root.silvershorts._visible == false) {
_root.silvershorts._visible = true;
}
if (_root.silverboots._visible == false) {
_root.silverboots._visible = true;
}
if (_root.silverhat._visible == false) {
_root.silverhat._visible = true;
}
}
on (press) {
if (_root.defaultovercoat._visible == true) {
_root.defaultovercoat._visible = false;
}
if (_root.defaultundercoat._visible == true) {
_root.defaultundercoat._visible = false;
}
if (_root.defaultshoes._visible == true) {
_root.defaultshoes._visible = false;
}
if (_root.defaultneckless._visible == true) {
_root.defaultneckless._visible = false;
}
if (_root.defaultgloves._visible == true) {
_root.defaultgloves._visible = false;
}
if (_root.defaultgloves2._visible == true) {
_root.defaultgloves2._visible = false;
}
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.silverundertop._visible == true) {
_root.silverundertop._visible = false;
} else {
_root.silverundertop._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.silverundertop;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.silvershorts._visible == true) {
_root.silvershorts._visible = false;
} else {
_root.silvershorts._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.silvershorts;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.silverboots._visible == true) {
_root.silverboots._visible = false;
} else {
_root.silverboots._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.silverboots;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.silvercoat._visible == true) {
_root.silvercoat._visible = false;
} else {
_root.silvercoat._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.silvercoat;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.silvergloves2._visible == true) {
_root.silvergloves2._visible = false;
} else {
_root.silvergloves2._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.silvergloves2;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
on (press) {
if (_root.silvergloves._visible == true) {
_root.silvergloves._visible = false;
} else {
_root.silvergloves._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.silvercollar._visible == true) {
_root.silvercollar._visible = false;
} else {
_root.silvercollar._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.silvercollar;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Instance of Symbol 241 MovieClip in Symbol 259 MovieClip Frame 1
on (press) {
if (_root.silverhat._visible == true) {
_root.silverhat._visible = false;
} else {
_root.silverhat._visible = true;
}
if (_root.null._visible == true) {
_root.null._visible = false;
}
}
onClipEvent (enterFrame) {
object = _root.silverhat;
((object._visible == true) ? (gotoAndStop (2)) : (gotoAndStop (1)));
}
Symbol 261 Button
on (release) {
play();
}
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 20
stop();
Symbol 266 Button
on (release) {
prevFrame();
}
Symbol 270 Button
on (release) {
gotoAndStop (2);
}