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

#1 2012-07-29 12:41:12

Rasengankirby
Scratcher
Registered: 2012-05-15
Posts: 14

How do you make music in your game for the whole time?

Also for my Kirby Super Star Ultra Game.

Offline

 

#2 2012-07-29 13:58:57

IHeartGaming
Scratcher
Registered: 2010-07-23
Posts: 1000+

Re: How do you make music in your game for the whole time?

This is the script you must use to loop music:


when gf clicked

forever  

play sound [sound name v] until done

end

Last edited by IHeartGaming (2012-07-29 13:59:28)


IHeartGaming

Offline

 

#3 2012-07-29 16:13:57

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: How do you make music in your game for the whole time?

IHeartGaming wrote:

This is the script you must use to loop music:


when gf clicked

forever  

 play sound [sound name v] until done

Fixed your forever loop.


http://i46.tinypic.com/35ismmc.png

Offline

 

Board footer