PDA

View Full Version : Hyperlinks/Objects


Stoked
06-16-2003, 01:13 AM
How do you scroll hyperlinks and objects?

farafiro
06-16-2003, 09:43 AM
hyperlinks, like text-----> with the scroll component
objects, with the scrollpane component

Stoked
06-17-2003, 12:17 AM
Thank you for you reply but I don't think I worded myself right. What I meant is how do I scroll multiple Hyperlinks and Objects in the same box? And if I need to use a scroll pane can you explain how I would go about using one because I have never used one before, or point me to a tute on a scroll pane.

Thanks
Stoked

farafiro
06-17-2003, 06:42 AM
for the scrollpane:
http://cbtcafe.com/flash/scrollpane/index.html

for the h-links, I need more explaination

Stoked
06-17-2003, 10:55 PM
Ok, say I have 30 different links. I want to put them in a listbox so I can see like 5 at a time and scroll through them.

EG.
Something /\
SOmething
Something
Something
Something \/

You hit the down and up arrow to go thought the links. How would I go about do this?

farafiro
06-18-2003, 06:59 AM
have u tried the listBox components??
it should do the work and more