Flash Q simple button function
Flash Q simple button function
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- davi-t0
Yep, the scope of the movieclip starts when it enters a frame, it also ends when the clip is deleted or when the parent clip is removed.
An option is to put the clip in the first frame and then put it off screen or set the _visible property to false.
Davi-t