Hi everyone,
I’m making a picture gallery and need a bit of a point in the right direction, coz I’m quite new to flash.
Take a look at my progress so far.
[COLOR=Green]I’d like to be able to make the thumbs scroll continuously while the buttons are held down, and also prevent scrolling at the end and beginning of the thumbnail block (rether than scrolling to infinity!).[/COLOR]
All I’ve done so far is simly add the following code to the buttons:
left_btn code
[COLOR=Red]on(press) {
thumbnail_mc._x += 25;
}[/COLOR]
right_btn code
[COLOR=Red]on(press) {
thumbnail_mc._x -= 25;
}[/COLOR]
Where thumbnail_mc is the movie clip containing the thumbs.
If anyone’s got any ideas or can point me in the right direction, please post them up or email me on charlie_B_04@hotmail.com.
Cheers!
charlie