Author Topic: How do I make a UIPopup with options containing both text and a sprite?  (Read 2382 times)

PnzrDrgoon

  • Guest
I want to make a language selection menu.  It is possible for the options to contain both text and a sprite or am I going to have to get cute and make a scroll view that appears on a button press?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How do I make a UIPopup with options containing both text and a sprite?
« Reply #1 on: August 08, 2013, 09:48:12 AM »
If you're using a bitmap font, you can use emoticons inside and get icons that way. Dynamic font doesn't support emoticons... yet.

PnzrDrgoon

  • Guest
Re: How do I make a UIPopup with options containing both text and a sprite?
« Reply #2 on: August 08, 2013, 10:40:35 AM »
Thanks for the info, Sir.