- Aug 4, 2020
- 925
- 1,460
Hi,
With this code my image appears sliding from the bottom to the top, I'm talking about an image 3 times higher than the screen.
But I can't get an image 3 times wider than the screen to appear from right to leftt.
With this code I get it to appear from the center of the image to the left, but not from the right of the image to the left.
What am I doing wrong?
Thanks for your help.
With this code my image appears sliding from the bottom to the top, I'm talking about an image 3 times higher than the screen.
Code:
show myimage
show myimage at top with MoveTransition(10.0)
With this code I get it to appear from the center of the image to the left, but not from the right of the image to the left.
Code:
show myimage
show myimage at left with MoveTransition(10.0)
Thanks for your help.