[FMX] A.S. Movement on Button Click - help!

Hi all,

I’m trying to make a series of images move on button press.

The first will appear on the stage when the pages loads. There will be a next button which will make the current image move off to the left of the stage and the next move in to the stage from the right and stop in the center. There are about 10 images.

I’ve been told that AS is the best way of doing it and that tweens are no good. any ideas??

I also have to do the same to another page but with text and moving in vertically instead of horizontally. I have posted this at the bottom (as the images one is too big to post). Although this version is the one I did with tweens that did’nt work, you can have a play with it if you like?

Thanks to anyone who can help!!

Fox :slight_smile:

Check out this tutorial to learn how to create movement with actionscript. Both the text movement and image movement you want to do will work via this method. I checked the file you put up, and you’ll need to take out all of those tweens and turn your text graphic into a movieclip to start. Your text will be moving on the y axis and your images will move on the x axis. That should at least get you started.