Making my draggable object

Hello guys! I’m having trouble applying the Draggable behavior to my objects.

I have a “ball” object which I added the draggable behavior to. The “ball” has 3 animations (Red, Blue and Green), and a new ball is added to the scene every second.

The problem I’m having is, when the game starts the only ball that is draggable is the first one. How do I fix this to have every ball draggable?

Are your objects using the physics behavior? If they are then instead of the regular drag behavior try using the community "draggable (for physics) behavior.

Otherwise, we’ll need to see your events.

1 Like

I was using the “draggable objects” behavior but after I switched out for the “draggable for physics objects” it worked. Thank you so much!

1 Like