[Thread Prev] [Thread Next]
|
Subject: |
The timer, when viewed from a browser |
|
From: |
mwforum@xxxxxxxxxxxxxxxxxx (Daniel Ajoy) |
|
Date: |
Thu, 05 Jun 2003 07:27:36 -0500 |
Lisa,
This is another variation to try (and another project attached):
to ini
clean
resett
forever [time2]
draw
end
to time2
setseconds int timer / 10
wait 10
end
to draw
fd 10 rt random 360
draw
end
Daniel
OpenWorld Learning
On 4 Jun 2003 at 22:53, Daniel Ajoy wrote:
> 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:
timer2.mw2
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.
|