Skip to main content
Participating Frequently
July 11, 2011
Question

need scrollpane help

  • July 11, 2011
  • 3 replies
  • 1058 views

i am making a website and as the title says need some help with the scroll pans that im working on. i made the scroll pane gave it the instance name menupagescroll, made my comtent i want to display in there, enter the coe menupagescroll.source = menuscroll and when i preview its blank.

some help fast would be awesome.

This topic has been closed for replies.

3 replies

Participating Frequently
July 13, 2011

i fixed that but now i have an then i had 1046: Type was not found or was not a compile-time constantfixed that error and now my movie stop playing through like it should but the scroll will not work any ideas?

UPDATE:

I got it to work but the area i want to show is only partially showing its face. how do i change that.

Participating Frequently
July 12, 2011

thanks for the help it works now just needed to redo it when i was frustrated with the darn thing

Participating Frequently
July 12, 2011

ok so it worked for a second and now it plays through the timeline and wont stop even tough the stop(); is in there

ComponentShim (Compiled Clip), Line 1    5000: The class 'fl.controls.ScrollBar' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.

ComponentShim (Compiled Clip), Line 1    5000: The class 'fl.controls.UIScrollBar' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
ComponentShim (Compiled Clip), Line 1    5000: The class 'fl.containers.ScrollPane' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.

Ned Murphy
Legend
July 12, 2011

Whatever those errors relate to is what is causing the timeline to loop - it's AS3's way of throwing a tantrum.  The errors appear to be something internal to the scrollpane though, so I don't know what to tell you to do for that, unless you did something to the internals of them, in which case I would just say... don't do that.

Ned Murphy
Legend
July 11, 2011

What is menuscroll, where is menuscroll, and how is it named "menuscroll"?

Participating Frequently
July 11, 2011

sorry menuscroll is what i named the movie clip that i want inside the scrollpane its all in the same root folder.

Ned Murphy
Legend
July 11, 2011

That takes care of what menuscroll is, so where is it and how is the name assigned to it?