I have 2 Animations that Play at Random, but is there a way I can run them alongside one another?
ie. ball6 shows with bullet6, ball2 shows with bullet 2
capx
Develop games in your browser. Powerful, performant & highly capable.
Capx
Use the same variable with concatenation for both assignements.
It works since the number of anims is the same.
Thank you. Much Appreciated. Is there some way I can add a delay on the "Ball" Sprite? I only want it to change color after I have shot the previous color.
So basically the player will know which color they will be shooting next.