my.emask = ENABLE_TOUCH | ENABLE_RELEASE;
ENABLE_TOUCH make the wizard sensitive to the mouse.
ENABLE_RELEASE is when the mouse move from the wizard away.
my.event = highlight_event;
This function is called if the mouse is over the wizard or remove from it.
All other is explain in the code (or in the Workshop / Manual)
Last edited by Widi; 08/28/09 08:28.