English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i placed the play button in the first frame (which is the title page). My target is that as i push the play button it would play the entire movie (even the sound). Can anyone explain the exact steps or the "scripts" to be used?

2006-10-11 17:17:37 · 3 answers · asked by question marc??? 1 in Computers & Internet Programming & Design

3 answers

Create a new layer, and call it "actions". The layer should have 1 blank keyframe at frame 1. Click on this blank keyframe, and hit F9 to bring up the actions window. In the text area, insert this text:

stop();

This stops the movie at frame 1 so the movie doesn't play through before clicking the button.

Close your actions window. Go to frame 1 where your play button is located. Click once directly on the play button (note: Verify that your play button is a "button", and not a "graphic" or "movie clip"). After you have the play button selected, hit F9 to bring up your actions window. The actions text area for this button should be blank. In the text area, type:

on (release) {
gotoAndPlay(2);
}

This should go to and play frame 2 on the release of the mouse button.

2006-10-11 19:45:44 · answer #1 · answered by Kyle D 2 · 0 0

there's no huge distinction. previous transformations of flash are noted as Macromedia. extra moderen transformations are noted as Adobe. some years in the previous, Adobe provided Macromedia, and because then, all new products have been noted as Adobe, whether it extremely is nonetheless social accumulating based on the Macromedia stuff.

2016-10-16 02:36:04 · answer #2 · answered by ? 4 · 0 0

You can view my source code ...
http://darwin916.blogs.friendster.com/my_blog/

~ Then just make sure you follow the auto play mode

2006-10-11 17:24:21 · answer #3 · answered by helpdesk916 ♦♣♠♥ 6 · 0 0

fedest.com, questions and answers