Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default Convert to Symbol?

    I'm fairly new to Flash design.

    I was just wondering, when do I NEED to covert to a symbol?
    I've done some items and not others. Haven't noticed a difference.

    Thanks
    --
    Tom

    "That man is richest whose pleasures are cheapest."
    -Henry Thoreau

    "The original point and click interface is a Smith and Wesson"
    Tom Guest

  2. Similar Questions and Discussions

    1. set var in another symbol?
      i have a button in a symbol, when i release the mouseclick, i want it to add the value if 1 to a dyn. txt field in another symbol... var name is...
    2. how to get the symbol name
      Not direct way : when you attach movie pass this value inside initObject and use it later attaching: me.attachMovie( "L_Id", 'newname', 20 ,...
    3. Undefined symbol?
      Hey there, Wasn't sure which mailing list to send this to but maybe someone can point me in the right direction. When perl is invoked (presumably...
    4. Animated gif convert to Symbol features.
      I keep eye on all messages in this forum. I think I find no luck so I post my problem here. I hope anybody can help or suggest a bit. Here is: 1)...
    5. Do I need to Convert with Convert.ToInt32(session("myNumber")) ?
      Hello, I have this session("myNumber") = 888 Dim intNumber As Integer a) intNumber = session("myNumber") b) intNumber =...
  3. #2

    Default Re: Convert to Symbol?

    On 2005-03-25 08:14:33 -0800, Tom <usa1nospam@iei.net> said:
    > I'm fairly new to Flash design.
    >
    > I was just wondering, when do I NEED to covert to a symbol?
    > I've done some items and not others. Haven't noticed a difference.
    >
    > Thanks
    That's a big subject. You'd be better off finding some literature on
    it like a Flash book or even the help docs should have something on
    this. Symbols serve different purposes depending on their type.
    Button, Graphic, Movie Clip.

    A symbol has its own timeline and you can have artwork, other symbols
    etc... on that timeline. This is called nesting and helps you organize
    your work as well as add functionality.

    When you make something into a symbol will depend on a lot of factors.
    Your best bet is to read about what they do and understand each type
    and then you'll start to see reasons why to use them.
    --
    The Grass Apple - { [url]www.grassapple.com[/url] } news?

    timberfish Guest

  4. #3

    Default Re: Convert to Symbol?

    As timberfish so eloquently stated:
    > That's a big subject. You'd be better off finding some literature on
    > it like a Flash book or even the help docs should have something on
    > this. Symbols serve different purposes depending on their type.
    > Button, Graphic, Movie Clip.
    >
    > A symbol has its own timeline and you can have artwork, other symbols
    > etc... on that timeline. This is called nesting and helps you organize
    > your work as well as add functionality.
    >
    > When you make something into a symbol will depend on a lot of factors.
    > Your best bet is to read about what they do and understand each type
    > and then you'll start to see reasons why to use them.
    I understand...just didn't put it in perspective.

    Thank you for the info.

    --
    Tom

    "That man is richest whose pleasures are cheapest."
    -Henry Thoreau

    "The original point and click interface is a Smith and Wesson"
    Tom Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139