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 IconSet Score
Get Score IconGet Score
Set Lives IconSet Lives
Get Lives IconGet Lives
Set Health IconSet Health
Get Health IconGet Health
If Score IconIf Score
If Lives IconIf Lives
If Health IconIf Health