How to resize like this????
I would like to create a Grid like the grid of Mu (jazzmutant) to resize.
http://www.youtube.com/watch?v=X5-idJJ5Y4E (second 0:50)
This is possible???
Thanxxxxxx!!!!!
[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...
Or [jit.cellblock] perhaps.
I think jit.cellblock its better, but its not like the video effect. Because the blocks are separate
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!)
Thanxx luke, your patch is a good point to start.