How to create simple game with level

Hello newbie here :smiley:

i want to create a level for my game. how can i do that in corona?
let make example using EggBreaker Game, if i already break 2 eggs than i move to level 2 and so on.
can someone explain to me, cause i really want to create a game and sell to apple marketplace :smiley:
i want to use EggBreaker for my study case creating level. [import]uid: 7427 topic_id: 3357 reply_id: 303357[/import]

Hi,

Conceptually, levels or screens in Corona are created using โ€œdisplay groupsโ€ that can contain other display objects. You can apply transitions to a group, for example, or swap the visibility with another group to change levels, so to speak.

The community has come up with a few approaches and solutions for this. I would recommend checking them out for ideas/code (I may have missed a couple):

Tim [import]uid: 8196 topic_id: 3357 reply_id: 10116[/import]

Thank you for your info.
by the way, is Corona will integrate particle candy to corona :smiley: or it will be third party? [import]uid: 7427 topic_id: 3357 reply_id: 10118[/import]