flash full screen button probs
flash full screen button probs
Out of context: Reply #5
- Started
- Last post
- 8 Responses
- lvl_130
it looks like you changed the code in several places. was that a mistake?
changing it to reflect more of what you have, throws a bunch of errors.
this.onRelease = function() {
Stage.["displayState"] = "normal";
gotoAndStop(1);
}you need to get rid of those brackets[ ] i would think...