脚本去除字母_Flash脚本-随机文本字母效果

脚本去除字母

Building this effect is simple! Download the sample files here.

建立这种效果很简单! 在此处下载示例文件

1. First, create a text field. In this case, I gave it a variable name of "shuffle".

1.首先,创建一个文本字段。 在这种情况下,我给它一个变量名“ shuffle”。

2. Convert the textfield to a movie clip, and name it "Random".

2.将文本字段转换为影片剪辑,并将其命名为“ Random”。

3. Right click the movie clip and go to its actions. Insert the following code:

3.右键单击该影片剪辑,然后执行其操作。 插入以下代码:

onClipEvent (enterFrame)
{
shuffle = chr(random(25)+65);
}

4. Create duplicates of the movie clip.

4.创建影片剪辑的副本。

That’s it! Run the movie, and you’ll see the effect above.

而已! 运行电影,您将看到上面的效果。

翻译自: https://www.sitepoint.com/random-text-letter-effect/

脚本去除字母

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值