Skip to content

Interactions Overview

Matt Javaly edited this page Feb 26, 2017 · 13 revisions

Adding Interactivity to your Game

In Prairie, an Interaction is any action the player can take by selecting an object in the environment. Prairie provides a rich set of interactive components for lots of uses, such as creating doors, rotatable objects, books, light switches, and more.

In most cases a player interacts with an object by approaching it and mousing over the object. A prompt will appear giving a description of the action, upon left clicking on the object one or more interactions will be triggered. These interactions could be anything from opening a door, playing sound clips, advancing the story, examining an object, or even more complex combinations of interactions. A list of all built in interactions can be found here. To learn more about adding interactions, see the guide here.