Hi, I'm having a timing issue.
I start some music on start of layout. I want to Trigger a fade out when there is 5 seconds of the audio track left.
but this event fires immediately. I assume because in the first tick, the audio stuff isn't setup or something... as a test I added a "Every 1 second" and it worked, but I of course don't want to do that.
what is the preferred way to wait (without making some other Timer) and make this code work after the Audio object is all set and running?