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

The bevel filter won't show up

New Here ,
Jun 15, 2023 Jun 15, 2023

I've tried countless things, up-to-date tutorials and articles, trying different symbols, it felt like it wouldn't end. So please try to help me out here.

Ashton30536735myni_0-1686884057221.png

(Side Note: Those articles and tutorials said that the filters section is in the frame tab located in properties, but it's actually in the object tab. And it's only in the object tab when the component selected is a symbol).

 

TOPICS
Error , Missing feature , Other
392
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 , Jun 15, 2023 Jun 15, 2023

Hi, switch to an Actionscript 3 document. Neither bevel nor frame filters are available in HTML5 Canvas.

Translate
Community Expert ,
Jun 15, 2023 Jun 15, 2023

Hi, switch to an Actionscript 3 document. Neither bevel nor frame filters are available in HTML5 Canvas.

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 ,
Jun 16, 2023 Jun 16, 2023

Quick question, should I use Actionscript 3 documents instead of HTML5 ones in general? Even if I'm not using filters?

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 ,
Jun 16, 2023 Jun 16, 2023

Use Actionscript 3 for non-interactive projects (video, gif, image sequences...)

HTML5 is more for interactive projects (apps, games, web, banner ads...)

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 ,
Jun 16, 2023 Jun 16, 2023
LATEST

html5/canvas for any app/page that will be played in a web browser.

 

as3 for everything else.

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