PDA

View Full Version : scrolling of movie clip


sachin
09-01-2005, 06:07 AM
if u have seen in acrobat reader a hand shape mouse cursor comes that moves the page in all direction .
how can we do it in flash ?

i have attached a movie on my stage and that movie is large enough so it is exceeding the stage , i want as i decribed above a mouse movement that will move the movie in all direction like acrobat reader mouse movement.

Presently when i press a button it starts moving the clip from its (0,0) co-ordinates .
i want when i click on the clip from that co-ordinates onwards the clip should move .

stiakooo
09-01-2005, 06:48 AM
You can use startDrag() and stopDrag() functions.

tarjinder80
09-01-2005, 06:50 AM
Hi
Give the dimensions in startDrag method from where u want to move the clip ,it will work . If it does not work than attach ur fla