User Tools

Site Tools


move:soundeffects

Sound Effects Options

Add sounds to this move in specific frames you want them to be cast.


Casting Frame: When during the move should the sound play.

Audio Clip: Select an audio clip file from your project and drag it here. When more than one clip is added, it will randomly play one of the clips listed. You can also add empty fields to have it so it doesn't always play a sound.


Code example:

void OnHit(HitBox strokeHitBox, MoveInfo move, ControlsScript hitter){
	Debug.Log("Total sound effects:" + move.soundEffects.Length);
}

< Back to Move Editor

move/soundeffects.txt · Last modified: 2021/04/26 23:28 by Mistermind