I found "cursor is over object" event but can't find Mouse out event from object... Please help me if I missed the event or really there is no mouse out event?
Thanks.
I don't think there is any, but you can simulate it by using a boolean instance variable and 2 events.
+ NOT Cursor is over object : <insert your "on mouse out" actions (and set boolean to false)>
Develop games in your browser. Powerful, performant & highly capable.
Or
Mouse: NOT Cursor is over object
System: Trigger Once
-> Actions
ramones
The only problem with that is the triggering of the event before any mouse over. Could be meaningless, but it depends on what charusoft is trying to accomplish.
Thanks. I found another option.... Inverting "cursor is over object" its works fine Mouse out event.