as3 externally loaded swf from network to control externally loaded swf from network

前端 未结 3 1175
南笙
南笙 2020-12-12 05:55

I have had several posts like this but I have not gotten down to the final answer so I put this image together to try and explain what I am trying to do. I AM SO CLOSE. if

3条回答
  •  伪装坚强ぢ
    2020-12-12 06:30

    MovieClip(parent.parent).function(); vise versa reference the movieclip.OtherChildmoviename.function();

    this structure you can call a function from where ever or anymovie for better explanation check actionscript 2 as it uses the _root, this may make the above clearer

    let us no how you go;

提交回复
热议问题