Instance Variable Action Library

Instance Variable Action Library

The Instance Variables actions are designed to get you started when creating a game and are used to create and maintain specific instance scope variables for score, lives and health (you can find out more about variable scope here). These actions will create these variables for you at any time they are used and are meant more for convenience or for beginners, and if you need more complex control over game values you should be making your own variables using the appropriate actions (see here)

The following actions exist for using these Instance Variables:

 

 

Set Score Icon Set Score
Get Score Icon Get Score
Set Lives Icon Set Lives
Get Lives Icon Get Lives
Set Health Icon Set Health
Get Health Icon Get Health
If Score Icon If Score
If Lives Icon If Lives
If Health Icon If Health