PDA

View Full Version : More Questions ;)


KahunaKilla
04-15-2001, 05:19 PM
one more questoin for you Guru's(Or however it's spelled).
I'm using the event:
on (rollOver) {
}

Now i want it to play a sound.
I'm using an image..So there's no way for me to target from a frame ;)
Thnx for the help again!

Jesse
04-16-2001, 08:15 AM
The easiest way to play a sound on rollover is to put the sound in the OVER frame of the button itself...

Cheers

Jesse

KahunaKilla
04-17-2001, 05:43 AM
Thnx a bunch jesse, you'r a true Flash Guru, i'm glad that people here know what their doing..Hmm where would i be without the help of nice and generous people like jesse?....

Jesse
04-17-2001, 05:50 AM
KahunaKilla - No problem but I must ask you to reduce the size of your footer please. Its dimensions are so large that people on low res would have to scroll sideways. :)

Cheers

Jesse

KahunaKilla
04-17-2001, 06:21 AM
I got rid of the sig it's self...because i don't currently have the time to modify it to make it viewable..but anyhow...
Is there a way so that when i release the mouse off of the graphical element the song stops playing?

Jesse
04-17-2001, 06:41 AM
You could add:

on (release, releaseOutside, rollOut, dragOut) {
stopAllSounds ();
}


To the button...

Cheers

Jesse

KahunaKilla
04-17-2001, 06:44 AM
You're really good at flash..hehe
The last question for the night before i head out is..
is there a way to "ease in" and "ease out" in buttons?
If so.
I'd be intrigued to know ;)

Jesse
04-17-2001, 06:49 AM
Do you mean graphically make the button look like it slowly depresses or are you talking about making hts ound fade in and out?

Cheers

Jesse

KahunaKilla
04-17-2001, 11:47 PM
Instead of having a sig..where you have frames..
mine's just pure graphical...
as you can see here:
http://www.angelfire.com/vi/kahunaspage
(wait for it to load)
what i want is on mouse over
to have the graphics or text or sound to ease into the flash
and not be a harsh cross over.
Hope that's clear enough.........

Jesse
04-18-2001, 03:56 AM
It's clear but I don't know how to do it :)
You can do it using the pan method I think but I don't kno wmuch about these new sound controlls in Flash 5. Post a new topic about how panning and volume controlls work and see what you get.

Cheers

Jesse