Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Community Beginner ,
May 17, 2016 May 17, 2016

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?

TOPICS
ActionScript
132
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 17, 2016 May 17, 2016
LATEST

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).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines