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

#1 2013-03-15 09:52:28

maxx127
New Scratcher
Registered: 2013-03-12
Posts: 4

Making a game.

In my game...how would i make a sprite apear once a certain amount of points have been scored?

Offline

 

#2 2013-03-15 09:58:24

Harald
New Scratcher
Registered: 2013-03-05
Posts: 34

Re: Making a game.

forever
if <(points) > [amount]>
show
else
hide
Good luck with your game!

Offline

 

#3 2013-03-15 10:06:33

maxx127
New Scratcher
Registered: 2013-03-12
Posts: 4

Re: Making a game.

Thank you!

Offline

 

#4 2013-03-15 10:10:03

maxx127
New Scratcher
Registered: 2013-03-12
Posts: 4

Re: Making a game.

wait...still doesnt work

Offline

 

#5 2013-03-15 10:17:03

Harald
New Scratcher
Registered: 2013-03-05
Posts: 34

Re: Making a game.

Have you made a variable to count the points? May I see the project you're working on? Maybe I can then spot the problem.

Offline

 

Board footer