> I'm making a Mario like side scroller game and I having some trouble
> with input. I can only hit one key at once,
> if I try two it doesn't
Simply you can't. Except some modifier keys.
> This is an example of the kind of thing I'm trying to do. Also I've
> been trying to figure out how to have the camera center on the
[quoted text clipped - 3 lines]
> it yet. Any source code from similar games would be very helpful.
> Thanks in advance.
That's simple animation task. Examples should abound on the Net.
caleb - 31 Jul 2005 20:14 GMT
If it's not possible then why do some games allow you to shoot, jump,
and run at the same time?
Thanks for the reply though.