
 Re: My guns are too weak, yet too strong.
 
					
						The sounds worked before... And I can't see anything wrong with them.
EDIT:
Ok, I tried putting the original text back and It works, It seems that If I change the state of the text, for instance:  
Code:
     On (release) {
                  gotoAndPlay (1);
}
to
Code:
          On (release) {
gotoAndPlay (1);
      }
It refuses to run.