Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Content not properly shown in scrollpane

Guest
Feb 01, 2016 Feb 01, 2016

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.

Untitled.png
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.

TOPICS
ActionScript
366
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 01, 2016 Feb 01, 2016

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.

Translate
Community Expert ,
Feb 01, 2016 Feb 01, 2016

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 02, 2016 Feb 02, 2016

Thank you very much. It really works 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 02, 2016 Feb 02, 2016
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines