Iteratively Perfecting
A Software Developer's notes along the way
Static Pages
(Move to ...)
Posts
SQL Server links
C# Links
HTML5 Links
▼
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:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment