Pariunos
you could use the bullet behaviour for the object you want to be pulled to the black hole.
Then check if the object is in a certain range (use "distance(blackhole.x, blackhole.y, object.x, object.y) of the black hole and then activate the bullet behaviour and set its angel towards the black hole.
If its overlapping the blackhole destroy it.
Cheers