currentframe == "frame label"
currentframe == "frame label"
- Started
- Last post
- 5 Responses
- zoiks
can this be done. I can't get it to work.
if(myMovie._currentframe == "frameLabel") [
gotoAndPlay.....
- JamesEngage0
Don't think so.
- idsgn0
maybe try putting the currentframe in a variable.
ie
myFrame = myMovie._currentframe
if(myFram == "frameLabel")[
blah blah
- mr_flaco0
I've never been able to get it to work - just by frameNumber
- JamesEngage0
you need to have a look to see if there is a _framelabel or something like that, as at the moment you're comparing a number with a word... word.
- JamesEngage0
you could set somevariables of yuor framelabels as numbers eg.
framelabelA =32;
thing is this may make the point of having the labels pointless in the first place.