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

#1 2012-02-11 09:43:14

ezay12
New Scratcher
Registered: 2012-02-11
Posts: 3

How to make sprite go away?

I have sprite on one background but want it to not be on the next background, but it is automatically there, how do I get it so it is not there?

Offline

 

#2 2012-02-11 09:47:49

Connor-McIntosh
New Scratcher
Registered: 2012-02-10
Posts: 18

Re: How to make sprite go away?

What Do You Mean?

Offline

 

#3 2012-02-11 09:59:33

ezay12
New Scratcher
Registered: 2012-02-11
Posts: 3

Re: How to make sprite go away?

ok, I make a background, put a sprite on it. Then I make background2 and the sprites are automatically on that background but I dont want them to be, What do I do?
beginner that would appreciate the help. Thanks

Offline

 

#4 2012-02-11 10:13:02

Connor-McIntosh
New Scratcher
Registered: 2012-02-10
Posts: 18

Re: How to make sprite go away?

Do You mean they show on frist map then hide on other

Offline

 

#5 2012-02-11 10:13:38

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: How to make sprite go away?

After the

switch to stage [ ]
, put a
broadcast [Background changed v]
block. Then, on the sprite you want to hide, put these two scripts:
when gf clicked
show
when I receive [Background changed v]
hide

Last edited by RedRocker227 (2012-02-11 10:13:56)


Why

Offline

 

#6 2012-02-11 10:16:22

Connor-McIntosh
New Scratcher
Registered: 2012-02-10
Posts: 18

Re: How to make sprite go away?

how do i make my own fourm

Offline

 

#7 2012-02-11 10:19:26

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: How to make sprite go away?

Connor-McIntosh wrote:

how do i make my own fourm

... Why are there always irrelevant posts from you? It keeps annoying me. That is not relevant to the topic.

(sorry if I offended you)

Offline

 

#8 2012-02-11 10:22:07

Connor-McIntosh
New Scratcher
Registered: 2012-02-10
Posts: 18

Re: How to make sprite go away?

Well i want to know how to make a forum i dk wat it be on is it on help with scripts

Offline

 

#9 2012-02-11 10:27:02

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: How to make sprite go away?

Connor-McIntosh wrote:

Well i want to know how to make a forum i dk wat it be on is it on help with scripts

When you're in the correct forum, then click on the "Create new topic" button. Type everything in, click submit, and you now have your own thread.


Why

Offline

 

#10 2012-02-11 10:53:37

ruby0404
New Scratcher
Registered: 2011-03-30
Posts: 2

Re: How to make sprite go away?

rdococ wrote:

Connor-McIntosh wrote:

how do i make my own fourm

... Why are there always irrelevant posts from you? It keeps annoying me. That is not relevant to the topic.

(sorry if I offended you)

He's just trying to be stupid, ignore him.

Or, does he mean new thread?

Offline

 

#11 2012-02-11 10:59:06

ezay12
New Scratcher
Registered: 2012-02-11
Posts: 3

Re: How to make sprite go away?

Thanks fot the help. Starting to figure this out.

Offline

 

#12 2012-02-11 11:58:58

Targethero
Scratcher
Registered: 2008-09-08
Posts: 1000+

Re: How to make sprite go away?

Another way you could do it so that you don't have to broadcast anything is:

when gf clicked
forever 
if <<[background# v] of [stage v]> = (1)>
  show
end
if <<[background# v] of [stage v]> = (2)>
  hide


http://img97.imageshack.us/img97/3981/targethero2.png http://ls.gd/bo

Offline

 

#13 2012-02-13 15:56:46

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: How to make sprite go away?

Connor-McIntosh wrote:

how do i make my own fourm

this doesn't belong here. Please don't be irrelevent.


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

Board footer