用Flash MX制作舞动的龙
作者 佚名技术
来源 服务器技术
浏览
发布时间 2012-07-14
Y Position) = spY + yStp 在第二帧上做以下的action的设置: Set Variable: "thisX" = GetProperty ( "/spin4", _x ) Set Variable: "thisY" = GetProperty ( "/spin4", _y ) Set Variable: "spX" = GetProperty ( "/spin5", _x ) Set Variable: "spY" = GetProperty ( "/spin5", _y ) Set Variable: "difX" = thisX - spX Set Variable: "difY" = thisY - spY Set Variable: "stepX" = 1 Set Variable: "stepY" = 1 Set Variable: "xStp" = difX / 5 Set Variable: "yStp" = difY / 5 Set Property ("/spin5", X Position) = spX + xStp Set Property ("/spin5", Y Position) = spY + yStp 步骤9 再建立一个Movie Clip组件,命名为"action6",在"action6"的编辑区内一样不要放置任何对象,让它是一个空白内容的Movie Clip即可,这个movieclip主要用来设置进行控制的action。 在组件"action"的第一帧上设置如下的action: Set Variable: "thisX" = GetProperty ( "/spin5", _x ) Set Variable: "thisY" = GetProperty ( "/spin5", _y ) Set Variable: "spX" = GetProperty ( "/spin6", _x ) Set Variable: "spY" = GetProperty ( "/spin6", _y ) Set Variable: "difX" = thisX - spX Set Variable: "difY" = thisY - spY Set Variable: "stepX" = 1 Set Variable: "stepY" = 1 Set Variable: "xStp" = difX / 5 Set Variable: "yStp" = difY / 5 Set Property ("/spin6", X Position) = spX + xStp Set Property ("/spin6", Y Position) = spY + yStp 在第二帧上做以下的action的设置: Set Variable: "thisX" = GetProperty ( "/spin5", _x ) Set Variable: "thisY" = GetProperty ( "/spin5", _y ) Set Variable: "spX" = GetProperty ( "/spin6", _x ) Set Variable: "spY" = GetProperty ( "/spin6", _y ) Set Variable: "difX" = thisX - spX Set Variable: "difY" = thisY - spY Set Variable: "stepX" = 1 Set Variable: "stepY" = 1 Set Variable: "xStp" = difX / 5 Set Variable: "yStp" = difY / 5 Set Property ("/spin6", X Position) = spX + xStp Set Property ("/spin6", Y Position) = spY + yStp 步骤10 再建立一个Movie Clip组件,命名为"action7",在"action7"的编辑区内一样不要放置任何对象,让它是一个空白内容的Movie Clip即可,这个movieclip主要用来设置进行控制的action。 在组件"action"的第一帧上设置如下的action: Set Variable: "thisX" = GetProperty ( "/spin6", _x ) Set Variable: "thisY" = GetProperty ( "/spin6", _y ) Set Variable: "spX" = GetProperty ( "/spin7", _x ) Set Variable: "spY" = GetProperty ( "/spin7", _y ) Set Variable: "difX" = thisX - spX Set Variable: "difY" = thisY - spY Set Variable: "stepX" = 1 Set Variable: "stepY" = 1 Set Variable: "xStp" = difX / 5 Set Variable: "yStp" = difY / 5 Set Property ("/spin7", X Position) = spX + xStp Set Property ("/spin7", Y Position) = spY + yStp 在第二帧上做以下的action的设置: Set Variable: "thisX" = GetProperty ( "/spin6", _x ) Set Variable: "thisY" = GetProperty ( "/spin6", _y ) Set Variable: "spX" = GetProperty ( "/spin7", _x ) Set Variable: "spY" = GetProperty ( "/spin7" |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 在Flash中实现光影流动的简单方法下一篇: Flash中背景变色及其实现技巧
关于用Flash MX制作舞动的龙的所有评论