ActionScript 3 在动态文本字段中查找行的最后一个单词的X和Y位置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 在动态文本字段中查找行的最后一个单词的X和Y位置相关的知识,希望对你有一定的参考价值。

//mc is the mc
//textfield is the textfield in question
//mcX/Y is the position to place the mc after the text
//getLineMetrics also returns ascent, descent, width, height, x, and leading

var mcX:int=(textfield.x+textfield.getLineMetrics(textfield.numLines-1).width)+(mc.width+20);
var mcY:int=(textfield.y+textfield.textHeight)+(mc.height+10);

以上是关于ActionScript 3 在动态文本字段中查找行的最后一个单词的X和Y位置的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 查找和更改变量或文本字段中的文本

ActionScript 3 使用动态文本字段删除闪光按钮上的箭头

Flash cs6 - Actionscript 3:使用输入 txt 更改动态 txt

ActionScript 3.0 - 否则如果是文本字段的条件

ActionScript 3 限制文本字段中的行

ActionScript 3 限制输入文本字段中的行数