Текст скрыт для удобства комментирования
code:
var my_sound = new Sound();
my_sound.attachSound("sound_id");
my_sound.start();
on_btn.onPress = function ()
{
my_sound.start();
};
off_btn.onPress = function ()
{
my_sound.stop();
};
[700x447]
[644x416]
[700x460]
code:
var my_sound = new Sound();
my_sound.attachSound("sound_id");
my_sound.start();
on_btn.onPress = function ()
{
my_sound.start();
};
off_btn.onPress = function ()
{
my_sound.stop();
};
[700x447]
[644x416]
[700x460]
[700x487]