ahhh it was because i forgot to continously set the mouse position...
Code:
EngVar.mouse_pos.x.IntValue = EngVar.mouse_cursor.x.IntValue;
EngVar.mouse_pos.y.IntValue = EngVar.mouse_cursor.y.IntValue;



So it was always only detecting panels at (0,0). Don't know why you can only drag in the bottom corner, but i'm not using a mouse_map so maybe it limits the 'detection' region. Thanks again.

LOL, when you said soon i thought you meant like a day, not a minute, ahahaha. Nice one!

Last edited by DJBMASTER; 08/21/09 16:11.