I’m planning to make a 2D strategy game.
I made a list of the things I need to accomplish to be able to build my game. Just like in basketball, you have to practice dribbling, making free throws, jump shots, etc. before you expect to become good at it. So here’s my short list:
-
Load a tmx map and show it. Let the user navigate the map using through swipes.
Tutorial #13 (http://www.justaddli.me/tutorial.php?t=0&id=13) covers this. -
Get the terrain for a tile
Get the terrain layer using getTileLayer, then get the tile using getTileAt -
Add an object to the map
-
Get the object(s) at a specific tile
-
Remove an object from the map
-
Slide an object from tile A to tile B
-
Slide an object from tile A to tile B, while its sprite animation is turned on. Useful when moving soldiers and firing missiles.
I’m stuck on #3 to #7. All of the Lime tutorials focus on making platformers, but I’m pretty sure Corona+Tiled+Lime is winning combo and I just don’t understand enough of it.
Any pointers? Thanks!
[import]uid: 7026 topic_id: 14458 reply_id: 314458[/import]