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

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

monster-band.swf

This is the info page for
Flash #113052

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


Text
l

o

a

d

i

n

Drums

Bass

Guitar

Singer

ActionScript [AS1/AS2]

Frame 1
_global.bandname = 1;
Frame 12
_root.bytesLoaded = _root.getBytesLoaded(); _root.bytesTotal = _root.getBytesTotal(); _root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal)); if (_root.percentLoaded >= 100) { gotoAndStop (13); } else { gotoAndPlay (2); }
Frame 13
stop();
Frame 14
stop(); boo = new Sound(); boo.attachSound("boos3.wav"); app = new Sound(); app.attachSound("applause.wav"); if (bandname == 1) { _root.namer.gotoAndStop(1); } else if (bandname == 2) { _root.namer.gotoAndStop(2); } else if (bandname == 3) { _root.namer.gotoAndStop(3); } else if (bandname == 4) { _root.namer.gotoAndStop(4); }
Symbol 23 MovieClip Frame 1
stop();
Symbol 26 Button
on (release) { bandname = 1; _root.cm1.gotoAndStop(2); }
Symbol 27 Button
on (release) { bandname = 3; _root.cm1.gotoAndStop(4); }
Symbol 28 Button
on (release) { bandname = 2; _root.cm1.gotoAndStop(3); }
Symbol 29 Button
on (release) { bandname = 4; _root.cm1.gotoAndStop(5); }
Symbol 44 Button
on (release) { gotoAndPlay (14); }
Symbol 51 Button
on (release) { app.start(0, 1); }
Symbol 54 Button
on (release) { boo.start(0, 1); }
Symbol 57 Button
on (release) { _root.drm.drumbeat2.stop("mb-drum-2.wav"); _root.drm.drumbeat1.stop("mb-drum-1.wav"); _root.drm.drumbeat3.stop("mb-drum-3.wav"); _root.drm.drumbeat4.stop("mb-drum-4.wav"); _root.drm.playing1 = false; _root.drm.playing2 = false; _root.drm.playing3 = false; _root.drm.playing4 = false; _root.drm.stick1._rotation = 330; _root.drm.stick2._rotation = 30; _root.gtm.g2.stop("mb-guitar-2.wav"); _root.gtm.g1.stop("mb-guitar-1.wav"); _root.gtm.g3.stop("mb-guitar-3.wav"); _root.gtm.g4.stop("mb-guitar-6.wav"); _root.gtm.playingg1 = false; _root.gtm.playingg2 = false; _root.gtm.playingg3 = false; _root.gtm.playingg4 = false; _root.gtm.arm1._yscale = 100; _root.bam.b1.stop("mb-bass-1.wav"); _root.bam.b2.stop("mb-bass-2.wav"); _root.bam.b3.stop("mb-bass-3.wav"); _root.bam.b4.stop("mb-bass-4.wav"); _root.bam.playingb1 = false; _root.bam.playingb2 = false; _root.bam.playingb3 = false; _root.bam.playingb4 = false; _root.bam.bonehand1._x = 13; _root.bam.bonehand1._y = -57; _root.bam.armb._rotation = 0; _root.bam.bonehand2._x = -19; }
Symbol 60 Button
on (release) { gotoAndStop (2); }
Symbol 61 Button
on (release) { gotoAndStop (3); }
Symbol 62 Button
on (release) { gotoAndStop (4); }
Symbol 63 Button
on (release) { gotoAndStop (5); }
Symbol 66 Button
on (release) { gotoAndStop (1); }
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 2
stop();
Symbol 75 MovieClip Frame 3
stop();
Symbol 75 MovieClip Frame 4
stop();
Symbol 75 MovieClip Frame 5
stop();
Symbol 86 Button
on (release, keyPress "1") { if (playing1 != true) { drumbeat2.stop("mb-drum-2.wav"); drumbeat3.stop("mb-drum-3.wav"); drumbeat4.stop("mb-drum-4.wav"); drumbeat1.start(0, 240); playing1 = true; playing2 = false; playing3 = false; playing4 = false; } }
Symbol 87 Button
on (release, keyPress "2") { if (playing2 != true) { drumbeat1.stop("mb-drum-1.wav"); drumbeat3.stop("mb-drum-3.wav"); drumbeat4.stop("mb-drum-4.wav"); drumbeat2.start(0, 240); playing2 = true; playing1 = false; playing3 = false; playing4 = false; } }
Symbol 88 Button
on (release, keyPress "3") { if (playing3 != true) { drumbeat2.stop("mb-drum-2.wav"); drumbeat1.stop("mb-drum-1.wav"); drumbeat4.stop("mb-drum-4.wav"); drumbeat3.start(0, 240); playing3 = true; playing2 = false; playing1 = false; playing4 = false; } }
Symbol 89 Button
on (release, keyPress "4") { if (playing4 != true) { drumbeat2.stop("mb-drum-2.wav"); drumbeat3.stop("mb-drum-3.wav"); drumbeat1.stop("mb-drum-1.wav"); drumbeat4.start(0, 240); playing4 = true; playing2 = false; playing3 = false; playing1 = false; } }
Symbol 90 Button
on (release) { drumbeat2.stop("mb-drum-2.wav"); drumbeat1.stop("mb-drum-1.wav"); drumbeat3.stop("mb-drum-3.wav"); drumbeat4.stop("mb-drum-4.wav"); playing1 = false; playing2 = false; playing3 = false; playing4 = false; stick1._rotation = 330; stick2._rotation = 30; }
Symbol 92 MovieClip Frame 1
drumbeat1 = new Sound(); drumbeat1.attachSound("mb-drum-1.wav"); drumbeat2 = new Sound(); drumbeat2.attachSound("mb-drum-2.wav"); drumbeat3 = new Sound(); drumbeat3.attachSound("mb-drum-3.wav"); drumbeat4 = new Sound(); drumbeat4.attachSound("mb-drum-4.wav"); stick1._rotation = 330; stick2._rotation = 30; this.onEnterFrame = function () { if (((playing1 == true) && ((drumbeat1.position / 1000) >= 0)) && ((drumbeat1.position / 1000) <= 0.25)) { stick1._rotation = 300; } else if (((playing1 == true) && ((drumbeat1.position / 1000) >= 0.25)) && ((drumbeat1.position / 1000) <= 0.5)) { stick1._rotation = 330; } else if (((playing1 == true) && ((drumbeat1.position / 1000) >= 0.5)) && ((drumbeat1.position / 1000) <= 0.75)) { stick1._rotation = 300; stick2._rotation = 60; } else if (((playing1 == true) && ((drumbeat1.position / 1000) >= 0.75)) && ((drumbeat1.position / 1000) <= 1)) { stick1._rotation = 330; stick2._rotation = 30; } else if (((playing1 == true) && ((drumbeat1.position / 1000) >= 1)) && ((drumbeat1.position / 1000) <= 1.25)) { stick1._rotation = 300; } else if (((playing1 == true) && ((drumbeat1.position / 1000) >= 1.25)) && ((drumbeat1.position / 1000) <= 1.5)) { stick1._rotation = 330; } else if (((playing1 == true) && ((drumbeat1.position / 1000) >= 1.5)) && ((drumbeat1.position / 1000) <= 1.75)) { stick1._rotation = 300; stick2._rotation = 60; } else if (((playing1 == true) && ((drumbeat1.position / 1000) >= 1.75)) && ((drumbeat1.position / 1000) <= 2)) { stick1._rotation = 330; stick2._rotation = 30; } else if (((playing2 == true) && ((drumbeat2.position / 1000) >= 0)) && ((drumbeat2.position / 1000) <= 0.25)) { stick1._rotation = 300; } else if (((playing2 == true) && ((drumbeat2.position / 1000) >= 0.25)) && ((drumbeat2.position / 1000) <= 0.5)) { stick1._rotation = 330; } else if (((playing2 == true) && ((drumbeat2.position / 1000) >= 0.5)) && ((drumbeat2.position / 1000) <= 0.75)) { stick1._rotation = 300; stick2._rotation = 60; } else if (((playing2 == true) && ((drumbeat2.position / 1000) >= 0.75)) && ((drumbeat2.position / 1000) <= 1)) { stick1._rotation = 330; stick2._rotation = 30; } else if (((playing2 == true) && ((drumbeat2.position / 1000) >= 1)) && ((drumbeat2.position / 1000) <= 1.25)) { stick1._rotation = 300; } else if (((playing2 == true) && ((drumbeat2.position / 1000) >= 1.25)) && ((drumbeat2.position / 1000) <= 1.5)) { stick1._rotation = 330; } else if (((playing2 == true) && ((drumbeat2.position / 1000) >= 1.5)) && ((drumbeat2.position / 1000) <= 1.75)) { stick1._rotation = 300; stick2._rotation = 60; } else if (((playing2 == true) && ((drumbeat2.position / 1000) >= 1.75)) && ((drumbeat2.position / 1000) <= 2)) { stick1._rotation = 330; stick2._rotation = 30; } else if (((playing3 == true) && ((drumbeat3.position / 1000) >= 0)) && ((drumbeat3.position / 1000) <= 0.25)) { stick2._rotation = 60; stick1._rotation = 330; } else if (((playing3 == true) && ((drumbeat3.position / 1000) >= 0.25)) && ((drumbeat3.position / 1000) <= 0.5)) { stick2._rotation = 30; stick1._rotation = 300; } else if (((playing3 == true) && ((drumbeat3.position / 1000) >= 0.5)) && ((drumbeat3.position / 1000) <= 0.75)) { stick2._rotation = 60; stick1._rotation = 330; } else if (((playing3 == true) && ((drumbeat3.position / 1000) >= 0.75)) && ((drumbeat3.position / 1000) <= 1)) { stick2._rotation = 30; stick1._rotation = 300; } else if (((playing3 == true) && ((drumbeat3.position / 1000) >= 1)) && ((drumbeat3.position / 1000) <= 1.25)) { stick2._rotation = 60; stick1._rotation = 330; } else if (((playing3 == true) && ((drumbeat3.position / 1000) >= 1.25)) && ((drumbeat3.position / 1000) <= 1.5)) { stick2._rotation = 30; stick1._rotation = 300; } else if (((playing3 == true) && ((drumbeat3.position / 1000) >= 1.5)) && ((drumbeat3.position / 1000) <= 1.75)) { stick2._rotation = 60; stick1._rotation = 330; } else if (((playing3 == true) && ((drumbeat3.position / 1000) >= 1.75)) && ((drumbeat3.position / 1000) <= 2)) { stick2._rotation = 30; stick1._rotation = 300; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 0)) && ((drumbeat4.position / 1000) <= 0.15)) { stick1._rotation = 345; stick2._rotation = 30; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 0.15)) && ((drumbeat4.position / 1000) <= 0.5)) { stick1._rotation = 330; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 0.5)) && ((drumbeat4.position / 1000) <= 0.75)) { stick1._rotation = 300; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 0.75)) && ((drumbeat4.position / 1000) <= 1)) { stick1._rotation = 330; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 1)) && ((drumbeat4.position / 1000) <= 1.2)) { stick1._rotation = 300; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 1.2)) && ((drumbeat4.position / 1000) <= 1.35)) { stick2._rotation = 60; stick1._rotation = 330; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 1.35)) && ((drumbeat4.position / 1000) <= 1.45)) { stick2._rotation = 30; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 1.45)) && ((drumbeat4.position / 1000) <= 1.65)) { stick2._rotation = 60; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 1.65)) && ((drumbeat4.position / 1000) <= 1.75)) { stick2._rotation = 30; } else if (((playing4 == true) && ((drumbeat4.position / 1000) >= 1.75)) && ((drumbeat4.position / 1000) <= 2)) { stick2._rotation = 60; } };
Symbol 93 Button
on (release, keyPress "a") { if (playingg1 != true) { g2.stop("mb-guitar-2.wav"); g3.stop("mb-guitar-3.wav"); g4.stop("mb-guitar-6.wav"); g1.start(0, 240); playingg1 = true; playingg2 = false; playingg3 = false; playingg4 = false; } }
Symbol 94 Button
on (release, keyPress "s") { if (playingg2 != true) { g1.stop("mb-guitar-1.wav"); g3.stop("mb-guitar-3.wav"); g4.stop("mb-guitar-6.wav"); g2.start(0, 240); playingg2 = true; playingg1 = false; playingg3 = false; playingg4 = false; } }
Symbol 95 Button
on (release, keyPress "d") { if (playingg3 != true) { g2.stop("mb-guitar-2.wav"); g1.stop("mb-guitar-1.wav"); g4.stop("mb-guitar-6.wav"); g3.start(0, 240); playingg3 = true; playingg2 = false; playingg1 = false; playingg4 = false; } }
Symbol 96 Button
on (release, keyPress "f") { if (playingg4 != true) { g2.stop("mb-guitar-2.wav"); g3.stop("mb-guitar-3.wav"); g1.stop("mb-guitar-1.wav"); g4.start(0, 120); playingg4 = true; playingg2 = false; playingg3 = false; playingg1 = false; } }
Symbol 97 Button
on (release) { g2.stop("mb-guitar-2.wav"); g1.stop("mb-guitar-1.wav"); g3.stop("mb-guitar-3.wav"); g4.stop("mb-guitar-6.wav"); playingg1 = false; playingg2 = false; playingg3 = false; playingg4 = false; arm1._yscale = 100; }
Symbol 106 MovieClip Frame 1
g1 = new Sound(); g1.attachSound("mb-guitar-1.wav"); g2 = new Sound(); g2.attachSound("mb-guitar-2.wav"); g3 = new Sound(); g3.attachSound("mb-guitar-3.wav"); g4 = new Sound(); g4.attachSound("mb-guitar-6.wav"); g4.setVolume(30); this.onEnterFrame = function () { if (((playingg1 == true) && ((g1.position / 1000) >= 0)) && ((g1.position / 1000) <= 0.25)) { arm1._yscale = 120; } if (((playingg1 == true) && ((g1.position / 1000) >= 0.25)) && ((g1.position / 1000) <= 0.5)) { arm1._yscale = 100; } if (((playingg1 == true) && ((g1.position / 1000) >= 0.5)) && ((g1.position / 1000) <= 0.75)) { arm1._yscale = 120; } if (((playingg1 == true) && ((g1.position / 1000) >= 0.75)) && ((g1.position / 1000) <= 1)) { arm1._yscale = 100; } if (((playingg1 == true) && ((g1.position / 1000) >= 1)) && ((g1.position / 1000) <= 1.25)) { arm1._yscale = 120; } if (((playingg1 == true) && ((g1.position / 1000) >= 1.25)) && ((g1.position / 1000) <= 1.5)) { arm1._yscale = 100; } if (((playingg1 == true) && ((g1.position / 1000) >= 1.5)) && ((g1.position / 1000) <= 1.75)) { arm1._yscale = 120; } if (((playingg1 == true) && ((g1.position / 1000) >= 1.75)) && ((g1.position / 1000) <= 2)) { arm1._yscale = 100; } if (((playingg2 == true) && ((g2.position / 1000) >= 0)) && ((g2.position / 1000) <= 0.25)) { arm1._yscale = 120; } if (((playingg2 == true) && ((g2.position / 1000) >= 0.25)) && ((g2.position / 1000) <= 0.5)) { arm1._yscale = 100; } if (((playingg2 == true) && ((g2.position / 1000) >= 0.5)) && ((g2.position / 1000) <= 0.75)) { arm1._yscale = 120; } if (((playingg2 == true) && ((g2.position / 1000) >= 0.75)) && ((g2.position / 1000) <= 1)) { arm1._yscale = 100; } if (((playingg2 == true) && ((g2.position / 1000) >= 1)) && ((g2.position / 1000) <= 1.25)) { arm1._yscale = 120; } if (((playingg2 == true) && ((g2.position / 1000) >= 1.25)) && ((g2.position / 1000) <= 1.5)) { arm1._yscale = 100; } if (((playingg3 == true) && ((g3.position / 1000) >= 0)) && ((g3.position / 1000) <= 0.25)) { arm1._yscale = 120; } if (((playingg3 == true) && ((g3.position / 1000) >= 0.25)) && ((g3.position / 1000) <= 0.5)) { arm1._yscale = 100; } if (((playingg4 == true) && ((g4.position / 1000) >= 0)) && ((g4.position / 1000) <= 0.25)) { arm1._yscale = 120; } if (((playingg4 == true) && ((g4.position / 1000) >= 0.25)) && ((g4.position / 1000) <= 0.5)) { arm1._yscale = 100; } if (((playingg4 == true) && ((g4.position / 1000) >= 0.5)) && ((g4.position / 1000) <= 0.75)) { arm1._yscale = 120; } if (((playingg4 == true) && ((g4.position / 1000) >= 0.75)) && ((g4.position / 1000) <= 1)) { arm1._yscale = 100; } if (((playingg4 == true) && ((g4.position / 1000) >= 1)) && ((g4.position / 1000) <= 1.25)) { arm1._yscale = 120; } if (((playingg4 == true) && ((g4.position / 1000) >= 1.25)) && ((g4.position / 1000) <= 1.5)) { arm1._yscale = 100; } if (((playingg4 == true) && ((g4.position / 1000) >= 1.5)) && ((g4.position / 1000) <= 1.75)) { arm1._yscale = 120; } if (((playingg4 == true) && ((g4.position / 1000) >= 1.75)) && ((g4.position / 1000) <= 2)) { arm1._yscale = 100; } };
Symbol 119 Button
on (release, keyPress "q") { if (playingb1 != true) { b1.start(0, 240); b2.stop("mb-bass-2.wav"); b3.stop("mb-bass-3.wav"); b4.stop("mb-bass-4.wav"); playingb1 = true; playingb2 = false; playingb3 = false; playingb4 = false; } }
Symbol 120 Button
on (release, keyPress "w") { if (playingb2 != true) { b2.start(0, 240); b1.stop("mb-bass-1.wav"); b3.stop("mb-bass-3.wav"); b4.stop("mb-bass-4.wav"); playingb2 = true; playingb1 = false; playingb3 = false; playingb4 = false; } }
Symbol 121 Button
on (release, keyPress "e") { if (playingb3 != true) { b3.start(0, 240); b2.stop("mb-bass-2.wav"); b1.stop("mb-bass-1.wav"); b4.stop("mb-bass-4.wav"); playingb3 = true; playingb2 = false; playingb1 = false; playingb4 = false; } }
Symbol 122 Button
on (release, keyPress "r") { if (playingb4 != true) { b4.start(0, 240); b2.stop("mb-bass-2.wav"); b3.stop("mb-bass-3.wav"); b1.stop("mb-bass-1.wav"); playingb4 = true; playingb2 = false; playingb3 = false; playingb1 = false; } }
Symbol 123 Button
on (release) { b1.stop("mb-bass-1.wav"); b2.stop("mb-bass-2.wav"); b3.stop("mb-bass-3.wav"); b4.stop("mb-bass-4.wav"); playingb1 = false; playingb2 = false; playingb3 = false; playingb4 = false; bonehand1._x = 13; bonehand1._y = -57; armb._rotation = 0; bonehand2._x = -19; }
Symbol 125 MovieClip Frame 1
b1 = new Sound(); b1.attachSound("mb-bass-1.wav"); b2 = new Sound(); b2.attachSound("mb-bass-2.wav"); b3 = new Sound(); b3.attachSound("mb-bass-3.wav"); b4 = new Sound(); b4.attachSound("mb-bass-4.wav"); this.onEnterFrame = function () { if (((playingb1 == true) && ((b1.position / 1000) >= 0)) && ((b1.position / 1000) <= 0.5)) { bonehand1._x = 23; bonehand1._y = -81; armb._rotation = 34; bonehand2._x = -25; } else if (((playingb1 == true) && ((b1.position / 1000) >= 0.5)) && ((b1.position / 1000) <= 1)) { bonehand1._x = 13; bonehand1._y = -57; armb._rotation = 0; bonehand2._x = -19; } else if (((playingb1 == true) && ((b1.position / 1000) >= 1)) && ((b1.position / 1000) <= 1.5)) { bonehand1._x = 23; bonehand1._y = -81; armb._rotation = 34; bonehand2._x = -25; } else if (((playingb1 == true) && ((b1.position / 1000) >= 1.5)) && ((b1.position / 1000) <= 2)) { bonehand1._x = 13; bonehand1._y = -57; armb._rotation = 0; bonehand2._x = -19; } else if (((playingb2 == true) && ((b2.position / 1000) >= 0)) && ((b2.position / 1000) <= 0.5)) { bonehand1._x = 13; bonehand1._y = -57; armb._rotation = 0; bonehand2._x = -25; } else if (((playingb2 == true) && ((b2.position / 1000) >= 0.5)) && ((b2.position / 1000) <= 1)) { bonehand1._x = 23; bonehand1._y = -81; armb._rotation = 34; bonehand2._x = -19; } else if (((playingb2 == true) && ((b2.position / 1000) >= 1)) && ((b2.position / 1000) <= 1.5)) { bonehand1._x = 13; bonehand1._y = -57; armb._rotation = 0; bonehand2._x = -25; } else if (((playingb2 == true) && ((b2.position / 1000) >= 1.5)) && ((b2.position / 1000) <= 2)) { bonehand1._x = 23; bonehand1._y = -81; armb._rotation = 34; bonehand2._x = -19; } else if (((playingb3 == true) && ((b3.position / 1000) >= 0)) && ((b3.position / 1000) <= 0.25)) { bonehand2._x = -25; bonehand1._x = 13; bonehand1._y = -57; armb._rotation = 0; } else if (((playingb3 == true) && ((b3.position / 1000) >= 0.25)) && ((b3.position / 1000) <= 0.5)) { bonehand2._x = -19; } else if (((playingb3 == true) && ((b3.position / 1000) >= 0.5)) && ((b3.position / 1000) <= 0.75)) { bonehand2._x = -25; } else if (((playingb3 == true) && ((b3.position / 1000) >= 0.75)) && ((b3.position / 1000) <= 1)) { bonehand2._x = -19; } else if (((playingb3 == true) && ((b3.position / 1000) >= 1)) && ((b3.position / 1000) <= 1.25)) { bonehand2._x = -25; } else if (((playingb3 == true) && ((b3.position / 1000) >= 1.25)) && ((b3.position / 1000) <= 1.5)) { bonehand2._x = -19; } else if (((playingb3 == true) && ((b3.position / 1000) >= 1.5)) && ((b3.position / 1000) <= 1.75)) { bonehand2._x = -25; } else if (((playingb3 == true) && ((b3.position / 1000) >= 1.75)) && ((b3.position / 1000) <= 2)) { bonehand2._x = -19; } else if (((playingb4 == true) && ((b4.position / 1000) >= 0)) && ((b4.position / 1000) <= 0.25)) { bonehand1._x = 13; bonehand1._y = -57; armb._rotation = 0; bonehand2._x = -25; } else if (((playingb4 == true) && ((b4.position / 1000) >= 0.25)) && ((b4.position / 1000) <= 0.5)) { bonehand1._x = 18; bonehand1._y = -69; armb._rotation = 17; bonehand2._x = -19; } else if (((playingb4 == true) && ((b4.position / 1000) >= 0.5)) && ((b4.position / 1000) <= 0.75)) { bonehand2._x = -25; } else if (((playingb4 == true) && ((b4.position / 1000) >= 0.75)) && ((b4.position / 1000) <= 1)) { bonehand1._x = 23; bonehand1._y = -81; armb._rotation = 34; bonehand2._x = -19; } else if (((playingb4 == true) && ((b4.position / 1000) >= 1)) && ((b4.position / 1000) <= 1.25)) { bonehand2._x = -25; } else if (((playingb4 == true) && ((b4.position / 1000) >= 1.25)) && ((b4.position / 1000) <= 2)) { bonehand2._x = -19; } };
Symbol 126 Button
on (release, keyPress "z") { s1.start(0, 1); s2.stop("mb-sing-2.wav"); s3.stop("mb-sing-3.wav"); s4.stop("mb-sing-4.wav"); s5.stop("mb-sing-5.wav"); playings1 = true; playings2 = false; playings3 = false; playings4 = false; playings5 = false; }
Symbol 127 Button
on (release, keyPress "x") { s2.start(0, 1); s1.stop("mb-sing-1.wav"); s3.stop("mb-sing-3.wav"); s4.stop("mb-sing-4.wav"); s5.stop("mb-sing-5.wav"); playings2 = true; playings1 = false; playings3 = false; playings4 = false; playings5 = false; }
Symbol 128 Button
on (release, keyPress "c") { s3.start(0, 1); s2.stop("mb-sing-2.wav"); s1.stop("mb-sing-1.wav"); s4.stop("mb-sing-4.wav"); s5.stop("mb-sing-5.wav"); playings3 = true; playings2 = false; playings1 = false; playings4 = false; playings5 = false; }
Symbol 129 Button
on (release, keyPress "v") { s4.start(0, 1); s2.stop("mb-sing-2.wav"); s3.stop("mb-sing-3.wav"); s1.stop("mb-sing-1.wav"); s5.stop("mb-sing-5.wav"); playings4 = true; playings2 = false; playings3 = false; playings1 = false; playings5 = false; }
Symbol 130 Button
on (release) { s1.stop("mb-sing-1.wav"); s2.stop("mb-sing-2.wav"); s3.stop("mb-sing-3.wav"); s4.stop("mb-sing-4.wav"); s5.stop("mb-sing-5.wav"); playings1 = false; playings2 = false; playings3 = false; playings4 = false; playings5 = false; }
Symbol 132 Button
on (keyPress "b") { s5.start(0, 1); s1.stop("mb-sing-1.wav"); s2.stop("mb-sing-2.wav"); s3.stop("mb-sing-3.wav"); s4.stop("mb-sing-4.wav"); playings5 = true; playings1 = false; playings2 = false; playings3 = false; playings4 = false; }
Symbol 144 MovieClip Frame 1
s1 = new Sound(); s1.attachSound("mb-sing-1.wav"); s2 = new Sound(); s2.attachSound("mb-sing-2.wav"); s3 = new Sound(); s3.attachSound("mb-sing-3.wav"); s4 = new Sound(); s4.attachSound("mb-sing-4.wav"); s5 = new Sound(); s5.attachSound("mb-sing-5.wav"); jaw._y = -93; this.onEnterFrame = function () { if (((playings1 == true) && ((s1.position / 1000) >= 0)) && ((s1.position / 1000) <= 0.5)) { jaw._y = -76; } else if (((playings1 == true) && ((s1.position / 1000) >= 0.5)) && ((s1.position / 1000) <= 0.75)) { jaw._y = -86; } else if (((playings1 == true) && ((s1.position / 1000) >= 0.75)) && ((s1.position / 1000) <= 1.25)) { jaw._y = -80; } else if (((playings1 == true) && ((s1.position / 1000) >= 1.25)) && ((s1.position / 1000) <= 1.5)) { jaw._y = -76; } else if (((playings1 == true) && ((s1.position / 1000) >= 1.5)) && ((s1.position / 1000) <= 1.75)) { jaw._y = -80; } else if (((playings1 == true) && ((s1.position / 1000) >= 1.75)) && ((s1.position / 1000) <= 1.85)) { jaw._y = -76; } else if (((playings1 == true) && ((s1.position / 1000) >= 1.85)) && ((s1.position / 1000) <= 2)) { jaw._y = -93; } else if (((playings2 == true) && ((s2.position / 1000) >= 0)) && ((s2.position / 1000) <= 0.5)) { jaw._y = -80; } else if (((playings2 == true) && ((s2.position / 1000) >= 0.5)) && ((s2.position / 1000) <= 0.75)) { jaw._y = -86; } else if (((playings2 == true) && ((s2.position / 1000) >= 0.75)) && ((s2.position / 1000) <= 1.25)) { jaw._y = -80; } else if (((playings2 == true) && ((s2.position / 1000) >= 1.25)) && ((s2.position / 1000) <= 1.5)) { jaw._y = -76; } else if (((playings2 == true) && ((s2.position / 1000) >= 1.5)) && ((s2.position / 1000) <= 1.75)) { jaw._y = -93; } else if (((playings2 == true) && ((s2.position / 1000) >= 1.75)) && ((s2.position / 1000) <= 2)) { jaw._y = -76; } else if (((playings2 == true) && ((s2.position / 1000) >= 2)) && ((s2.position / 1000) <= 2.5)) { jaw._y = -80; } else if (((playings2 == true) && ((s2.position / 1000) >= 2.5)) && ((s2.position / 1000) <= 2.85)) { jaw._y = -76; } else if (((playings2 == true) && ((s2.position / 1000) >= 2.85)) && ((s2.position / 1000) <= 3)) { jaw._y = -93; } else if (((playings3 == true) && ((s3.position / 1000) >= 0)) && ((s3.position / 1000) <= 0.25)) { jaw._y = -80; } else if (((playings3 == true) && ((s3.position / 1000) >= 0.25)) && ((s3.position / 1000) <= 0.5)) { jaw._y = -86; } else if (((playings3 == true) && ((s3.position / 1000) >= 0.5)) && ((s3.position / 1000) <= 0.75)) { jaw._y = -80; } else if (((playings3 == true) && ((s3.position / 1000) >= 0.75)) && ((s3.position / 1000) <= 1)) { jaw._y = -93; } else if (((playings3 == true) && ((s3.position / 1000) >= 1)) && ((s3.position / 1000) <= 1.25)) { jaw._y = -80; } else if (((playings3 == true) && ((s3.position / 1000) >= 1.25)) && ((s3.position / 1000) <= 1.5)) { jaw._y = -86; } else if (((playings3 == true) && ((s3.position / 1000) >= 1.5)) && ((s3.position / 1000) <= 1.75)) { jaw._y = -80; } else if (((playings3 == true) && ((s3.position / 1000) >= 1.75)) && ((s3.position / 1000) <= 1.85)) { jaw._y = -86; } else if (((playings3 == true) && ((s3.position / 1000) >= 1.85)) && ((s3.position / 1000) <= 2)) { jaw._y = -93; } else if (((playings4 == true) && ((s4.position / 1000) >= 0)) && ((s4.position / 1000) <= 0.25)) { jaw._y = -66; } else if (((playings4 == true) && ((s4.position / 1000) >= 0.25)) && ((s4.position / 1000) <= 0.5)) { jaw._y = -66; } else if (((playings4 == true) && ((s4.position / 1000) >= 0.5)) && ((s4.position / 1000) <= 0.75)) { jaw._y = -70; } else if (((playings4 == true) && ((s4.position / 1000) >= 0.75)) && ((s4.position / 1000) <= 1)) { jaw._y = -76; } else if (((playings4 == true) && ((s4.position / 1000) >= 1)) && ((s4.position / 1000) <= 1.25)) { jaw._y = -80; } else if (((playings4 == true) && ((s4.position / 1000) >= 1.25)) && ((s4.position / 1000) <= 1.5)) { jaw._y = -80; } else if (((playings4 == true) && ((s4.position / 1000) >= 1.5)) && ((s4.position / 1000) <= 1.75)) { jaw._y = -86; } else if (((playings4 == true) && ((s4.position / 1000) >= 1.75)) && ((s4.position / 1000) <= 1.85)) { jaw._y = -86; } else if (((playings4 == true) && ((s4.position / 1000) >= 1.85)) && ((s4.position / 1000) <= 2)) { jaw._y = -93; } else if (((playings5 == true) && ((s5.position / 1000) >= 0)) && ((s5.position / 1000) <= 0.25)) { jaw._y = -80; } else if (((playings5 == true) && ((s5.position / 1000) >= 0.25)) && ((s5.position / 1000) <= 0.5)) { jaw._y = -86; } else if (((playings5 == true) && ((s5.position / 1000) >= 0.5)) && ((s5.position / 1000) <= 0.75)) { jaw._y = -80; } else if (((playings5 == true) && ((s5.position / 1000) >= 0.75)) && ((s5.position / 1000) <= 1)) { jaw._y = -86; } else if (((playings5 == true) && ((s5.position / 1000) >= 1)) && ((s5.position / 1000) <= 1.25)) { jaw._y = -80; } else if (((playings5 == true) && ((s5.position / 1000) >= 1.25)) && ((s5.position / 1000) <= 1.5)) { jaw._y = -86; } else if (((playings5 == true) && ((s5.position / 1000) >= 1.5)) && ((s5.position / 1000) <= 1.75)) { jaw._y = -80; } else if (((playings5 == true) && ((s5.position / 1000) >= 1.75)) && ((s5.position / 1000) <= 1.85)) { jaw._y = -86; } else if (((playings5 == true) && ((s5.position / 1000) >= 1.85)) && ((s5.position / 1000) <= 2)) { jaw._y = -93; } };
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 148 MovieClip Frame 3
stop();
Symbol 148 MovieClip Frame 4
stop();
Symbol 149 Button
on (release) { gotoAndStop (2); }
Symbol 150 Button
on (release) { gotoAndStop (3); }
Symbol 151 Button
on (release) { gotoAndStop (4); }
Symbol 152 Button
on (release) { gotoAndStop (5); }
Symbol 153 Button
on (release) { gotoAndStop (1); }
Symbol 169 MovieClip Frame 1
stop();
Symbol 170 Button
on (release) { gotoAndStop (2); }
Symbol 171 Button
on (release) { gotoAndStop (3); }
Symbol 172 Button
on (release) { gotoAndStop (4); }
Symbol 173 Button
on (release) { gotoAndStop (5); }
Symbol 174 Button
on (release) { gotoAndStop (1); }
Symbol 179 MovieClip Frame 1
stop();
Symbol 180 Button
on (release) { gotoAndStop (2); }
Symbol 181 Button
on (release) { gotoAndStop (3); }
Symbol 182 Button
on (release) { gotoAndStop (4); }
Symbol 183 Button
on (release) { gotoAndStop (5); }
Symbol 184 Button
on (release) { gotoAndStop (1); }
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 2
stop();
Symbol 189 MovieClip Frame 3
stop();
Symbol 189 MovieClip Frame 4
stop();
Symbol 189 MovieClip Frame 5
stop();
Symbol 192 Button
on (release) { gotoAndPlay (2); }
Symbol 206 Button
on (release) { gotoAndPlay (7); }
Symbol 209 Button
on (release) { gotoAndPlay (7); }
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 6
stop();
Symbol 210 MovieClip Frame 11
gotoAndStop (1);

Library Items

Symbol 1 Sound [mb-sing-3.wav]
Symbol 2 Sound [mb-sing-2.wav]
Symbol 3 Sound [mb-sing-1.wav]
Symbol 4 Sound [mb-sing-5.wav]
Symbol 5 Sound [mb-sing-4.wav]
Symbol 6 Sound [mb-guitar-6.wav]
Symbol 7 Sound [mb-guitar-5.wav]
Symbol 8 Sound [mb-guitar-3.wav]
Symbol 9 Sound [mb-guitar-2.wav]
Symbol 10 Sound [mb-guitar-1.wav]
Symbol 11 Sound [mb-drum-4.wav]
Symbol 12 Sound [mb-drum-3.wav]
Symbol 13 Sound [mb-drum-2.wav]
Symbol 14 Sound [mb-drum-1.wav]
Symbol 15 Sound [mb-bass-4.wav]
Symbol 16 Sound [mb-bass-3.wav]
Symbol 17 Sound [mb-bass-2.wav]
Symbol 18 Sound [mb-bass-1.wav]
Symbol 19 Sound [boos3.wav]
Symbol 20 Sound [applause.wav]
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 GraphicUsed by:26 27 28 29 44
Symbol 25 GraphicUsed by:26 27 28 29 44
Symbol 26 ButtonUses:24 25Used by:Timeline
Symbol 27 ButtonUses:24 25Used by:Timeline
Symbol 28 ButtonUses:24 25Used by:Timeline
Symbol 29 ButtonUses:24 25Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:148  Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 FontUsed by:36 37 38 39 40 41
Symbol 36 TextUses:35Used by:Timeline
Symbol 37 TextUses:35Used by:Timeline
Symbol 38 TextUses:35Used by:Timeline
Symbol 39 TextUses:35Used by:Timeline
Symbol 40 TextUses:35Used by:Timeline
Symbol 41 TextUses:35Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 ButtonUses:24 25Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:49 50Used by:Timeline
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 ButtonUses:52 53Used by:Timeline
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 ButtonUses:55 56Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:60 61 62 63 86 87 88 89 93 94 95 96 119 120 121 122 126 127 128 129 132 149 150 151 152 170 171 172 173 180 181 182 183 202
Symbol 60 ButtonUses:59Used by:75
Symbol 61 ButtonUses:59Used by:75
Symbol 62 ButtonUses:59Used by:75
Symbol 63 ButtonUses:59Used by:75
Symbol 64 GraphicUsed by:66 90 97 123 130 153 174 184 203
Symbol 65 GraphicUsed by:66 90 97 123 130 153 174 184 203
Symbol 66 ButtonUses:64 65Used by:75
Symbol 67 GraphicUsed by:75
Symbol 68 GraphicUsed by:75
Symbol 69 GraphicUsed by:75
Symbol 70 GraphicUsed by:75
Symbol 71 GraphicUsed by:75
Symbol 72 GraphicUsed by:75
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:60 61 62 63 66 67 68 69 70 71 72 73 74Used by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 GraphicUsed by:92
Symbol 78 GraphicUsed by:92
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:92
Symbol 81 GraphicUsed by:92
Symbol 82 GraphicUsed by:92
Symbol 83 GraphicUsed by:92
Symbol 84 GraphicUsed by:92
Symbol 85 GraphicUsed by:92
Symbol 86 ButtonUses:59Used by:92
Symbol 87 ButtonUses:59Used by:92
Symbol 88 ButtonUses:59Used by:92
Symbol 89 ButtonUses:59Used by:92
Symbol 90 ButtonUses:64 65Used by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:77 78 80 81 82 83 84 85 86 87 88 89 90 91Used by:Timeline
Symbol 93 ButtonUses:59Used by:106
Symbol 94 ButtonUses:59Used by:106
Symbol 95 ButtonUses:59Used by:106
Symbol 96 ButtonUses:59Used by:106
Symbol 97 ButtonUses:64 65Used by:106
Symbol 98 GraphicUsed by:106
Symbol 99 GraphicUsed by:106
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:106
Symbol 102 GraphicUsed by:106
Symbol 103 GraphicUsed by:106
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:106
Symbol 106 MovieClipUses:93 94 95 96 97 98 99 101 102 103 105Used by:Timeline
Symbol 107 GraphicUsed by:125
Symbol 108 GraphicUsed by:111 125
Symbol 109 GraphicUsed by:125
Symbol 110 GraphicUsed by:125
Symbol 111 MovieClipUses:108Used by:125
Symbol 112 GraphicUsed by:125
Symbol 113 GraphicUsed by:125
Symbol 114 GraphicUsed by:125
Symbol 115 GraphicUsed by:125
Symbol 116 GraphicUsed by:125
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:125
Symbol 119 ButtonUses:59Used by:125
Symbol 120 ButtonUses:59Used by:125
Symbol 121 ButtonUses:59Used by:125
Symbol 122 ButtonUses:59Used by:125
Symbol 123 ButtonUses:64 65Used by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:107 108 109 110 111 112 113 114 115 116 118 119 120 121 122 123 124Used by:Timeline
Symbol 126 ButtonUses:59Used by:144
Symbol 127 ButtonUses:59Used by:144
Symbol 128 ButtonUses:59Used by:144
Symbol 129 ButtonUses:59Used by:144
Symbol 130 ButtonUses:64 65Used by:144
Symbol 131 GraphicUsed by:144
Symbol 132 ButtonUses:59Used by:144
Symbol 133 GraphicUsed by:144
Symbol 134 GraphicUsed by:144
Symbol 135 GraphicUsed by:144
Symbol 136 GraphicUsed by:144
Symbol 137 GraphicUsed by:144
Symbol 138 GraphicUsed by:144
Symbol 139 GraphicUsed by:144
Symbol 140 GraphicUsed by:144
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 142 143Used by:Timeline
Symbol 145 GraphicUsed by:148
Symbol 146 GraphicUsed by:148
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:33 145 146 147Used by:Timeline
Symbol 149 ButtonUses:59Used by:169
Symbol 150 ButtonUses:59Used by:169
Symbol 151 ButtonUses:59Used by:169
Symbol 152 ButtonUses:59Used by:169
Symbol 153 ButtonUses:64 65Used by:169
Symbol 154 GraphicUsed by:169
Symbol 155 GraphicUsed by:169
Symbol 156 GraphicUsed by:169
Symbol 157 GraphicUsed by:169
Symbol 158 GraphicUsed by:169
Symbol 159 GraphicUsed by:169
Symbol 160 GraphicUsed by:169
Symbol 161 GraphicUsed by:169
Symbol 162 GraphicUsed by:169
Symbol 163 GraphicUsed by:169
Symbol 164 GraphicUsed by:169
Symbol 165 GraphicUsed by:169
Symbol 166 GraphicUsed by:169
Symbol 167 GraphicUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168Used by:Timeline
Symbol 170 ButtonUses:59Used by:179
Symbol 171 ButtonUses:59Used by:179
Symbol 172 ButtonUses:59Used by:179
Symbol 173 ButtonUses:59Used by:179
Symbol 174 ButtonUses:64 65Used by:179
Symbol 175 GraphicUsed by:179
Symbol 176 GraphicUsed by:179
Symbol 177 GraphicUsed by:179
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:170 171 172 173 174 175 176 177 178Used by:Timeline
Symbol 180 ButtonUses:59Used by:189
Symbol 181 ButtonUses:59Used by:189
Symbol 182 ButtonUses:59Used by:189
Symbol 183 ButtonUses:59Used by:189
Symbol 184 ButtonUses:64 65Used by:189
Symbol 185 GraphicUsed by:189
Symbol 186 GraphicUsed by:189
Symbol 187 GraphicUsed by:189
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:180 181 182 183 184 185 186 187 188Used by:Timeline
Symbol 190 GraphicUsed by:192 205 206
Symbol 191 GraphicUsed by:192 205 206
Symbol 192 ButtonUses:190 191Used by:210
Symbol 193 GraphicUsed by:210
Symbol 194 GraphicUsed by:210
Symbol 195 GraphicUsed by:210
Symbol 196 GraphicUsed by:210
Symbol 197 FontUsed by:198 199 200 201
Symbol 198 EditableTextUses:197Used by:210
Symbol 199 EditableTextUses:197Used by:210
Symbol 200 EditableTextUses:197Used by:210
Symbol 201 EditableTextUses:197Used by:210
Symbol 202 ButtonUses:59Used by:210
Symbol 203 ButtonUses:64 65Used by:210
Symbol 204 GraphicUsed by:210
Symbol 205 ButtonUses:190 191Used by:210
Symbol 206 ButtonUses:190 191Used by:210
Symbol 207 GraphicUsed by:209
Symbol 208 GraphicUsed by:209
Symbol 209 ButtonUses:207 208Used by:210
Symbol 210 MovieClipUses:192 193 194 195 196 198 199 200 201 202 203 204 205 206 209Used by:Timeline

Instance Names

"cm1"Frame 1Symbol 23 MovieClip
"but1"Frame 1Symbol 26 Button
"but3"Frame 1Symbol 27 Button
"but2"Frame 1Symbol 28 Button
"but4"Frame 1Symbol 29 Button
"rockon"Frame 13Symbol 44 Button
"bstop"Frame 14Symbol 57 Button
"drm"Frame 14Symbol 92 MovieClip
"gtm"Frame 14Symbol 106 MovieClip
"bam"Frame 14Symbol 125 MovieClip
"sim"Frame 14Symbol 144 MovieClip
"namer"Frame 14Symbol 148 MovieClip
"back-1"Symbol 75 MovieClip Frame 1Symbol 60 Button
"back-2"Symbol 75 MovieClip Frame 1Symbol 61 Button
"back-3"Symbol 75 MovieClip Frame 1Symbol 62 Button
"back-4"Symbol 75 MovieClip Frame 1Symbol 63 Button
"back-x"Symbol 75 MovieClip Frame 1Symbol 66 Button
"stick1"Symbol 92 MovieClip Frame 1Symbol 80 MovieClip
"stick2"Symbol 92 MovieClip Frame 1Symbol 80 MovieClip
"drum-1"Symbol 92 MovieClip Frame 1Symbol 86 Button
"drum-2"Symbol 92 MovieClip Frame 1Symbol 87 Button
"drum-3"Symbol 92 MovieClip Frame 1Symbol 88 Button
"drum-4"Symbol 92 MovieClip Frame 1Symbol 89 Button
"drum-x"Symbol 92 MovieClip Frame 1Symbol 90 Button
"guitar-1"Symbol 106 MovieClip Frame 1Symbol 93 Button
"guitar-2"Symbol 106 MovieClip Frame 1Symbol 94 Button
"guitar-3"Symbol 106 MovieClip Frame 1Symbol 95 Button
"guitar-4"Symbol 106 MovieClip Frame 1Symbol 96 Button
"guitar-x"Symbol 106 MovieClip Frame 1Symbol 97 Button
"arm2"Symbol 106 MovieClip Frame 1Symbol 101 MovieClip
"arm1"Symbol 106 MovieClip Frame 1Symbol 101 MovieClip
"hand1"Symbol 106 MovieClip Frame 1Symbol 105 MovieClip
"armb"Symbol 125 MovieClip Frame 1Symbol 111 MovieClip
"bonehand2"Symbol 125 MovieClip Frame 1Symbol 118 MovieClip
"bonehand1"Symbol 125 MovieClip Frame 1Symbol 118 MovieClip
"bass1"Symbol 125 MovieClip Frame 1Symbol 119 Button
"bass2"Symbol 125 MovieClip Frame 1Symbol 120 Button
"bass3"Symbol 125 MovieClip Frame 1Symbol 121 Button
"bass4"Symbol 125 MovieClip Frame 1Symbol 122 Button
"bassx"Symbol 125 MovieClip Frame 1Symbol 123 Button
"sing1"Symbol 144 MovieClip Frame 1Symbol 126 Button
"sing2"Symbol 144 MovieClip Frame 1Symbol 127 Button
"sing3"Symbol 144 MovieClip Frame 1Symbol 128 Button
"sing4"Symbol 144 MovieClip Frame 1Symbol 129 Button
"singx"Symbol 144 MovieClip Frame 1Symbol 130 Button
"sing5"Symbol 144 MovieClip Frame 1Symbol 132 Button
"jaw"Symbol 144 MovieClip Frame 1Symbol 142 MovieClip
"light1"Symbol 179 MovieClip Frame 1Symbol 170 Button
"light2"Symbol 179 MovieClip Frame 1Symbol 171 Button
"light3"Symbol 179 MovieClip Frame 1Symbol 172 Button
"light4"Symbol 179 MovieClip Frame 1Symbol 173 Button
"light-x"Symbol 179 MovieClip Frame 1Symbol 174 Button
"spot-1"Symbol 189 MovieClip Frame 1Symbol 180 Button
"spot-2"Symbol 189 MovieClip Frame 1Symbol 181 Button
"spot-3"Symbol 189 MovieClip Frame 1Symbol 182 Button
"spot-4"Symbol 189 MovieClip Frame 1Symbol 183 Button
"spot-x"Symbol 189 MovieClip Frame 1Symbol 184 Button
"bi1"Symbol 210 MovieClip Frame 1Symbol 192 Button
"butex"Symbol 210 MovieClip Frame 2Symbol 202 Button
"xxx"Symbol 210 MovieClip Frame 2Symbol 203 Button
"bi2"Symbol 210 MovieClip Frame 2Symbol 205 Button
"bi3"Symbol 210 MovieClip Frame 6Symbol 206 Button
"closer"Symbol 210 MovieClip Frame 6Symbol 209 Button
"bi4"Symbol 210 MovieClip Frame 7Symbol 205 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "mb-sing-3.wav"
ExportAssets (56)Timeline Frame 1Symbol 2 as "mb-sing-2.wav"
ExportAssets (56)Timeline Frame 1Symbol 3 as "mb-sing-1.wav"
ExportAssets (56)Timeline Frame 1Symbol 4 as "mb-sing-5.wav"
ExportAssets (56)Timeline Frame 1Symbol 5 as "mb-sing-4.wav"
ExportAssets (56)Timeline Frame 1Symbol 6 as "mb-guitar-6.wav"
ExportAssets (56)Timeline Frame 1Symbol 7 as "mb-guitar-5.wav"
ExportAssets (56)Timeline Frame 1Symbol 8 as "mb-guitar-3.wav"
ExportAssets (56)Timeline Frame 1Symbol 9 as "mb-guitar-2.wav"
ExportAssets (56)Timeline Frame 1Symbol 10 as "mb-guitar-1.wav"
ExportAssets (56)Timeline Frame 1Symbol 11 as "mb-drum-4.wav"
ExportAssets (56)Timeline Frame 1Symbol 12 as "mb-drum-3.wav"
ExportAssets (56)Timeline Frame 1Symbol 13 as "mb-drum-2.wav"
ExportAssets (56)Timeline Frame 1Symbol 14 as "mb-drum-1.wav"
ExportAssets (56)Timeline Frame 1Symbol 15 as "mb-bass-4.wav"
ExportAssets (56)Timeline Frame 1Symbol 16 as "mb-bass-3.wav"
ExportAssets (56)Timeline Frame 1Symbol 17 as "mb-bass-2.wav"
ExportAssets (56)Timeline Frame 1Symbol 18 as "mb-bass-1.wav"
ExportAssets (56)Timeline Frame 1Symbol 19 as "boos3.wav"
ExportAssets (56)Timeline Frame 1Symbol 20 as "applause.wav"

Labels

"twirller"Symbol 75 MovieClip Frame 2
"firer"Symbol 75 MovieClip Frame 3
"diamonder"Symbol 75 MovieClip Frame 4
"skuller"Symbol 75 MovieClip Frame 5
"sp-bass"Symbol 189 MovieClip Frame 2
"sp-drum"Symbol 189 MovieClip Frame 3
"sp-singer"Symbol 189 MovieClip Frame 4
"sp-guitar"Symbol 189 MovieClip Frame 5




http://swfchan.com/23/113052/info.shtml
Created: 12/3 -2019 00:01:43 Last modified: 12/3 -2019 00:01:43 Server time: 26/04 -2024 00:05:03