佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 963|回复: 5

这个要怎样做?

[复制链接]
发表于 4-10-2005 01:19 PM | 显示全部楼层 |阅读模式
http://www.billybussey.com/

类似按钮的那个
要怎样做
急!
回复

使用道具 举报


ADVERTISEMENT

发表于 4-10-2005 04:32 PM | 显示全部楼层
试下这个帮不帮到你。。。

http://www.geocities.com/flash_village/btn_sample.fla
回复

使用道具 举报

 楼主| 发表于 5-10-2005 11:04 AM | 显示全部楼层
原帖由 邪灵 于 4-10-2005 04:32 PM 发表
试下这个帮不帮到你。。。

http://www.geocities.com/flash_village/btn_sample.fla


你做的吗?
你用flash MX??

我的flash 5开不到
回复

使用道具 举报

发表于 5-10-2005 11:10 AM | 显示全部楼层
对,我save as MX。。。。
回复

使用道具 举报

 楼主| 发表于 6-10-2005 09:01 AM | 显示全部楼层
原帖由 邪灵 于 5-10-2005 11:10 AM 发表
对,我save as MX。。。。


对!!
就是这样
可以把教程写出来吗?
我想自己做一个3D的
回复

使用道具 举报

发表于 6-10-2005 10:25 AM | 显示全部楼层
before doing anything in flash. you have to create a rollover effect and rollout effect for this button. then below are the steps that how i create the button.

1. create a movieclip (as your button).

2. in the movieclip itself, create 3 layers. label them as "action", "button" and "animation"

3. "action" layer:
   - frame1 label: "normal". script: stop();
   - frame2 label: "over"
   - frame10 script: stop();
   - frame11 label: "out"
   - frame20 script: gotoAndStop("normal");

4. "button" layer:
   - frame1 - frame10.
   - create a shape then save it as a button, double click it, drag the shape to "hit" so that it look invisible when you export swf.

   - script:
     on (rollOver) {
        gotoAndPlay("over");
     }
     on (rollOut) {
        gotoAndPlay("out");
     }

5. "animation" layer:
   - just assume that the rollover and rollout effect that you created each is 10 frames animation.

   - frame1: just put the button image.
   - frame2 - frame10: put in the rollover animation
   - frame11 - frame20: put in the rollout animation.


希望你不介意。。。 是时候upgrade 你的flash 了。

[ 本帖最后由 邪灵 于 6-10-2005 10:28 AM 编辑 ]
回复

使用道具 举报

Follow Us
您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT


本周最热论坛帖子本周最热论坛帖子

ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 22-2-2025 12:58 AM , Processed in 1.213534 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表