Actionscript Q.
Actionscript Q.
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- londonBoy0
using _currentframe:
if(myMovieClip._currentframe == 3) {
//do this action
};
using _currentframe:
if(myMovieClip._currentframe == 3) {
//do this action
};