[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.Combined Code (303 B)
movieClip 4 {
}
instance of movieClip 4 {
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y -= 5;
}
if (Key.isDown(40)) {
this._y += 5;
}
if (Key.isDown(39)) {
this._x += 5;
}
if (Key.isDown(37)) {
this._x -= 5;
}
}
}
// unknown tag 88 length 62