If you wanted to make a Time variable, which I have seen people do before, how do you make it count up in perfect seconds.Usually, I just say Forever-increase (variable) by 0.025, but it doesn't really increase in seconds?
Last edited by Tarham94 (2009-03-09 19:30:32)
Offline
u could do:
forever
change time by 1
wait 1 second.
or you could do
forever
set time to timer
Offline
Your welcome
Offline
bosox397 wrote:
Your welcome
bosox ur games top loved finally..... http://scratch.mit.edu/projects/bosox397/438323
Last edited by golfer3 (2009-03-10 17:01:04)
Offline
golfer3 wrote:
bosox397 wrote:
Your welcome
bosox ur games top loved
finally..... http://scratch.mit.edu/projects/bosox397/438323
Oh awesome!
Offline
remember, every block has a small built in wait, so this is quite un accurate, especially if its in the same script as more blocks
Offline