We Recommend

ASP.NET 3.5 Unleashed 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.


Posted By

limonn on 08/14/06


Tagged


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

damarev


simple dragger


Published in: ActionScript 


  1. this.boton.onPress=function(){
  2. startDrag(this);
  3.  
  4. }
  5. this.boton.onRelease=function(){
  6. stopDrag();
  7.  
  8. }

Report this snippet 

You need to login to post a comment.