4
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Animate CC備忘録

Last updated at Posted at 2016-08-31

初心者なりに気づいたことまとめ

  • 読み込める画像の最大サイズは8000*8000pxまで。 それ以上のサイズは読み込めても、はみ出した分が縮小されてしまう
  • ~~シンボルにドロップシャドウ等のフィルターはかけられるが、フィルターをかけた状態でモーショントゥイーンはできない。~~→テキストにしかかけられない
  • メインタイムライン上のインスタンスに対してstop();やgotoAndStop(n);が効かない。(なんでだ?)子インスタンスの1フレーム目でthis.stop();を書いたら効いた。 → 外部HTMLに、パブリッシュしたcanvasを埋め込んでJSで操作する際、メインタイムラインはthis.stageではなくexportRootとなる。 exportRoot.hoge.stop();
  • Animate CCのフレーム上にスクリプトを書く際、jQueryが使える
4
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?