Alhamdulillah..Akhirnya siap juga Assignment 1 ini..
Penghargaan yang tak terhingga kepada Syazwani, Nur Aminah dan Hazwani yang sama-sama bekerja keras bagi menghasilkan projek ini.
Memandangkan kami membahagikan tugas, jd terdapat 8 .fla fail yang dibuat secara berasingan dan di"link"kan antara satu sama lain.
Inilah hasil daripada kami :-) Semoga ia berguna dan bermanfaat kepada semua.
Inilah hasil daripada kami :-) Semoga ia berguna dan bermanfaat kepada semua.
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