When a user presses a button I would like MovieClipA to appear. This will be the first and only instance of MovieClipA to appear in my movie. I'm wondering about the best way to go about this. Two approaches I can think of are:
1. Using the DuplicateMovieClip action (even though this will be the first and only instance of the clip)
2. Originally setting the visibility property of MovieClipA to 0 and when the button is clicked, the visibility will be 100%.
Any opinions about the best approach would be appreciated. Thanks!!
1. Using the DuplicateMovieClip action (even though this will be the first and only instance of the clip)
2. Originally setting the visibility property of MovieClipA to 0 and when the button is clicked, the visibility will be 100%.
Any opinions about the best approach would be appreciated. Thanks!!