Skip to main content
Participant
October 1, 2023
Answered

How to make symbols based on real time and date

  • October 1, 2023
  • 2 replies
  • 966 views

Hello! I have been using Adobe aniamte for a couple months now and have been looking at tips on how to improve. But then I came a cross this kind of symbol, it seems to tell and represent the time it was created, I don't know if it's an extension or plugin, or if you need another adobe app to do this. Its been bothering me ever since and made me not want to animate because most of my symbols would be "symbol 1, 2, etc". If anyone knows how to get those kind of symbols, I'd be glad to listen, either way, I'm stuck.

Thanks. 

    This topic has been closed for replies.
    Correct answer Vladin M. Mitov

    Just to make sure I understand you correctly:

    You want the symbols you create not to be named Symbol 1, 2, 3, and so on, but instead, their names should reflect the moment of their creation, like 2023-01-10-11:35

    If that's your desire, this cannot be achieved without a JSFL script. For example, something like this:

     

    fl.trace( fl.getDocumentDOM().library.addNewItem( "graphic", new Date() ) );

     





    2 replies

    kglad
    Community Expert
    Community Expert
    October 1, 2023

    .. jsfl can be implemented in an extension.

     

    where did you come across that symbol notation?  that may give a hint to the extension used (if one was used).

    Vladin M. Mitov
    Vladin M. MitovCorrect answer
    Inspiring
    October 1, 2023

    Just to make sure I understand you correctly:

    You want the symbols you create not to be named Symbol 1, 2, 3, and so on, but instead, their names should reflect the moment of their creation, like 2023-01-10-11:35

    If that's your desire, this cannot be achieved without a JSFL script. For example, something like this:

     

    fl.trace( fl.getDocumentDOM().library.addNewItem( "graphic", new Date() ) );

     





    - Vlad: UX and graphic design, Flash user since 1998Member of Flanimate Power Tools team - extensions for character animation
    Participant
    October 1, 2023

    In this image, how do I make this symbol?

    n. tilcheff
    Legend
    October 1, 2023

    If you want to be helped, try to provide context and ask the question in a way which other people would understand easily.

     

    Nick - Character Designer and Animator, Flash user since 1998 | Member of the Flanimate Power Tools team - extensions for character animation