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.
Well, the most important thing to know when using Construct is this imo:
SYSTEM EXPRESSIONS
and this too: http://sourceforge.net/apps/mediawiki/construct/index.php?title=Expressions
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.