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've actually already figured out how to do this but I made it very complicated and using several events. I want to make it so when I hover over something it plays a animation and then when the animation ends it just stops on the last frame until you stop hovering on the cursor.
just adding a system trigger once while true condition to the cursor is over event should do the trick..
Ok That seems to work but I also want the cursor to be set to hand when on it an when off of it. And I have multiple of these buttons so this can mess with eachother with the cursor.
you mean something like:
cursor is over button1
or
cursor is over button2 - set cursor to hand
else
set cursor to default
if you have the paid version, using families would be easier..
Edit: Oh, to slow. ^^
Develop games in your browser. Powerful, performant & highly capable.
you mean something like: cursor is over button1 or cursor is over button2 - set cursor to hand else set cursor to default if you have the paid version, using families would be easier..
Yeah something like that. And No I do not have the full version yet. So How would I Make the or part.
Rightclick on the Event-Block "Make "Or" Block"