More often than not, I like to use telltarget().
And I can get the movie to stop whatsoever at frames.
Sometimes, I want to use if else statements if the movie clip is at 1 frame or another.
How can I detect the frame a movieclip is at?
More often than not, I like to use telltarget().
And I can get the movie to stop whatsoever at frames.
Sometimes, I want to use if else statements if the movie clip is at 1 frame or another.
How can I detect the frame a movieclip is at?
Hi,
Movieclips have a _currentframe property...
_root.onMouseDown=function(){
myFrame=_root.mcName._currentframe;
trace(myFrame);
}
A mind once stretched by a new idea never regains its original dimensions.
- Oliver Wendell Holmes
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks