since i've moved to robotc i'm not as fluent in NXT-G any more but try and get rid of the touch sensor (just in case).
in robotc all you woluld do is:
task main(){
while(true){
PlayTone(SensorValue[S4], 1);}//S4 is for sensor port 4
}
this is alot simpler i think than all of those pictures and lines of color, it's just line after line of code

_________________
-The_System_Programmer (AKA Caboose)