# Creating Bulleted Lists with symbols?

**URL:** https://forum.kirupa.com/t/creating-bulleted-lists-with-symbols/1667
**Category:** flash
**Created:** [June 12, 2002, 2:35pm UTC](https://forum.kirupa.com/t/creating-bulleted-lists-with-symbols/1667 "2002-06-12T14:35:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 12, 2002, 2:35pm UTC](https://forum.kirupa.com/t/creating-bulleted-lists-with-symbols/1667/1 "2002-06-12T14:35:38Z")

</div>

Wondering if this is possible, but from what I can tell, it’s probably not. \r\rI have a dynamic text box that imports a list of links from an external text file. Now, is there any way I can create a bulleted list of these links using a symbol that is in the swf AS THE BULLET? \r\rfor example, \r\rfor (i=0; i\<numLinks; i++) { \r \_ \_ temp = eval("\_root.link"+i); \r \_ \_ fullText = " \<a href=“http://” + temp + “”\>"; \r} \r\rI want to add a symbol I have in my swf before each link, so it would be after “”. I would probably have to use DuplicateMovie or attachMovie to create each instance of a symbol, but I do not know how to make it appear in the fullText and make it match for every line. \r\rAny help is appreciated, even if to say it’s not possible 😛 Thanks! \r-chris

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 12, 2002, 4:46pm UTC](https://forum.kirupa.com/t/creating-bulleted-lists-with-symbols/1667/2 "2002-06-12T16:46:24Z")

</div>

I’m not 100% sure if i get you. How about this though.\rGrab the \_y of the Textbox and duplicate the symbol (as a mc) using a static \_x and dynamic \_y coord. If you don’t want it visible, \_visible = false;\r\rI’m doing something very similar (i think). Let me know and I’ll help further if i can. goto [flash.webhq.ca](http://flash.webhq.ca) and log in as test/test. Choose to edit a job, select one from the list, and go to the Category tab. [danb@jobhq.ca](mailto:danb@jobhq.ca) if this a good example, and I can help.
