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

Looking for Simple dynamic text color change without EaselJS

Community Beginner ,
Jan 19, 2022 Jan 19, 2022

Copy link to clipboard

Copied

I am looking for simple dynamic text color change without having to use EaselJS?

 

David

Views

122

Translate

Translate

Report

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

LEGEND , Jan 19, 2022 Jan 19, 2022

Everything visible on the stage in Animate HTML5 Canvas documents is rendered by EaselJS, so it's nearly impossible to not use it.

 

To change the color of a text object, just set its color property:

https://www.createjs.com/docs/easeljs/classes/Text.html#property_color

 

This property is managed by EaselJS, by the way.

Votes

Translate

Translate
LEGEND ,
Jan 19, 2022 Jan 19, 2022

Copy link to clipboard

Copied

LATEST

Everything visible on the stage in Animate HTML5 Canvas documents is rendered by EaselJS, so it's nearly impossible to not use it.

 

To change the color of a text object, just set its color property:

https://www.createjs.com/docs/easeljs/classes/Text.html#property_color

 

This property is managed by EaselJS, by the way.

Votes

Translate

Translate

Report

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