Blockland Forums > Modification Help
Player Sound Looping via Velocity
(1/1)
Hydrabisque:
http://ietherpad.com/nYSSjyVuJg
This is what I have so far.
The sounds do not play for the idle looping sounds.  Please help!
Mr. Wallet:
Looked at it for 10 seconds, but try changing

--- Code: --- else
  {
    %obj.playAudio(0, xenomorphSound);
    %obj.IdleLoop = schedule(4000,%obj,XenoSoundCheck,%obj);
  }
}
--- End code ---
to

--- Code: --- else
  {
    %obj.playAudio(0, xenomorphSound);
  }
  %obj.IdleLoop = schedule(4000,%obj,XenoSoundCheck,%obj);
}
--- End code ---

edit: well now I'm on steam fixing it with him
Navigation
Message Index

Go to full version