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

#1 2011-10-13 20:23:49

SparkleyBubble
Scratcher
Registered: 2011-09-29
Posts: 100+

Um.... HELP!!!

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=


"Remember, we're madly in love so it's alright to kiss me anytime you feel like it" ~Peeta

Offline

 

#2 2011-10-13 20:26:13

scmb1
Scratch Team
Registered: 2009-03-19
Posts: 1000+

Re: Um.... HELP!!!

Hmm.., I don't quite understand your question. Could you uploaded to the website so we can have a look?  smile


http://i48.tinypic.com/2z5pqad.png

Offline

 

#3 2011-10-13 20:35:02

SparkleyBubble
Scratcher
Registered: 2011-09-29
Posts: 100+

Re: Um.... HELP!!!

website?


"Remember, we're madly in love so it's alright to kiss me anytime you feel like it" ~Peeta

Offline

 

#4 2011-10-13 20:36:01

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: Um.... HELP!!!

SparkleyBubble wrote:

website?

http://scratch.mit.edu/

Offline

 

#5 2011-10-13 20:41:28

SparkleyBubble
Scratcher
Registered: 2011-09-29
Posts: 100+

Re: Um.... HELP!!!

... i never really posted the thing yet though. i dnt have like a test account yet


"Remember, we're madly in love so it's alright to kiss me anytime you feel like it" ~Peeta

Offline

 

#6 2011-10-13 21:40:12

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Um.... HELP!!!

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.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#7 2011-10-14 19:39:49

SparkleyBubble
Scratcher
Registered: 2011-09-29
Posts: 100+

Re: Um.... HELP!!!

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:


"Remember, we're madly in love so it's alright to kiss me anytime you feel like it" ~Peeta

Offline

 

#8 2011-10-14 19:57:23

maxdoss
Scratcher
Registered: 2010-07-27
Posts: 1000+

Re: Um.... HELP!!!

SparkleyBubble wrote:

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:

What button?


It's my birthday. Deal with it.

Offline

 

#9 2011-10-14 20:36:32

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: Um.... HELP!!!

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

 

#10 2011-10-14 23:20:42

SparkleyBubble
Scratcher
Registered: 2011-09-29
Posts: 100+

Re: Um.... HELP!!!

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


"Remember, we're madly in love so it's alright to kiss me anytime you feel like it" ~Peeta

Offline

 

#11 2011-10-14 23:34:19

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: Um.... HELP!!!

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  hmm  You'll have to separate the scripts  smile

Last edited by Jonathanpb (2011-10-14 23:34:32)


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#12 2011-10-14 23:37:28

SparkleyBubble
Scratcher
Registered: 2011-09-29
Posts: 100+

Re: Um.... HELP!!!

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  hmm  You'll have to separate the scripts  smile

so like put the play sound block on everysprite except for the start button?


"Remember, we're madly in love so it's alright to kiss me anytime you feel like it" ~Peeta

Offline

 

#13 2011-10-14 23:55:35

SparkleyBubble_Test
New Scratcher
Registered: 2011-10-14
Posts: 2

Re: Um.... HELP!!!

This is my test account. should i post what i have right now so its easier to see the problem?

Offline

 

#14 2011-10-15 08:24:46

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Um.... HELP!!!

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.

wink


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#15 2011-10-15 09:23:48

SparkleyBubble
Scratcher
Registered: 2011-09-29
Posts: 100+

Re: Um.... HELP!!!


"Remember, we're madly in love so it's alright to kiss me anytime you feel like it" ~Peeta

Offline

 

#16 2011-10-15 09:48:28

luigiman64
Scratcher
Registered: 2011-04-02
Posts: 100+

Re: Um.... HELP!!!

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


click on me IMA LUIGI IMA #1

Offline

 

#17 2011-10-15 12:19:47

SparkleyBubble
Scratcher
Registered: 2011-09-29
Posts: 100+

Re: Um.... HELP!!!

I got it ;D thx for all ur help


"Remember, we're madly in love so it's alright to kiss me anytime you feel like it" ~Peeta

Offline

 

#18 2011-10-15 17:30:07

luigiman64
Scratcher
Registered: 2011-04-02
Posts: 100+

Re: Um.... HELP!!!

welcome


click on me IMA LUIGI IMA #1

Offline

 

#19 2011-10-15 21:07:21

Scratchthatguys
Scratcher
Registered: 2010-07-16
Posts: 1000+

Re: Um.... HELP!!!

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

 

#20 2011-10-15 21:52:11

MewGirl4Ever
Scratcher
Registered: 2011-09-29
Posts: 3

Re: Um.... HELP!!!

<when green flag clicked>
either:
<play sound[
OR
<play sound[ <end><forever>

Offline

 

Board footer