Author Topic: How do I use the default camera events?  (Read 769 times)

I'm talking about the camera events that came with the Speedkart update. How do I use them, and make them trigger?

The camera events use brick names, the first string param is where the camera is, and the 2nd string param is where the camera will face.

it's also listed under "client" for individuals or "minigame" for the whole minigame

Okay, but how do I trigger it?

Okay, but how do I trigger it?
By using onActivate, onPlayerTouch, etc

By using onActivate, onPlayerTouch, etc
But what are the EVENTS to trigger it to play? There's only SetCameraNormal and SetCamerawhatever.

SetCameraNormal puts the camera back to the player, SetCameraBrick is what you use

You need to name two bricks for it to work, the first box is what brick the camera is placed at and the second box is what brick the camera looks at

SetCameraNormal puts the camera back to the player, SetCameraBrick is what you use

You need to name two bricks for it to work, the first box is what brick the camera is placed at and the second box is what brick the camera looks at
Oh, OK. Thanks a lot, you guys!