I fixed it
Just change your file type to .c3p. If you don't know how, go to file manager, click "view", find and click "show file types", and change the file type of your project to .c3p.
Develop games in your browser. Powerful, performant & highly capable.
So recently i made a simple 3D parkour game in first person. I made it so that you can move your camera with arrow keys. I wanted to make it with the mouse BUT unfortunately MouseMovementX and MouseMovementY does not work with pointer lock and without it. Can you explain to me how to use mouse movement?
Let's say i have a game like doors. In doors rooms spawn randomly throught the game.
But how do i do the exact same thing in construct? I need to create ROOMS, not seperate sprites. Is there a function to spawn groups of sprites?