How Can You Make Music Continue To The Next Scene?
how can you make music continue to the next scene?
FlashKit > Flash Help > Flash Newbies
Posted on: 06-02-2002, 09:46 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
I Need To Continue In A Scene After 'this' Happens...
greetings,
i'm using Flash MX 2004 Pro:
All in the first frame of my scene, I have 8 small movie clips (each on separate layers) that change their transparency from 100 to 0 when you roll over them with the cursor...
What I am trying code would sound like this in English: "only after all 8 instances of these small movie clips have been rolled over and disappear, the user can then roll over this large movie clip to continue"
I imagine I would do this with 'if'/'then' coding, but i haven't used it before, so how would i code that?
also, would i put this code in the instance of the large movie clip?
help would be greatly appreciated, thanks.
this is what i have coded in the instance of each of the 8 small movie clips:
code: on (rollOver) {
this._alpha = this._alpha -100;
}
Continue A Sound From One Scene To The Next?
I created my movie in about 4 different scenes, and I'm now going back and adding the audio. I want a song to play from scene 1 and keep playing into scene 2 from where it stopped at the end of scene 1.... is there an easy way to do this?
(Flash MX)
thanks
Continue Sound Onto Next Scene?
If I have a long sound symbol in one scene, how can I continue it on the next scene, meaning I have the rest of it appear on the next scene?
Or do I have to merge all of the scenes that I have the sound symbol in, into one scene, so I can properly sync my animation with the sound?
Making Music Continue After Page Change
hiya... i have some music in a flash and i have a control - stop, play button. When you stop the music and then go to a new page it restarts the music... how can i make it so that it remembers whether it is playing or stopped even after you navigate to a different page.
thats the main thing... is it also possible for the music to ontinue playing from the point it is at?
Continue A Movie Clip To Another Scene.
Someone please help me. I'm trying to get a movie clip to start off from the same frame as it left off on the last scene. For example: I have a slideshow behind my menu (semi-transparent), and when the scene switches the slideshow starts over again. Is there a way to get around this???
Thanks in advance
Continue Playing Movieclip When Changing Scene?
I wonder how to solve this problem.
I have a long movieclip that starts in scene one. When the movie jumps to scene two the movieclip starts playing from the beginning again.
Is there a way to make the clip continue where it was when you jump to scene two?
I think I read about it somewhere but now when I really need it I can't find it
Can I Have A (stop); In A Scene And Continue From A Movie Clip With A GotoandPlay?
Can I have a (stop); in a scene and continue from a movie clip with a gotoandPlay?
I have a scene called Welcome.
On welcome's timeline, I have 3 layers:
Actions (stop) on (frame 10)
Labels "Next" on (frame 11-20)
Movie Clip(30 frames) MC on(frame 1-10)
The movie clip plays, and the timeline stops on frame 10, but the movie clip plays it's 30 frames then stops.
At the last frame on MC, I want to put an action to get me to "Next" on the main timeline but the GotoandPlay("welcome","Next"); isn't working, it just plays the MC over again.
Make A Simple Continue Function?
Hi,
I made a presentation animation in flash CS3, but I want the animation to pause at some places, and continue when I click a button. (graphic button on the animation).
Whats the easiest and fastest way to do this?
Thanks in advance,
How Do You Make A Sound Continue Through All Scenes?
Well, as I said above, I want to know.
I'm new here.
I am trying to make a movie with multiple scenes - nothing special. I want background music in MP3 format to continue through all of the scenes, as opposed to only the first scenes.
Thanks!
[F8] Stop Clip But Make Video Continue
Hey guys
I have a movie clip which contains video and also "preloader".
My main problem is when the video finish at frame 2 and then play frame 1 again
makes the user to see the "preloader" for millisecond.
anyone knows how I can skip the preloader after the movie already have been loaded?
my preloader code looks like this:
Code:
onClipEvent (enterFrame) {
var bytes = _root.getBytesTotal();
var bytes_loaded = _root.getBytesLoaded();
if (bytes_loaded == bytes) {
_root.gotoAndPlay(2);
} else {
_root.gotoAndStop(1);
this.loadpercent = Math.round((bytes_loaded / bytes) * 100) + "%";
}
}
How To Make A Line Of Images Continue Moving Across The Page?
I have about 6 images that i want to have move across the page but i dont know how to make them continue following each other as if they are going in a circle but not round (see what i mean?) they are just following each other and when the last one starts going across the screen the first one follows it. i want each of these to be buttons also but that i think i can do. i am just having problems with the moving images and how to get them to follow each other when the first set has gone by.
thanks
arielle
I Need To Make A Movie Continue Playing When A Specific Value Is Put In A Text Field
Hello board,
I'm using Flash 8 Professional and publishing for Flash player 7 (movie will run within a Director MX 2004 Projector).
Anyway, the movie that I'm doing is a simulation of a process for a pharmaceutical company. Employees need to scan the barcodes in a form and that part is done. However, the next step requires them to enter a value in a text field. I put a stop action on the specific frame, then I dragged the text field component to where I need it, but how do I tell it to send a play(); action to the timeline once a specific value is entered and enter is pressed? The value is 389518.R02 if that helps.
How To Make MC Clip Play When Music Starts, Stop MC When Music Stops
Hey,
I've got a audio player on my flash website and I want to have a audio spectrum analyser (those little squares that move up and down randomly) start playing when the user starts playing music and then stop when they stop the music.
Is there a simple way to do this?
Cheers
Max
Next Scene Music
hi:
would like the music from scene 2 to continue on into scene 3. it stops for me no matter what i try.
useing flash 5. thanks
Music During Scene Changes?
I was wondering if there was a way how you can play music, that doesnt start over when your change a scene?
Music Changes As Scene Changes
I want to play a different mp3 on each scene (5 total scenes). How do I make the mp3 stop playing from one scene when you click on another scene. I don't want the mp3's to overlap each other? Is this possible?
Thanks for any help-
cjrw
Music From Scene To Scene
If i have a music player in one scene and i copy and paste it into another scene. If the viewer plays one song in one scene and clicks to another scene, will the song continously play as the viewer clicks from scene to scene?
If not, how could i accomplish this task???
thanks
Music From Scene To Scene
I'd like my music to play across all my scenes instead of stopping once I click out of one to another. DO I have to create an external .swf file with the music in it? DO I create a movie clip with the sound WITHIN the actual main movie?
HELP!
Next Scene/ Music Button?
Ok I have designed a little music player for my website. I created it so each scene has a different song playing in the background. I have made it so the user can click on the individual buttons and takes them to whatever song they desire. Only problem is it doesnt; work. I used the following action but I get no results...
on (press) {
gotoAndPlay("MOVIE2");
}
and then for the next button....
on (press) {
gotoAndPlay("MOVIE3");
}
etc...
What am I doing wrong? You can take a look at eh player at http://www.outcastclan.com
It is a pop-up so if oyu have a pop-up blocker you wont be able to view it. Anyhow. Any help you guys could give would be greatly appreciated
Music From Oe Scene Playing In Another... PROBLEM.
My flash movie has 2 scenes. Scene 1 contains a preloader and an intro with music. Then at the end of the intro, it jumps to scene 2 and the rest of the site has music in the background. The problem is that after a while, the music from the intro starts playing again. Any ideas why? You can see it at
http://www.insitemediagroup.com/mastermindgroup
Thanks for your imput.
Music Dosen't Stay In One Scene ?
Ok here my problem .I have made kind of little web site all in flash.
I have a Bg_music in my scene_4 .when I clic to go in there the music start everithing normal. but when I clic on a button that send me to scene_3 or 2 the music never stop.
What I want is the to loop in music in scene_4 and stay there.
and also how can I make A mute button in my scene_4 to mute the music.
Thanks I really need your help I might get bad note at school
Take Care
[MX04] BG Music Across Multiple Scene
Please help me. When I turn off the music to the scene it turns off however, when I go another scene the music starts playing.
How do I turn off the sound completely when going to another scene?
This is the code for movieclip off/on button
on (release) {
gotoAndPlay(1);
}
on (release) {
_root.soundstatus="on"
}
on (release) {
gotoAndPlay(2);
}
on (release) {
_root.soundstatus="off"
}
I have a control button code:
onClipEvent(load)
{
_root.soundstatus="on";
_root.mySound = new Sound(_level0);
_root.mySound2 = new Sound(_level1);
_root.mySound3 = new Sound(_level2);
_root.mySound4 = new Sound(_level3);
_root.mySound5 = new Sound(_level4);
maxvolume=100;
minvolume=0;
}
onClipEvent(enterFrame)
{
if(_root.soundstatus=="on") {step=5}
if(_root.soundstatus=="off") {step=-5}
maxvolume+=step;
if (maxvolume>100) {maxvolume=100;}
if (maxvolume<0) {maxvolume=0;}
_root.mySound.setVolume(maxvolume);
_root.mySound2.setVolume(maxvolume);
_root.mySound3.setVolume(maxvolume);
_root.mySound4.setVolume(maxvolume);
_root.mySound5.setVolume(maxvolume);
}
Please help. Thanks!
Plays Music From Previous Scene
ok, this has been irritating me all day. I'm making a dress-up game featuring all four of my comic's characters. Naturally. I have the character selection as scene1 and each character's room is scene 2 through 5. Now to the problem. I have it set up so that a different background music plays in each room (with a little mute, un-mute button in the corner). When I tested the game by going from scene1 to scene2, if worked fine. But when I went from scene1 to scene 3, it played both the music from scene2 and scene3 at the same time. If it helps any, this is the tutorial where I learned how to do the mute button http://www.tutorialized.com/tutorial...ff-Button/5056
Loop Scene Music, From A Certain Point?
Hi I have music playing when my opening scene opens, the thing I want to do is have my music looping, easy you say! But can I loop it so the second time it plays, it starts from bar 4 instead of bar 1?
thanks in advance for any replies!
regards Jim Curtis
[F8] Music Restarting With Each Scene Even After Off Button Pressed
I asked this question on another forum and keep getting referred to the FlashKit, which I still havent located an answer in. I have a working on and off button that is placed in each of my scenes. When the off button is pressed and the user moves to the next scene, the music begins playing again...can any one help?
Assigning Music To A Scene Based Site
Ok so i've created a site with multiple scene...I know I know...but it's about all I can manage at the moment...am learning fast though.
Ok the question....Is there anyway to assign music to the site so that it can play no matter what scene I am in, without having to reload every scene.
The only things I can come up with are:
1: provide a pop-up link to my controllable flash system so that it is independant of any sounds played or scene changes on the main site;
2: revamp my site so that there are only two scenes - preloader and main - so that the music can be played all the time without interruption.
I am not at the stage to pursue option 2 yet and option 1 seems the likliest choice subject to anything you brain boxes might tell me.
Wendy
How Do I Stop All Sounds In The Middle Of A Scene And Start Another Music Background
Hi All
I am working with Flash 4.0
I am trying to stop all sound on a keyframe in the middle of a scene and start a second sound a keyframe later. I can get the second one started but the first one doesn't stop.
I have set the property on the keyframe to stop all sounds, but the sound doesn't stop.
Any ideas?
I can get the sound to stop when I click a button to go to the next scene but not in the middle of the scene.
Thanks
Digital Editor
How To Make A Background Music?
I want to add a background music to my site with the button which mutes it... I try different variants, but cant realise this task... Must my site consist of only one scene to play a background music whithout pauses??? If you know how to do it, help me please...
How To Make Music Mixer Like......
have u guys seen the muisc mixer at http://www.yulia-nau.de/eng.htm
and soundlabs.com
they are very complex especially soundlabs one.
but can i make basic music mixer
what u technofreeks think about it
waiting to hear from u .....
bye
adnan
Best Way To Make A Music Player
I want to make a music player but want the songs to load quickly. Is there a good way to do this. the songs are about 3-4 mb and there are 5 of them. any suggestions would be awesome. thanks
How To Make A Music Off Button
Hi
I want to have a song running throughout my movie but I want the viewer to be able to turn the music of if they wish.
Thanks
Im Trying To Make A Little Music Player
im trying to make a little music player for my website, i downloaded all the sound loops i want, and i am stuck on one thing, i have a play button, stop, next and prev, i cant figure out how to get the prev and next buttons working, if i hit next i want it to go to the next frame and prev to the frame before it...
any information will help thanks
Make A Music Player.
how would i go about creating a music player. like nothing too complex, just a drop down list of the songs, and play stop pause buttons? thanks for the help in advance.
How To Make Music Fade Out
i am working on a movie, and i
have one quick question:
How do i fade the music out. Everytime
i try to use the fade out effect in movies,
it doesn't work!!
plz answer as quickly as possible!!
How To Make The Music Synchronize
i have a litt le bit of a problem.. i can't make my music synchronize
to the text... in this case the synchronizesation depends on witch internetspeed you have..
i want the music to start in the firt frame and not depending on the internet speed..
in this case i have made a karaoke.. you can taka a look at it on www.jennifereskola.com and then klick on the link nÖjen....
and then karaoke...
i hope someone can help me
/ Fredrik
How To Make Music Stop?
Hi there.
I'm making a simple little flash video and I don't know how to make the music in it stop at certain point. It just keeps going and clashes with the other music though goes on through it... I tried setting a keyframe, didn't work, any help would be appreciated. Thanks.
Ill Music Bar...CAN YALL HELP ME MAKE?
yo, i was wonderin if anybody could help me make a music button like this
i been tryin 2 do this for AGES with the text scrolling, the multiple tracks AND the lil music bars bouncing up n down
plz help..1
How To Make Music Fade Out
i am working on a movie, and i
have one quick question:
How do i fade the music out. Everytime
i try to use the fade out effect in movies,
it doesn't work!!
plz answer as quickly as possible!!
How To Make The Music Synchronize
i have a litt le bit of a problem.. i can't make my music synchronize
to the text... in this case the synchronizesation depends on witch internetspeed you have..
i want the music to start in the firt frame and not depending on the internet speed..
in this case i have made a karaoke.. you can taka a look at it on www.jennifereskola.com and then klick on the link nÖjen....
and then karaoke...
i hope someone can help me
/ Fredrik
How To Make Music Stop?
Hi there.
I'm making a simple little flash video and I don't know how to make the music in it stop at certain point. It just keeps going and clashes with the other music though goes on through it... I tried setting a keyframe, didn't work, any help would be appreciated. Thanks.
Here's Your Big Chance To Make A Music Video
Here is your big chance to show your flash skills and make a music video for a really cool song in FLASH!
Email me for details and I will tell you exactly what we are looking for.
Please provide a link to an online sample of your work!
We have no money to pay you for this project, but guarantee exposure and a great resume piece.
Thanks,
Ruben
ruben@tikidoll.com
How Can I Make Proper Music Loop?
i have a problem, i use COOL EDIT 2.0 to make music loops and turn the wave file into mp3. When i have done this and reopen that music file something very strange happened!! the program inserted silence in mine loop!! the beginning and the end of it has a short period of silence!!
Can someone help me with this? i dont know what im doing wrong here!! ( in wave its working good though.. but i want to reduce file size...)
|