sound .pause  (  Channel  )  
                      
Description :

This instruction pauses the currently-playing sound file.

Parameters :

  • CHANNEL_1
    CHANNEL_2
    CHANNEL_3
    CHANNEL_4
    CHANNEL_5
    CHANNEL_6
    CHANNEL_7
    CHANNEL_8
    CHANNEL_9
    CHANNEL_10
    CHANNEL_11
    CHANNEL_12
    CHANNEL_13
    CHANNEL_14
    CHANNEL_15

Notes :


You should avoid using this instruction when streaming a sound file, as it will pause the playback but not the stream.

Examples :