/ Published in: ActionScript 3
as3query written by nitoyon. http://tech.nitoyon.com/blog/2008/01/as3query_alpha.html
Package download: http://bit.ly/as3query
Expand |
Embed | Plain Text
//import as3query.*; $(myMovieClip).hover(function(){ //do stuff on mouse over trace('Mouse Is Over!'); }, function(){ //do stuff on mouse out trace('Mouse Is Out!'); } );
You need to login to post a comment.
