Flash Question
Flash Question
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- abizzyman0
actually, this is what i used:
_root.myClip.onPress = function(){
blah;
blah;
blah;
}I want that to go dead only when I press 'myClip'... but to become active when a press another clip scripted in the same fashion.