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.

Systems I Own:                          
10 PRINT ''Hello World '';:GOTO 10
GameWhat I DidDifficulty of DevelopmentAnecdote
View all developers
Everything. Graphics, Actionscript and such.Harder than PlannedI 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.