Hi all,

i am using swishmax and I have a quick question regarding the if (frame Loaded(label)) {} condition.

What I am trying to do is tell teh timeline that if a frame is loaded in a sprite also contained in this scene then do this.

Here is my code.


on (press) {
_root.bookingoptions.gotoAndPlay(1);
if (frameLoaded(_root.bookingoptions.controls(2))) {
_root.bookingoptions.backs.gotoAndPlay(1);
}
}


This does not seem to work for me but im notsure if I have the syntax right.

Can anyone help me make this code work?

Any help much appreciated.

Thanks

Wayne