Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Does anyone know how to allow the player to look up and down in first person mode?

Change setting to allow player to use the mouse

Use pitch in the "Camera Tracking" feature in plugin commands.

Also use this code (in script feature) , but do whatever key you want for panning up and down. Hope this helps!

Input.isPressed('h') 

I don't want to use a key for the camera tracking. I'm trying to make a first person game with full camera use. (Up, Down, Left, and Right across the screen.) How do I set the script to use a mouse instead of a key?

Have an invisible picture and use the clickable picture command. Have one be in one spot, and another in that spot. So when the person clicks on the button, it pans up or down. You can also use this in cutscenes if you want to make another game like that in the future.