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

Slider for symbols in Adobe Animate and C-level

Explorer ,
Oct 25, 2025 Oct 25, 2025

Hello!

I previously created a thread about AnCode, which is my toolkit for Adobe Animate. Over time, maintaining the WindowSWF interface format became difficult, so I migrated to Adobe CEP. I kept the same look and functionality, and this move also allowed me to add macOS support, automatic theme switching, and manage the entire UI via Git, among other things.

 

Furthermore, I recently added a slider for navigating a symbol's internal frames. I've recorded a short video about this feature and even added an English voiceover using AI.

Watch on YouTube: Slider for symbols in Adobe Animate 

An English audio track is available in player settings.

Download .fla files from the video

 

Todd_Cover.jpg


Performance Optimization

In some of the functions I create, I encounter performance issues. I suspect this isn't just due to my relative newness to programming, but also because I'm using a high-level language.

 

Is it worthwhile to dive into learning C-level development using the official documentation and take courses in C to significantly boost the performance and precision of my current functions?

 

On one hand, even some functions from Adobe's own developers (with all due respect) aren't always perfectly fast or precise. On the other hand, products like EDAP Tools appear to be highly performant, likely because they use their own low-level math libraries.

216
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 , Oct 25, 2025 Oct 25, 2025

i doubt it's worthwhile investing any time because of animate.  otoh, if you have other programming interests, pursue them.

Translate
Community Expert ,
Oct 25, 2025 Oct 25, 2025

i doubt it's worthwhile investing any time because of animate.  otoh, if you have other programming interests, pursue them.

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
Explorer ,
Oct 25, 2025 Oct 25, 2025

Good. Thank you for the quick reply.

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 ,
Oct 25, 2025 Oct 25, 2025

you're welcome.

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 ,
Oct 25, 2025 Oct 25, 2025

Hi.

 

Great job again.

 

I think it's a good idea to lean the C-level API if you have problems with heavy calculations.

 

And just out of curiosity, I'd like to ask why only with CEP were you able to support macOS and enable automatic theme switching?

Regards,

JC

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
Explorer ,
Oct 25, 2025 Oct 25, 2025

Thank you for your assessment.

 

Despite the fact that Animate is fading against the background of Moho and Harmony today, there was hope for the C-level API. Not only to speed up the work of its extension, but also, for example, to establish full and high-quality control over the vector points of the drawing and bind panels to sliders, as implemented in Moho. But considering kglad's comment, it seems like it's all a pretty naive idea.

 

As for the SWF format, as far as I know, ActionScript knowledge is needed, and I didn't want to delve into it from scratch. I was already a little familiar with HTML, CSS, and JavaScript, and after switching to CEP, it was easier for me to adapt the interface colors and paths of different platforms.

 

By the way, I still haven't figured out how to get rid of window flickering on CEP when changing tabs or restarting the UI. Even when there is no automatic theme switching. I also tested the newest version of CEP.

 

animate_bag_black flicker.gif

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 ,
Nov 04, 2025 Nov 04, 2025

@neonimator 

 

update your graphic processors to use the current studio (not gamer) drivers.

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
Explorer ,
Nov 04, 2025 Nov 04, 2025

So all users who use Adobe Animate and CEP extensions should do the same so that they don't have flicker?

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 ,
Nov 04, 2025 Nov 04, 2025

i don't understand your question.

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
Explorer ,
Nov 04, 2025 Nov 04, 2025

If the person using the CEP panel for Animate is a gamer and he needs exactly the drivers for gamers on his computer, is he forced to put up with the flickering of the extension?

Or, when recommending installing drivers for the studio, did you mean not flickering, but increased productivity?

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 ,
Nov 04, 2025 Nov 04, 2025

it's just for the graphics anomaly. if that's tolerable, live with it.

 

p.s. you can experiment with drivers. other than time, i don't think there's a downside.

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
Explorer ,
Nov 04, 2025 Nov 04, 2025

Okay, thanks for the recommendation.

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 ,
Nov 04, 2025 Nov 04, 2025
LATEST

you're welcome.

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