求adobe flash actionscript2.0 里各actionscript的语法和使用

来源:百度知道 编辑:UC知道 时间:2024/06/01 07:48:57
如题~
我要中文的解释


onRelease (Button.onRelease handler)
onRelease = function() {}

Invoked when a button is released. You must define a function that executes when the event handler is invoked.

Availability: ActionScript 1.0; Flash Player 6

Example
In the following example, a function that sends a trace() statement to the Output panel is defined for the onRelease handler:

my_btn.onRelease = function () {
trace ("onRelease called");
};

http://help.adobe.com/zh_CN/Flash/10.0_UsingFlash/WSd60f23110762d6b883b18f10cb1fe1af6-7beca.html

查看吧

http://help.adobe.com/zh_CN/Flash/10.0_UsingFlash/flash_cs4_help.pdf

点击这个直接下载帮助手册(官方中文版)

你自己的机器上应该就有的。只要你的flash是中文版