Hi,
Anyone had any luck with using imagesheets to fill a rectangle (or circle)?
According to the docs you can use the following syntax { type=“image”, sheet=mySheet, frame=3 }
So I modified one of my working examples that uses imagesheets to fill a rectangle and it fails (build 2013.2052)
-- imageSheet is a valid ImageSheet -- obj is a rectangle local fillParam = { type = "image", sheet = imageSheet, frame = 1} obj.fill = fillParam
This produces;
… bad argument #3 to ‘?’ (ImageSheet expected, got table)
Using filename = xx works fine but I need to use imagesheets.
Any ideas?
Thanks