Hi guys
Does each object, in this case spaceships, need their own groups for each sound?
What I mean is:
If i have two spaceships A and B
They both have these sounds
WhenHit
Explode
FireLaser
FireMissile
WhenHit and Explode are the same sound
FireLaser & FireMissile are unique to the object.
Can you have both objects share the same mixer and the same group?
Will this cause a problem if both ships are hit at once?
so can both share the WhenHit and Explode
eg if my mixer has:
Enemy
WhenHit
Explode
FireLaser
FireMissile
or should they have
Enemy
Ship1Explode
Ship2Explode
Ship1WhenHit
Ship2WhenHit
Yes i could tediously test this, but just wondered if someone out there knew the answer.