Tutorials that are recommended for my needs

I need some suggestions on what tutorials apply the game I’m trying to create with the corona trial.

#1. Scrolling when the character is progressing through the level.

#2. loading and selecting levels.

#3. Understanding A.I

#4. collision for objects.

If theirs source code that gives examples of how to do so that would help. But when I look at the tutorials on this site they don’t work for what I need to do.

[import]uid: 104850 topic_id: 17986 reply_id: 317986[/import]

Here is a list of tutorials that you should check out! :wink:

http://www.learningcorona.com/ [import]uid: 24111 topic_id: 17986 reply_id: 68741[/import]

it’s just me or you are looking for copy-paste solution? Read and learn Corona API, look for sites like Learning Corona and Share your Code on Corona website, play with Corona code made by yourself.
What AI solution you are looking for? If it’s just pathfinding you will find code example made in Lua for Corona but for more complex task you need to have strong algorithm and math knowledge.
I can provide you genetics algoritm code for Corona SDK but do you know how to use it?
Regards [import]uid: 12704 topic_id: 17986 reply_id: 68744[/import]

Even though the games I’m trying develop only go for enemies that collide(like dodging in order to not lose a game life) I’m interested in making a game where A.I attacks the player and the player fights back. [import]uid: 104850 topic_id: 17986 reply_id: 68989[/import]