[Thread Prev] [Thread Next]
|
Subject: |
The timer, when viewed from a browser |
|
From: |
mwforum@xxxxxxxxxxxxxxxxxx (Daniel Ajoy) |
|
Date: |
Wed, 04 Jun 2003 22:53:18 -0500 |
On 31 May 2003 at 16:55, Wendy Petti wrote:
> By the way, the code that seems to work as I view it is:
>
> to time
> setseconds int timer / 10
> end
>
> and this procedure is run inside of another procedure with
>
> forever [time]
>
Lisa,
Do you still have the problems you mentioned with this code
(project attached):
to ini
clean
resett
time
draw
end
to time
when [not seconds = int timer / 10] [
setseconds int timer / 10
]
end
to draw
fd 10 rt random 360
draw
end
Daniel
OpenWorld Learning
Attachment:
timer.mwz
Description: Binary data
Previous by thread:
The timer, when viewed from a browser
Next by thread:
The timer, when viewed from a browser
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.
|