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

#1 2011-06-19 22:53:02

dsato
New Scratcher
Registered: 2011-06-19
Posts: 2

Changing the background

Please forgive me, I am new to Scratch. I am trying to build a basic slideshow. So far, I can cycle through my background images with arrow keys on the stage layer. However, I cant seem to use Sprites to change the Stage background.

I have a play buttons sprite that has:

[blocks]
<when[ Play ]clicked>
<repeat until><( autoplay <=> 0 )>
<set{ autoplay }to(1
<wait( 5 )secsc>
next background
[/blocks]

As well as a pause button sprite that has:

[blocks]
<when[ Pause ]clicked>
<set{ autoplay }to( 0

The next background link I dragged from the stage controls onto the play sprite for it to show up there.

Offline

 

#2 2011-06-19 23:21:42

dsato
New Scratcher
Registered: 2011-06-19
Posts: 2

Re: Changing the background

Nevermind, sorry. Found an appropriate project to look at. Had to broadcast from the sprite to the stage it seems? Sorry if that terminology is not correct.

Offline

 

Board footer