I had a request to update a CD I had made last year and the year before. The PC side continue code now gives me a script error. The Mac OSX and OS9 are fine. Windows 2000 and Win 98 give me the same error. The files are .AIF files and play fine in the authoring mode.
Here are the 2 pieces of code I call to pause and continue.
on mouseUp
sound(1).pause()
end
-----------------
on mouseUp
sound(1).play()
end
Any suggestions?
Thanks
Here are the 2 pieces of code I call to pause and continue.
on mouseUp
sound(1).pause()
end
-----------------
on mouseUp
sound(1).play()
end
Any suggestions?
Thanks