CI-Ia0s, on Oct 4 2004, 08:31 PM, said:
Debra, I don't think you can have an event wait for a song...
Sure it will. There's a wait feature in the event box. I use it twice so far within an event. Once, I fade out, wait, then fade back in to indicate a passage of time. I use it again to place a series of items or stamps one after the other, so I use wait in between each one. You could use wait in an event before you call another event.
However ........
If I were to do a jukebox sort of thing, I would place the play music as another event. As part of that, then, I'd place a timer in the event to determine when to call jukebox, as long as the music. With the timer, via a conditional, I'd call jukebox at the end of the event instead of calling jukebox2. (There would be no jukebox2 as there would be no need now for jukebox2.) The global random in the jukebox event would then call the music events. And I might have to place the music in sound if needed, and then NOT have a timer.