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

#1 2009-08-20 12:39:22

bugman698
Scratcher
Registered: 2009-08-20
Posts: 9

Why dosen't this work

<when green flag clicked>
<forever>
<play sound[
<end>

Offline

 

#2 2009-08-20 12:48:18

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: Why dosen't this work

It doesn't work because the forever script keeps the play sound box starting over every millisecond, which doesn't let the full sound out. Try this:

<when green flag clicked>

<forever>

<play sound[  Music]   Til Done.

<end>

The block right below the play sound block is Play sound until Done. This should work alot better. Please ask if you have any more questions.

Offline

 

Board footer