hello there how can i add event like "is drag and drop = true"?
ps i mean not if object have this behavior, but if player is dragging the object.
Create a new variable and set it to 0. Then when you're dragging set it to 1. When the dragging ends set it to 0. Then you can use the 'compare two values' action to check if the variable is equal to 1.
There's already an event for what you want:
[attachment=0:3i8mvvln][/attachment:3i8mvvln]
You can invert it by right clicking on the event then "Invert"
Develop games in your browser. Powerful, performant & highly capable.
thank you)) i did that trick a few times, but completely forget this time)))
Wisdoms, thank you too)