Flixel Adventure Game Tutorial – Part 9: Item Trading

Index Previous part: Picking up items In the previous part we have programmed how to pick up items from the world and delete items from our inventory. Now we will take a look at item trading, which will incorporate things we have learned in earlier in this tutorial. Let’s start out by writing a function …