Modifying Variables

Can a "MouseEnter" event modify a variable?I have a hidden button that should become visible after 6 rollover events have taken place, but the button remains hidden. Each rollover should modify the reveal variable by +1 and once the count reaches 6, the button should appear. I have done this successfully in the past with mouse clicks, but not tried mouse enter events.Will the event modify a variable or have I made an error somewhere? (version 9a)Edited By: lancetre on 2009-3-10 20:30:27

Discussions have been disabled for this post