codice:suono = new Sound(); suono.attachSound("loop"); suono.start(); // parte il suono .... suono.stop(); // ferma il suono
codice:suono = new Sound(); suono.attachSound("loop"); suono.start(); // parte il suono .... suono.stop(); // ferma il suono