0
0

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.

メインタイムラインの変数を外部から参照

Posted at

メインタイムラインで作った変数を、外部のクラスやらムービークリップから参照する方法。

ActionScript3.0
MovieClip(parent).hoge

または、

ActionScript3.0
MovieClip(root).hoge

基本でしょうが、知らなかったあの頃を思い出して。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?