Skip to main content
jemmelin38868084
Participant
June 29, 2015
Answered

movieclip animation loop without stop

  • June 29, 2015
  • 1 reply
  • 584 views

hello:

i have a problem with a movieclip named 'notes' that is loop without stop , i added the script stop(); for it but he didn't stop.

this is the Movieclip 'note_mc '  that trigger the movieclip 'notes'.

movieclip_note.jpg

and this is the 'notes' Movieclip that looping witout stop.

note.jpg

this is the code source for more information you can download it and you can found the code source under the folder :English Version/animations/en_hz000254.fla

http://www.mediafire.com/download/g913lubogrrqaid/English+Version.rar

and thank you in advance

This topic has been closed for replies.
Correct answer kglad

did you add a stop() to the 'notes' movieclip timeline?

if so, does the frame that contains notes (ie, on notes parent's timeline) play more than once?

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
June 29, 2015

did you add a stop() to the 'notes' movieclip timeline?

if so, does the frame that contains notes (ie, on notes parent's timeline) play more than once?

jemmelin38868084
Participant
June 30, 2015

thank you for you reply ,

yes i have edded the stop , this is image below illustrate what is the action script of the first frame in the movieclip

as.jpg

i have a noticed one think that when i remove the MASK with the layer named '2' the probleme of repetitive animatin gone and i got the needed result

kglad
Community Expert
Community Expert
June 30, 2015

1.  that's not as3. it's as2

2.  that code is on, what looks like, sorte 415's timeline, but it's hard to tell.  i'm not sure if that's note_mc's timeline.

3.  show the timeline that contains notes_mc and indicate which layer contains notes.  (and make sure its the only object on its layer.)