Using settimeout or some way to pause

dennmans
I am trying to do the following:

Hello Bob

setTimeout (5000); // i.e. pause for 5000ms

Bob? Are you there?

How do I do this?

cliffale
Did you ever figure it out, dennmans?

Alex
You could do it like this:


[[Start]]:
setTimeout(function () {
squiffy.story.go("next");
}, 5000);

Hello Bob!

[[next]]:
Bob, are you there??

This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums