do if pin3 = 1 then gosub noise loop noise: for b0 = 80 to 100 step 2 sound 2,(b0,5) next for b0 = 100 to 50 step -5 sound 2,(b0,5) next return