I need help on setting a variable that shows how many seconds you've been on my scratch project. What script would I do for this by using variables and pressing the start button?
Offline
Is this what you want ?
<when green flag clicked>
<set{ time }to( 0 ) >
<forever>
<wait( 1 )secsc>
<change{ time }by( 1) >
<end>
My site Offline
Okay thanks, it worked great
Offline