on (release) { one1 = new Sound(pic1); two1 = new Sound(pic2); three1 = new Sound(pic3); one1.attachSound("one"); two1.attachSound("two"); three1.attachSound("three"); one1.start(0,99); two1.start(0,99); three1.start(0,99); on1._visible = false; off._visible = true; _root.move1.gotoAndPlay(2); _root.move2.gotoAndPlay(2); _root.move3.gotoAndPlay(2); gotoAndStop(2); }