Copy link to clipboard
Copied
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.
(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).
Hi, switch to an Actionscript 3 document. Neither bevel nor frame filters are available in HTML5 Canvas.
Copy link to clipboard
Copied
Hi, switch to an Actionscript 3 document. Neither bevel nor frame filters are available in HTML5 Canvas.
Copy link to clipboard
Copied
Quick question, should I use Actionscript 3 documents instead of HTML5 ones in general? Even if I'm not using filters?
Copy link to clipboard
Copied
Use Actionscript 3 for non-interactive projects (video, gif, image sequences...)
HTML5 is more for interactive projects (apps, games, web, banner ads...)
Copy link to clipboard
Copied
html5/canvas for any app/page that will be played in a web browser.
as3 for everything else.