Lets say I have a boss that is supposed to shoot stuff from the sky, in a specifict pattern?
Currently I have all sprites above the window size that activates after X happens, so they fall down.
In my opinion this is not optimal since it takes up so much space in the game (Fill with sprites everywhere and it can only be launched once).
This is how it looks right now (with sprites above window size)
(All these are with the bullet behavior that activates after a few seconds) and that's it, then their gone
Is there a way to spawns these on command instead of just having them falldown, and maybe being able to spawn multiple times?
I know about the random behavior, (spawn at random) but that is not what I want, I need to have them spawn in a specifict pattern.
Is that possible or should I just keep have them like this??