Need a general advice on this:
I have a scrollable list of items (in a ScrollView widget) in one section of the screen that the player should be able to drag to another location , beyond the boundaries of the ScrollView. Just like in a classical adventure game.
The problem is ScrollView acts like a separate display group and at some point the sprite should be moved to the “global” display group. And I can’t think of an “easy” way to achieve that in a manner that doesn’t make the sprite to suddenly appear at a different place on the screen :huh: at the moment its (X, Y) coordinates become relative to the new display group.
Looks like a common scenario but I’m kinda lost.