ok so i have started to learn flash and would like to know how to make the background image be able to move (drag with the mouse) like
on (press){
startDrag(this);
}
on (release){
stopDrag();
}
Thank You
Jamie