> Hi Dan, > > The reason it is there, is that Flash's own GetKeyState doesn't function > properly on instances playing with WMODE set "transparent" (which is the > mode SWHX uses) on Windows and OSX.
That could be a SWHX FAQ : when WMODE transparent, use Key listener and not Key.isDown. The other possibility would be in such case to completely redefine the Key.isDown method by using a listener in the background. Nicolas -- Neko : One VM to run them all (http://nekovm.org)
