Author Topic: Cut Scenes  (Read 633 times)

Kry

If I were to want to make a cut scene, how would I do so?

(e.g. Set and stationary camera, camera that is set in one direction but moves to follow a bot or player, camera that is stationary but follows the player, etc.) and can I do so with events? or would I have to script/code the whole thing?
Thanks.

it's possible to use those camera manipulations like you said using the default camera events
(brick -> client -> setCameraBrick (brickname1) (brickname2))
but players can still move so

alternatively use more advanced camera controls if you want, in that case players don't move they're stuck like in a cutscene