In my new game, I'm starting off with someone talking to you. I made a next button, but when you click it, it goes directly from the first slide to the last! The programming is "When I receive go, switch to backround Intro, wait until mouse down?, Switch to backround Setting scene," etc.
How do I get the next button to work?
Offline
Perhaps you could upload the project that is giving you the problem? It's a lot easier to debug a project when you can see the scripts
Offline
Here's the link: http://scratch.mit.edu/projects/WingsGames/1623017
Offline
It's hard to tell with just that one part of the script, but do you have something like this?
The <mouse down?> block activates while the mouse button is held down, not when it's clicked. It might be cycling through costumes too fast for you to see.
If that's the case, you'll have to use something like this:
EDIT: I saw your project and that was the problem Just use this to fix it.
Last edited by hmnwilson (2011-02-26 17:01:30)
Offline
That worked! THANK YOU SO MUCH!
Offline