MoveLayer in Designer 3.0
Posted: Wed Apr 06, 2011 8:40 pm
Hello fellow Hollywooders,
I am trying to add some code into an object, I simply want to position an Image off the page and fly it from the left and off the page to the right.
a) Setting an X position off the page is easy. DONE CHECK.
b) Add code to the object I want to move, done some research inserted the correct code to get it move.
c) Start slideshow. Page does its business, I wait for image to fly from left to right... nothing happens. I wait a little longer... ahh the image has appeared 800 pixels away from its starting point!
...except I never saw it moving from its start and into its finish position.
Do I have to set something or insert some more code to get the slide to show me the object moving across the path?
EDIT: Sorry this was meant to be in the Designer section!! Ah well
I am trying to add some code into an object, I simply want to position an Image off the page and fly it from the left and off the page to the right.
a) Setting an X position off the page is easy. DONE CHECK.
b) Add code to the object I want to move, done some research inserted the correct code to get it move.
Code: Select all
For i = 0 to 800
MoveLayer("LOGOIMAGE",#USELAYERPOSITION, #USELAYERPOSITION, i, 0, #SMOOTHOUT)
Next
...except I never saw it moving from its start and into its finish position.
Do I have to set something or insert some more code to get the slide to show me the object moving across the path?
EDIT: Sorry this was meant to be in the Designer section!! Ah well