When i press a thumbnail number for example 9 it should scroll through pictures either left or right to get to a selected picture number ( www.kfgallery.us) what coordinates should i add to this script?
on (release) {
if (_root.xkoord>-554) {
_root.xkoord -= 418;
}
}
This only moves to the left or right one picture at a time




. I though this is going to be an easy one. Today is a third day that i am playing with it. I thought of buying a book since i couldn't find any thing on the internet, but is book going to help me with this at all? So there is no code on the thumbnails This is just one problem but now since you mentioned xml i started to wonder that i cannot just add pictures to flash file since it is going to be loading forever, so to make the thumbnails working and adding xml code to it is another 
Bookmarks