How to scroll synchronically an image with a given part of text field?
Hi,
I have a dynamic text field(DTF) consisting of many lines and DTF has vertical auto-scroll, here we say I have these three lines:
L1.....
L2.....
L3.....
Then I have three separate movie clips( originally images, say img1, img2, and img3).these images are added by as3 on the scrren, above my DTF.
Such this:
L1.......img1
L2.......img2
L3.......img3
What I need help with is: How I can croll down my DTF such taht these images move accordingly with their corresponding text lines?
For example while scrolling down my DTF then img1 should follow the same y-position as L1, and so on.
Any help appreciated!
Hossein R.