Well, it would help a lot if you could post a screenshot of your event sheet, or a link to your .capx so we could have a better look on what you are trying to do.
But my guess here is that, does the object 2 and object 3 have a default animation where they are not playing? If the first animation on object 2 is animation1 it will play it as soon as the layout starts. So you should put another animation as the first animation, or set in the object properties another animation for it to be playing first.
This is because I'm guessing animation1 is before the default animation or any other object2 animation. If this is not the case I'll ask you again for a screenshot or a .capx
Thanks for your help, I did you told me , set a default animation for both objects, it works!!
Could I ask you something else?
I've followed the "How to make a drawing canvas" tutorial but I can't draw, I hold left mouse button and appears a lot of points, when I try to draw a line is the same thing, and sometimes it draws a long line from the previous point I pressed the button.
Do you have an algoritm for drawing lines? or, have you tried to do this tutorial?