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

#1 2011-03-15 13:03:26

ldunietz
Scratcher
Registered: 2011-02-19
Posts: 2

How do you stop a sprite from showing up on every page?

I created two pages and my sprite showed up on both pages. I just want the sprite on one page.

Offline

 

#2 2011-03-15 13:46:12

muppetds
Scratcher
Registered: 2011-02-11
Posts: 1000+

Re: How do you stop a sprite from showing up on every page?

Try using this

<hide>

Last edited by muppetds (2011-03-15 13:46:23)


SCRATCH'S PARTLY INSANE RESIDENT 
http://internetometer.com/imagesmall/31691.pnghttp://bluetetrarpg.x10.mx/usercard/?name=muppetds

Offline

 

#3 2011-03-15 13:52:03

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: How do you stop a sprite from showing up on every page?

How is this advanced?

Offline

 

#4 2011-03-19 13:23:50

Rexpup
Scratcher
Registered: 2010-10-17
Posts: 100+

Re: How do you stop a sprite from showing up on every page?

ldunietz wrote:

I created two pages and my sprite showed up on both pages. I just want the sprite on one page.

This should be in All About Scratch.  Use a variable and this:
<if> <( <{ page#}> <=> 1 )>
<show>
<else>
<hide>
<end>


http://i.imgur.com/QQH4J.gif

Offline

 

Board footer