Senin, 10 Mei 2010

version english flash

Step 1:

Create a layer with the following composition:

11

1

Give a black color in the background and add text on layers text_1 "How to Make Tempeh". Change text to movie clip (F8) that can be controlled easily. Insert the frame on the frame 2 layer background.

Step two:

Definition of the word "next" and then turned into buttons (F8). Sample text and button position:

2

Step 3:

Right-click on Frame 1 actions ataun layer press F9, then add the script stop.

3

Step 4:

Right-click the next button -> Actions (F9), add the following script:

on (release) (gotoAndPlay (2);

)

Figure 2 explains the frame 2, because if this button is clicked, it will be headed to the frame 2.

Step 5:
Add one layer with a text_2.

Step 6:

Insert keyframe (F6) on frame 2 layer text_2, then write "Here are the steps to make tempeh: ff". Change text to movie clips.

Step 7:

Insert keyframe (F6) on frame 2 next layer, so that the next button go to frame 2. then change the script becomes:

on (release) (gotoAndPlay (3);

)

Figure 3 describes the frame 3, because if this button is clicked, it will be heading into the third frame.

Step eight:

Add the previous layer -> insert keyframe (F6) in Frame 2 -> for previous posts -> Convert to Symbol (F8) -> Buttons

Step 9:

Right-click the previous button -> Actions (F9), add the following script:

on (release) (gotoAndPlay (1);

)

Figure 1 describes the frame 1, because if this button is clicked, it will go to frame 1.

Step 10:

Insert keyframe (F6) on frame 2 acttions layer, then add the script: stop ();

Press Ctrl + Enter (Test Movie) or Enter (Play)

Following the final position of the layer:

Tidak ada komentar:

Posting Komentar