- 1
- 0
- 约7.73千字
- 约 11页
- 2017-12-14 发布于河南
- 举报
flash action实例学习笔记
css属性:
动作脚本属性:是在flash内部创建的样式表属性
textAlign
fontSize
textDecoration
marginLeft
marginRight
fontWeight
fontStyle
textindent
fontFamily
color
display
定义的外部css属性需要加上-号
例如:text-align align 的a 不需要大写
实例:mycar.play() 播放电影剪辑 _width 宽度、
事件处理函数:对事件作出响应的程序段
on(realse){ //单击按钮时播放动画
play();
}
_x _y _alpha 横坐标纵坐标 透明度
Date.getHours()
Math.abs() 常数Math.PI
常数:Key.HOME Key.CONTROL Key.ENTER 分别表示home, ctrl键 enter 键
Ationscript 的关键字
Break case class continue default delete
If implements import in instanceof interface
Dynamic else extends for function get
Intrinsic new
原创力文档

文档评论(0)