Page 1 of 1

tutorial help needed for game

PostPosted: Fri Jan 31, 2014 12:41 pm
by LeeFesler
I was wondering if someone could explain to me, or make me a tutorial on how to make a game very similar to this one,

http://nesbox.com/game/nes/river-city-r ... aab7a1ceea


I'll need like codes for, (if you explain it) punches in both directions, kicks in both, idle and walk in both, plus a jump animation like all with timers and stuff. I don't know how to set it up like this where the "A.I." moves across the whole screen like the player. I could set up the fixed axis, but not both. Anywaysssssss, help??????

Re: tutorial help needed for game

PostPosted: Wed Feb 05, 2014 4:45 pm
by LeeFesler
*bump*
Come onnn. I really need some help with this.

Re: tutorial help needed for game

PostPosted: Wed Feb 05, 2014 6:23 pm
by skydereign
LeeFesler wrote:*bump*
Come onnn. I really need some help with this.

Usually you'll get faster responses if you ask direct questions, rather than tutorials.

LeeFesler wrote:I'll need like codes for, (if you explain it) punches in both directions, kicks in both, idle and walk in both, plus a jump animation like all with timers and stuff.

Do you know what the state method is? It allows the control you need for directions and timers. http://game-editor.com/State_Method
LeeFesler wrote:I don't know how to set it up like this where the "A.I." moves across the whole screen like the player.

Just pick a point on the left side of the screen and have the enemy move to it.