Step 5: Fire Weapon

Not much happening here. Pressing shift will simply launch a Bullet object.
However, it should be noted that MMF2's launch function does not perform pixel perfect collision testing and in some cases bullets will actually pass through other objects. For more information, check out the Fast Loop Bullets tutorial.

Nevertheless, it will be accurate enough to demonstrate the concepts of handling of multiple instances presented in this tutorial.

8