论坛交流
首页办公自动化| 网页制作| 平面设计| 动画制作| 数据库开发| 程序设计| 全部视频教程
应用视频: Windows | Word2007 | Excel2007 | PowerPoint2007 | Dreamweaver 8 | Fireworks 8 | Flash 8 | Photoshop cs | CorelDraw 12
编程视频: C语言视频教程 | HTML | Div+Css布局 | Javascript | Access数据库 | Asp | Sql Server数据库Asp.net  | Flash AS
当前位置 > 文字教程 > Flash教程
Tag:flash cs,flash 8,鼠绘,as,手绘,工具,文字,loading,入门,初学,mc,影片剪辑,声音,mtv,游戏,引导,遮罩,菜单,补间,广告条,时钟,视频教程

超酷鼠标特效

文章类别:Flash | 发表日期:2008-9-21 19:20:00

  

超酷鼠标特效~~~~~[原创]
点击开新窗口欣赏该FLASH动画![全屏欣赏]
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'' type=''application/x-shockwave-flash'' width=500 height=350>http://www.junstars.com/design/flash/swf/hlf.swf
1)总体程序如图所示:




隐形电影夹子的实体名字为:start();moviestart电影夹子的实体名字为:star;control电影夹子的实体名字为:control。
  现在我们先打开隐形电影夹子,发现里面什么也没有。



它在图层Layer1的第1帧(即程序一开始)被调用,主要起鼠标跟随的作用。


打开moviestar电影夹子如图所示:



  即为一颗红色的星星绕白色的圆周一圈。
  最后打开control电影夹子:


  第1帧的Actions为:
Comment: 复制夹子的总数
Set Variable: "i" = 36
Comment: 一圈内的夹子数
Set Variable: "n" = 12
Comment: 跟随快慢的系数
Set Variable: "r" = 3
Set Variable: "counter" = 1
Loop While (counter <= i)
 Duplicate Movie Clip ("/star", "star" & counter, counter)
 Set Property ("/star" & counter, Rotation) = 360-(360 / n) * counter
 Set Property ("/star" & counter, Alpha) = 100-(100 / i) * counter
 Set Variable: "counter" = counter + 1
End Loop
Set Property ("/star", Visibility) = False
Set Variable: "x" = GetProperty ("/star0", _x )
Set Variable: "y" = GetProperty ("/star0", _y )
  大体意思为:连续复制电影夹子moviestar,总数为36个,并设定每个相应的旋转角度和透明度;设定实体名字为star的电影夹子不可见;设定“X”、“Y”为隐形电影夹子的“X”、“Y”坐标值。
  第2帧的Actions为:
Set Variable: "counter" = 1
Loop While (counter <= i)
 Set Property ("/star" & counter, X Position) = GetProperty ("/star" & counter, _x ) + (GetProperty ( "/star" &(counter-1) , _x ) -      GetProperty ("/star" & counter, _x )) / r
 Set Property ("/star" & counter, Y Position) = GetProperty ("/star" & counter, _y ) + (GetProperty ( "/star" &(counter-1) , _y ) -      GetProperty ("/star" & counter, _y )) / r
 Set Variable: "counter" = counter + 1
End Loop
大体意思为:设定刚复制的36个电影夹子的“X”和“Y”坐标。
  第3帧的Actions为: Go to and Play (2)
  即与第2帧形成循环。

上一篇:{应用}雷达扫描效果 人气:4209
下一篇:{应用}流星效果制作 人气:4507
视频教程列表
文章教程搜索
 
Flash推荐教程
Flash热门教程
看全部视频教程
购买方式/价格
购买视频教程: 咨询客服
tel:15972130058