Skip to main content
Known Participant
May 17, 2016
Question

Movie Clips when i go to 2nd frame continue from where they stop at 1st frame,and not at the positions i put it

  • May 17, 2016
  • 1 reply
  • 143 views

I have 2 layers at frame 1,(actions and movie clips),at the movie clips layer i have 2 movie clips,with instance names A and B. B .x = 100 and is moving to A which x = 0. When the B hit A go to frame 2. At frame 2 i have the same things(i copy and paste the frames). So, the problem is when the B hit the A, i jump to 2nd frame but the B continue from x=0 and not from 100. If i cut the B and copy it to a new layer its working normal.It start from x=100. So,must i create new layer every frame?

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 17, 2016

any object that you want to have a different property from the previous frame, must be in a keyframe with that property changed from the previous frame.

conversely, any object that you want to have the same property from the prevous frame, should not be in a keyframe or, if it is in a keyframe, that property must be assigned to the value you want it to have.

eg, for object B, if it's in a keyframe at frame 2, its x property must be assigned to be 100 in keyframe 2 (assuming that's what you want).