[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 (306 B)
frame 1 {
_root.onLoad = function () {
celular.startDrag(true);
Mouse.hide();
};
}
movieClip 6 {
}
movieClip 9 {
instance rayosx of movieClip 6 {
onClipEvent (enterFrame) {
xmove = _root.celular._x;
ymove = _root.celular._y;
_x = -xmove * 1;
_y = -ymove * 1;
}
}
}