Hello everyone !
One question : Can we make an Actor interact when Mouse cursor only, ie without any Actor parented to it, is on it ?
The most logical thing to do is to create a MouseActor whose visibility is False, and on Collision with an Actor, an action occurs. But it would be more Practical to be able to DETECT mouse position and collision upon any actor !
Any idea