cuilium
March 21st, 2003, 07:21 AM
hi i have a button that when you click on it it moves forward to a frame labelled "row2".
it works on ie but not on netscape ?
the code i am using is
on (release) {
icounter++;
if (Number(_framesloaded)>=Number(icounter*10)){
gotoAndStop ("row" add icounter);
}else{
gotoAndPlay ("Preroll");
}
}
the only way i can get it to move is to tell it to go to and play "row2" but i want to check first and see if the movie has loaded this far first.
any ideas would be very grateful.
it works on ie but not on netscape ?
the code i am using is
on (release) {
icounter++;
if (Number(_framesloaded)>=Number(icounter*10)){
gotoAndStop ("row" add icounter);
}else{
gotoAndPlay ("Preroll");
}
}
the only way i can get it to move is to tell it to go to and play "row2" but i want to check first and see if the movie has loaded this far first.
any ideas would be very grateful.