I have recently spent some time building small pieces of code I can use to build a game in Flash CS4. I had actually started this several months ago using Actionscript 2. Now, however, I am re-building everything using Actionscript 3. Not only do I hope things will run smoother, but I have been able to really clean up my code, and get more out of less.
I have built a small level that the player can run around in. I went with a top down isometric view, and built a control system that relies only on the mouse. The character will run to whatever location you place the mouse, run faster if it is farther away, and even make it's way around obstacles. Of course right now my character is an orange box... but you get the idea. I did add some blue arrows to indicate direction, and that must count for something.
I will continue to post my progress as I add more to the code. I have already built a save system that saves data to the users local files (sorry, gotta play on the same PC) and I plan to integrate it soon. Check it out:
My Game