Custom Mouse cursor can't detect objects?

Hey everyone,

I’m working on my first game (here’s the link The Visa Game - Flowlab Game Creator) and I really wanted to have a custom-made mouse. I was able to create its movement and its successful in that regard, however, it can’t seem to detect objects in a subtle way. For example, it can’t click on the “OK” button, it also won’t detect the “over” node, I’ve made quite a few visual effects that don’t work, not unless I remove the custom mouse. Things work just fine with the regular mouse, but not with my custom-made one. I’m wondering what I did wrong here? I’d appreciate any help!

You can replace the mouse movement code with this;

{"data":{"behavior":{"v":"2","nodes":[{"inputCount":0,"outputCount":0,"name":"Mouse Movement","behaviorType":"logic.NodeGroup","x":-90,"y":-288,"group":"","id":"a9badc8dc0645540","isMenuItem":false},{"inputCount":1,"outputCount":2,"name":"MouseMove","behaviorType":"logic.triggers.MouseMove","x":-720,"y":-464,"group":"a9badc8dc0645540","id":"a9badc8d13e1ab48","gameCoords":false},{"inputCount":4,"outputCount":2,"name":"Position","behaviorType":"logic.properties.Position","x":-360,"y":-448,"group":"a9badc8dc0645540","id":"a9badc8d33f8234d","pixelUnits":true,"resetVelocity":false},{"inputCount":2,"outputCount":2,"name":"Cursor","behaviorType":"logic.hud.Cursor","x":-720,"y":-384,"group":"a9badc8dc0645540","id":"a9badc8dd3306f46"},{"inputCount":0,"outputCount":1,"name":"Always","behaviorType":"logic.triggers.Always","x":-900,"y":-432,"group":"a9badc8dc0645540","id":"a9badc8d2827ea4b"},{"inputCount":0,"outputCount":1,"name":"Once","behaviorType":"logic.triggers.Once","x":-900,"y":-272,"group":"a9badc8dc0645540","id":"a9badc8e96280a42","resetOnLevelStart":false},{"inputCount":3,"outputCount":1,"name":"Number","behaviorType":"logic.logic.Value","x":-720,"y":-272,"group":"a9badc8dc0645540","id":"a9badc8ed0331e48","startVal":95,"tag":"","roundMode":1},{"inputCount":1,"outputCount":1,"name":"Alpha","behaviorType":"logic.properties.Alpha","x":-540,"y":-256,"group":"a9badc8dc0645540","id":"a9badc8e4abf6549"},{"expression":"A+15","default0":0,"default1":0,"default2":0,"default3":0,"default4":0,"default5":0,"params":2,"version":2,"tag":"","inputCount":3,"outputCount":1,"name":"Expression","behaviorType":"logic.logic.Expression","x":-540,"y":-384,"group":"a9badc8dc0645540","id":"aab3345dcfc49043"},{"expression":"A+13","default0":0,"default1":0,"default2":0,"default3":0,"default4":0,"default5":0,"params":2,"version":2,"tag":"","inputCount":3,"outputCount":1,"name":"Expression","behaviorType":"logic.logic.Expression","x":-540,"y":-496,"group":"a9badc8dc0645540","id":"aab3352b5f65eb46"}],"links":[{"input_id":"aab3352b5f65eb46i0","output_id":"a9badc8d13e1ab48o0"},{"input_id":"aab3352b5f65eb46i2","output_id":"a9badc8d13e1ab48o0"},{"input_id":"aab3345dcfc49043i0","output_id":"a9badc8d13e1ab48o1"},{"input_id":"aab3345dcfc49043i2","output_id":"a9badc8d13e1ab48o1"},{"input_id":"a9badc8d13e1ab48i0","output_id":"a9badc8d2827ea4bo0"},{"input_id":"a9badc8dd3306f46i1","output_id":"a9badc8d2827ea4bo0"},{"input_id":"a9badc8dd3306f46i1","output_id":"a9badc8e96280a42o0"},{"input_id":"a9badc8ed0331e48i1","output_id":"a9badc8e96280a42o0"},{"input_id":"a9badc8e4abf6549i0","output_id":"a9badc8ed0331e48o0"},{"input_id":"a9badc8d33f8234di1","output_id":"aab3345dcfc49043o0"},{"input_id":"a9badc8d33f8234di0","output_id":"aab3352b5f65eb46o0"}]}}}

The problem is that the tip of the mouse and the mouse are not aligned right.

1 Like

Ensure the cursor’s design is not obstructing visibility and verify that the issue is not due to software or driver problems. Adjust settings or update drivers as needed.

Hey, I’m a complete beginner at this, I’m wondering if you might explain what you mean by adjusting the settings or updating the drivers as needed? Would that be on Flowlab itself or would it have to do with my device?

Hey, sorry for the late reply, I’ll give this a try and let you know if it works out!

1 Like