Hello, we are in the process of programming a game with fighter jets. We are currently working on ensuring that the 3rd level has a certain special feature. We came up with the idea of raining bombs from the sky. However, we're not sure how to spawn them, since we have the scroll world in our game and so "addObject(new Bomb, x,y)" doesn't work. Anyone have any ideas?