home > Sound
Soundの読み込み
March 20, 2007
音源をライブラリーに読み込んで、リンゲージプロパティのActionScriptに書き出しにチェックして名前をbgmとする。
my_sound = new Sound(this);
my_sound.attachSound("bgm");
my_sound.start(0,99);
my_sound.setVolume(50);
Posted at 11:33 PM | Comments (0)
音源をライブラリーに読み込んで、リンゲージプロパティのActionScriptに書き出しにチェックして名前をbgmとする。
my_sound = new Sound(this);
my_sound.attachSound("bgm");
my_sound.start(0,99);
my_sound.setVolume(50);
Posted at 11:33 PM | Comments (0)