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