How can I have the date and time running on the menu? ie: mins and secs counting on screen.
Announcement
Collapse
No announcement yet.
Running date and time. How?
Collapse
X
-
Re: Running date and time. How?
Lots of different ways. Use javascript in an HTML page displayed in a Web Browser Object, for example. (Heck, you could even sync it with an NTP server if you wanted.) You could probably also do it with Flash.--[[ Indigo Rose Software Developer ]]
-
-
Re: Running date and time. How?
well this method is very hacky but,
If you always have an MP3 file playing (ie: a silent mp3) then on progress you could have a system.GetDateTime() action followed by a TextObject.SetText to display the time. This works because the on progress event happens every 1 second for MP3s.
-------------------
It actually works very well. I was surprised to see how seamlessly the whole process runs. Keep in mind that you can still play normal MP3s and then just load the blank MP3 in the "on song end" event.
Comment
-
Comment