changing one sound actor in library to another one

raciukas22raciukas22 Member, PRO Posts: 47

Hi, I just recently purchased pc and I was using gamesalad on Mac. I was wondering is there any way I could change one sound actor in library to another one, so it changes in all scenes with that actor? many thanks

Comments

  • personal foulpersonal foul Member Posts: 64

    If I'm understanding correctly you want an actor to use different sounds in different situations, maybe a self integer attribute may work (lets just call it self.sound). have a rule where when an action happens, have that action change the self.sound to 1 (2 or 3 depending on how many sounds you want). then have a rule that states when self.sound = 1 play sound (A) then when an other action happens have the self.sound =2 and play sound (B) and so on. If you are using this actor in multiple scenes it may be possible to do it this way. I'm kinda new at this myself. Maybe a veteran may see this and give better advice.Hope I explained myself well enough.

Sign In or Register to comment.