Dragging and Playing MovieClips! - Flash Tutorial
Top Comments
All Comments (92)
-
Fuck you and your "Stars and Cars" , make yourself useful by posting something practical.
-
hey man, thanks a lot, you saved my fucking life with this tutorial, for real. i don't know if you have any tutorial or if you can help me, but i i need to learn something like this but instead playing or stoping the movie clip, i need to change the alpha, size, angle and visibility of the movie clips, can you help me with that cause idk how to use the "setProperty" script. take care and thanks a lot man
-
@PiVoTLaW On adobe. Make a account get the demo then buy it. Its only 700 USD.
-
it says to register with event listener or smthin to be able to drag the car...
-
where can i download flash 8 plz help :P
-
thanks a lot :) learned a lot :D
bless ya :)
-
not really u have to compress your movie just make sure you do it in good quality tho if not it will look shitty
-
Yes it is. Now, only Youtube Partner can upload it longer than 10 minutes.
-
:D lol
If you want to drag and drop a movieclip in ActionScript 3, here is the script:
function Drag(event:MouseEvent):void { INSTANCE NAME.startDrag();
}
function DragStop(event:MouseEvent):void { INSTANCE NAME.stopDrag();
}
INSTANCE NAME.addEventListener(MouseEvent.MOUSE_DOWN, Drag);
INSTANCE NAME.addEventListener(MouseEvent.MOUSE_UP, DragStop);
Hope this helped for those of you who are using Flash CS3, & AS3.
PONGStudios 3 years ago 10
you are a very good teacher
sssssbooom 4 years ago 4