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.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on openstack
wait 2 seconds
go to cd 2
end openstack