Oops you're right, there are no quotes.
Theoretical question:
If I have a game with the statement:
Is inTouch | Set OBJECT to Touch(0).X,Touch(0).Y
And another one with:
Is inTouch | Set ANOTHER_OBJECT to Touch(1).X,Touch(1).Y
If I take the first touch off , wouldn't my second touch get reassigned to Touch(0)?
I'm imagining OBJECT would suddenly appear in the position of ANOTHER_OBJECT.
But I have no device to test this with as of right now.
Can you confirm this?