What are we making here?
(Arrow Key Control)
Let’s Begin
The demo above shows something similar to what you should have by the end of this tutorial, this will be multipart so do not expect to be able to have a complete game by the end of this singular tutorial, but as a collection – you will. I say complete game i mean game prototype – but for illiteral means a full flash game.
To begin this tutorial, start a new Actionscript 2 document and create a symbol;
The player – I chose a ball
So let’s begin. So once you have created the movieclip of the player, listen up as we shall learn some important functions, such as;
onClipEvent()
if()
and Key.isDown()
So now – click the movieclip instance and open the actions panel (F9 for windows, alt + F9 for mac). Then we can begin coding.

