1
votes

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.

1

1 Answers

0
votes

I have had this happen once when I added a swc to my project which had the same classes as the sdk which was setup for Flash Develop.

I would make sure you are not referencing any other swc or sdk which may have duplicates of these classes.

Failing that I'd probably backup my user settings and do a reinstall.