Mouse Cursor Help

imallthatimallthat Member, PRO Posts: 19
edited November -1 in Tech Support
I have been working on a game where you find all the wrong things and i thought it would be interesting to make my own cursor and use it. But i dont know how to and the tutorial on wiki is only for non scroller games. Can anyone help me and tell me how to do it.

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    You would create a new Actor called something like customCursor.

    In that actor, have two Constrain Attributes, one for self.Position.X To Mouse.X and one for self.Position.Y To Mouse.Y

    However, if you plan on making this game for the iPhone/iPod/iPad, be aware that there isn't ever a cursor on the screen - your finger is the "cursor".
  • iDeveloperziDeveloperz Member Posts: 1,169
    You could make something like the pad at the bottom of your laptop and use that as an iPod/iPad mouse. Maybe an iPod is too small but its a possibility. :)
Sign In or Register to comment.