Hello,
somehow I lost the control in my game, but cant find out why.
In my game, when the intro starts the mouse cursor gets hidden via code, but after the intro is played, the mouse cursor is still hidden, I can move it but no clicks are "registered".
When I hover the invisble cursor over the verbs, the verbs are highlighted, but I also cant click on them.
If I spawn directly into this room, via character starting room, the mouse cursor is visible and the gamecontrols work as intended. The problem only occurs when I run the game from start, with several rooms before this, as the game intro.
The intro-code is always in "room_FirstLoad" and it contains a mouse.visible = true; at the end, but its still invisible and has no effects on any clicks everywhere
Is there some other commands to get controls back? Some mistake I might have put in that prevents this?
somehow I lost the control in my game, but cant find out why.
In my game, when the intro starts the mouse cursor gets hidden via code, but after the intro is played, the mouse cursor is still hidden, I can move it but no clicks are "registered".
When I hover the invisble cursor over the verbs, the verbs are highlighted, but I also cant click on them.
If I spawn directly into this room, via character starting room, the mouse cursor is visible and the gamecontrols work as intended. The problem only occurs when I run the game from start, with several rooms before this, as the game intro.
The intro-code is always in "room_FirstLoad" and it contains a mouse.visible = true; at the end, but its still invisible and has no effects on any clicks everywhere
Is there some other commands to get controls back? Some mistake I might have put in that prevents this?