I have :
Which on press of the button moves the map, Problem is it moves it very slowely and only one pixel at a time. I need it to be on press, move the map image until they let go of the button.
How would I do that?
---------------------------------------------
Code:
on (press) {
_root.Map._y++;
}
Which on press of the button moves the map, Problem is it moves it very slowely and only one pixel at a time. I need it to be on press, move the map image until they let go of the button.
How would I do that?
---------------------------------------------