Hi all im starting on my first game today it will be a sniper shooting game… what i would like to know is where do you start your game from?? Do you develop the level first or go for the start menu first… what are the best practices ??? Thanks [import]uid: 90369 topic_id: 18008 reply_id: 318008[/import]
Well usually I setup my framework:
main.lua
menu.lua
level1.lua
gamecredits.lua
help.lua
gamesettings.lua
copy in any external lua files I’ll need like movieclip.lua, ui.lua
Then I’ll setup the menu page and make sure I can load all the parts, and get back to the menu,
Then I code up the game, then eventually I get back to the auxillary pages and finish them later.
[import]uid: 19626 topic_id: 18008 reply_id: 68823[/import]
@robmiracle Awesome you really have given me a road map to work on… Thanks Dude [import]uid: 90369 topic_id: 18008 reply_id: 68832[/import]