Infinite mouse

catinas

  • Posts: 57
how to make mouse go infinitely from one side to other.
maybe there is an extension to control mouse location, or a way to get mouse input in stencyl

thanks for suggestions in advance.

merrak

  • *
  • Posts: 2738
You can get mouse input using the blocks found in the input palette. You can't control the mouse location because there's a significant security concern with allowing such behavior.

What you can do is create an actor that follows the mouse pointer. When you want to control the location of the "pointer", stop it from tracking the location of the real mouse pointer and move it to wherever you want.