Can gui have a mouse over event?
by Tim Kin Chu · in Torque Game Builder · 10/12/2006 (2:58 am) · 4 replies
Is there any mouse over call back fx for gui ??
#2
www.garagegames.com/mg/forums/result.thread.php?qt=49623
10/12/2006 (11:42 am)
If you mean you want to add button try this :www.garagegames.com/mg/forums/result.thread.php?qt=49623
#4
10/13/2006 (8:12 pm)
I'm not sure if onMouseEnter or onMouseLeave were specifically added to gui controls, though it would make sense and if Robert says so its probably so. If not, you've got the onMouseMove callback. I don't have a recent build with me, but it would be pretty easy to test if onMouseEnter and onMouseLeave work. Give it a shot.
Torque 3D Owner Robert Blanchet Jr.