Foxmander's Forum Posts

  • For some reason I can't make a post in the General Discussions thread, so I decided to ask here

    Is there now or are there plans to support DualSense? I mean its features like adaptive triggers or advanced vibration.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I mean **** you

  • OMG how do i do this? So hard interface there

  • It works, but now, when mouse hits the border nothing happens. That was the main problem ;/

  • You can simulate this by simulating a cursor, the result therefore only working within the game and circumventing the above security issue.

    Add a Cursor sprite.

    Have variables which track the X and Y of the Mouse. Call them MousePrevX & MousePrevY.

    Every tick:

    -> Set Cursor X to Self.X + ( Mouse.X - MousePrevX )

    -> Set Cursor Y to Self.Y + ( Mouse.Y - MousePrevY )

    Don't forget to use the Cursor's position rather than the Mouse's when judging things like what's being clicked on etc. Good luck!

    Cursor object appears below mouse and nothing more happens

  • Well now i can't make mouse support for my first person game.

  • Hey guys, I have game where i have to move my mouse.

    But when i move mouse to layout's corner, it has to teleport to other, like "Warp" behavior.

    How do i do this? Is there some plugins or other solutions? It can be sprite, not only mouse/cursor itself.

    Thank you for reading, and sorry for my bad english