Timed Object Then Change

Hey again guys have some problems trying to figures out how to use the timer/clock.

What I want to happen is when screen 1 initialize a clock starts and every 30 seconds the text box will change what is says. How do I do the timer for this??

On screen initialise set clock to fire every 30 seconds. In the clock timer event, change the content of the textbox.

How do I do this??

search the Gallery for "timer"

Something like this (the timer here is set to 3 seconds):

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.