ForumsProgramming ForumMusic

2 2572
Midmenj
offline
Midmenj
216 posts
Nomad

How do u put music on for the whole song but there isnt enough frames for the song to play throught.....

  • 2 Replies
Captain_J_Sheridan
offline
Captain_J_Sheridan
313 posts
Nomad

First import the file into your library

File -> Import -> Import to Library...

Then code something like this

var music = new Sound ();
music.attachSound("Your Song"
music.start(starting time,times to loop);
Midmenj
offline
Midmenj
216 posts
Nomad

ok thanks

Showing 1-2 of 2