Hey can someone tell me where everything goes? and i was also wondering if i can make the jpeg clickable (when its clicked on it will open a _blank window with the bigger picture)
_root.createEmptyMovieClip("container",1);
container.loadMovie("photo.jpg");
container._x = container._y = 50 ;
_root.onMouseDown = function () {
startDrag ("container",false) ;
}
_root.onMouseUp = function () {
stopDrag () ;
}
the file name is 1small.jpg and the bigger file is called 1big.jpg