On 11.11.2009, at 17:57, Christine Wolfe wrote: > I have an instance variable cells that I > defined as > cells := Matrix rows: 7 columns: 11 tabulate: [ :i :j | self newCellAt: i > at: j]. > > Each cell of the matrix is going to be an orderedcollection of images. How > can I refer to an individual cell of the matrix?
Just have a look at the "accessing" protocol in class Matrix. - Bert - _______________________________________________ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners