How To use Checkpoint Nodes

Nodes Tutorial

Quick overview, how to use checkpoint nodes in Buildbox 3. What it’s limitations and tips, how to implement it.

Sean’s checkpoint node: https://www.hanomaxgames.com/Downloads/checkpoint.bbasset

Sean’s checkpoint template: https://www.hanomaxgames.com/Downloads/checkpoint.bbdoc

—————UPDATED 19.06.2019—————–
Checkpoint button didn’t work on mobile devices.
Download updated BB DOC file here: https://www.hanomaxgames.com/Downloads/checkpoint2.bbdoc
In this template, I edited checkpoint button’s node map. Removed AABB check node, touch node and mouse position node. And replaced it with is touch node, where I modified script. Changed this.emitSignal(‘Touched’, result.hit); to this.emitSignal(‘Touched’, true);