FLASH button is clicked in the library playing a movie clip how production of components?
For example there are three buttons:ABC also has three corresponding video clip:abc In the scene, I point A button to play a, point B plays b, point C play c.how to write the script? Thank you
here be used in ActionScript to gotoAndStop command means:go and stop on (release) (gotoAndStop (frame);) You first build three buttons were:A, B, C 3 titles of clips were:a, b, c first layer construction 1, the only press the F6 key to the first frame into a background, or …..a new layer 2, the A button, press F5 to add a few frame dragging, press F9 to open Actions panel, in the action panel Enter this code:on (release) (gotoAndStop (2);) B New Layer 3 button press F5 to add a few frame dragging, press F9 to open Actions panel, in the Actions panel, enter this code:on (release) (gotoAndStop (3);) new layer 4 C drag the button to add a few frames press F5, press F9 to open Actions panel, in the Actions panel, enter this code:on (release) (gotoAndStop (4 );) then a new layer 5, the first frame and wait for the second frame directly in the press F6 key to insert the key, the movie clip a drag on the third frame in the layer, press F6 key to insert a key to the movie clip b drag, in the fourth frame, press F6 key to insert a key to the movie clip c drag.then preview! writing was not clear, please forgive me ha! ! ! According to this procedure done, you can complete your request!
Thank you
point of a button script on (press) (play (a);) and so on
Leave a Reply
You must be logged in to post a comment.