I've put together a form using flash mx 2004 (with update installed). I've completed the first part of the form and it works great, but now that I want to add another screen to my form it will not hide itself when it is loaded. The code attached to the screen is:
on (load){
Trace("event triggered"
;
this.setVisible(false);
}
I have the same code on the earlier screens I created, but this event doesn't trigger for some reason? Any suggestions am I overlooking something? Thanks.
on (load){
Trace("event triggered"
this.setVisible(false);
}
I have the same code on the earlier screens I created, but this event doesn't trigger for some reason? Any suggestions am I overlooking something? Thanks.