Don't use uniqueMPgraphic for randomized graphics.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 30 Sep 2009 11:58:42 +0000 (13:58 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 30 Sep 2009 11:58:42 +0000 (13:58 +0200)
Since uniqueMPgraphics are only evaluated once for every set of variables
(width, height, etc.), every box with the same size is randomized in the
same way. Using useMPgraphics ensures that the graphics are redrawn every
time.


No differences found