How to make a basic Shooting game?

Hi, I’m a newbie and I want to make a basic shooting game with levels and score but I don’t know how to do.

The game: there are many object appear on the screen, and when the users touch them, they disappear and the score increases. When the score is high enough, users can move to the next level.

Please show me the code or the method that can help me to make this. THank you so much! [import]uid: 27566 topic_id: 6245 reply_id: 306245[/import]

anyone helps please… [import]uid: 27566 topic_id: 6245 reply_id: 21664[/import]

[lua]local app = require(“BasicShootingGame”)
local game = app:new()
game.start()[/lua]

or you could watch this to start off with
http://www.youtube.com/watch?v=6TsDdLY7VXk
[import]uid: 6645 topic_id: 6245 reply_id: 21686[/import]

Thank you so much man. If anyone has another method or tips or code, please post it :smiley: [import]uid: 27566 topic_id: 6245 reply_id: 21691[/import]

apologies for my sarcasm. the youtube tutorial is definitely worth going through though. it looks very close to what you want.

[import]uid: 6645 topic_id: 6245 reply_id: 21703[/import]

@jmp909, nice one
But you are right, someone should try to learn the basics. [import]uid: 5712 topic_id: 6245 reply_id: 21729[/import]

Instead of thinking about your shooting game specifically, concentrate on learning Corona in general and then how to do your game will become pretty clear. For example, go through the starting guides in Docs to learn how to build an app in Corona, and then gradually work your way up, adding new features as you go.

Similarly, there are lots of tutorials you can find by doing searches that won’t be about your game specifically but will teach you a lot about how to use Corona. Here’s a good one (and scroll down for links to more Corona tutorials:)
http://mobile.tutsplus.com/tutorials/corona/corona-sdk-eight-ball/ [import]uid: 12108 topic_id: 6245 reply_id: 21738[/import]