HOME | DD
#animation #howto #adobeflash #cs3 #draganddrop #tutorial #tutorials #animationtutorial
Published: 2015-08-18 03:04:14 +0000 UTC; Views: 222; Favourites: 1; Downloads: 0
Redirect to original
Description
Simple Drag and Drop tutorial for Adobe Flash CS3 Action Scrip 2.0Heres the code:
on (press){
this.startDrag();
}
on(release, releaseOutside){stopDrag();
}
Enter this in the movie clip's action script
Any questions feel free to ask!














