Example #1
0
 void OnMouseUp()
 {
     theSprite.color = new Color(theSprite.color.r, theSprite.color.g, theSprite.color.b, 0.5f);
     theGM1.ColorPressed(thisButtonNumber);
     theSound.Stop();
 }