[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 55 (119 B)
if (_framesloaded >= _totalframes) {
roop = 0;
role = -1.5;
} else {
this.gotoAndPlay(_currentframe - 3);
}
Frame 160 (85 B)
_root.udon._rotation = _root.udon._rotation + role;
gotoAndPlay(_currentframe - 1);
Symbol 6 MovieClip Frame 1 (64 B)
if (_root.roop == 0) {
_root.roop = 1;
} else {
stop();
}
Symbol 6 MovieClip Frame 100 (8 B)
stop();
Symbol 12 Button (36 B)
on (release) {
role = role - 0.3;
}
Symbol 17 Button (36 B)
on (release) {
role = role + 0.3;
}