How do I make my game character do several things at once?
I create space invaders in assembly, and I want to give my character (the spaceship) the possibility to move and fire at the same time and also to be able to fire a series of shots one after the other without waiting for the final shot to finish. How can I do something like that?
How do I make my game character do several things at once? assembly language
So I am create space invaders in assembly, and I want to give my character (the spaceship) the possibility to move and fire at the same time and also to be able to fire a series of shots one after the other without waiting for the final shot to finish. How can I do something like that?