Flash的控制函数详细说明.doc

  1. 1、本文档共10页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Flash的控制函数详细说明

Flash的控制函数详细说明◆ 属性:#actionsEnabled 函数:SetIconProperty(@IconTitle, #actionsEnabled, boolean) SetSpriteProperty(@IconTitle, #actionsEnabled, boolean) 说明:设置Flash动画中按钮的动作是否有效,参数boolean取值为TRUE时,Flash动画中按钮的动作有效,取值FALSE时无效。例如: If Checked@MyButton then SetSpriteProperty(@Flash Icon, #actionsEnabled, True) else SetSpriteProperty(@Flash Icon, #actionsEnabled, False) end if ◆ 属性:#broadcastProps 函数:SetIconProperty(@IconTitle, #broadcastProps, boolean) 说明:控制当对Sprite图标的属性有改动时,是否立即对Sprite图标的显示产生影响。当参数boolean取值为TRUE时,所有对Sprite图标属性的改动将立即体现在Sprite图标的显示上;当参数boolean取值为FALSE时,对Sprite图标属性的改动将不会立即体现在Sprite图标的显示上,而将体现在下一次执行此Sprite图标时。例如: SetIconProperty(@Flash Icon, #viewScale, 200) SetIconProperty(@Flash Icon, #broadcastProps, False) ◆ 属性:#bufferSize 函数:SetIconProperty(@IconTitle, #bufferSize, integer) 说明:对于属性设置为链接的Flash动画,设置一次载入内存的数据流的字节数,参数integer只能取整数,默认值为32768。此函数只在Flash动画的预载入属性(# preload)为假时有效。例如: SetIconProperty(@Flash Icon, #preload, False) SetIconProperty(@Flash Icon, #bufferSize, 65536) ◆ 属性:#buttonsEnabled 函数:SetIconProperty(@IconTitle, #buttonsEnabled, boolean) SetSpriteProperty(@IconTitle, #buttonsEnabled, boolean) 说明:控制Flash动画中的按钮是否有效,参数boolean的取值可以是TRUE或FALSE。例如: If ButtonsOn then SetSpriteProperty(@Flash Icon, #actionsEnabled, True) SetSpriteProperty(@Flash Icon, #buttonsEnabled, True) end if 注:If ButtonsOn then表示如果变量ButtonsOn为真。 ◆ 属性:#bytesStreamed 函数:number:=GetIconProperty(@IconTitle, #bytesStreamed) 说明:返回指定图标中Flash动画载入到内存的数据的字节数,返回值为整数。例如: repeat while GetIconProperty(@Flash Icon, #percentStreamed) 100 CallIcon(@Flash Icon, #stream) Message:=Bytes streamed:^GetIconProperty(@Flash Icon, #bytesStreamed) end repeat ◆ 属性:#centerRegPoint 函数:SetIconProperty(@IconTitle, #centerRegPoint, boolean) 说明:控制是否将Flash动画的定位点设置到Flash动画的中心位置,参数boolean的取值为TRUE时,即将Flash动画的定位点始终定在Flash动画的中心位置;参数boolean的取值为FALSE时,即使调整了Flash动画的画面大小,或是更改了Flash动画的#defaultRect属性,定位点都将保持在原位置不变。我们可以通过设置Flash动画的#RegPoint属性来更改定位点的位置,如果用户更改了#RegPoint属性,则#centerRegPoint属性将自动变为FALS

文档评论(0)

aicencen + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档