movieclip_Flash脚本-在Flash中更改Movieclip的颜色

movieclip

Download the sample files here.

在此处下载示例文件

1. Create a large rectangle.

1.创建一个大矩形。

2. Convert the rectange to a movie clip, and give it an instance name of "rectangle".

2.将矩形转换为影片剪辑,并为其指定实例名称“矩形”。

3. Create a small square button.

3.创建一个小的方形按钮。

4. Create a small text field, and give it a variable name "hexcode".

4.创建一个小的文本字段,并为其提供变量名称“ hexcode”。

5. Assign the button the folliowing action:

5.为按钮分配整理操作:

on (release)
{  
colorchange = new Color("/rectangle");  
colorchange.setRGB(0xff33cc);  
}  
on (release)  
{  
hexcode = (colorchange.getRGB()).toString(16);  
}

6. You’re done! Press ctrl+enter to check the movie.

6.您完成了! 按ctrl + enter检查影片。

翻译自: https://www.sitepoint.com/movieclips-color-flash/

movieclip

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值