Skip to main content

All Questions

Tagged with
0 votes
1 answer
72 views

BGE Python: Mouse Sensor Error

I tried to program something that makes the camera look at the mouse for one of my games, but it keeps giving this error on line.7: ...
beware4's user avatar
1 vote
1 answer
124 views

BGE Mouse Look Min and Max Bounds Changing?

I have written a script in python that successfully saves and loads the position and rotation of my player cube and camera for use between scene transitions. However, something is going wrong with the ...
Zachary's user avatar
  • 23
1 vote
1 answer
214 views

One Click is Detected as Multiple Clicks

TLDR: I don't know how to fix it so that 1 click = 1 click. Brief background: I'm making a "lock-picking game" with six pins (objects A-F) that must line up to "unlock". They start at different ...
Claire's user avatar
  • 11
0 votes
0 answers
59 views

Mouseover Sensor and Obstruction

I have a game set up that involves users selecting objects and text. The text is contained in a separate scene with text objects which are parented to planes that have MouseOver Sensors. The problem ...
A. Bollans's user avatar
1 vote
1 answer
46 views

My mouse is displaying even though I made it invisible?

So I am making a game and have been on this one for about a week now. And just now am dealing with this issue. I know how to make a mouse appear and disappear as I wish it to on the game engine. ...
April Rice's user avatar