I'm wondering if there is a bug with construct 0.99.91. Basicly, the following code doesn't work:
C: On Left Clicked on mutesprite
Inverted C: Master is Muted (an XAudio2 function)
A: Set Master Muted (an XAudio2 function)
A: mutesprite: Set animation to "Animation 1"
C: On Left Clicked on mutesprite
C: Master is Muted (an XAudio2 function)
A: Set Master Unmuted (an XAudio2 function)
A: mutesprite: Set animation to "Default"
C = Condition
A = Action
It works as long as you use any keyboard condition except for the left mouse click. Any ideas as to why? If it is a bug, will someone report it onto the bug tracker for me since I don't have a sourceforge account. Thanks.
BTW-Why isn't there a condition for seeing if the Master is muted? Also, would it be "a XAudio2" or " an XAudio2"?
Edit: The problem seems to occur whenever the keyboard condition for both events is the same. For example, replace both left mouse clicks with m and you have the same problem.