Do touch events screw with enterframe events?

Strange question but it might just help my intermittent crashing problem. I am wondering if enter-frame events can be ‘interfered’ with by other events.

To clarify. I have many loops working on many objects on each frame, often global booleans are set to decide what to do with various objects inside a loop. I am wondering if me changing such settings/booleans via instant TOUCH events somehow ‘sneaks’ in some code before the enter-frame has even finished the current cycle. It may just be the cause for some strange behavior…

Basically do the touch events and enter-frame events ‘sync’ well together or is it a free for all? [import]uid: 40116 topic_id: 25609 reply_id: 325609[/import]