flash help please
flash help please
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- bry0
i had a problem like this before and i think that if your movieclip exists by way of actual keyframes instead of being spawned using actionscript, you can't remove it using unloadMovie. can anyone confirm this?
what you can do is one of two things:
1) on the last frame of "animation", go: this._visible = 0; (instead of checking the _currentframe with another clip)
2) well, i was gonna say to move the animation off the canvas or make it invisible, then use duplicateMovieClip to make the clip and then later unload the duplicate, but i think option 1 would be a lot easier and better anyway.