Re: space invaders question
there's shoot object action which you could set by using a event of every 2s and selecting a random invader
Re: space invaders question
If you have more than one invader type you could put them all in a Qualifier group.
Then set the condition:
+Every X seconds
+Pick "Active" object at Random (under Pick or Count-> Pick Active at Random)
Then under the Qualifier Group column:
-Shoot an Object (set it's direction to straight down)
Re: space invaders question
thank you so much, it worked a treat. my game if finally finished.
Re: space invaders question
theres an open source space invaders tutorial at acoders - if you wanna see that too. (both MMF1.5 version and MMF2 version)
http://www.acoders.com/acsite/forums_readtopic.php?id=2410