A sequence of messages to be triggered consecutively by a bang
I hope I'll explain myself clearly. So I have 3 message boxes let's say a, b and c, that I want to be triggered consecutively by a single bang: bang-> trigger message box "a", bang -> trigger message box "b", bang -> trigger message box "c". (I would like to note that a, b and c are separate message boxes and not a list of [a b c]). What object or method will allow me to achieve this.
Many thanks!
t b b b, and then attach your message boxes to each of the outlets
This is perhaps the most important object in the family!
troo dat
Thanks for your reply. Actually what I was after was a manual bang that would trigger the activation of the messages, not automatic consecutive bangs. While my topic was getting moderated since it's my first, I fiddled around for some time and ended up solving this by connecting a bang to counter that was connected to coll object that contained the indexed messages and it did the job for me.
Cheers!
otherwise... [cycle]