Strange Occurance with Actions
May 3, 2007 12:00 AM
Not sure what you mean by "the variable read" term. If you have an action that adds to the variable On MouseEnter, and the variable starts at zero (you did not say but I am guessing here - please correct if I guessed wrong), and no other actions, then the variable would have the values of 1,2,3,4,5,... each time the user moved the mouse into the graphic.Now, if you add another action to add one on exit, then the variable value will look like this:After Entry: 1,3,5,7,...After exit: 2,4,6,8,...Now this looks like what you are getting. Why is that wrong?
Discussions have been disabled for this post