Hi all I am in a bit of a bother. I am creating an image gallery using this method
MovieClip.prototype.loadPic = function(pic) {
this.loadMovie(pArray[pic]);
}
What I am wanting to do is “instead of loading the image from the top-right corner is have it centered completely” so the movieclip crosshair would sit perfectly in the center of the image.
is this at all possible??
thanks heaps.
:A+: