How do I run two messages at a time?
e.g. Arguement 1 - | 0, 200 3000(
Arguement 2 - | 200, 50 2000(
what i want to do is, when i click on the message box, it will run from arguement 1 and the arguement 2 so on and so forth.
thanks.
Message box ( 2 arguements)
How do I run two messages at a time?
e.g. Arguement 1 - | 0, 200 3000(
Arguement 2 - | 200, 50 2000(
what i want to do is, when i click on the message box, it will run from arguement 1 and the arguement 2 so on and so forth.
thanks.
something like this probably:
(number)
|
[sel 0 1]
| |
| [200, 50 2000(
|
[0, 200 3000(
so if you send a 0 to the inlet it will trigger the left message, and a 1 will trigger the right message...you can expand that as much as you want.
if you want to use lots of messages, then you might be better off using [qlist], or even better, [msgfile] from the zexy library
Oops! Looks like something went wrong!