/When start button clicked\
[broadcast change background]
/When I receive change background\
[switch to costume [-----------]]
Does that help?
Offline
The start button clicked script goes in the button sprite and the other script goes in the background sprite
Offline
the first script is for the sprite.
the second for the backround.
Offline
[blocks]
1 way:
<when green flag clicked>
<broadcast[next background]>
<when I receive[next background]>
<next costume>
Another way:
<when green flag clicked>
<wait(time here)secsc>
<next costume>
[/blocks]
BTW, next costume would be next background on the stage.
Offline
<wait( )secsc>
xdcomputerkid wrote:
[blocks]
1 way:
<when green flag clicked>
<broadcast[next background]>
<when I receive[next background]>
<next costume>
Another way:
<when green flag clicked>
<wait(time here)secsc>
<next costume>
[/blocks]
BTW, next costume would be next background on the stage.
Here is the correction.
Offline
xdcomputerkid wrote:
<wait( )secsc>
xdcomputerkid wrote:
[blocks]
1 way:
<when green flag clicked>
<broadcast[next background]>
<when I receive[next background]>
<next costume>
Another way:
<when green flag clicked>
<wait(time here)secsc>
<next costume>
[/blocks]
BTW, next costume would be next background on the stage.Here is the correction.
OK, here are both of the ways: (Copy them into the address bar and click enter to go to them.)
Way 1:
http://i55.tinypic.com/15zks5z.gif
Way 2:
http://i56.tinypic.com/wuqsmv.gif
Offline
Make sure you have a broadcast button. For instance, when i have a title i have the start showing. Use this script for your background:
When I recieve Game/Idk
Switch to background2 (or whatever)
Then make the start button:
When Start Is Clicked
Broadcast game/idk
hide
Hope that was helpful!
Offline
Looks like this thread is resolved, but for future reference, questions about programming with Scratch generally go in the All About Scratch forum. I've moved it for you, but bear in mind that you're more likely to get a response helping you with your problem if you post in the appropriate forum.
Offline