As the title say, if I move my cursor fast over two hotspots it get stuck in mode define with SaveCursorUntilItLeaves function. The hotspots are very close to each other.
Any tips for solving this?
Code: ags
Any tips for solving this?
function hClassroomWindow_MouseMove()
{
if(cPlayer.ActiveInventory == null && gInventory.Visible == false)
{
mouse.SaveCursorUntilItLeaves();
mouse.Mode=eModeUsermode1;
}
}