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.
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..
Edit: Oh, to slow. ^^
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"