Monday, August 31, 2009

Example Question of Practical Test

Hye..sorry too late to share with you about my experience about authoring preacrical test...Wait..remembering for a while....ok...last year...in my practical test, there are 2 question

Question 1 : Create 2 button that one can link to your motion tweening and another one can link to shape tweening. Create an example of motion tween and shape tween in each scene.

How to solve it????

1) Understand the question. in this question you need 3 scene which is:
Scene 1 : Have 2 button
Scene 2 : Motion Tweening
Scene 3 : Shape Tweening

2) For Scene 1 : First of all, make background and create 2 button. Name the button Motion Tweening and Shape Tweening. Then put an action.
i) At background layer, the action is : stop();
ii) While for Motion Tweening button the action is : on(release) { gotoAndPlay ("Motion Tweening",1); }
iii) For Shape Tweening button the action is : on(release) { gotoAndPlay ("Shape Tweening",1); }

3) Make a scene and name it as Motion Tweening. In this scene, make an example of Motion Tweening as i put in the last post before.

4) Make another scene and name it as Shape Tweening. In this scene, make an example of Shape Tweening.

5) Save it and try to run it.


It easy right...Try it before you go to your test... You can get as below

Question 1

6 comments:

D'Blaze said...

thank u :)

ezah kadir said...

welcome...have u try it..maybe it easy for u hisyam...

Dnkn Nncrn said...

tq ezah...hope tomorrow practical test is like this too la...so at least i can do like you explain...your explanation was very clear...tq =)

Pling said...

thanks ezah........

ezah kadir said...

If you have done a lot of practice..you can answer the question tomorrow...i don't know the real question...but this is my practical test question when i take authoring system in forst semester....

PenHow said...

Thank you for your tips. it help me some idea about the test.

Post a Comment