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
i want to use EggBreaker for my study case creating level. [import]uid: 7427 topic_id: 3357 reply_id: 303357[/import]
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):
Thank you for your info.
by the way, is Corona will integrate particle candy to corona or it will be third party? [import]uid: 7427 topic_id: 3357 reply_id: 10118[/import]