flash full screen button probs
flash full screen button probs
Out of context: Reply #6
- Started
- Last post
- 8 Responses
- lvl_130
here you go. this should work.
your_mc.your_button_name.onRelea... = function() {
Stage.displayState = "normal";
gotoAndStop(1);
}