I’m developing an actionscript3 project in FB and I’ve faced the following bug. Once I write a code, which runs into some error e. g. TypeError: Error #1009: Cannot access a property or method of a null object reference. I can not delete this code! I mean, I do delete it, but the compiler says there is an error on line, which doesn’t exist any more.
Is it only me? How do I fix this bug?
package
{
import flash.display.MovieClip;
public class AirHockey extends MovieClip
{
public function AirHockey():void
{
}
}
}
Compiler says there’s an error on line 200, but I’ve deleted the whole code and there’s no line 200
Unfixable bug… Installed opensource
Flash Develop