(Formerly known as RemoveObjectTint, which is now obsolete)
Object.RemoveTint()
Undoes the effects of calling Tint, and returns the object to using the room's ambient tint.
Example:
object[1].Tint(0, 250, 0, 30, 100);
Wait(40);
object[1].RemoveTint();
will tint object 1 green for a second, then turn it back to normal.
See Also: Object.Tint
|