Flash Button not working
Page 1 of 12 Replies - 1880 Views - Last Post: 19 March 2010 - 08:36 AM
#1
Flash Button not working
Posted 15 March 2010 - 08:01 AM
Hia! I'm making a little video where at the start a button appears and when clicked goes to a different frame. I've tried changing the publishing setting from actionsprict 1.0 to 2.0 to 3.0, but that doesn't seem to be working. I've also tried changing the global function of movie clip control on from clicked to released and vise versa. Any help would be much obligued.
Replies To: Flash Button not working
#2
Re: Flash Button not working
Posted 17 March 2010 - 08:48 AM
What about POSTING the code?
#3
Re: Flash Button not working
Posted 19 March 2010 - 08:36 AM
Suggestion: Read a little about software before using it
/being a dick
If you use ActionScript 2, you can select the button on the stage, open the Actions window (click Window on the top menu, then Actions), and say something like...
I'm not sure if that's the exact code, since I don't do ActionScript 2 coding, but it's something along those lines. I would strongly recommend searching on Google for an ActionScript 2 button tutorial.
If this is going to be an extensive, interactive Flash application, you should use ActionScript 3, which is significantly more complex but more powerful. If it's a simple video/movie and you don't have programming experience, ActionScript 2 is the way to go.
Let us know if this helps.
/being a dick
If you use ActionScript 2, you can select the button on the stage, open the Actions window (click Window on the top menu, then Actions), and say something like...
on(release)
{
gotoAndPlay(5);
}
I'm not sure if that's the exact code, since I don't do ActionScript 2 coding, but it's something along those lines. I would strongly recommend searching on Google for an ActionScript 2 button tutorial.
If this is going to be an extensive, interactive Flash application, you should use ActionScript 3, which is significantly more complex but more powerful. If it's a simple video/movie and you don't have programming experience, ActionScript 2 is the way to go.
Let us know if this helps.
Page 1 of 1

New Topic/Question
Reply



MultiQuote



|