Hello there,
I try to use C2 to do my game's title, I want to make an effect when user's mouse is over the buttons, so I make this eventsheet:
For each buttons:("buttons" is buttons' family )
-Mouse:Cursor is over buttons → Set buttons' animation to "on"
-Mouse:Cursor is not over buttons → Set buttons' animation to "off"
However, it didn't works well,
Sometimes user's mouse is over buttons, and buttons' animation changes to "on", but sometimes buttons' animation still keeps "off"...
I don't know why it didn't works, is there any wrong with my code?
BTW, could anyone tell me how to upload images on my topic? I still don't know how to show you my C2 debug's condition...