i’ve gone through kirupa’s photo gallery tutorial and i was able to do everything fine. BUT, after i test my movie it seems as though my images do not show up in the empty movie clip the way it was inteded to. the images seems to be offset somehow.i’m thinking its the registration point of my empty movie clip but i moved the registration point and i still have the same problem…any ideas? thanks…
LOL, it was working, the only thing u should do is create a folder where the swf resides, called “david_bday”, and create ur pics as the names u choose in the code:
in line no. 10:
this.pathToPics = "david_bday/";// change the path name where the swf resides
// fill this array with your pics
this.pArray = ["1.jpg", "2.jpg", "3.jpg"]//u could add how many picture u want and be aware of the names plz!
oh no, i’ve done that…the images actually do show up when i test it…it just doesn’t load the image directly into the center of the empty movieclip. im guessing its a registration point problem because it seems as though it’s snapping the top left corner of my image to the center point of my empty movie clip, thus the actual image is totally overlapping my NEXT button…i hope someone can help me out…thanks again for helping…
yeah i took a alook at his file. his registration point on his empty movie clip is at the top left corner as well…i can’t figure out how to move the registration point to the top left of my empty movie clip…