Page 1 of 1

Manual cursor

Posted: Mon Jul 03, 2006 17:51
by Noman
Hello

Im creating a game that needs multiple cursors. (Most of them will be controlled by keyboard/joystick). I cant use MouseCursor for all of them as it is singleton.

What i probably need to do is to display an image and change its position depending on input. I dont know which class im supposed to use to do this... StaticImage? RenderableImage? Could anyone help me?

Thanks :)