I wanted to check with every body about something strange. I'm running RR U3. I'm getting a mouseEnter and mouseLeave event in EDIT mode. Is anyone else seeing this? The following script runs in EDIT mode.
Tom
Code: Select all
on mouseenter
set the textcolor of me to red
end mouseenter
on mouseLeave
set the textColor of me to black
end mouseLeave