[code lang=”actionScript3″]// To increase perspective set the camera close and reduce the zoom
camera.z = -600;
camera.zoom = 40;
// To decrease perspective set the camera far and increase zoom.
camera.z = -1510;
camera.zoom = 180;[/code]
[code lang=”actionScript3″]// To increase perspective set the camera close and reduce the zoom
camera.z = -600;
camera.zoom = 40;
// To decrease perspective set the camera far and increase zoom.
camera.z = -1510;
camera.zoom = 180;[/code]