This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-10-22 11:46:21

jdoyle
Scratcher
Registered: 2008-10-22
Posts: 5

Time

In Tunnel Drive by bosox397, there is a time moving in seconds, anybody know how he did this?

btw nice work on that bosox397

Offline

 

#2 2008-10-22 19:49:22

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: Time

Make a variable "time", and do this:

<when green flag clicked>
<forever>
<change{ time }by( 1
<wait( 1 )secs>
<end>


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#3 2008-10-23 08:22:27

jdoyle
Scratcher
Registered: 2008-10-22
Posts: 5

Re: Time

ty

Offline

 

Board footer