5/6/2010 6:14:46 AM
Title:
how to make images move back and forth in flex3.0
Hi,
I am very new to flex, can anyone help how to make images move horizontally(ie, i have used tilelist as container) when i click on navigation buttons(ie, back and next).
Note: i want images to move back and froth in loop.
Thanks,
Noor
Tyson
Points: 680
Posts:0
5/6/2010 7:32:19 AM
Hi noor you can set the scrollbar of tile list to move on click to move the list. Something like :
on next
myList.horizontalScrollPosition += 5
on back
myList.horizontalScrollPosition -= 5
you can increase the number 5 to make steps bigger.
5/6/2010 7:39:51 AM
Thanks Tyson, i will try tomorrow first thing in the morning, if i found any difficulty i post u once again :) have a great day