Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > General > Animation and Effects

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-17-2001, 05:33 AM   #1
Demolition Man
Registered User
 
Join Date: Mar 2001
Posts: 3
Red face

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??
Demolition Man is offline   Reply With Quote
Old 03-18-2001, 01:15 AM   #2
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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.
Jesse is offline   Reply With Quote
Old 03-23-2001, 06:58 PM   #3
scottgirvan
Registered User
 
Join Date: Mar 2001
Posts: 6
Default

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.
scottgirvan is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 07:10 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.