I have coded 2d shooters before in QuickBasic, C and Java (though I haven't coded in any of those in years)
-- But I am at a loss as to how to make a large space backdrop scroll
-- How to make shots happen, how to make sure shots don't all disappear if just one shot collides with an enemy ship
-- How to make enemies appear in waves
-- Adding music (I've seen some threads on that)
I ran through the basic tutorials, but the later ones gave an error saying that an Actor can't have a Parent be itself (or something) - so I couldn't finish the more advanced ones. Besides, what I need is some detailed explanation online, and the docs don't do that.
Any and all help appreciated. I am considering making the full copy of this supplant my next game purchase -- if I can learn how to use it.