中华网通行证
用户名 密码

Flash MX 2004 ActionScript图文教程(四)

中华网科技 http://tech.china.com
进入BBS】【进入聊天室】【浏览字号: 】【关闭窗口

1.3.3.2非可见元素类型自动识别

  以上说的是ActionScript对可见元素的识别,那么一些在场景中不可见的元素,比如声音、颜色等等,ActionScript又会如何识别呢?我们可以通过类型设定来实现,比如:

  在脚本面板中输入这样两行代码:
  var newSound:Sound=new Sound()
  newSound.
  当你在newSound后面按下点号“.”时,就会弹出小窗口显示声音的相关属性。



  在这种情况下,ActionScript仍然能够识别元素类型的原因在于,上面我们定义newSound时将其定义为一个Sound类型的变量(通过:Sound)。

  1.3.3.3 函数参数自动提示
  在actionScript编辑器中输入一个函数并输入函数参数的左括号时,将会有一个提示窗口显示出来,列出这个函数所需要的参数,如果你调用了一个函数但是没有这样的提示弹出,通常说明你在什么地方出错了。


 
作者:陈孝强 来源:IT.com.cn
相关教程:

Flash MX 2004 ActionScript图文教程(一)
Flash MX 2004 ActionScript图文教程(二)
Flash MX 2004 ActionScript图文教程(三)
Flash MX 2004 ActionScript图文教程(四)
Flash MX 2004 ActionScript图文教程(五)
Flash MX 2004 ActionScript图文教程(六)
Flash MX 2004 ActionScript图文教程(七)
Flash MX 2004 ActionScript图文教程(八)
Flash MX 2004 ActionScript图文教程(九)
Flash MX 2004 ActionScript图文教程(十)
Flash MX 2004 ActionScript图文教程(十一)
Flash MX 2004 ActionScript图文教程(十二)
Flash MX 2004 ActionScript图文教程(十三)
Flash MX 2004 ActionScript图文教程(十四)
Flash MX 2004 ActionScript图文教程(十五)

中华网搜索
站内搜索
全网搜索


科技频道主编信箱