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

registered trademark superscript in actionscript

New Here ,
Jan 17, 2014 Jan 17, 2014

I want the ® in the below code to show up superscript when loaded into the text box. How is this accomplished? I am a designer and do not understand most of what I've read online telling me how to do this incredible and almost impossible feat.

Thank you in advance for any insight.

}

else  // Setup picture viewer vars

{

    totalImages = 117;

    imageDirectory = "Data/pictures/";

    filePrefix = "picture";

    info_mc.title_txt.text =  "4th International BioPlex® 2200 User Meeting";

}

TOPICS
ActionScript
824
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 , Jan 17, 2014 Jan 17, 2014

you need to use a font that has that symbol.  then embed that font in your app.

Translate
Community Expert ,
Jan 17, 2014 Jan 17, 2014

you need to use a font that has that symbol.  then embed that font in your app.

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
New Here ,
Jan 20, 2014 Jan 20, 2014
LATEST

Thank you for your reply.  I did try that already but it is not superscript. What if I make a symbol of the text in the correct format and then load that into the movieclip. Maybe that might work. I'm going to try that today.

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