Hello all, im quite an amateur at flash (i think so), and ive created a scrollpane (custom), and it works fine. Inside the scroll pane ive got some thumbnails which allows u to choose wat pictures u want to be blown up in another section of the scene.
Ive done the usual method of this, placed all the thumbs on the stage, converted them into a movie, then linked the scrollpane to the movie instance.
The problem im currently at are the actuall buttons. The thumbnails inside the scroll are not working as buttons. the AS for them are pretty simple:
on (release) {
gotoAndPlay (“main”);
}
(where “main” is the labled frame i want it to go to)
Anyway, each thumb as the proper code on it, but when i test the movie, the thumbs inside the scroll are not working. I realize the thumbs are part of a movie clip, but i added the AS inside the movie clip to each thumb.
can someone help? thanks.
Ziad Ramman