40 objects with various transparencies

mrkva's icon

Hi guys,

dealing with one issue at the moment. I'm creating simple patch for displaying and hiding images in 2d plane, and I need to adjust transparencies for every single one of them. So far I was doing it with jit.gl.videoplane while having it all on one layer, but obviously, when I change the opacity of it, all the object disappear as well.

So, is there maybe like a simple object which would i put between jit.qtmovie and plane? Thanks!

Roman Thilenius's icon

i´ve seen similar issues.

did you try to just redraw the whole window by sending a "refresh" message to max?

it might not work with bpatchers but it should work with jitter stuff and [lcd] issues.