Random

Sugar's icon

I need to add at least 15 different images and short quicktime movies to this patch and make then appear randomly on the same screen. wil anyone have a clue as how I'm to do that.Or is there a patch out there that does random selections of Quicktime movies?

Max Patch
Copy patch and select New From Clipboard in Max.

azs's icon

One way would be to go from random to coll to jit.qt.movie.

Store the names of your movies in coll.
(1, read name.mov;) Use random to generate numbers to send this message to jit.qt.movie. Look at the help files for coll and jit.qt.movie and read the first jitter tutorial.