| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Posts: 3
|
go to http://www.requiemforadream.com/
This is a movie promotion site, even though its made to look like a cheesy commercial site. btw, it's one messed up drug movie, anyways . . . click on the fake banner after page loads etc, click on the members link to the left Text and music loads, then there's this collage effect that reveals itself as the user rolls the mouse over it. How on earth is this done?? I check the cache and there's 2 swf files there. One is an audio file, and the other is the final collage. Huh?? |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
Buttons which onMouseOver reveal the layer below... prolly using interactive masking...
Checkout the Mask Follow Mouse tutorial here ( http://www.actionscripts.org/tutoria...se/index.shtml ), as it's almost the same sort of thing. Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2001
Posts: 6
|
I have done something like this before.
Make a movieclip.On frame 1 put a stop action. On frame 1 layer to make a white square:::say 50x50 or whatever. Convert the square into a graphic symbol. Now add another layer and make another white square. This time make it 25x25.Convert it to a button. Add a bunch of frames to the 50x50 square layer. Insert a keyframe on the last frame and set the alpha of the 50x50 sq to 0%. Put another stop actoin here too. make sure to motion tween the frames. Now on the 25x25 button put this code. on (rollOver) { tellTarget (this) { //note the target is an expression play (); } } Go to the main time line. On layer 1 put what you want to be revealed. On lyaer two drag a bunch on instances of the MC we jst created to cover up the "what you want to reveal stuff" And test your movie. sorry for the scatterbrain tutorial. I don't have a lot of time. I have a fla. if you need it. Drop me a line at glowinglive@hotmail.com if you need it. later. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| i love this song.... | boyzdynasty | General Chat | 3274 | 05-06-2008 12:33 AM |
| Whos better? Metallica or Dream Theater | PK Barackis | General Chat | 65 | 03-15-2006 07:11 PM |
| Help me build your dream cell phone! | moskovich | General Chat | 5 | 05-18-2003 12:35 PM |
| experts only :: save an image from the swf.... is it a dream ????? | deep green | ActionScript 1.0 (and below) | 3 | 02-08-2003 03:46 PM |