Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about Scrollpane

Status
Not open for further replies.

iranor

Programmer
Jun 17, 2004
174
CA
Hi, I was wondering if this could be possible using the scrollpane object. I would like to use a Tree component, that would load the selected clip in a Scrollpane component.

1. Is it possible to create the images in the clip when it is loaded? (by using attachMovie in the first frame, I couldn't get it to work).

2. Is it possible to drag things out of the scrollpane to somewhere else?
 
Yes and No.

Yes, you can do whatever you like with a MovieClip sitting inside of a ScrollPane - load JPEG/MovieClip into it, for example.

No, you can't drag things out from ScrollPane but I think you can mimic the effect - some funky coding required though.

Kenneth Kawamoto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top