A sequence of messages to be triggered consecutively by a bang

Mansour Aoun's icon

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!

Gregory Taylor's icon

t b b b, and then attach your message boxes to each of the outlets

Kenneth Newby's icon

This is perhaps the most important object in the family!

Gregory Taylor's icon
Mansour Aoun's icon

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!

Roman Thilenius's icon

otherwise... [cycle]