Hello, I’m a student at game programming course, right now, i’m making a game with my classmate, and thinking of launching it on mobile as well to earn a bit of allowance.
I learned C++, Lua, Java, C#, some php coding language.
I’m thinking of making a top down shooter using corona, but now i’m currently stuck. My plan is to make something like Alien swarm in 2D, and now when i’m finish my basic character control, i don’t know how to use corona to make something like a scroll map. that i can control where i move and the camera will fixate on me.
I realize i don’t know
A: does Corona have something like a camera class that i can control to scroll the screen?
B: if Corona don’t have a camera class, can i work around it somehow?
Right now, i thought about a few trick that might work, i can just scroll the background image and make it feel like i’m moving through the “map”, but i think it will feel wrong, any suggestion will be greatly appreciated.