A Flash Developer Resource Site

Results 1 to 13 of 13

Thread: [RESOLVED] Bullet Points In Flash

  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    24

    [RESOLVED] Bullet Points In Flash

    Im trying to create a text field with bullet points, the text editor in Flash apparently does not have a bullet point style set up. How would I create a bullet point list? thanks

  2. #2
    Multitouch Aficionado
    Join Date
    Mar 2006
    Posts
    275
    Option-8 is the keystroke. · in HTML. I believe it's Alt+0183 in Windows.

  3. #3
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    if it's a dynamic text field you may need to embed the special characters...
    1 Infinite Loop, Cupertino is a portal of Hell.

  4. #4
    Junior Member
    Join Date
    Jun 2007
    Posts
    24
    That is what I was afraid of. I was hoping there was some way to use an autoformat of sorts...for once I wish something was a little like Word.

    Thanks for the help

  5. #5
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Use a stylesheet.
    - The right of the People to create Flash movies shall not be infringed. -

  6. #6
    Multitouch Aficionado
    Join Date
    Mar 2006
    Posts
    275
    All he's saying is you need to click the Embed button in the text properties and select Basic Latin. That makes sure the font is imported into your SWF.

    You could do something like this for each line item:
    <div>&nbsp;&middot;&nbsp;&nbsp; -your copy goes here- </div>

    You'd have to be using an HTML text field. (I've never played with the new HTML text class. Look it up on Google if you have problems).

  7. #7
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    yeah, I almost mentioned exactly how to do it in the properties pane...
    but as I was typing I began to think that maybe they were looking for something like how you use an <ul><li> in html & it formats it with a bullet & indentation.
    but going along with illustratedLife's example, you could use actionscript & tell the dynamic text field to add an indent & bullet with something like :
    yourDynamicTextFieldInstanceName_txt.text = " • " + "your text here";
    - you could make this much smarter, this is just bare-bones...
    (there is 10 spaces before the bullet point - but the FK editor doesn't want to recognize them, but yes, flash recognizes the spaces).
    of course, if you're looking for (ick, microSoft) "Word" - type formatting, I think you're mostly out of luck...it's up to you to tell it what to do.
    1 Infinite Loop, Cupertino is a portal of Hell.

  8. #8
    Junior Member
    Join Date
    Jun 2007
    Posts
    24
    Ok - that seems to work out well. Thanks for the help

  9. #9
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    our pleasure...
    yes!! avatar for 100!!!
    (sorry, had to, been waiting for it)
    1 Infinite Loop, Cupertino is a portal of Hell.

  10. #10
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    oh, geez, over 100...?
    1 Infinite Loop, Cupertino is a portal of Hell.

  11. #11
    Junior Member
    Join Date
    Jun 2007
    Posts
    24
    haha. Congratulations. At the rate I am going, it won't be long for me either

  12. #12
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    but the avatar form doesn't give me the option of having an avatar...?
    it's just one radio button that's selected & says something like Use No Avatar...
    am I missing something?
    1 Infinite Loop, Cupertino is a portal of Hell.

  13. #13
    Junior Member
    Join Date
    Jun 2007
    Posts
    24
    hmm, I do not know. Maybe they moved the posting requirement up...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center