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

Variable text boxes are showing 1's only after coding

Community Beginner ,
Aug 08, 2024 Aug 08, 2024

Copy link to clipboard

Copied

I usually like to show video and here is the video. https://youtu.be/wLGLhulj-70

You see that I have dayselectionscreen a big large movieclip in the wholescreen, inside of it are little 'dayselectors', where you're going to be able to select what day of the game you're on, the left right page buttons are programmed to increase/decrease 'page number', each day selector is going to show you what day on each page 1-24, 25-48, 49-72, and until you get tired of clicking the button, leading you to believe there are going to be infinite days/scenarios. My coding works to generate day numbers, but it does not properly update the label on each day selector so each day selector says something like "" "1" or "111". But you can at least see that the variable going into the text box is correct because, I use trace commands. So what is causing the textboxes to show 1's, and not show correctly?

Views

140

Translate

Translate

Report

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 , Aug 08, 2024 Aug 08, 2024

Hi.

 

It's because you probably need to embed the fonts you're using on dynamic text fields.

 

You can do this by selecting a dynamic text field instance and clicking on the Embed button in the Properties panel.

 

Regards,

JC

Votes

Translate

Translate
Community Expert ,
Aug 08, 2024 Aug 08, 2024

Copy link to clipboard

Copied

Hi.

 

It's because you probably need to embed the fonts you're using on dynamic text fields.

 

You can do this by selecting a dynamic text field instance and clicking on the Embed button in the Properties panel.

 

Regards,

JC

Votes

Translate

Translate

Report

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 Beginner ,
Aug 08, 2024 Aug 08, 2024

Copy link to clipboard

Copied

IT WORKED!!!!!!!!!!!!!!!!

Votes

Translate

Translate

Report

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 ,
Aug 08, 2024 Aug 08, 2024

Copy link to clipboard

Copied

LATEST

Awesome!

Votes

Translate

Translate

Report

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