Hi All, I’ve just finished writing a ‘Slideshow’ API script that allows automating of fading in/out multiple shapes (path objects) and text to do scripted reveals of pages for intro sequences, showing hidden writing etc. It uses async Promises and awaits and works nicely. It can also execute other macros as part of the sequence so I can fade in/out audio simultaneously for example. The problems I’m having are: 1) playJukeboxPlaylist (and stop) don’t seem to work, are these deprecated? 2) I wrote my own track fade in/out stop/start (I know there are API scripts out there that do this, but wanted to try for myself ;-) BUT if the track had already been played partially then it always starts from that point, eg halfway through… Is there a way with the API to ‘reset’ a track to the beginning? I’ve tried messing with the ‘softstop’ track attribute but it doesn’t seem to make a difference… Any thoughts? Regards, ~ Coryphon ~