Hey guys, I loved Construct Classic so I made the purge and bought Construct 2, but I've run into a bit of an issue.
I'm trying to make an inventory that pops up whenever the player hits the "I" key. The items are displayed on a HUD layout with the parallax set to 0 so it follows the players. Once an item is clicked, it displays in the bottom right corner of the screen (also on the HUD layout), where the player can click on it so they can "use" the item.
I got everything working so far except for one thing: It seems the inventory doesn't follow the player. The icons stay glued to the screen in the same place, but clicking on them does not trigger the "Mouse colliding with" event. If I don't move the system works. I've tried spawning them on image points and have it set to "Always position sprite to image point X," but for some reason whenever they spawn them, they also spawn on the origin.
Is there a way where the player can move and it won't effect the events? Am I doing this wrong with a parallax layer? Any suggestions would help!
Thank you very much!