If there is audio currently playing then jump to a label somewhere else in the program
|
Code Example |
Meaning |
|
Play?:motor_on |
If there is audio currently playing, then jump to label "motor_on:" |
Sometimes it's helpful to know is a piece of audio is still playing. If it is, then the program can use that information
to jump somewhere else in the program.