Toggle between two states based on variable
Hello,
I'm trying to get a blinking effect on an object by having it toggle between two states based on two variables:
Blink (The variable that toggles between "0" & "1", which also changes the state of the object based on the value.)
runBlink (The variable that runs the WHILE loop, causing the previous variable to toggle between "0" & "1".)
When I preview the slide, the runBlink variable successfully toggles the Blink variable between "0" & "1". However, the Blink variable isn't changing the state of the object as it is supposed to be.
Am I doing something wrong, or is there a better way to accomplish this?
