Last Online: 2/9/08
Tony Adamson
I'm on the Gold Coast in Australia and I make games as a hobby, usually for my son to play.
10 PRINT ''Hello World '';:GOTO 10
| Game | What I Did | Difficulty of Development | Anecdote |
|---|---|---|---|
| Everything. Graphics, Actionscript and such. | Harder than Planned | I originally made this for the PSP and it was played sideways. Converting it for the PC I thought it would be easy but not only did I have to rotate every single thing in the game (from the original PSP mode) but I soon discovered that I would have to include a preloader. This should have been as easy as adding a new scene in Flash MX but that gave me so much trouble due to my original coding that I had to incorporate it into 2 extra frames in the same scene. And because I am only relatively new to actionscripting I soon found out that I should have been pointing the games multiple frames to 'named' frames and not frame numbers. This is because I'd added the 2 news frames at the start and my game was now pointing to the wrong frames in so many places. |



