Got a really odd problem here and would appreciate any advice you might have.
Here's the situation:
I've got a group that consists of an imported image and a text field.
I've positioned the group off screen.
I issue a command to move the group across the screen like such:
Code: Select all
move group "duckgroup" from -250,500 to 1000,500 in 5 seconds
Unfortunately, on Android, I'm seeing some strange behavior:
As the group enters the visible portion of the screen, all of the characters of the field are bunched up together at the left side of the screen. As the group continues to move across the screen, the field lengthens to show the text as intended. Kind of difficult to describe, so I attached a simple stack to demonstrate.
Any ideas why this might be happening and what I can do to fix the problem?
Thanks so much.
Joel