I am very new to Love2D and thus do not have much of an idea as to how I can do this, I want to spawn/draw a meteor with a random direction falling towards the ground fairly regularly. I think I have that working, the next bit is spawning more than one and the regular part. I am stuck on this, I want to spawn up to maybe 3 or so of the objects at a time and despawn them once they hit the ground level.
If you could also help with hw I could do collision detection with my player character, please fire away!
Thanks in advance, will try to attach a .love file, tell me if you want the code put out in text too! The way I have done it may seem completely illogical, I was trying to learn dynamically by doing this project so please don't be confused about why i have music but can't get the basics to work

~Carr