I've got a movie with 2 forms - both have scrollpanes in them. I hide one onload (which works) I've created 2 buttons - each should make one form visible and the other not visible. In my actionscript for one button I have:
on (release) {
_root.application.FORM1.visible=false;
_root.application.FORM2.visible=true;
}
Nothing happens. Does anyone know what I'm missing? I'm not sure if it has to do with the scrollpanes or just my ActionScript.
Thanks
on (release) {
_root.application.FORM1.visible=false;
_root.application.FORM2.visible=true;
}
Nothing happens. Does anyone know what I'm missing? I'm not sure if it has to do with the scrollpanes or just my ActionScript.
Thanks