Frame 2
stop();
Frame 3
stop();
my_sound = new Sound();
my_sound.attachSound("pop");
Symbol 11 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 11 MovieClip Frame 37
startMovie();
Symbol 22 MovieClip Frame 18
stop();
startbtn.onRelease = function () {
_root.gotoAndPlay(3);
};
Symbol 27 MovieClip Frame 16
stop();
Symbol 30 Button
on (press) {
startDrag ("bottom3_babyblue");
}
on (release) {
stopDrag();
if ((((bottom3_babyblue._x > 155.4) && (bottom3_babyblue._x < 185.4)) && (bottom3_babyblue._y > 294.5)) && (bottom3_babyblue._y < 324.5)) {
setProperty("bottom3_babyblue", _x , "170.4");
setProperty("bottom3_babyblue", _y , "309.5");
_root.my_sound.start(0, 1);
}
}
Symbol 33 Button
on (press) {
startDrag ("bottom3_black");
}
on (release) {
stopDrag();
if ((((bottom3_black._x > 155.4) && (bottom3_black._x < 185.4)) && (bottom3_black._y > 294.5)) && (bottom3_black._y < 324.5)) {
setProperty("bottom3_black", _x , "170.4");
setProperty("bottom3_black", _y , "309.5");
_root.my_sound.start(0, 1);
}
}
Symbol 36 Button
on (press) {
startDrag ("bottom3_gold");
}
on (release) {
stopDrag();
if ((((bottom3_gold._x > 155.4) && (bottom3_gold._x < 185.4)) && (bottom3_gold._y > 294.5)) && (bottom3_gold._y < 324.5)) {
setProperty("bottom3_gold", _x , "170.4");
setProperty("bottom3_gold", _y , "309.5");
_root.my_sound.start(0, 1);
}
}
Symbol 39 Button
on (press) {
startDrag ("bottom3_jade");
}
on (release) {
stopDrag();
if ((((bottom3_jade._x > 155.4) && (bottom3_jade._x < 185.4)) && (bottom3_jade._y > 294.5)) && (bottom3_jade._y < 324.5)) {
setProperty("bottom3_jade", _x , "170.4");
setProperty("bottom3_jade", _y , "309.5");
_root.my_sound.start(0, 1);
}
}
Symbol 42 Button
on (press) {
startDrag ("bottom3_lavender");
}
on (release) {
stopDrag();
if ((((bottom3_lavender._x > 155.4) && (bottom3_lavender._x < 185.4)) && (bottom3_lavender._y > 294.5)) && (bottom3_lavender._y < 324.5)) {
setProperty("bottom3_lavender", _x , "170.4");
setProperty("bottom3_lavender", _y , "309.5");
_root.my_sound.start(0, 1);
}
}
Symbol 45 Button
on (press) {
startDrag ("bottom3_pink");
}
on (release) {
stopDrag();
if ((((bottom3_pink._x > 155.4) && (bottom3_pink._x < 185.4)) && (bottom3_pink._y > 294.5)) && (bottom3_pink._y < 324.5)) {
setProperty("bottom3_pink", _x , "170.4");
setProperty("bottom3_pink", _y , "309.5");
_root.my_sound.start(0, 1);
}
}
Symbol 48 Button
on (press) {
startDrag ("bottom3_red");
}
on (release) {
stopDrag();
if ((((bottom3_red._x > 155.4) && (bottom3_red._x < 185.4)) && (bottom3_red._y > 294.5)) && (bottom3_red._y < 324.5)) {
setProperty("bottom3_red", _x , "170.4");
setProperty("bottom3_red", _y , "309.5");
_root.my_sound.start(0, 1);
}
}
Symbol 51 Button
on (press) {
startDrag ("bottom1_babyblue");
}
on (release) {
stopDrag();
if ((((bottom1_babyblue._x > 138.9) && (bottom1_babyblue._x < 168.9)) && (bottom1_babyblue._y > 305)) && (bottom1_babyblue._y < 335)) {
setProperty("bottom1_babyblue", _x , "153.9");
setProperty("bottom1_babyblue", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 54 Button
on (press) {
startDrag ("bottom1_black");
}
on (release) {
stopDrag();
if ((((bottom1_black._x > 138.9) && (bottom1_black._x < 168.9)) && (bottom1_black._y > 305)) && (bottom1_black._y < 335)) {
setProperty("bottom1_black", _x , "153.9");
setProperty("bottom1_black", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 57 Button
on (press) {
startDrag ("bottom1_crimson");
}
on (release) {
stopDrag();
if ((((bottom1_crimson._x > 138.9) && (bottom1_crimson._x < 168.9)) && (bottom1_crimson._y > 305)) && (bottom1_crimson._y < 335)) {
setProperty("bottom1_crimson", _x , "153.9");
setProperty("bottom1_crimson", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 60 Button
on (press) {
startDrag ("bottom1_jade");
}
on (release) {
stopDrag();
if ((((bottom1_jade._x > 138.9) && (bottom1_jade._x < 168.9)) && (bottom1_jade._y > 305)) && (bottom1_jade._y < 335)) {
setProperty("bottom1_jade", _x , "153.9");
setProperty("bottom1_jade", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 63 Button
on (press) {
startDrag ("bottom1_lavender");
}
on (release) {
stopDrag();
if ((((bottom1_lavender._x > 138.9) && (bottom1_lavender._x < 168.9)) && (bottom1_lavender._y > 305)) && (bottom1_lavender._y < 335)) {
setProperty("bottom1_lavender", _x , "153.9");
setProperty("bottom1_lavender", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 66 Button
on (press) {
startDrag ("bottom1_pink");
}
on (release) {
stopDrag();
if ((((bottom1_pink._x > 138.9) && (bottom1_pink._x < 168.9)) && (bottom1_pink._y > 305)) && (bottom1_pink._y < 335)) {
setProperty("bottom1_pink", _x , "153.9");
setProperty("bottom1_pink", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 69 Button
on (press) {
startDrag ("bottom1_red");
}
on (release) {
stopDrag();
if ((((bottom1_red._x > 138.9) && (bottom1_red._x < 168.9)) && (bottom1_red._y > 305)) && (bottom1_red._y < 335)) {
setProperty("bottom1_red", _x , "153.9");
setProperty("bottom1_red", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 72 Button
on (press) {
startDrag ("bottom1_skin");
}
on (release) {
stopDrag();
if ((((bottom1_skin._x > 138.9) && (bottom1_skin._x < 168.9)) && (bottom1_skin._y > 305)) && (bottom1_skin._y < 335)) {
setProperty("bottom1_skin", _x , "153.9");
setProperty("bottom1_skin", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 75 Button
on (press) {
startDrag ("bottom1_transparent");
}
on (release) {
stopDrag();
if ((((bottom1_transparent._x > 176.1) && (bottom1_transparent._x < 206.1)) && (bottom1_transparent._y > 305)) && (bottom1_transparent._y < 335)) {
setProperty("bottom1_transparent", _x , "191.1");
setProperty("bottom1_transparent", _y , "320");
_root.my_sound.start(0, 1);
}
}
Symbol 78 Button
on (press) {
startDrag ("bottom2_babyblue");
}
on (release) {
stopDrag();
if ((((bottom2_babyblue._x > 159) && (bottom2_babyblue._x < 189)) && (bottom2_babyblue._y > 304.2)) && (bottom2_babyblue._y < 334.2)) {
setProperty("bottom2_babyblue", _x , "174");
setProperty("bottom2_babyblue", _y , "319.2");
_root.my_sound.start(0, 1);
}
}
Symbol 81 Button
on (press) {
startDrag ("bottom2_green");
}
on (release) {
stopDrag();
if ((((bottom2_green._x > 159) && (bottom2_green._x < 189)) && (bottom2_green._y > 304.2)) && (bottom2_green._y < 334.2)) {
setProperty("bottom2_green", _x , "174");
setProperty("bottom2_green", _y , "319.2");
_root.my_sound.start(0, 1);
}
}
Symbol 84 Button
on (press) {
startDrag ("bottom2_lavender");
}
on (release) {
stopDrag();
if ((((bottom2_lavender._x > 159) && (bottom2_lavender._x < 189)) && (bottom2_lavender._y > 304.2)) && (bottom2_lavender._y < 334.2)) {
setProperty("bottom2_lavender", _x , "174");
setProperty("bottom2_lavender", _y , "319.2");
_root.my_sound.start(0, 1);
}
}
Symbol 87 Button
on (press) {
startDrag ("bottom2_pink");
}
on (release) {
stopDrag();
if ((((bottom2_pink._x > 159) && (bottom2_pink._x < 189)) && (bottom2_pink._y > 304.2)) && (bottom2_pink._y < 334.2)) {
setProperty("bottom2_pink", _x , "174");
setProperty("bottom2_pink", _y , "319.2");
_root.my_sound.start(0, 1);
}
}
Symbol 90 Button
on (press) {
startDrag ("bottom2_sunshine");
}
on (release) {
stopDrag();
if ((((bottom2_sunshine._x > 159) && (bottom2_sunshine._x < 189)) && (bottom2_sunshine._y > 304.2)) && (bottom2_sunshine._y < 334.2)) {
setProperty("bottom2_sunshine", _x , "174");
setProperty("bottom2_sunshine", _y , "319.2");
_root.my_sound.start(0, 1);
}
}
Symbol 93 Button
on (press) {
startDrag ("top3_black");
}
on (release) {
stopDrag();
if ((((top3_black._x > 130.2) && (top3_black._x < 160.2)) && (top3_black._y > 124.3)) && (top3_black._y < 154.3)) {
setProperty("top3_black", _x , "145.2");
setProperty("top3_black", _y , "139.3");
_root.my_sound.start(0, 1);
}
}
Symbol 96 Button
on (press) {
startDrag ("top3_jade");
}
on (release) {
stopDrag();
if ((((top3_jade._x > 130.2) && (top3_jade._x < 160.2)) && (top3_jade._y > 124.3)) && (top3_jade._y < 154.3)) {
setProperty("top3_jade", _x , "145.2");
setProperty("top3_jade", _y , "139.3");
_root.my_sound.start(0, 1);
}
}
Symbol 99 Button
on (press) {
startDrag ("top2_babyblue");
}
on (release) {
stopDrag();
if ((((top2_babyblue._x > 140.7) && (top2_babyblue._x < 170.7)) && (top2_babyblue._y > 223)) && (top2_babyblue._y < 253)) {
setProperty("top2_babyblue", _x , "155.7");
setProperty("top2_babyblue", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 102 Button
on (press) {
startDrag ("top2_black");
}
on (release) {
stopDrag();
if ((((top2_black._x > 140.7) && (top2_black._x < 170.7)) && (top2_black._y > 223)) && (top2_black._y < 253)) {
setProperty("top2_black", _x , "155.7");
setProperty("top2_black", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 105 Button
on (press) {
startDrag ("top2_gold");
}
on (release) {
stopDrag();
if ((((top2_gold._x > 140.7) && (top2_gold._x < 170.7)) && (top2_gold._y > 223)) && (top2_gold._y < 253)) {
setProperty("top2_gold", _x , "155.7");
setProperty("top2_gold", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 108 Button
on (press) {
startDrag ("top2_jade");
}
on (release) {
stopDrag();
if ((((top2_jade._x > 140.7) && (top2_jade._x < 170.7)) && (top2_jade._y > 223)) && (top2_jade._y < 253)) {
setProperty("top2_jade", _x , "155.7");
setProperty("top2_jade", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 111 Button
on (press) {
startDrag ("top2_lavender");
}
on (release) {
stopDrag();
if ((((top2_lavender._x > 140.7) && (top2_lavender._x < 170.7)) && (top2_lavender._y > 223)) && (top2_lavender._y < 253)) {
setProperty("top2_lavender", _x , "155.7");
setProperty("top2_lavender", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 114 Button
on (press) {
startDrag ("top2_pink");
}
on (release) {
stopDrag();
if ((((top2_pink._x > 140.7) && (top2_pink._x < 170.7)) && (top2_pink._y > 223)) && (top2_pink._y < 253)) {
setProperty("top2_pink", _x , "155.7");
setProperty("top2_pink", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 117 Button
on (press) {
startDrag ("top2_purple");
}
on (release) {
stopDrag();
if ((((top2_purple._x > 140.7) && (top2_purple._x < 170.7)) && (top2_purple._y > 223)) && (top2_purple._y < 253)) {
setProperty("top2_purple", _x , "155.7");
setProperty("top2_purple", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 120 Button
on (press) {
startDrag ("top2_red");
}
on (release) {
stopDrag();
if ((((top2_red._x > 140.7) && (top2_red._x < 170.7)) && (top2_red._y > 223)) && (top2_red._y < 253)) {
setProperty("top2_red", _x , "155.7");
setProperty("top2_red", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 123 Button
on (press) {
startDrag ("top2_skin");
}
on (release) {
stopDrag();
if ((((top2_skin._x > 140.7) && (top2_skin._x < 170.7)) && (top2_skin._y > 223)) && (top2_skin._y < 253)) {
setProperty("top2_skin", _x , "155.7");
setProperty("top2_skin", _y , "238");
_root.my_sound.start(0, 1);
}
}
Symbol 126 Button
on (press) {
startDrag ("top1_babyblue");
}
on (release) {
stopDrag();
if ((((top1_babyblue._x > 141.2) && (top1_babyblue._x < 171.2)) && (top1_babyblue._y > 218.7)) && (top1_babyblue._y < 248.7)) {
setProperty("top1_babyblue", _x , "156.2");
setProperty("top1_babyblue", _y , "233.7");
_root.my_sound.start(0, 1);
}
}
Symbol 129 Button
on (press) {
startDrag ("top1_black");
}
on (release) {
stopDrag();
if ((((top1_black._x > 141.2) && (top1_black._x < 171.2)) && (top1_black._y > 218.7)) && (top1_black._y < 248.7)) {
setProperty("top1_black", _x , "156.2");
setProperty("top1_black", _y , "233.7");
_root.my_sound.start(0, 1);
}
}
Symbol 132 Button
on (press) {
startDrag ("top1_crimson");
}
on (release) {
stopDrag();
if ((((top1_crimson._x > 141.2) && (top1_crimson._x < 171.2)) && (top1_crimson._y > 218.7)) && (top1_crimson._y < 248.7)) {
setProperty("top1_crimson", _x , "156.2");
setProperty("top1_crimson", _y , "233.7");
_root.my_sound.start(0, 1);
}
}
Symbol 135 Button
on (press) {
startDrag ("top1_jade");
}
on (release) {
stopDrag();
if ((((top1_jade._x > 141.2) && (top1_jade._x < 171.2)) && (top1_jade._y > 218.7)) && (top1_jade._y < 248.7)) {
setProperty("top1_jade", _x , "156.2");
setProperty("top1_jade", _y , "233.7");
_root.my_sound.start(0, 1);
}
}
Symbol 138 Button
on (press) {
startDrag ("top1_lavender");
}
on (release) {
stopDrag();
if ((((top1_lavender._x > 141.2) && (top1_lavender._x < 171.2)) && (top1_lavender._y > 218.7)) && (top1_lavender._y < 248.7)) {
setProperty("top1_lavender", _x , "156.2");
setProperty("top1_lavender", _y , "233.7");
_root.my_sound.start(0, 1);
}
}
Symbol 141 Button
on (press) {
startDrag ("top1_pink");
}
on (release) {
stopDrag();
if ((((top1_pink._x > 141.2) && (top1_pink._x < 171.2)) && (top1_pink._y > 218.7)) && (top1_pink._y < 248.7)) {
setProperty("top1_pink", _x , "156.2");
setProperty("top1_pink", _y , "233.7");
_root.my_sound.start(0, 1);
}
}
Symbol 144 Button
on (press) {
startDrag ("top1_red");
}
on (release) {
stopDrag();
if ((((top1_red._x > 141.2) && (top1_red._x < 171.2)) && (top1_red._y > 218.7)) && (top1_red._y < 248.7)) {
setProperty("top1_red", _x , "156.2");
setProperty("top1_red", _y , "233.7");
_root.my_sound.start(0, 1);
}
}
Symbol 147 Button
on (press) {
startDrag ("top1_skin");
}
on (release) {
stopDrag();
if ((((top1_skin._x > 141.2) && (top1_skin._x < 171.2)) && (top1_skin._y > 218.7)) && (top1_skin._y < 248.7)) {
setProperty("top1_skin", _x , "156.2");
setProperty("top1_skin", _y , "233.7");
_root.my_sound.start(0, 1);
}
}
Symbol 150 Button
on (press) {
startDrag ("top1_transparent");
}
on (release) {
stopDrag();
if ((((top1_transparent._x > 139.8) && (top1_transparent._x < 169.8)) && (top1_transparent._y > 216.8)) && (top1_transparent._y < 246.8)) {
setProperty("top1_transparent", _x , "154.8");
setProperty("top1_transparent", _y , "231.8");
_root.my_sound.start(0, 1);
}
}
Symbol 153 Button
on (press) {
startDrag ("neck1_black");
}
on (release) {
stopDrag();
if ((((neck1_black._x > 184.4) && (neck1_black._x < 214.4)) && (neck1_black._y > 124.5)) && (neck1_black._y < 154.5)) {
setProperty("neck1_black", _x , "199.4");
setProperty("neck1_black", _y , "139.5");
_root.my_sound.start(0, 1);
}
}
Symbol 156 Button
on (press) {
startDrag ("neck1_pink");
}
on (release) {
stopDrag();
if ((((neck1_pink._x > 184.4) && (neck1_pink._x < 214.4)) && (neck1_pink._y > 124.5)) && (neck1_pink._y < 154.5)) {
setProperty("neck1_pink", _x , "199.4");
setProperty("neck1_pink", _y , "139.5");
_root.my_sound.start(0, 1);
}
}
Symbol 159 Button
on (press) {
startDrag ("neck2_large");
}
on (release) {
stopDrag();
if ((((neck2_large._x > 178.5) && (neck2_large._x < 208.5)) && (neck2_large._y > 135.3)) && (neck2_large._y < 165.3)) {
setProperty("neck2_large", _x , "193.5");
setProperty("neck2_large", _y , "150.3");
_root.my_sound.start(0, 1);
}
}
Symbol 162 Button
on (press) {
startDrag ("neck2_small");
}
on (release) {
stopDrag();
if ((((neck2_small._x > 185.3) && (neck2_small._x < 215.3)) && (neck2_small._y > 122.6)) && (neck2_small._y < 152.6)) {
setProperty("neck2_small", _x , "200.3");
setProperty("neck2_small", _y , "137.6");
_root.my_sound.start(0, 1);
}
}
Symbol 165 Button
on (press) {
startDrag ("neck3");
}
on (release) {
stopDrag();
if ((((neck3._x > 185.4) && (neck3._x < 215.4)) && (neck3._y > 126.5)) && (neck3._y < 156.5)) {
setProperty("neck3", _x , "200.4");
setProperty("neck3", _y , "141.5");
_root.my_sound.start(0, 1);
}
}
Symbol 168 Button
on (press) {
startDrag ("neck4_gold");
}
on (release) {
stopDrag();
if ((((neck4_gold._x > 177) && (neck4_gold._x < 207)) && (neck4_gold._y > 130.3)) && (neck4_gold._y < 160.3)) {
setProperty("neck4_gold", _x , "192");
setProperty("neck4_gold", _y , "145.3");
_root.my_sound.start(0, 1);
}
}
Symbol 171 Button
on (press) {
startDrag ("neck4_jade");
}
on (release) {
stopDrag();
if ((((neck4_jade._x > 177) && (neck4_jade._x < 207)) && (neck4_jade._y > 130.3)) && (neck4_jade._y < 160.3)) {
setProperty("neck4_jade", _x , "192");
setProperty("neck4_jade", _y , "145.3");
_root.my_sound.start(0, 1);
}
}
Symbol 174 Button
on (press) {
startDrag ("neck5");
}
on (release) {
stopDrag();
if ((((neck5._x > 187.8) && (neck5._x < 217.8)) && (neck5._y > 117)) && (neck5._y < 147)) {
setProperty("neck5", _x , "202.8");
setProperty("neck5", _y , "132");
_root.my_sound.start(0, 1);
}
}
Symbol 177 Button
on (press) {
startDrag ("accessory1");
}
on (release) {
stopDrag();
if ((((accessory1._x > 132) && (accessory1._x < 162)) && (accessory1._y > -32)) && (accessory1._y < -2)) {
setProperty("accessory1", _x , "147");
setProperty("accessory1", _y , "-17");
_root.my_sound.start(0, 1);
}
}
Symbol 180 Button
on (press) {
startDrag ("accessory2_white");
}
on (release) {
stopDrag();
if ((((accessory2_white._x > 141) && (accessory2_white._x < 171)) && (accessory2_white._y > 241)) && (accessory2_white._y < 271)) {
setProperty("accessory2_white", _x , "156");
setProperty("accessory2_white", _y , "256");
_root.my_sound.start(0, 1);
}
}
Symbol 183 Button
on (press) {
startDrag ("accessory2_pink");
}
on (release) {
stopDrag();
if ((((accessory2_pink._x > 141) && (accessory2_pink._x < 171)) && (accessory2_pink._y > 241)) && (accessory2_pink._y < 271)) {
setProperty("accessory2_pink", _x , "156");
setProperty("accessory2_pink", _y , "256");
_root.my_sound.start(0, 1);
}
}
Symbol 186 Button
on (press) {
startDrag ("top4_lavender");
}
on (release) {
stopDrag();
if ((((top4_lavender._x > 128.9) && (top4_lavender._x < 158.9)) && (top4_lavender._y > 123.6)) && (top4_lavender._y < 153.6)) {
setProperty("top4_lavender", _x , "143.9");
setProperty("top4_lavender", _y , "138.6");
_root.my_sound.start(0, 1);
}
}
Symbol 189 Button
on (press) {
startDrag ("top4_pink");
}
on (release) {
stopDrag();
if ((((top4_pink._x > 128.9) && (top4_pink._x < 158.9)) && (top4_pink._y > 123.6)) && (top4_pink._y < 153.6)) {
setProperty("top4_pink", _x , "143.9");
setProperty("top4_pink", _y , "138.6");
_root.my_sound.start(0, 1);
}
}
Symbol 190 MovieClip Frame 2
stop();