|
主题: getproperty???
|
绿姐 | 5D荣誉斑竹
职务:普通成员
等级:7
金币:10.0
发贴:3299
|
#12000/12/15 1:14:45
这个命令怎么用呀?? 请帮帮我 谢谢!!
[b][#000066]◆帅的惊动国务院!◆[/#][/b]
|
5D精英
职务:普通成员
等级:3
金币:10.0
发贴:1340
|
#22000/12/15 8:59:52
getProperty
Syntax
getProperty(instancename , property); Arguments
instancename The instance name of a movie clip for which the property is being retrieved.
property A property of a movie clip, such as an x or y coordinate.
Description
Function; returns the value of the specified property for the movie clip instance.
Player
Flash 4 or later.
Example
The following example retrieves the horizontal axis coordinate (_x) for the movie clip myMovie:
getProperty(_root.myMovie_item._x);
|
绿姐 | 5D荣誉斑竹
职务:普通成员
等级:7
金币:10.0
发贴:3299
|
#32000/12/15 21:47:44
[b][#000066]◆帅的惊动国务院!◆[/#][/b]
|
5D精英
职务:普通成员
等级:3
金币:10.0
发贴:1340
|
#42000/12/16 14:59:32
有问题先看帮助。
|
绿姐 | 5D荣誉斑竹
职务:普通成员
等级:7
金币:10.0
发贴:3299
|
#52000/12/16 20:33:04
[b][#000066]◆帅的惊动国务院!◆[/#][/b]
|