Since I don't have any experience in Actionscript, so at first it was quite difficult for me to get used with it. But, the only thing that I have to do is make as many practices as I can to become really familiar with it. Again, I learn from mistakes and at the same time I have to motivate myself not to easily give up. =)
And of course this is only the beginning, there is a lot of challenging Actionscript waiting for me...huhuhu...so, I must be prepared...!!!
Actionscript
Here are some basic in Actionscript that you must know before you can make an interesting interactive animation :
F9 = Window>Actions
Global Functions>Timeline Control>Stop : to stop the animation
Global Functions>Movie Clip Control>On : to run the animation
e.g : on (release) {(gotoAndPlay("Scene 2", 5);}
This script tells that when you click and release the button, it will go to and play the 5th frame of scene 2.