Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, I have got an problem. I am using 3d extension and I wanted to create fps like wolfenstein, problem is that camera object(that rotation is following coursor) stopped working when it reached edge of screen. Then I found mouse pointer lock extension, but when I am using it my camera does only shake, can you please help me?


"MousePointerLock::MovementX()" returns the distance the mouse cursor moves, not the angle.
Therefore, it is not a suitable value for the "Rotate toward angle" action. Using the "Rotate" action instead might work.