Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: unearthly on March 08, 2018, 05:17:24 AM

Title: Hiding and showing cursor in levels
Post by: unearthly on March 08, 2018, 05:17:24 AM
I guess this is very easy to do if you write code, but I would like to know how to use Playmaker to hide the cursor in a level but then have it visible for say a menu screen level with buttons to click. :P
Title: Re: Hiding and showing cursor in levels
Post by: DanielThomas on March 08, 2018, 05:52:27 AM
I think the action "set mouse cursor" and set the "hide cursor" box on and off should do it?

I did a quick test and it worked.
Title: Re: Hiding and showing cursor in levels
Post by: unearthly on March 08, 2018, 08:49:30 PM
Thanks Daniel :)

It worked as it should have. Tried it on an earlier version of my project.

I had tried using Set Mouse Cursor before first posting but I did something which messed things up in that project version which I hadn't realize I'd done.

Sometimes simple things are exactly that.