Attached an imagesequenceplayer.
Below how to call it and the options:
- play from any minframe to any maxframe (e.g. 33 to 60)
- frames per second (1 to 60)
- playdirection
- digits for the sequencename
- imagesuffix
rest should be obvious
could be extended with play, pause, stop, continue but … hype4 is rising
hypeDocument.imageSequence(
'myTargetId'/*targetElementId*/,
'hedgehog_'/*baseName*/,
'${resourcesFolderName}/'/*basePath*/,
0/*min*/,
345 /*max*/,
{
digits:5, //00000, 00001, 00002 ...
suffix:'png', //png, jpg
fps:60, //1 to 60
direction: hypeDocument.kDirectionForward //hypeDocument.kDirectionReverse
}/*options*/
)
hope it’ll work best day!