Pages: 1
Topic closed
How is this advanced?
Offline
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>
Offline
Topic closed
Pages: 1