OZONE Asylum
Forums
Multimedia/Animation
Animated Buttons
This page's ID:
11263
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Here's how I did that one.... #1. Make a movie clip where frame 1 is the normal state of the button. Frame 1 should have a stop action on it. #2. Frames 2 through 20 or whatever are just going to be a simple shape tween from one rectangle to another. Your last frame (in my case frame 20) should have a stop action on it to keep the color fade from repeating) #3. Make a transparent button by creating a button with only something in the hit state. #4. Drag your movie from the library onto your main stage and give it an instance name of buttonMovie. Now drag the button and put that on a layer over the top of your movie. #5. On the button put the following action: on(rollOver) { _root.buttonMovie.gotoAndPlay(2); } on(rollOut) { _roo.buttonMovie.gotoAndStop(1); } Thats it! You can add more to the movie and more on(mouseEvent) actions. One for on(press) etcetera. If you want the fla file just let me know.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »