Our Flash tutorials provide you with step-by-step instructions on how to create beautiful Flash animations and integrate them into your website.  Home Flash & Swish Flash Tutorials Natural Button
Your Ad Here

Natural Button


1. Create a new document

2. Open panel Components > OF Components

3. Drag and drop one of the components NButton

4. Set the necessary parameters (Colors, Font, Size, etc.)

5. Copy the button and paste the required number of buttons

6. Set labels for buttons

7. Set instance name for each button (e.g. b1, b2,…)

8. On Timeline create layer - actions

9. On action layer insert 2 keyframes.

In the first keyframe you write:

_root.b1.onRollOver();
_root.b1.onPress();

In the second keyframe you write:

_root.b1.onRelease();
_root.b1.onRollOut();

Attach sound to the first keyframe.

10. Copy these keyframes and paste them on layer actions, omitting several frames.

Change "b1" with "b2" and so on

11. Use it.

Sample

P.S. Size of swf file of this example is only 14 kB, including sound and embedded font.



Author's URL: originalflash
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

Internet & computing Flash is a vector-based moving graphics format created by Macromedia for the publication of animations on the World Wide Web. More Flash & Swish: Most Popular Materials | Fresh Materials | More Flash Tutorials at FlashPerfection.com

Add comments to "Natural Button"

Only registered users can write comment

No comments yet...