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

#1 2011-07-21 02:59:14

pookie1010
New Scratcher
Registered: 2011-07-21
Posts: 2

Need help trying to make this game

Im a new to programming well this is the basics but im making a game and i figured out how to make a score limit. The problem is I dont know how to make a time limit so if anybody has any suggestions for me that would be great.

Thanks

Offline

 

#2 2011-07-21 03:12:22

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Need help trying to make this game

Basically, you get a variable to  'count' with something like

forever
[]change [counter] by 1
[]wait 1 second
end forever

And then get another script to

wait until <counter = []>
then whatever you want to happen  big_smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#3 2011-07-21 03:14:32

pookie1010
New Scratcher
Registered: 2011-07-21
Posts: 2

Re: Need help trying to make this game

could you put it in the block things im new at this im sorry

Offline

 

Board footer