Actions Center

The Actions Center is a hub for creating and managing actions that are available everywhere on the page. This is a great way to organize the experience logic on more complex projects, from getting a good overview over what the page does to editing its behavior from a central interface.

If you don’t know what actions are, they are the core feature for interactivity and highly customizable logic and behavior. We recommend you start by checking this article on triggers, conditions and actions.

Creating Custom Actions

To create a custom action:

  1. Open the Actions Center from the right sidebar in the Editor
  2. Click the + icon on the bottom left corner of the slider
  3. Give your action a name and leave the type on the default (Action Sets), then press Confirm
  4. You can now edit your action by adding and editing action sets as usual

That’s it, now you can use your Custom Action anywhere you want.

Using Custom Actions

Anywhere you can add an action on your project, such as on a button click or when a stage loads, you can find a custom action you wish to use by searching the term “custom” and/or the action name.

Managing Custom Actions

To rename or delete Custom Actions, click the pencil icon on the bottom left corner of the Actions Center slider. This will enable the Custom Actions editing mode. Once you’re done with your changes, click the checkmark on the same location to exit editing mode.

Action Set Custom Actions

An Action Set is a group of actions, possibly including conditions, and is the default type of Custom Action. You typically only work with Action Sets when using our Editor.

JavaScript Custom Actions

The Actions Center also provides the option to define JavaScript actions. This is only for very advanced users, so you should only use it if you know what you are doing.

If you need something specific implemented, such as a third party integration, please contact support.

Updated on November 22, 2021

Was this article helpful?

Related Articles