The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 ViewsFile> Import> import to library
than put the sound in the frames that you want to.
wanna use script?
lets say sound is the instance name for your music,
// START SOUND
sound.start(0,1);
// START STOP
sound.stop();
// PAUSE
ppos = sound.position();
sound.stop();
// RESUME SOUND
sound.start(ppos/1000);
// VOLUME
sound.setVolume(value);
Remember to set your song to the 'stream' setting.