Flixel Adventure Game Tutorial – Part 6: Creating layers with FlxGroup

Index Previous part: Interactions In the previous part we have expanded both our Character and our PlayState class to deal with character interactions. We are now able to have basic dialogue, without any events attached to it. In this part we will group the on-screen items into layers, so it will be easier to manipulate …