Forum Moderators: open

Message Too Old, No Replies

scrolling clip help required

buttons to make a clip scroll to the appropriate position

         

johndeaville

8:39 pm on Aug 22, 2004 (gmt 0)

10+ Year Member



hi

take a look at

[nexusmediadesign.co.uk...]

now i know how to create a movie where you click the buttons and the clip goes straight to the relevant frame, what i want is that you click the buton and the clip scrolls to where you want, so if you are on posistion 1 and you click button 5 it will scroll to position 5 and so on

can anyone show me a tutorial or a simple fla file that does this so i can have a look at the actionscripts or whatever

thanks for any help

john

benihana

8:18 pm on Aug 23, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



dont have time to write exact code now, but youll probably need to use a combination scripts along the lines of:

onEnterFrame=function(){
myMC._x++;
}

combined with some if statements to work out where you are/where you need to be.

look in the AS dictionary and ask more if you get stuck.

good luck!

glaze

1:56 am on Aug 25, 2004 (gmt 0)

10+ Year Member



Here's a tutorial explaining how to do what you need:

[layoutgalaxy.com...]

Good luck!