Community
SCI Programming => SCI Syntax Help => Topic started by: MusicallyInspired on August 24, 2010, 11:36:53 PM
-
So in the Template Game, toggling sound is broken and has been since day one. Since barely anybody really pays much attention to sound support in SCI games I doubt anyone's noticed. But when you disable sound (whether with F2 or the menubar) you can never enable it again. I'm not sure why, but I'm looking into it. Perhaps a new set of eyes would reveal something I'm not seeing.
-
Ok, never mind. It seems to work now. Just last week it wasn't working at all. Weird.
-
The problem is with sci companionm it doesn't like the toggle sound procedure in the menubar script. compiling with studio, it works, compiling with companion it doesn't. I just fought with this issue earlier today. I'll see if I can't post a how to tomorow. It's not a big change, its not a big procedure ;D
-
Ah didn't know that was a Companion specific thing. Yeah, that is annoying.
-
Link to fix: http://sciprogramming.com/community/index.php/topic,321.html (http://sciprogramming.com/community/index.php/topic,321.html)
Thanks for this Cloudee, your fix took care of the issue.