/ Published in: Other
Expand |
Embed | Plain Text
/* ここから */ /* nフレーム後に関数を実行する */ import org.casaframework.time.FrameDelay; // FrameDelayで1フレーム遅らせると読める var delay:FrameDelay = new FrameDelay( this, "init", 1 ); delay.start(); function init() { trace( mc.hogehoge ) //OK }
You need to login to post a comment.
