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;

}

Labels:

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home