groovygarden
Programmer
- Aug 23, 2001
- 63
Hi apologies in advance for the really basic question coming up....
I've created a movie clip symbol called MovieOne (I put a lot of thought into the name!) and I want to make an instance of it play when a user clicks a button. I get that I have to use actions to make this happen, but that's about all I get! Do I need to create an instance of MovieOne and insert it into its own layer in the timeline? If so how do I stop it from just playing straight away?
I tried this action for my button (where Mov1 is the instance name of the movie clip)
but I wasn't surprised when that didn't work!
I had a search for a tutorial on this but no luck - could anyone point me in the right direction?
Any help is v much appreciated - really want to work this one out...
Thanks
I've created a movie clip symbol called MovieOne (I put a lot of thought into the name!) and I want to make an instance of it play when a user clicks a button. I get that I have to use actions to make this happen, but that's about all I get! Do I need to create an instance of MovieOne and insert it into its own layer in the timeline? If so how do I stop it from just playing straight away?
I tried this action for my button (where Mov1 is the instance name of the movie clip)
Code:
on (release) {
gotoAndPlay(Mov1);
}
I had a search for a tutorial on this but no luck - could anyone point me in the right direction?
Any help is v much appreciated - really want to work this one out...
Thanks