Hi and thanks in advance for any help. I am making a presentation where I need for each screen an audio clip to play once and then go to the next marker wher there will be an advance button that the enduser will need to push to advance to the next screen where they will repeat the process and so forth. Right now I have this script on frame 1:
on exitFrame me
puppetsound 1, "myaudioname"
end
On frame 6 I have this script:
on exitFrame me
go to the Frame
if soundBusy(1) = 0 then go to "next"
end
On frame 20 is my marker named "next" and on frame 25 I have this script:
on exitFrame me
go to the frame
end
When I test it the playhead stays at 6 but the sound clip starts repeating a small bit of the clip over and over. Any help will be greatly appreciated. Thanks again. Cheers~Frank
on exitFrame me
puppetsound 1, "myaudioname"
end
On frame 6 I have this script:
on exitFrame me
go to the Frame
if soundBusy(1) = 0 then go to "next"
end
On frame 20 is my marker named "next" and on frame 25 I have this script:
on exitFrame me
go to the frame
end
When I test it the playhead stays at 6 but the sound clip starts repeating a small bit of the clip over and over. Any help will be greatly appreciated. Thanks again. Cheers~Frank