Hello,
I am making an app where the user inputs some text, which then moves with a box it was “assigned”. While moving it changed itself to another object, so that the selection will work. It all works fine to this point. The problem I have is I cannot change the text back to normal even though I do the same thing as before.
If you have problem understanding, it’s something like this:
There’s no sticker action in that one. Also, why don’t you use the draggable object behaviour?
Here’s a little example I rustled up. Is it similar to what you’re after? The dragtext object has the sticker behaviour attached, the newtext object has the draggable object behaviour attached:
Ok, it finally worked, I don’t know why it didn’t work the first time when I used the sticker behaviour though, as the code isn’t relly different from what I tried