I dont know if it sound stupid if i ask this kind of question as i really dont know how to address frame number
below is the code, i have movie clip, i set a condition tat if apple equal true and also if the movie clip inside the movieclipball’s frame reach frame 25, the movie will play.
but how do u address the frame? ball.frame?
if(apple == true && ball.frame==25){
this.play();
}
thxs