Saturday, November 12, 2011

Week 8: (2) Group Assignment 1: By Zune

I was in-charge in doing this part.The last part of the assigbment was in-charge by the Fatemeh.

Reflection:

Main Menu ( Scene 1 )

1. Buttons were download from internet and manipulated by photoshop. I was really lucky that i have took visual static in last sememster, so that i can use my basic photoshop skill to develope the buttons which are suitable for this assignment.
2. Action script like gotoAndplay, stop and etc were applied.

Drag and Drog game ( Scene 2 )

1. All the object and its location need to convert it to the movie symbols.
2. We need to have more patient to set all the coordinate value ( x, y ) for the object in the action script.
3. This is the action script for the "apple" :
on (press) {startDrag(this);}
on (release) {stopDrag();
if ((this._x>=33.0) & (this._x<=77.0) & (this._y>=213.6)& (this._y<=263.0)) {_root.box1.gotoAndStop(2);} else {_root.box1.gotoAndStop(1);this._x = 393.0;this._y = 118.0;}}

Sujective question ( Scene 3 )
1. For the subjective question user are allowed to key in "d" and "D" both answer will be prompt up with correct statement. I have use if, if else and else in this action script.
2. The action script for this scene.

on (release, keyPress "") { if
(alphabet == "d")
{res=":) Congratulation!!! '"+alphabet+"' is the answer.";}
else if
(alphabet == "D")
{res=":) Congratulation!!! '"+alphabet+"' is the answer.";}
else
{res=":( Opsss!!! Incorrect. Your answer '"+alphabet+"' is incorrect,
Please try again....";}}

3. Static, input and dynamic text box were used in this scene.
4. I have displayed the answer that the user key in by assigned the variable "alphabet" in the input text box and display it again in dynamic text box.

MCQ Question 1 ( Scene 4 )

1. I have embedded audio element in MCQ: Question 1. Your welcome to try it by mouse you mouse to the button "D", "E" and "F" and you can heard the sound.
2. I have cut the sound of the alphabet and import it to the library before drag it to the the button in "over".
3. i don't really satisfy with the sound that i cut, since i was using free software which was simply download it from internet " free video cutter". I able to convert video that i need into mp3. This free ware is unable to cut at the actual sound lenght that i need, due to it have minimum lenght for every output.

MCQ Question 2 ( Scene 5 )

1. I have applied my dialog skill in this part.
2. In the action script, i have get the value from the combo box and displas it's respond at the dynamic box.
3. This was the script:

on (press) {
if(box1.getValue()=="H"){
jg="Good! 'H' is correct answer.";}
if(box1.getValue()=="I"){
jg="Sorry, 'I' is wrong answer! Please select again !";}
if(box1.getValue()=="J"){
jg="Sorry, 'J' is wrong answer! Please select again !";}
gotoAndStop(2);}

1 comment:

  1. Well done Zune, Faridanura and Fatemeh...

    u guys manage to do the assignment on time...and hope still not too late for me to drop some comments on it...

    my comments:

    very simple project...simple...you have applied all the concepts that you learnt before...well done...

    when i check your design, i try to find as many errors as i can...hehe..jahat kan...haha...

    well, i did found some...

    1. spelling mistakes...exercise and drag and drop...

    2. when i double click on the answers for the MCQ1, it gives me some errors...maybe u can check back...and i do agree with u about the alphabet sound...not really nice for ears eh...

    3. i can hardly seen the image that u use for MCQ2 as it is too small...what is the image actually?

    ReplyDelete