macromedia flash 8 tutorial
Macromedia
flash definition.
Macromedia flash is a multimedia and
software platform used for creating vector graphics, animation, browser games,
rich internet application, desktop application, and mobile games. Now, I will
give the tutorial how to make slide presentation using flash macromedia
·
First,
click new flash documents.
For this power point of congratulation in flash, I used frame by
frame not scene by scene.
·
In
the first layer I make seven frames, in every frame consist the material which
explains about congratulation.
First frame
second framethird frame
fourth frame
fifth frame
sixth frameseventh frame
·
The
next layer used for next and previous button. I make this button in order to
make easier when the user wants to go or back in frames.
How to make
previous and next button and make the function of it
-
Click
rectangle tool
-
Make
a rectangle
-
Click
a word tool
-
Write
the name of the button using it (previous or next)
-
Drag
the rectangle and the word
-
Right
click
-
Then
choose convert to symbol and choose button
-
Change
the name of button as you want.
How to make the
action for the button
-
Right
click in the button which you choose
-
Choose
the action
-
Then,
make the action with this script
Next Frame:
on(release){
nextFrame();
Previous Frame:
on(release){
prevFrame();
·
Then,
the next layer used for button. In every frame there are three buttons consist
of profile, home, and material. And to make the button work as well
How to make profile, home, and material buttons
-
Click
rectangle tool
-
Make
a rectangle
-
Click
a word tool
-
Write
the name of the button using it (profile, home, and material)
-
Drag
the rectangle and the word
-
Right
click
-
Then
choose convert to symbol and choose button
-
Change
the name of button as you want.
For make action
-
Right
click in the button which you choose
-
Choose
the action
-
Then,
make the action with this script
on (release) {
gotoAndStop(2);
}
And that script also used the other
button, but we need to change the word just like a name of it
*
In
the next layer used for picture, so in some frames also needed some picture in
order to make better understanding for students when read the power point.
How to add some
picture
-
Click
file
-
Choose
import
-
Chose
import to library
-
Then,
choose the picture which you want to add
-
After
that you will see the screen becomes like this
-
Just
take the picture from that in to your sheet
·
The
last layer used for stop, this is to make the changes from one frame to other
can run well in order.
-
Right
click in the first frame in stop layer
-
Choose
action
-
Then,
use this ACTION
How
to make exercises and evaluation in macromedia flash
·
Click
new flash document
·
Make
a layer, change the name becomes background. Then in the click the first frame,
and insert key frame
·
Make
new layer, change the name becomes “kotak”, then in frame 2 right click and
insert key frame. Then make a box with rectangle tool to put the exercises
·
Make
new layer, change the name becomes “soal”. In frame 1 write the sentence like
this “EXERCISE 1” and add the next button. In frame 2 right click and choose
insert key frame.
·
In
frame 2 “soal” layer, write the question of the first exercise above, then give
the multiple choices or A,B,C,D for the answer, don’t forget to just put one
correct answer, see the picture below
·
In
the next frame, in the same layer or “soal”. Do the same thing to create your
nest question and multiple choices.
·
In a
frame 7, “soal” layer. Write the result or evaluation. And don’t forget to
write “benar, salah, and nilai”
·
Make
one layer again, change the name becomes script. This is for give the action in
this media
-
Actions
for this exercises
·
in frame 1 in “soal” layer. Give this action
for “lanjut” button
on(release){
nextFrame();}
·
In
frame 1 “script” layer, give this action
stop();
benar=0;
salah=0;
·
For
the right answer give the action like this
on(release){
benar=benar+1;
nextFrame();
}
·
For
the wrong answer give the action like this
on(release){
salah=salah+1;
nextFrame();
}
·
In
frame 7, “script” layer, give the action like this
nilai=benar/(benar+salah)*10
·
In
frame 7, “soal” layer, give the action like this
nilai=benar/(benar+salah)*100;
if(nilai<55){
·
Yeyy,
the exercises evaluation is ready to show J
Here, the example of my power point, exercise and evaluation about
congratulation
https://www.youtube.com/watch?v=QBdGKjZx774
https://www.youtube.com/watch?v=QBdGKjZx774
Komentar
Posting Komentar