Ok, in that case you want to count the number of markers that you have passed and use that number (marker index) for randomseed. Expressions don’t have a memory of what has happened in earlier frames, so you have to calculate the shuffle for every frame. The same randomseed will ensure the random calculation is the same random calculation. So you would change that at every marker.
A bit of an inconvenience is that the nearest marker can be before or after current time, so you have to check whether the marker time is after current frame, and if so, subtract one to get the index of the last marker passed.
Kalleheikki Kannisto
Senior Graphic Designer