|
-
Help with trying to make a cool Intro page
Well first off just wanted to say hi to everyone and thanks in advance for anyone who can help me out with my question. Here we go. What i want to do is for an intro page i am going to have a turbo with the impeller facing forward
basically this picture, or something that might work better
Then what i am looking to do is that when you mouse over the impeller the blade will actually spin and have a sound like a turbo spooling up and then if you take the mouse off of it there will be a sound like a blow off valve going off. Then when you click on the impeller you get taken into the site. Is this possible?? Thanks.
-
Ok you want the blade to spin...
cut around the blad with a piant program import it make it a graphic whatever.Start a new layer for you animation of the spinning blade so start it how the picture is. In the next frame move it a lil bit to the right or left and do that untill it is back to the normal postion now to loop it over and over to spin if the mouse it on it just make the mouseover event go back to frame 1 at the end of the animation. 2nd The sound I have no clue how to do mouseover sound maybe you just tell it to play frame Blank and that has the sound in it is all I can think of hope it helps. if not meh.
[email protected]
-
For the sound:
Import the .wav file.
In the library, right click the sound and go to "linkage..."
Check: Export for ActionScript (notice the .wav name for the identifier)
On frame 1 of the intro (main timeline) add the lines:
turbo = new Sound();
turbo.attachSound("filename.wav");
Then on an invisible button over the blade, or whatever you use -> right click the button and goto actions; add this:
on(rollOver){
_root.turbo.start();
}
-r
Last edited by FrogMuffin; 01-30-2003 at 08:35 AM.
-
all i have to say is wow. Obviously it can be done, and thanks for al the help, but im sure that it will take alot of work on my part. Either way Thanks again, and if anyone else has some comments feel free to speak up. Any ideas on where to get the turbo sounds??
-
Meh.
www.sounddogs.com
www.flashkit.com
www.yahoo.com/search for Turbo engine sounds fan sounds soundpacks anything sound related wind sounds something like that, a good program to cut sounds it Goldweave or Goldwave somethin like that.
-
Well here is what i have so far
http://www.mndsm.com/~ctd17/Turbo.swf
I dont know how to do the mouseover yet, or the sound but if anyone else has suggestions that would be cool.
Also it seems that it cut part of the picture off. there is supposed to be a www.mndsm.com at the bottom?? Thanks again.
-
[email protected]
dude e-mail me ill help you with what I can I don't really like what you got.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|