Can you add an 'On drop action' to the action list?

I’m trying to build a game for students to practice counting money. (see picture)

I would like to build in a variable that counts the money that is being added to the blue rectangle. Every bank note that gets added could add its value to the variable.
Unfortunately there is no ‘On drop’ action available that allows me to add money to my variable.

Would be a very useful feature for teachers like me.

Thanks for considering!

Hello,

In this case, you can use On Accept event of the drop target (blue rectangle) and then use Drag Source condition to check if which object is dragged.

Regards,

1 Like