flash full screen button probs
flash full screen button probs
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- wwfc0
...that works tops now lvl_13!!! nice one!
...but now it has stopped my slider doofer working for the roll over
is there anything you can see in this script that is offthis.onRelease = function() {
Stage.displayState = "fullscreen";
gotoAndStop(2);
}
this.onRollOver = function() {
_parent.slider.xMove = _parent.RBUTTON._x-62;
}the mc slider and RBUTTON are both on the same timeline within an mc called myMenu that is on the main timeline
should I be calling _parent._parent.myMenu etc...
rather than just taking it up one level?...god some people are never satisfied are they!!!
- worth adding the rollover function works fine when alone - but not with the full screen???wwfc