Triggers actions without object selecting

Hello,
I’ve got a box, and I drag and drop little images in the box. I got 6 images and I want to make the box move, resize and change image when the whole 6 images are dropped in without any other actions.
So can we have trigger like WHEN are dropped in THEN…

Hi @theo,

Are you looking at the Drag & drop triggers ? :slight_smile:
If you need to call the resize / change image actions only when all 6 images have been dropped, combine the drag & drop triggers with a Counter and call your actions when it reaches 6.

Seb