タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

Progressionとas3に関するreikamoのブックマーク (1)

  • Tweener | 5ive™.blog

    ActionScriptを中心としたWeb全般プログラムのメモサイトです。自分用のメモ。サウンドの音量をトゥイーンさせるには、SoundShortcutsクラスをインポートしてinit()で初期化してから使う。Tweenerの対象オブジェクトはSoundChannel型の変数にする。音量を変化させたいときは_sound_volumeプロパティ、音量をパンさせたい時は_sound_panプロパティをそれぞれ弄くる。 import caurina.transitions.Tweener; import caurina.transitions.properties.SoundShortcuts; SoundShortcuts.init(); var bgm:Sound = new soundBgm(); var channel:SoundChannel = bgm.play(0); Twee

  • 1