PDA

View Full Version : Curving scrollbar


duane9
04-16-2003, 12:14 PM
Hi,

Can I first of all say what a great and helpul site this is.

I was wondering if there were any tutorials on a srollbar with a curve in it as opposed to the regular straight ones.

Any ideas?

cheers
Duane

raduCocieru
05-11-2003, 11:25 PM
I've designed such a scroll not to long ago. There is a part of the file that contains the scroll. If you have any question on it ask them there I'll be glad to help you on that.

duane9
05-12-2003, 10:49 AM
Thanks for sending that file but when I go to control>test movie it just expands and nothing else. I can't scroll on it any ideas?

Cheers
Duane.

farafiro
05-12-2003, 01:05 PM
have u seen this tut
http://www.actionscript.org/tutorials/advanced/constrain_to_arc/index.shtml

raduCocieru
05-12-2003, 05:25 PM
Yes!

You have to load the text you want to scroll in that textbox

I belive that te texbox's name is textbox just have a look on it's name and add a line on that frame

loadVariables("your txt file");

where in your txt file
eg.:

&textbox=Your text goes there

etc.

Radu.