Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I'm trying to make a simple inventory slide up from the bottom of the screen when pressing R. This is my code, but nothing at all happens when I press R. The default position of the inventory Sprite is 235, 250. Any ideas on what's going on?
Develop games in your browser. Powerful, performant & highly capable.
Maybe two events are cancelling each other. Try one event with sub-events:
On R pressed Inventory Y<100 ..... Else ....