Flash CS 3 Auto format problem

Hi Guys,

i have this following coding that flash CS3 seem to give me some problem on it autoformatting


if (diffR>180) {
	diffR -= 360;
} else if (diffR<-180) {
	diffR += 360;
}

The coding is on timeline, on FLASH 8, we have no problem, but on FLASH CS3, the error it got is “Error with autoformat near line:diffR +=360;”

Anyone will same problem?