[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 (22 B)
_quality = "MEDIUM";
Symbol 28 MovieClip Frame 54 (177 B)
randomscene = int(random(3));
if (randomscene == 0) {
gotoAndPlay ("1");
}
if (randomscene == 1) {
gotoAndPlay ("2");
}
if (randomscene == 2) {
gotoAndPlay ("3");
}
Symbol 28 MovieClip Frame 110 (177 B)
randomscene = int(random(3));
if (randomscene == 0) {
gotoAndPlay ("1");
}
if (randomscene == 1) {
gotoAndPlay ("2");
}
if (randomscene == 2) {
gotoAndPlay ("3");
}
Symbol 28 MovieClip Frame 166 (177 B)
randomscene = int(random(3));
if (randomscene == 0) {
gotoAndPlay ("1");
}
if (randomscene == 1) {
gotoAndPlay ("2");
}
if (randomscene == 2) {
gotoAndPlay ("3");
}