Ive got some code…
on (rollOver) {
tellTarget (“decks”) {
gotoAndPlay(6);
}
}
which is all fine and dandy. What i now want it to do is check to see if it is already on frame 6 or not… probably an ‘if/else’ kinda thing which i did ages in flash 5… now im blank. Can anyone fill in my blanks? Cheers.