compileIt for revolution?
Scott Rossi
scott at tactilemedia.com
Wed Jun 22 19:57:29 EDT 2005
Recently, Richard Gaskin wrote:
>> i have the patience to create these graphics and see them rendered. But when
>> it comes to getting rid of them, no way! And the clearGraphics routine took
>> foreever! 200 graphics per second... You do the math - many minutes wasted
>> waiting to create a better pattern.
>>
>> The trick was to create all the graphics in a group.
>> when the graphic is done, delete the group.
>>
>> 300000 graphics deleted in 2 seconds.
>
> And as Geoff Canyon discovered, you can go one step further by drawing
> all polygons as a single object, but just including a blank line in the
> points property wherever you want a discontiguous object.
Unfortunately, this won't work for Xavier's case since each object is shaded
with a different color, but it's worth noting as you say that sometimes
multiple vector objects can be replaced with one.
Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com
More information about the use-livecode
mailing list