/ Published in: ActionScript 3
                    
                                        
as3query written by nitoyon. http://tech.nitoyon.com/blog/2008/01/as3query_alpha.html
Package download: http://bit.ly/as3query
                Package download: http://bit.ly/as3query
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
//import as3query.*;
$(myMovieClip).hover(function(){
//do stuff on mouse over
trace('Mouse Is Over!');
},
function(){
//do stuff on mouse out
trace('Mouse Is Out!');
}
);
Comments
 Subscribe to comments
                    Subscribe to comments
                
                