脚本去除字母

tech2024-05-31  69

脚本去除字母

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/

脚本去除字母

相关资源:jdk-8u281-windows-x64.exe
最新回复(0)