So, me and a friend are working on a game where two creatures need to merge to create a new type of creature.
Basically, I need two sprites with the Drag And Drop behaviour to "merge" (create a new creature in between the two original ones and delete the old ones).
I've tried a few different methods, but none of them seem to be working? I was wondering whether anybody could tell me what was wrong with this code?
This code DOES create a new object, but it only deletes one of the original creatures.
I'm not the best when it comes to making games so if anybody could tell me a better solution I would really appreciate it.
Here's a link to the file if you need it: dropbox.com/scl/fi/0e9ms3af81omnvpndnpl8/Merge.c3p
Thanks!