Is there a simple way to detect a moveable object's x-position? I want to run an action when a certain object that is being moved by an Object->Transform action has reached a specific x-value.
After some searching the forum, I stumbled across a solution where you can send a value to an AC variable from a script. This was the code I used, and then I made an action trigging a cutscene when the x-position was at my threshold.
Comments
AC.LocalVariables.GetVariable (0).Upload ();