I’ve created a new project on github that allows users to add actions to a FIFO queue to be processed sequentially. I did this because it can be a huge pain to deal with calling multiple actions for multiple sprites, and coordinating what action happens when. the ActionQ class allows you to easily throw SKActions into the queue and they will run in the order it was received into the queue.
https://github.com/evannnc/ActionQ
Advertisements
Leave a Reply