How to resize like this????

alersito's icon

I would like to create a Grid like the grid of Mu (jazzmutant) to resize.

This is possible???

Thanxxxxxx!!!!!

seejayjames's icon

[matrixctrl] will resize (as will pretty much any object), just give it a size command via [thispatcher] scripting.

lots to ponder in the [thispatcher] help file, it's pretty amazing...

Luke Hall's icon

Or [jit.cellblock] perhaps.

alersito's icon

I think jit.cellblock its better, but its not like the video effect. Because the blocks are separate

Luke Hall's icon
Max Patch
Copy patch and select New From Clipboard in Max.

You could use a similar technique to the patch posted below but using the [textbutton] object. Simply store the min and max box sizes using the [pattr] system and interpolate between them. The patch was originally by seejayjames (if I recall correctly, sorry if I'm wrong!)

alersito's icon

Thanxx luke, your patch is a good point to start.