View Full Version : what now? a button within a movie clip?
kaname
06-16-2005, 08:28 PM
How do you make a button within a movie clip? I thought I'd figured it out, but there's just something I'm missing. What I'm trying to do is make a simple drag and drop. Some help would be outstanding.
Gibberish
06-16-2005, 10:42 PM
you don't need a button in a movieclip. The movieclip itself can accept the same functions as a button.
Example:
myMovieClip.onPress = function(){
// do this
}
Unless you have something specific in mind you want to accomplish, if so then please elaborate.
oldnewbie
06-17-2005, 05:49 AM
http://www.webwasp.co.uk/tutorials/A_IntAct-02-drag-drop/default.php
http://www.video-animation.com/flash_07.shtml
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.