Tuesday, September 18, 2007

Flash quick notes

Put this in the Action window (F9) for a movie clip's instance.

onClipEvent(enterFrame){
_x = _root._xmouse;
_y = _root._ymouse;
_alpha = _root._xmouse/10;
_rotation = _root._ymouse/10;

}

No comments: