Skip to main content
Version: 2.0

Events

Events allow you to invoke your own code without having to modify the Tutorial Master source code. It comes quite useful if you want to add additional behaviour when your tutorials start or end.

OnTutorialEnter()

Invokes actions as soon as Tutorial has been initialized. It gets invoked regardless of whether data validation has passed or not.

OnTutorialPlay()

Invokes actions after the Tutorial begins.

OnTutorialExit()

Invokes actions after the Tutorial ends.

You can also invoke actions per-stage level as well in the “Events” section of Stage settings.

OnStageEnter()

Invokes actions as soon as Stage has been initialized.

OnStagePlay()

Invokes actions after Stage starts playing.

OnStageExit()

Invokes actions after Stage stops playing.