Any Camera Feature available?

i am planning to create a distance game.
Eg. a boy throws a stone and see how far the stone can go.
So, the game play is 2D + horizontal scrolling

If that’s my case, i would need a camera to follow my stone (player)
But i have checked through the “resource” link and seems like Corona over focus on physic :frowning:

Can anyone share to me if any of the features below exist

  • Camera which follow my Player
  • A way to infinitely scroll (coz i never know how far the player can goes)
    Thanks for the guiding
    [import]uid: 10373 topic_id: 3178 reply_id: 303178[/import]

Check out the EggBreaker sample. The trick (IIRC) is to put all your game objects in a group, and then, in an enterFrame listener, move the group to compensate for the movement of the object you’re tracking. [import]uid: 10327 topic_id: 3178 reply_id: 9456[/import]