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

#1 2013-02-28 11:46:10

sunmount
New Scratcher
Registered: 2013-02-28
Posts: 2

Please Help Me

hello i am new to scratch, (a bit) and i am working on a fun game. but i don't know how to make a *variable that will change every time 1 second goes by. please help if you can.

thank you.

















*did i spell "variable" right?

Offline

 

#2 2013-02-28 16:08:13

mathfreak231
Scratcher
Registered: 2012-10-24
Posts: 80

Re: Please Help Me

forever
wait (1) secs
change [variable v] by (amount)
Or you could just use the
(timer)


~This sig is false~
I'm on teh wiki!

Offline

 

#3 2013-02-28 16:10:28

StarscreamClone
Scratcher
Registered: 2012-05-19
Posts: 1000+

Re: Please Help Me

Ah, that would be:

forever
wait (1) secs
change [variable name v] by (1)
Or, you may want to use the timer in the sensors category; click the box next to it and it should show.  Then use the script
when gf clicked
reset timer
Hope this helps!  smile

Last edited by StarscreamClone (2013-02-28 16:10:39)


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i1154.photobucket.com/albums/p522/lizzyhipo/Angelica101-1-1-1.jpg&link2=http://i46.tinypic.com/2elqwdy.png&link3=http://i1273.photobucket.com/albums/y404/Hulydooly/decepticon.jpg&link4=http://i44.tinypic.com/34rvb07.png

Offline

 

Board footer