Blockland Forums > Modification Help
Looping Weapon Sound
Pages: (1/1)
Xinakam:
I need to know how to make a weapon play a sound, then fuse into another sound that will loop as long as you hold in the fire button, than fuse into the closing sound as you stop firing.
Niliscro:
I think Ladios' laser minigun does that, so you could download it and look at the script.
Also, you could try adding state sounds for each animation state:
--- Code: ---stateSound[x] = desiredSound;
--- End code ---
I've never done it, but it makes sense.
Xinakam:
i was looking at that and thought about it, but i wanted someone elses opinion on it... thanks, i'll try it.
Pages: (1/1)