loudoweb / SpriterHaxeEngine

Engine to use Brashmonkey's Spriter SCML for haxe.
MIT License
66 stars 15 forks source link

FlixelLibrary.hx - Type not found : flixel.graphics.frames.FlxAtlasFrames #25

Closed diegomachado closed 9 years ago

diegomachado commented 9 years ago

Got this error due to HaxeFlixel's updated structure:

/usr/lib/haxelib/SpriterHaxeEngine/1,6,0/spriter/library/FlixelLibrary.hx:4: characters 7-44 : Type not found : flixel.graphics.frames.FlxAtlasFrames

FlxAtlasFrames does not exist anymore.

diegomachado commented 9 years ago

Allright, just checked with @Beeblerox that this plugin relies on HaxeFlixel's dev branch.

SadaleNet commented 8 years ago

For anyone who want to use flixel with stable version of Haxeflixel, @Beeblerox had written a version of FlixelLibrary that works with stable version! Here is the file.

It works in my environment, which has the flixel version 3.3.12

Edit: typo s/Haxe/Haxeflixel/.