Copy link to clipboard
Copied
My content is not fully shown in the scrollpane. It only display half of my content in the scrollpane.
The content and the scrollpane is in movie clip.
I have linked the content to the scrollpane with the following code.
sPane.source = quickGuideContent;
I use Adobe Flash CS5 and AIR for Android.
Anyone know how to fix this?
Thanks in advance.
change quickGuideContent's reg point to the upper left corner.
or assign the sPane source to be an empty movieclip and use addChild to add the guide and then assign its x property to .5 * its width.
Copy link to clipboard
Copied
change quickGuideContent's reg point to the upper left corner.
or assign the sPane source to be an empty movieclip and use addChild to add the guide and then assign its x property to .5 * its width.
Copy link to clipboard
Copied
Thank you very much. It really works
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now