Different Cameras for One Object???

Okay so, is there a way to get different cam sizes for a single object?

Camera sizes? no, the camera is as big as the game scale
Different Camera controls? yes, though you have to always control the camera and not use autoscroll

Look at my Orbit example, you can change the camera to each planet by pressing the numbers above the keyboard. The bundle is in the Sun.

Orbit Example:
http://flowlab.io/game/play/1323537

@GrimstoneInc - I’m not sure I understand what you’re trying to do, but usually when you want to do anything fancy with the camera it’s better to have each camera in its own object, and just swap out or move the camera objects as needed.

Here’s an example: https://flowlab.io/game/play/810630

I didn’t respond before, but that really helped me Grazer I’m using it in all my new projects now. It is amazing. Also it solved my issue. Double thanks.

Awesome, glad it helped @GrimstoneInc :slight_smile: