daft flash Q
daft flash Q
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- unfittoprint0
# your'e using actions within the button. don't.
create an action layer, naqme your [ie.triggerMC], and then.
triggerMC.onPress = function(){
_root.subs._visible= (_root.subs._visible == true) ? false :true;
}