Groups | Blog | Home
all groups > flash (macromedia) > april 2004 >

flash (macromedia) : Newbie button help



insolitude
4/1/2004 10:50:27 PM
I've looked through the tutorials and still havn't quite gotten it. My question is how do i make a button loop to the start of the clip when clicked?

urami_
4/2/2004 9:32:48 AM


[quoted text, click to view]

you can place the button inside movie clip and simply use

on (release) {
gotoAndPlay(1):
}

or give it instance name and use :

on (release) {
McInstanceName.gotoAndPlay(1):
}
or just

on (release) {
McInstanceName.play();
}

--

Regards


urami_*



<no>
http://flashfugitive.com/
</no>

AddThis Social Bookmark Button