lil Flash Question
lil Flash Question
- Started
- Last post
- 4 Responses
- 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?
- 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.