Pause

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
User avatar
maxic
Posts: 64
Joined: Wed Sep 22, 2004 8:24 am
Location: Moscow, Russian Federation
Contact:

Pause

Post by maxic »

Prompt please.
How to create a delay of time of performance?
User avatar
7feet
Posts: 840
Joined: Wed Aug 04, 2004 5:45 am
Location: L.I., New Yawk.
Contact:

Post by 7feet »

Not sure if this is what you are looking for, but -

LM.Snooze(1000) will make a Moho script wait for 1 second (1000 milliseconds) before continuing. I use it a lot so I can see debugging info in the console window inside loops, it usually goes by too fast.
User avatar
maxic
Posts: 64
Joined: Wed Sep 22, 2004 8:24 am
Location: Moscow, Russian Federation
Contact:

Post by maxic »

Thanks. I Seem badly read a manual... :lol:
Post Reply