|
User Details |
message
|
|
Andy
post date:
2010-11-19 09:37:09
|
Hi there
I have an instance of the scroller which loads an empty movie clip.I then use the attachMovie(); parameter which attaches a variety movie clips to my empty movie clip at various stages. The content loads and displays perfectly within the scroller, however the scroll bar doesn't appear for content that exceeds the size of the scroller.
Any advice please?
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-11-19 11:12:50
|
Hello,
You must call the cDimCheck() method of the scroller component after you load the dynamic method.
Regards,
Andrei Rinciog
|
|
|
Andy
post date:
2010-11-19 11:15:23
|
Hi there
Thanks for the reply but is this even using AS2?
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2010-11-19 12:02:57
|
Hello,
Yes, you can use it with AS 2. You just have to give it an instance name. Then use that instance name in your script.
So, for example, if you have an instance name of "myScroller" to the component the script you need to use is:
myScroller.cDimCheck()
Regards,
Andrei Rinciog
|
|
|
Andy
post date:
2010-11-19 12:04:22
|
|
Thats great - works fine now - Thanks!
|
|