hey, i am creating a game, and i am wondering which is the correct way of setting up my game. let me run you through the idea of the game quickly
basically its a fighting game, and the player can perform key combos to do different things e.g. flying kicks, etc, all the basic stuff like running, jumping, also im thinking of adding a combo counter…the main character will fight bad guys (duh) and as you progress through the game you will get to play as different characters also you will have health, XP and also equip items and stuff
the way i am currently thinking of doing it, is putting all the code in one AS file and attach it to the player .fla…would this be the correct way?