flash... Microsoft Word 文档.docVIP

  • 4
  • 0
  • 约1.66万字
  • 约 13页
  • 2017-08-15 发布于河南
  • 举报
【改变输出swf的尺度,背景颜色或帧频】   在Navigator窗框里右键你的项目选中Properties选中ActionscriptCompiler在Additionalcompilerarguments里输入你所需要的命令   如想改变背景颜色,请输入:-default-background-color0xffffff   【鼠标坐标】   mouseXmouseY   【检查变量类型并返回布尔值】   is   【检查变量类型并返回类型】   typeof   【检查对象类型并返回该对象】   as   【是数字但不是有效数字问题】   varquantity:Number=15-rabbits;   trace(typeofquantity);//显示:number,但它是NaN(notanumber)   trace(quantityisNumber);//true   trace(quantity!=NaN);//false   //使用isNaN()函数检测:   isNaN(quantity);//true   //检测变量是否内含有效数字:   !isNaN(quantity);//false   【取消默认的严格编译模式】   在Navigator窗框里右键你的项目选中Properties选中ActionscriptCompiler取消Enabelcompil

文档评论(0)

1亿VIP精品文档

相关文档