tengo un as2 y quisiera saber si alguien me puede ayudar a traducirlo al lenguaje AS3.
he estado intentando pero me resulta algo confuso por el mismo echo de no conocer correctamente este ultimo
el codigo es:
Código ActionScript :
onClipEvent (enterFrame) {
_root.home._x = _root._xmouse * -1.5;
_root.home._y = _root._ymouse * -1.5;
}
onClipEvent (enterFrame) {
_root.glass._x = _root._xmouse;
_root.glass._y = _root._ymouse;
}
