Minggu, 12 Juni 2016

How to make evaluation?

Macromedia flash provides many features to help us make a project such as  evaluation.  It using action script scene by scene. To make it more details ,let`s check the picture and video below!!









check it out the tutorial video!!


Alice 3

Introducing of Alice 3


Alice 3 is 3D programming software which help us to make animation of telling story, playing interactive game or make a video as media for learning. it provides students to learn in animation context. Alice provides 3D object such as people, plants, vehicles and so on. It is a free software! so you are able to download it in this link http://www.alice.org/








This is my video of project Alice 1
Transcript of conversation
Doctor       : Hi Mrs. Anna
Mrs. Anna :Hi Doctor. He is my son Angga.
Doctor       :Hi Angga, How are you feeling?
Angga        :I don`t feel good
Doctor       :what`s bothering you?
Angga        :I have a stomached and head ached.
Mrs. Anna  :he also gets fever
Doctor        :O.K let me look your throat. open your mouth. your throat`s red. does it it hurt?
Mrs.Anna   :yes it is sore
Doctor         :I think you have a virus. it might be the flu. i`m going to give you prescription for some                      medicine.
Mrs. Anna   :thank you doctor
Doctor         :O.K. try to get some rest, and be sure to drink a lots of water and orange juice.

  

https://www.youtube.com/watch?v=kPdWgzSvwSM



Action Script

Action Script

Call a movie or swf file
1.       Please make a file swf before
2.       Make a button, i.e. kind of job, description, place of work
3.       Right click in kind of job button→action
4.       Please write
1.       on (release) {
2.             loadMovieNum(“your file.swf”,0);
3.       }


Using stop , pevious, and next action in scene by scene
·         Stop
1.       Make a simple workspace of scene by scene.
2.       Make a new layer, then label with stop
3.       In timeline, right clickaction
4.       Please write
1.       Stop ();
5.       If in timeline appears alpha symbol (α) that means your action stop is work


·         Previous and next
1.       Make a simple workspace of scene by scene
2.       Make a new layer special for next and previous button
3.       Right click in previous button actions
1.       on (release) {
2.             prevFrame ();
3.       }
4.       Right click in next button actions
1.       on (release) {
2.             prevFrame ();
3.       }



https://www.youtube.com/watch?v=L_5Xx5OwnsY





Hoe to make a button?



How to make a button?
1.       Draw object using shape tool
2.       Convert object into symbol. Right click in object→convert to symbol→button.
3.       Double click in object, then will appear menus“UP,OVER,DOWN, HIT” in timeline
Function of this menus are to change the button while mouse up,over,down,or hit the button.
4.       You can give different color to up,over,down,and hit menus in order to make them different.


Guiding Animation

Guiding Animation


1    1.   Draw a tack line using pencil tools
2.       Right click in layer 1→guide
3.       Create a new layer then make a object. Put it in the first point of track.
4.       Convert the object into graphic
5.       In timeline,layer ; right click in frame 35→insert keyframe
6.       Drag object into last pont of tarck.
7.       Than create in layer 2
8.       Yeay! Your guiding animation done!



 

Masking Animation

 Masking Animation

1    1.    Choose picture as background. Click fileImport→ To Library
2.       Drag your picture into workspace then organizes the size using free transform tool.
3.       Write a word “Counting the star”
4.       In timeline, right click in frame 25→insert frame
5.       Make a new layer label with object and draw circle using oval tool. You can give different color         to make it more ineresting.
6.       Then right click in the object→convert to symbol→movie clips→ok
7.       Drag object beside the word “star”
8.       In timeline, righ click in frame 25 in layer object→insert keyframe
9.       Drag object into the first place.
10.   In timeline; layer object; right click→motion tween
11.   Then right click in layer object→mask
12.   This is it! Your masking background is done!




How to make a button?


How to make a button?
1.       Draw object using shape tool
2.       Convert object into symbol. Right click in object→convert to symbol→button.
3.       Double click in object, then will appear menus“UP,OVER,DOWN, HIT” in timeline
Function of this menus are to change the button while mouse up,over,down,or hit the button.
4.       You can give different color to up,over,down,and hit menus in order to make them different.