There’s a number of tutorials that talk about moving an object (x,y) with keyPress, but none get into moving an object with a button.
http://www.kirupa.com/developer/actionscript/xymove.htm
I have a map that I’d like to move left to right with arrow buttons. Can the same approach be taken with the above tutorial, but add a variable to the map, and call it on each button?