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

#1 2012-07-07 06:40:51

i_wills_blabla
New Scratcher
Registered: 2012-07-05
Posts: 11

im stuck on my sprites

hey on my game for school if u dont reach a score a game over sprite appears, since i did something befoer, the sprite is permenatley on my screen even on the codes i have put only come up if score = less than 20. HELP ME THIS NEEDS TO BE DONE REALLY QUICKLY!!!!!!!!!!

Offline

 

#2 2012-07-07 07:18:23

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: im stuck on my sprites

Did you accidentally clicked this block?

stamp
If so, click on the
clear
block.


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#3 2012-07-07 08:08:03

blokeman42
Scratcher
Registered: 2011-06-21
Posts: 12

Re: im stuck on my sprites

you have to do:

when gf clicked
hide
forever if <(score)<[20]>
 show
 end all

Offline

 

#4 2012-07-07 08:09:08

blokeman42
Scratcher
Registered: 2011-06-21
Posts: 12

Re: im stuck on my sprites

sorry scratch blocks is confusing
check out my pacman game its similar scripting

Offline

 

#5 2012-07-08 11:49:32

i_wills_blabla
New Scratcher
Registered: 2012-07-05
Posts: 11

Re: im stuck on my sprites

thanks that might help

Offline

 

#6 2012-07-09 09:14:53

amcerbu
Scratcher
Registered: 2009-07-21
Posts: 500+

Re: im stuck on my sprites

blokeman42 wrote:

you have to do:

when gf clicked
hide
forever 
if < (score) < (20) >
 show
 stop all
end
end

Fixed your scripts.

Last edited by amcerbu (2012-07-09 09:16:21)

Offline

 

Board footer