This works great for one clip, but I would like to reuse it for other clips.
Can someone please give me an AS3 script example of how to reuse the scrollpane for other clips, or do I have to drag a new scrollpane component for each instance? Thanks.
I tried that and it worked fine, then when I added script for my buttons I got the following error messages. So I removed the script for my buttons and continued getting the same errors. Do you know what I did wrong?
1026: Constructor functions must be instance methods.5000: The class 'fl.core.ComponentShim' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type. 5000: The class 'fl.controls.ScrollBar' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type. 5000: The class 'fl.containers.ScrollPane' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.
I am linked to all the symbols & they are all in the library. Does that mean my Flash CS4 needs to be reinstalled or that I need to contact their technical support?