I have a Star object in my game with the Fade behavior.
How do I set each star to restart its fade at a random time between 3 and 8 seconds?
What I've done (that doesn't work) is:
For Each Star
Every Random(3,8)
Star: Fade: restart fade
If anyone could explain why this isn't working that would be great. Thanks.