I’m looking to have a small window with a portion of a map showing through, and then as the user rolls over upper portion, lower portion, left and right portion the map will move in that direction.
I would put a mask over the map and use Actions script to move the map in certain directions while keeping the mask in place. Something like this, say your map’s instance name is map and you have a right arrow called right_arrow and you want to move your map with it in that direction. Use the same concept to move it the other directions. Someone can probably give you some better code and I think there are good tutorials on this.