help : select character

Hey, i’m newbie… need some help here…i’m currently developing e-learning and game for kids. i have no idea how to write the code…

description:
i have 4 character on “select character.lua”
then user will able select one of the character, and the selected character will be used for the rest of the game.
after the user selected the character, then the game(“stage1.lua”) will start

please help me…thanks…^^ [import]uid: 33180 topic_id: 7348 reply_id: 307348[/import]

no reply? T-T

someone help…:frowning: [import]uid: 33180 topic_id: 7348 reply_id: 26684[/import]

yea unfortunately what your asking is WAY too broad, no one is just going to build your app for you. I myself had never coded before but have learned tons already and am creating my own apps. what i did was i checked out the Sample Code that comes with corona or can be seen at this link:
http://developer.anscamobile.com/samples

The best thing you can do is look at these samples, and read the code and see why they do what they do. if you have coding questions that are more specific then maybe we can start pointing you in the right direction… Also just searching the forums will greatly help, there is alot of info already posted if you will do the research

As far as changing “scenes” or changing between .Lua files, i would suggest using what is called the Director Class, works like a charm, check it out at the link:
http://developer.anscamobile.com/code/director-class-10

best of luck [import]uid: 19620 topic_id: 7348 reply_id: 26687[/import]

thanks, madjack…
actually i really confuse how to save the images(character)to …hmm, i dunno which one is the best sqlite or save it to directory since later i have to create save function to save last scene have been played n highscore… so later i can load it in other scene…

i’ll try my best…thanks for replying…:slight_smile:

[import]uid: 33180 topic_id: 7348 reply_id: 26688[/import]