Return to location

Hi @Mary_Beth_Burns!

To reset the position of a camera when it falls down you can do the following:

  1. Create a ‘resetZone’ - cube which defines where the reset should happen
  2. Add the camera item and the resetZone cube to CoBlocks

Then, in CoBlocks:

  1. Save the starting position of the camera to a variable
  2. Use a “when collision” - block to check when the camera collides with the resetZone cube
  3. When the collision happens, place the camera back to the starting position

Below you can find an example space you can remix to see how it’s done in CoBlocks :slight_smile:

Hope this helped!

2 Likes