The Functions

Functions let you retrieve data from one object for use in another object. For example, you can retrieve the date displayed in the Date & Time object and display it in the String object. Functions can be accessed via the [Retrieve Data From An Object] button in the Clickteam Fusion 2.5 Expression editor. Each function […]

The Actions

Actions occur as a result of the conditions in your applications. Once a particular condition is detected, the associated action(s) take place. Each object type has its own set of actions that can occur when Clickteam Fusion 2.5 detects a condition. For example Lives objects can be gained or lost. Score objects can be increased […]

The Conditions

Conditions are tests within your applications that trigger one or more actions. Clickteam Fusion 2.5 determines at runtime whether the condition is true or false and, if it is true, triggers the appropriate action. For example, a condition might dictate that when the user clicks a particular object with the left mouse button the application […]

The Events

Every element that you add to your Clickteam Fusion 2.5 applications is a type of object. Each object can have any number of events, conditions, actions, and functions associated with it. Events are the foundation of your Clickteam Fusion 2.5 applications. Each event consists of one or more conditions, actions, and sometimes functions that you […]