/ Published in: ActionScript 3
URL: http://www.destroyyourcomputer.com
Expand |
Embed | Plain Text
// 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;
You need to login to post a comment.
