Copy link to clipboard
Copied
How can I be leaving a song running repeatedly in a certain frame?
Grateful.
Copy link to clipboard
Copied
use the sound class to start your sound by assigning it a class (eg, BG_Sound):
var bg_soung:BG_Sound=new BG_Sound();
var sc:SoundChannel=bg_sound.play();
Find more inspiration, events, and resources on the new Adobe Community
Explore Now