::17052012::

APPS 4: TYPES OF INTERACTION


CREATING MAIN MENU

Steps:

1. Open a new file
2. Create 3 buttons: MAIN PAGE, UPIN & IPIN , WEB
3. In button layer, drag the three buttons into stage
4. Click at MAIN PAGE button--> go to properties-->type the instance name
5. Repeat the step to the UPIN & IPIN and WEB button
6. Go to Window-->other panel-->scene
7. at scene window-->click duplicate scene
8. Double click at scene copy 1-->rename it as scene 2
9. @scene 2, insert upin & ipin image
10. @scene 1, insert upin & ipin’s text banner
11. At button layer -->right click at 1st frame-->choose action-->Type stop();
12. Click at 15th frame-->Insert frame to all layers
13. Repeat step 12 to scene 2
14. @scene 2-->insert new layer-->named as upin
15. At properties panel-->named the frame label as upin
16. Insert new layer-->named it as stop-->right click at 1st frame-->choose action-->Type stop ();
17. @scene 1-->click at upin & ipin button-->choose action-->type command:

On (release){

            gotoAndPlay("Scene 2", 1);

}

18.close action window.

19.@scene 2-->click at main page button-->choose action-->type command:

on(release){

            gotoAndPlay("Scene 1", 1);

}

20. Close action window.
21. Test the movie
22. @scene 2-->Create a new button-->name as members
23. Click on frame 10-->press F6-->named as kawanupin on frame label
24. Insert a picture of upin & ipin members
25. Click members button-->type the instance name for this button
26.@scene 2-->click at members button--> choose action-->type command:

 on(release){

            gotoAndStop ("Scene 2", "kawanupin");

}

27.close action window.
28.test the movie
29.@scene 1-->click at about button-->choose action-->type command:

On (release){

            getURL("http://www.lescopaque.com ");

}

30. Close action window.
31. Copy the coding and paste to news button in scene 2.
32. Save the file

 
click on the image to see the output

0 comments:

Post a Comment

About