PDA

View Full Version : Make a sliding cursor


PWD
03-26-2009, 05:31 AM
Hi all,

I would like to make a sliding arrow like the image attached...

I'll put into my code: C=A+B; when C changes, I'd like the position of the green arrow changes accordingly sliding from left to right...
So C=1 then arrow in position 1, C=2 then arrow in position 2, C=3 then arrow in position 3, ecc...
Is it possible to have continuos movement or only discret position?

Any idea?

Thank you very much!
Marco

mwreyf1
03-26-2009, 11:10 AM
Use the search option in the forum and search for "animation".

It will bring up several examples of how to do what your wanting to do.