i am trying to make a time watch thing and you have to put the time in it so whan thay put in the time this happens
<when green flag clicked>
<{ ask whats the time }>
<{ 3:30 }>
<set{ time }to(<{answer }>
<forever>
<if><(<timer> <=> 60 )>
<reset timer>
<change{ time }by(<{0:01 }>
<end>
<end>
and i cant change by 0:01 and ever body will put : so how to i fix this
Offline
It seems you have mistook the variable and the timer and mixed them up
To use the script your trying it would need to be all of that up to the
"If timer = 60" part.
Change that to
"
If (Variable block timer) <{ timer }> = 60 "
"<set{ Timer }to( 0 "
^^ Try that and it should work
Last edited by 06dknibbs (2009-09-25 21:11:28)
Offline