Hi all, im new to this forum and new to as3, moving up from as2. I could really do with some help getting an inventory to work between frames for an adventure game im trying to make. I have attatched a demo of my inventory and its problems to this post and was hoping some kind person could help me.
The inventory works great for one frame, but when you go to another frame or back to the first frame it breaks… Im really at a loss of how to go forward now as i dont think i can make a game in just one frame.
The inventory works by adding a declared item into an array when clicked on, then moving that item into an “inventory” at the bottom of the screen.
What I want to do is pick up items, move to the next frame, pick up some more, then go back to the previous frame and not see the items on the screen anywhere except in my inventory.
If someone could take a look at the example inventory I have posted I would be really really gratefull. It is two frames with four items named box1,box2,box3,box4. You can go back and forth between frames but are only able to pick up items on the first frame.
Nick