Is it U3 or me
Posted: Sun Feb 11, 2007 1:53 pm
Hello everyone
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
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