DesktopX 2.0 Enhanced Q
Thanks in advance.
Sure. But in your clock example you're doing too much work. There's already a clock plugin.
Just go to the "additional abilities" area on the general page and then select the clock plugin.
Now, in script, the way you would update something every second would be like this:
Sub Object_OnScriptEnter
Object.SetTimer 123,1000
End Sub
SetTimer has two paramters. The first one is the timer name and the second one is the time in MS that itshould get called.
So then you would create:
Sub Object_OnTimer123
Object.SetText (stuff here)
End Sub
but on clocks, you would just use the built in plugins for that.
Yes, that's the thing I'm takling about. Make sure you download 2.2 btw from www.desktopx.net
Just pick the clock you want.
Welcome Guest! Please take the time to register with us.
Select a reason for giving karma:
You're about to visit an external site:
Sign up here to get the latest news, updates, and special offers delivered directly to your inbox.