so my thought would be that using a text object (what i'm using) to display the value of a variable. I'm still trying to wrap my head around how C2 deals with data. I'm used to just sticking variables into where i want the information to be displayed, but it seems that C2 needs a little more configuring..
what i'm doing is:
1. creating a text object
2. dragging that text object on the stage
3. in properties / Text.. inserting the name of the Variable..
what i woud like to see is the value appear in there and hopefully change in realtime as that global variable changes, but instead i just see the name of the variable. how else would it need to be done to see in real-time the value of a global in a text object?
Thanks!
Caleb