I am using the canvas plugin to create a canvas box of which I have several instances. I am trying to give each one a random rgb color. So far I have been successful in setting three instance vars on each object I have created to be a random r,g,b value. But when I try to set the fill color on each instance, it does not work. All the instances are getting set to the color of the main object.
"rgb("&Canvas(NUMBER_OF_TILES_X_MADE).r&",
"&Canvas(NUMBER_OF_TILES_X_MADE).g&",
"&Canvas(NUMBER_OF_TILES_X_MADE).b&")"
NUMBER_OF_TILES_X_MADE increments.
image : imgur/uC0RHXr