Published in: ActionScript
this.boton.onPress=function(){ startDrag(this); } this.boton.onRelease=function(){ stopDrag(); }
You need to login to post a comment.
ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.
limonn on 08/14/06
1 person has marked this snippet as a favorite
Published in: ActionScript
this.boton.onPress=function(){ startDrag(this); } this.boton.onRelease=function(){ stopDrag(); }
You need to login to post a comment.