Frankly, sepanjang menghasilkan assignment ini, saya menghadapi begitu banyak masalah. Saya kena refresh hampir semua skill yang telah saya belajar. Dalam banyak-banyak skill, saya paling ngeri bab drag and drop sebab coordinate saya selalu tak betul.
Mujurlah part saya yang ini tak ada drag and drop. At least saya tak susahkan team mate yang lain. Sebab mesti sangat lambat nanti nak siapkan. Itu belum tambah lagi dengan nak masukkan action script :'( thaks to semua ahli kumpulan terutama syakira. Oh...big thanks la pada semua. Yang drag and drop tu, lepas tengok they all buat, terus rasa confident tu naiklah sikit berbanding tak ada langsung dulu T___T
Anyway, saya kena buat part awal sekali, iaitu introduction. (Credit to Syakira)
Ok, masalah terbesar saya dalam scene ini ialah selalu terlupa nak tukar mode text.Macam input dan dynamic text. Selebihnya, of corse bahagian action script! Saya tak cukup skillful lagi nak add satu persatu action script. terpaksa merangkak macam kura-kura.
Intro
In this part, we personalise our flash using input and dynamic text boxes, import music, Motion Tween and Traditional Animation.
Motion Tween (cloud moving horizontally and become smaller):
- Draw a cloud in its own layer.
- Convert to symbol by Modify > Convert to Symbol.
- Insert keyframe (Insert > Timeline > Keyframe) further along the timeline. Move the cloud to new location and resize it.
- Click the timeline between the two keyframes and right click > Create Motion Tween.
Traditional Animation (girl's eyes blinking):
- Insert > New Symbol > Movie clip.
- Draw the eyes in the frame 1.
- Insert keyframe in frame 2 and change slightly the eyes (half close)
- Insert keyframe in frame 3 and change slightly the eyes (close)
- Copy keyframe 2 and paste in frame 4.
- Copy keyframe 1 and paste in frame 5.
- Go back to the "hello" scene stage.

Import Music (.mp3 file):
- File > Import > Import to Library.
- Drag the sound from library to stage.
Scene 2 :
The user will enters their name in the input text box. Var : nama
Actionscripts:
"Enter" button:
on (release, keyPress "<Enter>"){gotoAndPlay("hello",1);
}
Scene 3 :
User's name will be displayed in the dynamic text box. Var : nama
Actionscripts:
"Start" button: go to other .swf file in the same folder (home.swf)
on (release) {loadMovieNum("home.swf",0);
}
*Every scenes have stop(); actionscript to stop it from jump to next scene automatically.
No comments:
Post a Comment