How do u put music on for the whole song but there isnt enough frames for the song to play throught.....
First import the file into your libraryFile -> Import -> Import to Library...Then code something like this
var music = new Sound ();music.attachSound("Your Song"music.start(starting time,times to loop);
ok thanks
You must be logged in to post a reply!