Code not working in Flash 8
Hi

I used to have this very simple code below that used to loop my movie clip x times.

i++;

if (i == 3) {

return;

} else {

gotoAndPlay(3);

}

Since moving to V8 the code no longer works, if i downgrade the file to MX - it appears to work, but then will show the MC (as its video encoded using on2 VP6)

can someone please help me, im desperate to get this finished today as its part of a project thats going live tomorrow mornig..

thankss!!