Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: zeeawk on May 25, 2013, 12:38:17 PM

Title: [solved] Ultimate FPS Camera
Post by: zeeawk on May 25, 2013, 12:38:17 PM
When using Ultimate FPS Camera with PlayMaker, if you fire your gun, it never stops firing unless you right click or something.

If you uncheck "Control Mouse Cursor" in PlayMakerGUI it seems to solve the problem.

What exactly does "Control Mouse Cursor" do?

Any idea what's up?

Thanks!
Title: Re: Ultimate FPS Camera
Post by: Alex Chouls on May 25, 2013, 01:58:41 PM
"Control mouse cursor" lets cursor actions control the cursor without fighting with scripts, otherwise you would get weird artifacts. If you don't use any cursor actions you can uncheck it.

I'll probably change this in a future update to default to false, and have the cursor actions set it to true...