Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Animate a dynamic/generative logo using algorithm

New Here ,
Jan 21, 2017 Jan 21, 2017

Hey everyone,

Not sure if this is going in the correct place, so I apologize in advance if this is in the wrong program.

I have created a logo and want to make it a dynamic/generative one. The logo is currently a abstract linear one that loosely resembles a pin. I know what rules I would like it to adhere to such as always keeping the bottom two lines connected and always having one loop in it. I would like the logo to constantly change in shape and possibly color, and in the future would want an animation where it would animate and stop randomly and then start again.

I've researched dynamic logos and tried to find out how to create one, but to no avail. Due to my extremely large amount of generative variations of the logo, I would much rather not do this by hand in any program (using duplicates and transitioning).

My question is: is this possible with Adobe Animate CC (or any other Adobe programs) and how? If not, does anyone know of a program I could use or an online service for it?

-Thanks in advance to anyone who helps!

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 23, 2017 Jan 23, 2017

i'd say all of that is doable with actionscript and some of it is doable with html5, but none of it is doable for a novice coder.

for the simplest animations (eg, musica) the drawing api may be all you would need and that would be the only coding animation that an intermediate coder could do.

the other two examples would require much more experience and time to encode, and i'm not sure the drawing api would be the correct route to take for those.  it's possible, for those, the displacementmap filt

...
Translate
Community Expert ,
Jan 21, 2017 Jan 21, 2017

do you have an example of the result that you want?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 22, 2017 Jan 22, 2017

Here's a few examples:

Not only would I want to be able to have many variations, but I would like to be able to actually have a video/animation where someone could watch the logo change shape/color and then it pauses randomly on different variations.

549357a5382299e838e85da4e7a3c62c.jpgcasa-da-musica-black.jpgMITmediaLab3.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Jan 23, 2017 Jan 23, 2017

Hello,

you would have to make yourself familiar with the graphics api

Adobe ActionScript 3.0 * Drawing lines and curves

and a Tween framework like

GSAP, the standard for JavaScript HTML5 animation | GreenSock

It can be done both in Actionscript 3 and Javascript/Canvas and Animate should be the right tool for the job

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 23, 2017 Jan 23, 2017

i'd say all of that is doable with actionscript and some of it is doable with html5, but none of it is doable for a novice coder.

for the simplest animations (eg, musica) the drawing api may be all you would need and that would be the only coding animation that an intermediate coder could do.

the other two examples would require much more experience and time to encode, and i'm not sure the drawing api would be the correct route to take for those.  it's possible, for those, the displacementmap filter might be a better approach.  (check http://www.kglad.com > snippets > displacement).  or check the shape tween animation.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 23, 2017 Jan 23, 2017
LATEST

I'm trying to imagine any plausible scenario where a user would be sitting and watching a logo mutate over time.

If this is intended to be the logo in the banner for a web site, you should be aware that constant peripheral animation is distracting, and therefore to be avoided in a good design.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines