Friday, September 4, 2009

My Steps...

I realize that all of you can do this practical test and this is my step that i did. But as Ezah want us to share our step i just share it...Don't forget to share your step too.. (^_^)

First step that i did was read the question..hehe.

For the first step, we required to make the application that start with a countdown "1, 2 and 3".

1. First, I created a background and name the layer as "background" and i choose the color that i want.

2. (add new layer)I created the black circle in the middle of the stage as a hover of a number. I named the layer as "circle".

3. (add new layer)Then, i choose the text tool and created number 1 at keyframe 1, number 2 at keyframe 15 and number 3 at keyframe 30 and i named this layer as "number".

4. Then i click at number 1 and break apart it( shortcut to break apart is Ctrl+B).
I Break Apart it twice because it is a text. I did the same step for number 2 and number 3 as well. (break apart it twice)

5.Now working in layer "number". Between the keyframe 1-14, i inserted the shape tweening. I also inserted the shape tweening in frame 15-29. Just click at any frame between those layers and choose shape tweening.

6. Now done with the countdown.




Second Step, the application will automatically presents the title of the application. And the title will zoom from the center of the stage.

1.I add new keyframe at keyframe number 31. Named the layer as "text".

2. I select the text tool and type the word "Animation in Adobe Flash CS3" in the middle of the stage and using font size 12.

3. Select the text then i right click and convert it into symbol and choose "Graphic"

4. I copy the keyframe and paste it to frame 60

5. At frame 60, i resized the text to become bigger.

6. In between the frame 31 t0 60, i select motion tween by right click it and choose motion tween.


Next the application will stop and waiting for users to click a button below the title to move to the next scene and Home button that will bring back a user to the countdown.

1. I created new layer and named it as "Next Button" and insert a keyframe at frame 61. i insert a button to the stage and covert it to button and put the script at the button as below:

on (release) {
gotoAndPlay("Scene 2", 1);
}

2. I add new layer and named it as "Home Button" and insert a keyframe at frame 61. Then insert a button and put the script as

on (release) {
gotoAndPlay(1);
}

3. Add a new layer and named it as "Stop" and insert a keyframe on frame 61 and put the script at that timeline as stop();



For next button, when clicked the application will bring the users to a Yes and No question.

1. I add a new scene-named scene 2

2. I select the text tool and type a question.

3. Add new layer for a button yes and add new layer again for no button. Convert both of it to button.

4. For yes button i put this script:
on (release) {
respon = "Congratulations..you choose the correct answer";
}

5. For no button i put this script:
on (release) {
respon = "Sorry..this is not the correct answer. Try Again";
}

6. Then i add new layer and named it as respon. Then select text tool and select dynamic text from the properties tool. In Var textbox i type in "respon"

7. Add new layer and i named it as coding. At timeline i put this script to register the variables:
stop();
var respon;
respon=""

8. Lastly, i add new layer for home button and i just drag the home button from the library to the keyframe.


And this is my application :



8 comments:

  1. eleh..blog kamu lagi canggih lo...haha

    ReplyDelete
  2. tidak..blog kamu berdua sgt menarik n canggih..

    nice sharing korn...i've try your step...thanx for sharing...

    ReplyDelete
  3. Well don't "gaduh" k... both of your blogs are attractive... I like to see you done a reflection on your steps during the practical test.... Reflection will increase your level of understanding and it is known as metacognitive... thinking about thinking.... good job korn n syam

    ReplyDelete
  4. Actually, we are not "gaduh", just joking only..hehehe...thank q Dr.Zaida...=)

    ReplyDelete
  5. yes...i really agree with Dr Zaida...do you think your understanding increase after you make reflection on practical test???

    ReplyDelete
  6. yes...because when i write this post, i have to think it back how i did in each step so it just like we have to think it again and similar to we do the revision...it's make me more understanding and remembering those steps...it's really help!!

    ReplyDelete