Actionscript problem in Dynamic TextField

后端 未结 4 1997
轮回少年
轮回少年 2021-01-17 05:18

Is possible to make a word as button within the dynamic textField in flash as3?

4条回答
  •  旧时难觅i
    2021-01-17 05:57

    there's no addChild method in TextField. But you may cheat and place button over TextField (i.e. add it to container of a TextField).

提交回复
热议问题