Kirupa gallery problem

hello,

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…

An Attached Fla would be helpful!

yours,
h88

here it is…

hi jtodap,

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!

Hope this helps!

yours,
h88

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…

yep, its not in the middle, ill try to check the code and come back :)!

yours,
h88

okay, try this tutorial: http://www.kirupa.com/developer/mx/photogallery.asp

this is the exact tutorial i did…if you look at the code, i just copied and pasted the code straight from this page…

why dont u download the source and work on:
http://www.kirupa.com/developer/mx/code/photo%20gallery.zip

i had it working here by the way!

yours,
h88=)

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…