Hey there quick question,
The auto-completion in FD started to do something weird.
Usually when you type
var position:Point
FD simply had the game.geom path in the Imports.
In one of my class when I type that it autocomplete with
var position:flash.geom.Point
everywhere. And does the same with the Rectangle class.
I had that kind of behavior when there was two classes with the same name (ambiguous call) but I don't have that problem here.
If someone have an idea ?
Many thanks
EDIT
Found the issue ...
I had a variable called "flash"
var flash:Blink;
So ambiguous call indeed.