Can anyone help a noob with the script for a Pause button that will pause the playhead and an audio file that is playing in channel 1? For example say my audio file is called up using the following script:
on exitFrame me
puppetsound 1, "intro"
end
On my Pause button I've got this so far:
on mouseUp me
sound (1).pause()
end
Obviously I'm not controlling the playhead at all and I need a way to have the audio resume play. I'm sorry if my explanation's not clear enough, I'll glady give any more info that might help if you let me nowwhat you need. Thanks in advance for any help, it will be greatly appreciated.
Cheers~Frank
on exitFrame me
puppetsound 1, "intro"
end
On my Pause button I've got this so far:
on mouseUp me
sound (1).pause()
end
Obviously I'm not controlling the playhead at all and I need a way to have the audio resume play. I'm sorry if my explanation's not clear enough, I'll glady give any more info that might help if you let me nowwhat you need. Thanks in advance for any help, it will be greatly appreciated.
Cheers~Frank