[Thread Prev] [Thread Next]
On 7 Jun 2006 at 19:53, Chris Forkner wrote:
> to pages :n :time
> if :n > 4 [stopall]
> everyone[clickoff]
> make "pg word "page :n
> run :pg
> everyone [clickon]
> resett
> when [:time < timer] [
> run pages :n + 1 :time]
> end
> The procedure
> PAGES works with a button instruction on page 1 pages 2 20
>
> it reports an error message though
> "pages didn't report anything to run" I tried to stop it if :n was 5
> but that didn't help.
You have to be careful, "when" launches a process. You are
launching processes recursively.
Daniel
Previous by thread:
Re: MIA, Ask an Expert: turning a page
Next by thread:
Re: MIA, Ask an Expert: turning a page
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|