Groups | Blog | Home
all groups > flash (macromedia) > december 2004 >

flash (macromedia) : Does anyone know how to make flash....



sideburn
12/4/2004 2:40:02 PM
On 12/4/04 1:30 PM, in article cota9d$eeg$1@forums.macromedia.com,
[quoted text, click to view]

You'd have to make the sound yourself (or find one) and import it

[quoted text, click to view]

Convert the graphic to a symbol and do a motion tween (properties panel) and
use the alpha settings

[quoted text, click to view]

Use the alpha settings for a symbol (properties panel)

dark-dawg
12/4/2004 9:30:21 PM
well i have 3 questions for now
1. does anyone no how to make a flash movies sound sound like an old projector*
2. how can u make the flash movie fade
3. how can u make stuff see throw

*most important
NSurveyor
12/4/2004 9:49:07 PM
1: Not sure, but try searching for some projector.wav on google. Then save that
sound in the same folder as your fla file, and the put this script on a frame:
mySound = new Sound;
mySound.loadSound("projector.wav");
mySound.start(0);
mySound.onSoundComplete = function(){
mySound.start(0);
}
2: Should the whole movie fade? Or just a movieclip?
3: You can change the _alpha property (or non-see-through-iness) of a
Movieclip, or even just a fill. If you want to do it without actionscript:
Select your movieclip, open the properties panel, select Alpha from the Color
pull-down menu. Then change the % to someting lower than 100 to make it
seethrough. For actionscript:
myMovieclip._alpha = 50;//Or whatever value you want to put in
AddThis Social Bookmark Button