anyone want to tell me why this MC allways jumps to frame 76...
here is my code
function goQuestion(e:Event){
if(e.currentTarget.frame <=(60)){
e.currentTarget.gotoAndPlay(60)
}else{
e.currentTarget.gotoAndPlay(76);
}
}
|
Results 1 to 3 of 3
Thread: frame move on if statmentThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |