Game Development Community

Collision BUG, when using Mouse Over Cursor Change Behavior

by Vlad I · in Torque Game Builder · 05/28/2012 (10:07 am) · 0 replies

I have a tall square object rotating and beneath it I have an object with Mouse Over Cursor Change Behavior.
As soon as it collides with it the Tall Square object stick to it.
I tried to turn off all collisions on the object with the Mouse Over Cursor Change Behavior, I tried to restrict layers of the Tall Square object it collides with, no avail.
As soon as you remove the Mouse Over Cursor Change Behavior from the object the tall Square object goes passes through it with no probs.

At the moment I have to workaround it by making functions like onMouseEnter onMouseLeave to make my Cursor change.

Just wanted to report on the bug.