im trying to make a top down scroller called stickman quest. can someone tell how to make menus for choosing players, pickups like weapons and money and how to make enemies work? any other advice would be helpfull too!
Offline
You're basically asking as about most of the game. It's your project not ours, but we can help you with it. For the menu and pickups, try to use the broadcast command. For example...
when [startButton] clicked broadcast [startGame v]Then...
when i receive [startGame v] Game script here
Offline
Alright ive got menus down but now i have a multitude of players to choose from. exactly how can i select one, and hide all the others without endangering the gameplay(if i click this guy play only as this guy.
Offline
Use the hide command on each player.
EG-
Player a is chosen
Player A -
when i receive [playerA chosen v] show game script herePlayer B,C and D
when i receive [playerA chosen v] hide
Last edited by Stickman704 (2012-04-18 13:48:06)
Offline
oh ok and one last thing; this is my first game, so im not doing much, but do you have a script i can use for enemies? id really appreciate it. im such a noob...
Offline
Lol, this would be as far as I'd go with explaining. Menus and character selections are simple. Enemy AI is a little more complicated.
I'll see if I can come up with one (though someone will probably beat me to it)
Offline