PDA

View Full Version : How can i put BGM in my world???


princox
04-12-2007, 09:02 AM
Hello~ i am a student of HUFS(Hankuk University of Foreign Studies).

I am Jeff LEE(aka Chang Whan) Nowadays i gonna start to manage awesome Alice. i've already seen lots of awesome movie that someone did make by using Alice. As you saw my question i am sooooo begineer,,kinda of novice.

OK... Let me write gist of my question.

How can I insert music file in world i made while my world is gonna play???

I already put some musice file following introduction but when i put 'start' button... music only sing for ever with no action,,,,,

Give me the solution,,, ^^;;

Be happy today guys~
i think anyone who came here and joined are all awesome ppl~

Thanks

DrJim
04-12-2007, 12:15 PM
There are many ways to do this - I suggest you look in the indexes of the texts and also do a key word search of this forum. Two of the easiest ways are:

1. Make a "Do together" block with both a statement to play the music and another "Do in order" block containing the statements for the actions you want to do.

2. Create a stand-alone "While the world is running" event to play the music. To do this, add a "When the world starts" event, right click on it and change it to "While the world is running." Then drag a "ground play sound ----" event into the "During" block and the sound will repeat as long as the world is playing. You can also add a sound in the "Begin" block as in the attached world. I don't recommend you using the "End" block for this - it is a bit unpredictable but generally won't play the sound. :(

Hope this helps. :)