vim 光标上移脚本

tech2024-05-20  179

vim 光标上移脚本

Download the sample files here.

在此处下载示例文件 。

1. Create a movieclip from any object.

1.从任何对象创建动画片段。

2. Give the movieclip instance a name – I used "drag".

2.给movieclip实例起一个名字-我使用了“拖动”。

3. Create two text fields give them variable names xtxt and ytxt.

3.创建两个文本字段,并ytxt指定变量名称xtxt和ytxt 。

4. Go to the drag movieclip timeline.

4.转到拖动动画片段时间轴。

5. Create 2 keyframes as shown below:

5.创建两个关键帧,如下所示:

6.In the first key frame use the action:

6.在第一个关键帧中,使用以下操作:

startDrag ("/drag", true); /:xtxt = getProperty("/drag",_x);   /:ytxt = getProperty("/drag",_y);

7. In the second key frame use the action:

7.在第二个关键帧中,使用以下操作:

gotoAndPlay (1);

8. Bravo! You have made your own cool mouse position detector.

8.太棒了! 您已经制作了自己的炫酷鼠标位置检测器。

翻译自: https://www.sitepoint.com/finding-cursor-co-ordinates/

vim 光标上移脚本

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