Snap
Snap copied to clipboard
Wrong location of balloon or menu created by ask ... and wait
When I use ask <some list> and wait
the menu usually appears at the upper right corner of the stage and sometimes at the upper left. With a text input, the balloon appears on the left edge pretty low down.
When I delete the sprite's costume the dialog appears near the sprite's position as expected.
I think the fact that the costume is completely transparent is causing this problem.
See https://snap.berkeley.edu/snap/snap.html#present:Username=toontalk&ProjectName=ask%20and%20wait%20problem
There are other issues with the edge case of a transparent sprite so I just ghost a solid one in these situations
https://snap.berkeley.edu/snap/snap.html#present:Username=cymplecy&ProjectName=ask and wait problem_workaround&editMode&noRun
Thanks. Works fine with full ghost effect.