Home Forums Macros Macro pour piloter File Player Reply To: Macro pour piloter File Player

#3152

Bonjour Jean-Luc,
Essaye ça, ça devrait faire l’affaire.
Philippe

//*********************** Macro beginning ****************************

//Start the File player if needed
If {$FilePlayer_fx2_rank2_state$ == 0}
InsertCommand fx2 2 1
EndIf

//Resume (does nothing the first time)
InsertCommand fx2 2 4

WaitUserAction

// Pause
InsertCommand fx2 2 3

//*********************** Macro end ****************************