Page 1 of 1

How to use timer

Posted: Sat May 17, 2014 10:44 am
by ivgi
Hey guys,
I am new here. and in LiveCode :-)
I have a question.

I want something to happen after few seconds.
For example, i have two cards in my stack and i one to see the second crad after 2 seconds

How do i do that?

Thank you

i.

Re: How to use timer

Posted: Sat May 17, 2014 10:50 am
by jmburnod
Hi ivgi,

Welcome,
For example you can use

Code: Select all

on openstack
   wait 2 seconds
   go to cd 2
end openstack
Best regards
Jean-Marc

Re: How to use timer

Posted: Sat May 17, 2014 5:48 pm
by robertem
You can also send a command after a preset time period like "send functionA to this card in 5 seconds"