B2W2: 3D Camera Movement

Channel:
Subscribers:
12,200
Published on ● Video Link: https://www.youtube.com/watch?v=mbAO3yY7hAs



Duration: 0:58
5,131 views
79


Camera moving is pretty simple, you start a "CameraEvent" then you can move the camera!

angle,spin,zoom,X,Z,Y, and movement speed.

The first two movement sets are without re-tethering the Camera to the Hero at the end of the script. The final showing has it re-tether at the end.

3F 01 41 01
43 01 00 08 00 40 00 D0 0E 00 00 80 0A 00 00 00 00 00 00 80 0B 00 20 00
03 00 2A 00
45 01 42 01 40 01 2F 00 02 00

StartCameraEvent&LockCamera
MoveCamera
Wait (for camera event to complete, can be 0020 long, but I chose 002A)
EndCameraEvent/ResetCamera

Wat is each command?
http://pastebin.com/raw.php?i=vrkp0SN8

Camera events are a cool new addition to the events I can script :D