ok so im tyring to put music in a project but henver i click on something in the project (buttons) the music stops. i dnt know how to make it contine until i want the actual project to start. HELP D=
Offline
website?
Offline
... i never really posted the thing yet though. i dnt have like a test account yet
Offline
SparkleyBubble wrote:
... i never really posted the thing yet though. i dnt have like a test account yet
Don’t worry, the music stops when you use things like the paint editor.
When you actually play through the game, the music shouldn’t stop.
_________________________________________________________________________________
And making a test account is easy. Just log out, click “sign up” and sign all the information from your original account, (you can change the password if you want, but I don’t) except you change the username to something along the lines of “SparkleyBubbleTest” or “SBTest”, or something like that.
Offline
ok. the problem is tht i dnt know what im doing wrong. i put it as when green flag clicked, play sound. but when ever i click the button, it stops D:
Offline
You need to put it in a forever loop, like this:
[blocks]
<when green flag clicked>
<forever>
<play sound[ sound ]and waits>
<end>
[/blocks]
Then put your game coding in another 'When Green Flag Clicked' area and put it in a forever block.
Last edited by Scratchthatguys (2011-10-14 20:37:29)
Offline
Scratchthatguys wrote:
You need to put it in a forever loop, like this:
[blocks]
<when green flag clicked>
<forever>
<play sound[ sound ]and waits>
<end>
[/blocks]
Then put your game coding in another 'When Green Flag Clicked' area and put it in a forever block.
i tried. now some other things arent working. i have like a button for like information about the characters and stuff and when i did tht, its stopped working... now im like confused :s
Offline
SparkleyBubble wrote:
Scratchthatguys wrote:
You need to put it in a forever loop, like this:
[blocks]
<when green flag clicked>
<forever>
<play sound[ sound ]and waits>
<end>
[/blocks]
Then put your game coding in another 'When Green Flag Clicked' area and put it in a forever block.i tried. now some other things arent working. i have like a button for like information about the characters and stuff and when i did tht, its stopped working... now im like confused :s
If the play sound block was in the same script as the other stuff, only the play sound will work You'll have to separate the scripts
Last edited by Jonathanpb (2011-10-14 23:34:32)
Offline
Jonathanpb wrote:
SparkleyBubble wrote:
Scratchthatguys wrote:
You need to put it in a forever loop, like this:
[blocks]
<when green flag clicked>
<forever>
<play sound[ sound ]and waits>
<end>
[/blocks]
Then put your game coding in another 'When Green Flag Clicked' area and put it in a forever block.i tried. now some other things arent working. i have like a button for like information about the characters and stuff and when i did tht, its stopped working... now im like confused :s
If the play sound block was in the same script as the other stuff, only the play sound will work You'll have to separate the scripts
so like put the play sound block on everysprite except for the start button?
Offline
This is my test account. should i post what i have right now so its easier to see the problem?
Offline
SparkleyBubble_Test wrote:
This is my test account. should i post what i have right now so its easier to see the problem?
Whatever makes it easier to solve.
Offline
http://scratch.mit.edu/projects/Sparkle … st/2084239 This is what i uploaded.
Offline
Scratchthatguys wrote:
You need to put it in a forever loop, like this:
[blocks]
<when green flag clicked>
<forever>
<play sound[ sound ]and waits>
<end>
[/blocks]
Then put your game coding in another 'When Green Flag Clicked' area and put it in a forever block.
no i think she is talkin about is dat sghe has problems with intro music to a project but stop when a start bnutton is hit
Offline
I got it ;D thx for all ur help
Offline
luigiman64 wrote:
welcome
Err, I don't mean to insult you, but what did you help with? And also, I'm sorry, but I couldn't read your earlier post that well.
Offline
<when green flag clicked>
either:
<play sound[
OR
<play sound[ <end><forever>
Offline