Animate one actor or Spawn?
![joelE](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi Guys,
I have a main actor that performs 10 different animations. (but never at the same time)
What would the prefered method - creating 10 different actors and spawning them on demand or having my 10 animations inside a single actor?
Are there benefits of either?
My mind tells me that 10 actors would work best as it would stop one actor becoming too cluttered and effecting performance but I'm new to all this so i need to ask.
thanks in advance.
I have a main actor that performs 10 different animations. (but never at the same time)
What would the prefered method - creating 10 different actors and spawning them on demand or having my 10 animations inside a single actor?
Are there benefits of either?
My mind tells me that 10 actors would work best as it would stop one actor becoming too cluttered and effecting performance but I'm new to all this so i need to ask.
thanks in advance.
Comments
I think i get it.
So one actor containing all the animations triggered by an integer is the way then?