TABLE OF CONTENTS
- 3.11.1.Whenever the selected message is broadcast
- 3.11.2.Broadcast the selected message
- 3.11.3.Wait for the selected message to be broadcast
3.11.1.Whenever the selected message is broadcast
Code inside this block is executed whenever the selected message is broadcast.
Example 3.11.1
Whenever the selected message is broadcast
3.11.2.Broadcast the selected message
Broadcast the selected message. This will trigger the code inside the 'Whenever message received' blocks essay or the code after the 'Wait for message' blocks.
Example 3.11.2
Broadcast the selected message
3.11.3.Wait for the selected message to be broadcast
Wait for the selected message to be broadcast. The code after this block will be executed after the selected message is received.