problem 1 - does the animation work in the original but not in the copy ? Check spelling in the name of the animation (including upper and lower case).
My top tip for problem 2 is to look at loops (see ) which would allow you to do something like
for (the number of objects you are interested in (9?) ) -- create (sprite) at x,y
1st yes the original animation works, but the copies doesnt (The copies created with "create sprite").
I have tried with "load image from URL" but it also doesnt work
I have set the orignals on a higher layer (for example 4) and the copies on layer 2 is there a problem?
2nd yes i´ve also thought for a loop but there a the same problem i want to create 9 objects on different x,y coords. my problem ist just how can i do more x and y coords set in the line.
Example: Sprite(1) at x1,y1 and Sprite(2) at x2,y2
you know what i mean?