按钮的动画效果怎么实现啊
construct2吧
全部回复
仅看楼主
level 4
xw12369 楼主
就是那种由小变大在变小一点的效果
2014年07月18日 04点07分 1
level 13
可用<sine>或是 <lite tween>
2014年07月18日 08点07分 2
level 9
if (mouse onOver object(x))

set animation="animation2";
set X.height = "x.height*1.2";//高度随比例变大
set X.weight =“x.weight*1.2”;//宽度随比例变大

else
{
set animation = “Default”
set x.height = "高度原本值";
Set x.weight = "宽度原本值";
}
//这个逻辑应该可以帮你解决把?请傅老师看看 @傅老師_台灣
2014年07月19日 08点07分 3
level 4
xw12369 楼主
还是不知道怎么做啊 我是说的菜单按钮的弹出效果
2014年07月23日 07点07分 4
可举个成品范例吗?
2014年07月23日 09点07分
level 4
xw12369 楼主
2014年07月23日 10点07分 5
Grrr...手机开不开,晚上来看。
2014年07月23日 11点07分
level 13
Hi xw12369,
我帮你做了一个范例,请看:(需安装Litetween plugin: https://www.scirra.com/forum/behavior-litetween_t70700)
http://www.memoryabc.com/c2_example/btn_tween.zip
2014年07月23日 16点07分 6
辛苦了! 半夜做范例[礼物]
2014年07月24日 00点07分
1