I want to create a custom property for objects that will execute:
object[1].Tint(150, 150, 0, 100, 100);
when the mouse is over the object, and will
object[1].RemoveTint();
when the mouse is not over the object. I have not been able to find any part of the manual that deals with mouseover scripts for anything other than GUI buttons-- so any help would be greatly appriciated!
object[1].Tint(150, 150, 0, 100, 100);
when the mouse is over the object, and will
object[1].RemoveTint();
when the mouse is not over the object. I have not been able to find any part of the manual that deals with mouseover scripts for anything other than GUI buttons-- so any help would be greatly appriciated!