From Game Editor
Revision as of 12:12, 10 July 2009 by Skydereign (Talk | contribs)
This event is triggered when the mouse moves over an actor, so if the actor is covered by another, due to zdepth, then the event won't trigger. This event trigger is usually not used, unless with certain Actor Types, or when creating buttons. It is useful when signifying that the mouse has entered, in which you would set the rgb values.
A simple example of how to make an easily identifiable button would be to have a mouse enter set the colors off, in this case red.
button -> Mouse Enter -> Script Editor
r=255; g=0; b=0;

![[]](/wiki/skins/blender/open.png)