/ 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).click(function(){ //do stuff on mouse click trace('Mouse Has Been Clicked'); });