Hi Daniel,
There are two things that I think is wrong with your code there. I'm not an expert, but I think that _currentframe returns the frame number and not the label. Flash CS3 has a new attribute called _currentlabel, or something like it, which returns the current label name of a particular frame.
Another mistake you've made is the if() statement expression. To test an if() statement against multiple conditions,...
Leave a comment: