Hi
I am making a game where the main sprite has 6 thrusters - 3 on top and 3 on bottom. Depending on certain variables, they can be on in a variety of combinations. Is there a way I can link sprites together so they can effectively layer on top of each other switching on and off as needed, rather than needing to create a series of if statements that accounts for every possible combo (front down + back up + mid down or front-down + mid up) etc.
Thanks!