hi there newground helpfuls
i have a sound on/off toggle on my new site with the sound graphic mc toggling from 1 frame to another to show the relative 'mute' and 'unmute' images. the script turns the master volume of the swf to 0, or 100
the script works for turning the sound on and off fine but as my site is seperated into different scenes... if i toggle the sound graphic to MUTE and then go to a different section of the site (a different scene) the sound mc goes back to showing the first frame of the sound mc.. the UNMUTE image.
so i'm thinking i need to put a IF script on entering the frame of the new scene that reads something like:
if globalvolume >0
then show the first frame of the sound mc
if the globalvolume =0
then show the 2nd frame of the sound mc.
can someone help?
thanks guys.