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

#1 2013-03-23 04:04:00

lorenzobarzon
New Scratcher
Registered: 2013-03-16
Posts: 2

AIUTO - HELP ME - segni cardinali - cardinal signs - RANDOM

Ho bisogno di salvare il numero di passaggi impiegati per arrivare alla spiaggia.

I need to save the number of steps used to get to the beach.

Per vedere il progetto andate sul mio profilo
to see the project go to My Profile

GRAZIE MILLE

thank you very much

Lorenzo

Offline

 

#2 2013-03-23 19:54:00

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: AIUTO - HELP ME - segni cardinali - cardinal signs - RANDOM

Well, on every iteration you can change a variable by 1:
add a

change [steps v] by (1)
but make sure you have a
set [steps v] to (0)
in the beginning of the script.

Offline

 

Board footer