| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jun 2002
Location: arizona
Posts: 98
|
Hi
I have figured out how to use the scroll pane component to display content from a movie clip. However, can someone tell me how to display content (horizontally scrolling left to right) that exceeds the size of stage. In other words, if I have 15 boxes lined up from left to right how can I display them sequentially within the scroll pane. As I try it now, I can only add as much content as the stage permits, lets say 5 boxes. Thanks for all respones. Cheers. Bubba |
|
|
|
|
|
#2 |
|
Registered User
Join Date: May 2002
Location: France
Posts: 50
|
here is how i manage to do it, there may be a simpler way.
first resize the stage ( i suppose you use an empty mc in the scrollpane) so that it 's big enough to contain all the boxes. The problem is, if you resize the stage, it will resize as well all the content of the stage, even if it's not yet loaded. So step 2 will be to resize each box individually (using a loop) to their original size. The last step will be to make a ScrollPane.refreshPane. Hope this helps |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Scroll pane not displaying data, any help? | SCook | Components | 0 | 11-28-2004 05:09 PM |
| setting the x and y pos of scroll pane content! | pixelwhore | ActionScript 1.0 (and below) | 12 | 06-17-2004 03:42 PM |
| Scroll Pane and external Jpgs issue | cmodonn | ActionScript 1.0 (and below) | 2 | 05-28-2004 09:47 AM |
| Dynamically Load Content in Scroll Pane | bubba | ActionScript 1.0 (and below) | 0 | 08-08-2003 06:17 PM |
| Scroll Pane Blues | GLHeX | ActionScript 1.0 (and below) | 5 | 03-11-2003 01:42 AM |