![]() |
|
|
| Subject:
Flash MX Action Script
Category: Computers > Software Asked by: abgils-ga List Price: $4.00 |
Posted:
05 Jun 2006 13:43 PDT
Expires: 05 Jul 2006 13:43 PDT Question ID: 735521 |
Hello, I'm working on Flash MX 2004 on Apple Mac OSX.3 and I just created a button...I want that button to play my flash movie whenever you click it. I've tried just about everything I need to know the right action script to put and where to put it? p.s. the button is only on one frame and I need it to play the next frame over when I click it! |
|
| There is no answer at this time. |
|
| Subject:
Re: Flash MX Action Script
From: imadeel-ga on 22 Jun 2006 22:11 PDT |
Hi there,
here your answer step by step,
1. The first frame on the timeline will have a stop() action.
2. Then click n button and in the action window write this code for the button.
on (release)
{
gotoAndPlay(frame number from where your movie starts);
}
as simple as that, plus check out this link,
http://www.yousendit.com/transfer.php?action=download&ufid=6D0F99655AD7A5CB
i made a file a simple example demonstrating how i made it happen. A
simple play button you click it and the movie starts playing.
If you have any more questions, you can add it here. Plus if you can
give me your file i can fix it with your requirements in this question
above.
Regards,
Muhammad Adeel |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
| Search Google Answers for |
| Google Home - Answers FAQ - Terms of Service - Privacy Policy |