KoolMoves doesn't support AS2 and AS2 isn't required to use the flash 8 features. The only thing you have to change when you want to export your code for flash 8 is add a line in the beginning
i=0;
. This is because flash player 6 handles variables that are not initialized before they are used in a different way compared to flash player 8.