Something like this (0001, 0002 being the first 2 frames): ?
$Formula: ( when-argument
( any-of "1" )
( true )
( show-subtitle-image
"0001"
0
0
( true )
( true )
0
0
66
)
( invalidate-argument "1" )
( when-argument
( any-of "2" )
( true )
( show-subtitle-image
"0002"
0
0
( true )
( true )
0
0
66
)
( invalidate-argument "2" )
)
etc.
)
I'll try it tomorrow, thanks for your help.
EDIT: Ok, I tried it and it doesn't work. Apparently I don't know how to use arguments in this situation. If someone could provide a formula for the first frames I would be very grateful.