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
Tested many conditions with mouse is over object but none worked.. using the last construct.
The object im trying to use with is a button, isn't possible?
any1 can give me a simple example using this to see it working?
Develop games in your browser. Powerful, performant & highly capable.
Windows controls such as button or editbox don't work with 'mouse over object', you can't even collide with them. A solution is to use a box object and attach it to the button and check if the mouse is over the button.
yea.. I made a custom button with sprites.. ty
Ahh, clever work around with a box object! Thank you for this, it saves me some questions later. :]