Page 1 of 1

Canvas works

PostPosted: Thu Apr 01, 2010 7:34 am
by Leif
Hi )

Please help with next:

1. We have three artists A1,A2,A3 each displays with different animation.
2. We have three clones of canvas artist C1.
3. Each clone of C1 must be displayed with certain combination of actor A1,A2,A3 images.
4. Process must be: draw A1,A2,A3 on C1 clone, savecanvas, destroy A1,A2,A3.

For example: A1 is triangle, A2 is circle, A3 is rectangle. C1 must be (from up to down): C1.0-triangle,circle, rectangle ; C1.1-circle, rectangle,triangle ; C1.2-rectangle,triangle,circle;

I tried do do similar task (see appendix), but did not succeed :)