Is it possable to have a page just "wait" insted of Sleeping?
Announcement
Collapse
No announcement yet.
Wait
Collapse
X
-
-
Re: Wait
Nope. That's a busy while.
What you want to do is either use a short video, AVI or flash file, and use its "On Finish" style event.
Or, use a silent MP3, and use the On Progress event.
Like the example in that thread I linked to above...--[[ Indigo Rose Software Developer ]]
Comment
-
-
Re: Wait
Clicking on the "Load" text object loads an MP3.
The actions you want to see are on the MP3 player's "On Progress" event. (Project > MP3 Player)
This example is a bit advanced for what was asked, but it really isn't that complicated. While an MP3 is playing, the actions on the "On Progress" event will occur every second or so. Without freezing the application, I might add.
So play a silent MP3, put some actions on the "On Progress" event, maybe even counting the seconds by adding 1 to a variable each time, then use an IF action to wait for that variable to reach a specific number, and do whateverr you want to do at that point.--[[ Indigo Rose Software Developer ]]
Comment
Comment