[quote="SAAj":44kfuzdf]Thanks, that was the command I was looking for, just couldn't find it. Is there somewhere I can look up a list of commands such as this? I'm sure I'll need to reference something similar.[/quote:44kfuzdf]
Well, the most important thing to know when using Construct is this imo:
[size=150:44kfuzdf]SYSTEM EXPRESSIONS[/size:44kfuzdf]and this too: [url:44kfuzdf]http://sourceforge.net/apps/mediawiki/construct/index.php?title=Expressions[/url:44kfuzdf]
To cite from the 2nd link:
[quote:44kfuzdf]Most plugins have expressions of their own, which you can use to get information about that object. You can double click an object in the object panel to see a list of all of them. A simple example is Sprite.X, which retrieves the Sprite object's X co-ordinate.
Object expressions have an object name and the expression name separated by a dot, as in Sprite.X.[/quote:44kfuzdf]