[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (17 B)
stopAllSounds();
Frame 45 (146 B)
mySound = new Sound();
mySound.attachSound("instantrage");
mySound.start(0, 1);
mySound.onSoundComplete = function () {
gotoAndPlay (1);
};
Symbol 18 MovieClip Frame 1 (179 B)
a = 1;
b = 25;
c = 27;
d = 10;
duplicateMovieClip (yami1, "yami1", c);
yami1._x = random(d);
yami1._y = random(b);
yami1._alpha = random(85);
yami1._rotation = random(a);
Symbol 18 MovieClip Frame 2 (17 B)
gotoAndPlay (1);