/ Published in: ActionScript
Expand |
Embed | Plain Text
this.boton.onPress=function(){ startDrag(this); } this.boton.onRelease=function(){ stopDrag(); }
You need to login to post a comment.
limonn on 08/14/06
2 people have marked this snippet as a favorite
this.boton.onPress=function(){ startDrag(this); } this.boton.onRelease=function(){ stopDrag(); }
You need to login to post a comment.