lil Flash Question
- Started
- Last post
- 4 Responses
- K_Fresh
Hey..I'm sure this is pretty easy to explain..
So I have a .swf loading other .swf movies on top after a button press. When the top level .swf is loaded the buttons (hit state) on the bottom level flash movie are still present. The user can click on different buttons in different movies..messing the poo out of my file.
How do I fix this?
Thanks NT peeps!
- boeser0
give your buttons names and use the following actionscript:
myButton.enabled = false
flash 6 only
- gravityroom0
Add a command to the "on release" command for the button that loads the movie.
Either tell it to go to a blank frame where the buttons don't exist... or use the removeMovieClip command to get rid of them.
- K_Fresh0
Alright..thanks so far. So going to a point on the timeline where the buttons don't exist sounds like a good idea...but how do I get the buttons back once I close out a top level .swf?
- welded0
Go back to that particular keyframe seems like a good idea. Having trouble with it?