Hi
In my game I have a bunch (i.e. on average about 40) enemies running into the scene to a defined formation. I’ve used iTween to direct them each to a predefined position. The problem is, I’m no coder, and I’ve gone ‘long hand on this’, having ended up with 50 lines of code just to get the formation into position (they’re children of a main controller parent).
Is there a more efficient way of doing this? Thanks for any advice.