Relative Content

Tag Archive for assemblyinputgame-enginemultitasking

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?