This content has been marked as final.
Show 3 replies
-
1. Re: variables and movieclips
kglad Mar 11, 2009 11:49 AM (in response to purple_am)you're mouse handlers (like onRelease) will be deleted if they are applied to a movieclip that's a load-target.
ie, define your onRelease in the onLoadInit() method of your moviecliploader's listener instance or, even easier, create a load-target child movieclip in myMc so you can code your onRelease in that for-loop. -
2. Re: variables and movieclips
purple_am Mar 12, 2009 11:47 AM (in response to purple_am)working by creating a load target in my MC. -


