Why is it when I use two set brightness commands (i.e. 125/-125) inside a forever loop on my background to create sort of a strobe light effect the program works while testing from the stage, but not in presentation mode.
Thanks,
Ron
Offline
Presentation mode runs much faster than development mode. Your changes may be taking too fast for your eye to see. Try putting a short Wait block between the brightness changes and see if that helps.
Offline