flixel.FlxSprite not found
-
I'm at this (http://haxeflixel.com/documentation/groundwork/) point in the tutorial series. It wants me to extend the FlxSprite class, but it doesn't seem to even exist when I attempt to do it? I'm just following the tutorial exactly as it says
-
Neverming
-
Mostly likely you needed to import it in the beginning of file.
Please write the solution, if you found it out yourself, no matter how simple it was
-
The solution was that I needed to import it, I was assuming FlashDevelop would be smart enough to import it for me; I was wrong.
-
Did you try Ctrl-Shift-1 in FlashDevelop? Works for me most of the times