I'm trying to make an abstraction which loads lots of control data from the textfile object. So I'm using a trigger object to send the following messages to textfile:
1. clear
2. openpanel - read $1
3. rewind
4. bang - metro etc.
The problem is that the trigger object does not wait until I choose the file in openpanel, messing up the order of the events. So I'm getting something like:
1. clear
3. rewind
4. bang - metro etc.
2. openpanel...
Any thoughts on that, I'm kinda lost here...
Thanks in advance.