Guest User

Untitled

a guest
Apr 22nd, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2. var resetSound : SoundEffects;
  3.  
  4. if (resetSound && !audioOff) {
  5. audio.clip = resetSound.clip;
  6. audio.volume = resetSound.volume;
  7. audio.Play ();
  8. }
Add Comment
Please, Sign In to add comment