I'm having this problem (yet again) of creating objects which are then ignoring future commands until I start up a new top level event. Do functions count as top level events? Say I do something like....
Indent : Create object
Function Manipulate object.
Function Manipulate Object
Set object variables.
Since the call to the function isn't a top-level event but the function itself is not indented, will it respond to the new object?