Skip to main content
July 29, 2008
Answered

MovieClip Event

  • July 29, 2008
  • 2 replies
  • 407 views
Hi, does anybody know how to make an event to execute a function (like addEventListener) when a exisisting movieclip enters in his frame 10?

Thank you very much,
Víctor
This topic has been closed for replies.
Correct answer kglad
:

2 replies

kglad
Community Expert
Community Expert
July 29, 2008
you're welcome.
kglad
Community Expert
Community Expert
July 29, 2008
either call the function from frame 10 or use an ENTER_FRAME listener to check when your movieclip reaches frame 10 and then call the function.
July 29, 2008
and how do I use ENTER_FRAME event?

olivarra1
kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
July 29, 2008
: