randomize frame offset

Thanks Bobo! :slight_smile: Eloi helped me and I got it working with this:

for i in 1 to selection.count do
(
$[i].frameOffset = random 10 20
)