Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.21 KB | None | 0 0
  1. this.clashChannel = kha_audio2_Audio1.play(kha_Assets.sounds.sfx_swap,false);
  2.                         if(this.clashChannel != null) {
  3.                             this.clashChannel.play();
  4.                             this.clashChannel.set_volume(this.volume);
  5.                         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement