Groups | Blog | Home
all groups > flash actionscript > june 2004 >

flash actionscript : Scroll Bar Component Conflicts


longsdigital
6/12/2004 11:21:37 PM
Hello i'm trying to edit a flash template with comlex actionscripting. The
movie i'm editing already has the scrollpane component in it...however each
time I try to create a new scrolling text box where I have scroll bars to
scroll the text with, I add the scroll bars and then, they just dissapear and I
can't seem to even get my text to show up in the movie. Can anyone help me
out? This is very important that I figure out how to get this to work. I hope
I explained it right...I have done everything the books and lessons tell you
how to do to create a scroll bar text area...still nothing. I think it's
conflicting with the current component created from the template creators.
nITiNkIlLeRmEeRuT
6/16/2004 2:02:47 AM
I have also faced this type of problem. I was using the scrollbar compoenent in
two different files. and loading those files in another file. At first the
scrollbar for the first file works fine but when i load the second file the
scrollbar in second file works but disables the first file scrollbars.
what i tried is to change the linkage name of the scrollbar component in the
second file.
changed it from FScrollBarSymbol to FScrollBarSymbol1
and then edited the script in the component by editing that component.
Object.registerClass("FScrollBarSymbol1", FScrollBarClass);

So just try this method if it helps.
AddThis Social Bookmark Button