A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Importing Symbol Libraries

  1. #1
    Senior Member pherbrick's Avatar
    Join Date
    Jul 2004
    Location
    Los Angeles
    Posts
    291

    Importing Symbol Libraries

    Sort of an undocumented feature, new with KM release 5.0.2. To load the symbol library from another fun file into the current project:

    Code:
        1) File > Import KoolMoves Movie... {select file}
        2) Click on Cancel after selecting the source file
    Assuming the source file had symbols in its symbol library to begin with, press F11 to see the new symbols. Can't pick and choose, the entire set in the source file comes over. Be sure to give your library symbols unique names. If anybody has a methodology to naming symbols (for use across several projects, for example) or advice, please share it.

    Peter
    Last edited by pherbrick; 09-04-2005 at 12:36 AM. Reason: typo, request for naming methodology

  2. #2
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    Hi Peter,

    I didn't know importing a symbol library was possible. Would be nice if it would be a real option.. import symbol library from fun file.

    As for naming conventions. Avoiding duplicates is always hard.
    It's not only for the symbols themselves but also the actionscript classes they use.
    Some people use their initials as a prefix but that also isn't a guarantee.

    For the component I'm working on all symbols start with KC8 and the classes start with Object.KC8 so please don't use these

    Wilbert

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