Matrix Programming

How can I change through a procedure what matrix cell is “clicked”?

So if I have currently clicked on cell “3” and I use info(“matrixcell”) it will return “3”. Also, I have highlight selected cell checked. I now want a procedure to change this to “4”, and highlight cell 4.

Also, when a matrixobject is displaying an image, the matrixobject will cache a certain number images.

So the question is how many images will the matrix cache? And is this changeable?

Thanks

I’m pretty sure you can procedurally change which matrix cell is selected by changing the value of your matrix selection variable

Bill is correct, changing the selection variable for the matrix will change what is highlighted. Be sure you use showvariables after changing the value.

I have no idea what you are referring to. There is no image caching that I know of.