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?
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
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
Copy link to clipboard
Copied
IT WORKED!!!!!!!!!!!!!!!!
Copy link to clipboard
Copied
Awesome!