/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// 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;
URL: http://www.destroyyourcomputer.com