Flash MX & _currentframe
Flash MX & _currentframe
- Started
- Last post
- 4 Responses
- autonoma
I'm trying to perform an if statement to check the frame of a movie clip. How do I check the frame label? This is not working:
if (_root.polaroid.polaroidMovie._c... == "home") {
_root.polaroid.polaroidMovie.got...
}
- finnpimp0
I am under the strong belief that the currentFrame property only works on frame numbers, not named frames.
but I'm not a 100% on that.
- arlo0
i concur.
- snebold0
Correct. Just tested it. _currentframe looks at frame numbers only.
- snebold0
Why don't you just put a frame action on the frame labeled "home"?