Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Can I Have Too Many Scenes?



Does cutting the movie into scenes have any bad effect on file size, performance, etc? If I have a rather complicated animation what are the advantages and disadvantages between either one long scene or a dozen short ones?



FlashKit > Flash Help > Flash General Help
Posted on: 11-27-2005, 08:33 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Exporting Scenes Separately And/or Importing Scenes From Other Files
does anyone know a way to import a scene from one file to another or a way to export/publish scenes separately (make each scene a different file)

thanks

Sound Across Scenes & Changing Volume In Certain Scenes..
OK, this is kind of hard for me to explain but i'll try...

I want to have a continuous sound loop over various scenes, but I want the volume to increase (i.e. fade up - and i would like it to fade rather than just suddenly turn up) during one of the scenes.. and decrease (i.e. fade out) to 0 during another scene.

On top of that, I'd like the sound loop to stop altogether when they play another audio file on the movie - then the loop resume when they return to scene 1.

Anyone able to help me here - i know it's sounds complicated but I am sure someone knows how i can do this.

Any help would be much appreciated,

thanks,
Chris

Get The _x & _y Of Two Different MC In Two Different Scenes
hi guys,

i've got this problem.

I've got an MC "handpalm" in the scene 'pre'.
And a MC "automatic" in the scene 'auto'.

The MC has a complicated timeline, that creates a interaction with the user (question - answer). The MC itself can be dragged over the stage.
(it can be dropped everywhere; and be used anytime during the interaction).

At one point the movie had to jump to the next scene (this is controlled in the MC - timeline.
But the MC "auto" must be starting at the same spot where the MC "handpalm" in the first scene had been dropped.

I tried to read the _x & _y value in the last frame in the "handpalm"-timeline, and give these values to the MC "auto".
BUT IT DIDN't work !!!

I'm desperate...
Can someone help me !!!

thanx in advance
kgp

Scenes...
Hi

I have a button inside a movie clip within my main movie. When you press the button i want it to go to scene 2..

How do i do this?

Thanks
zerodonor

Scenes
QUESTION.... I have six different scenes in my movie.... how do I link them together??

Using 2 Scenes 1->2->3.....
hi friends& gurus,

i hav created new flash movie in the first scene i hav used almost 10 movieclips ,i gave link to 1 by one ..in the first scene ...when i play the movie its working absolutely perfect...when i getting the problem is ...when i created
2(new)scene ...the movie is blinking and its not playing ...if i give the timeline to scene ...still its not fuctioning...plzzzz help me ...


thanks in advance

ramm
sx_m22@yahoo.com.

Scenes Or Swf's?
What is the most efficient way to organize flow of an entire flash site? with scenes or separate swf's? If the answer is swf's -- how do you pre-load all the different swf's?

Changes In All Scenes
hi.. got a prob with a button in a movie clip..

In mc1 I have a button that changes the color of a movieclip(mc2) on the main stage.
I also have the same mc2 in scene2. Right now i've managed to make mc2 in the stage to change but when i go to scene 2 mc2 is still the original color. I'd like it be that once i've changed it.. it changes in every scene.

i used this on the button:

on (release) {
_root.mc2Color = new Color("_root.mc2");
_root.mc2Color.setRGB(0x663300);

i already tried naming mc2 as a different instance name in scene 2 but it doesnt seem to work.

Using Scenes
How many scenes are a norm in a movie and why do I need another scene? I come from a authoring tool that uses chapters and pages. We are switching to MX!

Scenes
Very simple!
If I link back to the mainpage, how can I skip scene 1 and jump directly to scene 2.
Please!

New Scenes
I have a movie with two scenes. I want a button on the first scene to when clicked move to the second scene. How do I do this?

Know Anything About Scenes?
thanks for having a look. Ive got a serious problem!!!!!


I am working with an mc that is the button control for the main scene. I am attempting to create an else if statement for a Button within the mc that says for eg. If on frame "topview1" then go to frame "topview3".

Here is what my code looks like for the button in the mc that controls the main scene:

on (release) {
_root.gotoAndPlay("topview2");
}


Any Help?

Know Anything About Scenes?
thanks for having a look. Ive got a serious problem!!!!!


I am working with an mc that is the button control for the main scene. I am attempting to create an else if statement for a Button within the mc that says for eg. If on frame "topview1" then go to frame "topview3".

Here is what my code looks like for the button in the mc that controls the main scene:

on (release) {
_root.gotoAndPlay("topview2");
}


Any Help?

Please Help With Scenes
ok, i have 2 scenes , preloader and site

preloader then goes to site. site has an mc called menu.

in scene site, i have 4 pages. in menu i have 4 buttons.

now testing movie the preloader works and goes to site. now when i use the menu it doesnt load the frame 1-4 of site instead it goes to the preloader scene and stops on the frame.

ive tried _root. _level1. _level0. and _parent.

can anyone help?

Using Scenes ?
Does anyone know if I can use the same scene in several different swfs. For example: I have a preloader in the first scene, and I wan't to put it into every external.swf to load in. Or does anyone know a better way to reuse preloaders easily? I'm learning still.
matt

Scenes?
New to Flash, is it a good idea to avoid the use of scenes when constructing a Flash site? I am currently reading Flash MX Saavy and they are using scenes to jump around the project, but I have been told that you should not use scenes???? Any help on this is appreciated.

What are the pros/cons of using scenes? Thanx

Please Help... Something To Do With Scenes
Please help me guys...

I have 3 scenes... a preloader, a introduction and a main.

I did my main before my preloader and introduction.

Can someone explain how can i target my "_root.??" actions to my main and not my preloader?

Please help... thx~

Different Scenes For Different URL's
Hi,
How do you get different scenes from your movie to play when a user clicks on a new URL. Any help would ne great, thanks. C

Help With Scenes Please...
Hi guys....

My first Flash movie, and my preloader is bout to put in Scene 1 with Scene 2 being the larger completed movie....(180k).

My question....
Being a newbie, how do i get the smaller Scene 1 preloader to loop until Scene 2 is ready to go?

Any detailed description would be greatly appreciated.
Tia

(thnx to 'Xurion_Flash_Man' and 'Paraf' for past help)

Scenes
Okay, maybe I'm just tired, but for whatever reason I cannot get this action to work even though I'm running an identical script elsewhere and it works perfectly.

Okay, here goes.

On a button, I have this script:

whois.onRelease = function() {
gotoAndPlay("limee", "limeeloaded");
};

But, it doesn't go anywhere. It should be going to the Limee scene. I'm not sure why as I have this command elsewhere between scenes and it's fine.

I also have this script on the same button, but I don't think it has anything to do with this:

whois.onRollOver = function() {
with (whois_over) {
gotoAndPlay("over");
}
};
whois.onRollOut = function() {
with (whois_over) {
gotoAndPlay("out");
}
};


Is it me? Am I just too tired?

YP

Scenes
basic Flash movie which contains two or more scenes will play back one after another, in the order that they are listed in the Scene inspector. To make your movie more interactive and 'jump around' like I mentioned before you should use actions.

Modify> Frame> Actions (tab)
in mx there is no actuons under frame so how will i fix this becasue when i click on my button which has the action, on release goto scene #.it will also go to other scenes. and i just want it to go to that scene...

How Many Scenes Can I Have?
I have looked in the Flash MX user manual and online help and the Flash MX Bible and I can't find anything that tells me how many scenes I can have in a Flash file. Because of this, I'm assuming I can have an infinite number of scenes, but if someone could clarify this for me I would appreciate it.
I am working on a large cartoon that already has a lot of scenes and I don't want to get surprised down the road when it tells me I can't make any more. Thanks in advance.

Use Of Scenes
should i be worried if i've made an entire site without using multiple frames?

Too Many Scenes?
I'm working on a flash movie that's going to be saved onto cd for presentation purposes.
Is there a problem if I have too many different scenes in just once flash movie.exe (projector)???
I mean, I got around 10 scenes total, and might need to add a few more. I'll probably end up with 20 to 23 different scenes.
Does the loadmovie action work for .exe flash files?
If so, how do I use that? Do I break the movie into smaller ones and then just save them all on the same folder of the cd????

Scenes
I was checking the specs on the endline for the rotary gurder... ah, I'm retarded. I...

Ok, I've created two scenes. The first scene contains my intro and the second scene contains my interface. How do I have the second scene wait until the first scene is complete before playing?

Thank...

Nav And Scenes...
Hey all, I have two questions:

1) I've made an intro and now the next scene the nav should get going. Now the way the intro works is that it builds up the whole layout/nav so when the next scene with links comes the layout stays exactly the same. Now I have the problem that I have an intro consisting of only movie clips, so I cant just duplicate the intro scene and use it for the "next stag" (links) since it will just replay all the movie clips, so is there a fast way I can achieve the exact same layout in scene 2 as I had at the end of scene 1?

2) I want to make a nav, very simple, text link, which brings out a drop down with more links on rollover. Now I have about 10 links and I dont feel like making the nav 10 times. Is there a way I can make one nav system and then just edit the text of the single links? (Besides duplicating one mc, that way I'd still have to make buttons of every link)

Thanks

Scenes
Ok.. well this is my 3rd topic i have posted in this forum...
my first topic was about using scenes and constructing a webpage and i wasn't sure if i should be using scenes..... so i learnt how to load movies inside other movies... for each page instead of using scenes

i had a problem... the pages would overlap the one beneath...
anyway after much frustration i put a message on this forum and.. well yeh there wasn't much i could do....

after much hussle and bussle (i just made that up ) i have come to the conclusion.... why not just use scenes... its much easyer and they don't overlap and it would save me much hassle.... now i am a bit of a n00b to flash.. so you may think i'm crazy

the way i see it is... i make my navigation bar in one scene and then duplicate this about 15 times for each page on the website.... then i can go to each individual scene and add the text and image elements.....

by the way i am using frame labels for my navigation bar.... i dunno if that helps but yeh


so basically what i'm really trying to say is... why not use scenes

Too Many Scenes
Hello,

I have inserted two .jpgs for review if you have time.

I want this vertically sliding menu to work, but it takes a ton of scenes to cover all the possible variations.


Can someone help me with actionscript ideas?


Thanks so much!

Katy

Scenes
I just finished up a web site in Flash MX, there are 6 scenes that I have turned into seperate swf's. I need to know how to load a swf when clicking on a button into the current swf at a specified frame number. It was easy when I had them all in scenes
Please help

Nav To Scenes
I'm a beginner in the world of flash. can somebody help me out with the scripting that I need to add toa button in order to get it to go to the beginning point of a specific scene. The best I have come up with is this:
on(release) {
play()("scene-name", 1);
}

but is just takes me to the next scene not to the specific scene I am trying to go to.

Thanks,
Matt

MC's And Scenes...
Hey,

Iv got a scene called 'Intro'...

I have a MC on the timeline in this scene...and i want this MC to select diff frames on the INTRO scene...

So, say the MC is on frame 2 of the INTRO scene...i want the MC 2 play..then on the last frame of the MC i put some actionscript saying...

gotoandplay 'Intro (scene!) ,3, (frame!;

That prolly aint written rite...but i used the normal mode so i can assure u its written right in my .fla...

The prob is...the MC seems to think that i want it to play frame 3 of the MC!...but i want it to play frame 3 of the INTRO scene...i dont understand...Please help...id give it 6-7/10 for urgency (only cz i sud be sunbathin today!)

Thanx in advance guru's and suchlike...

Bonj,

Mike :|

Help With Scenes
I need some help with using scenes. I tried one of the tutorials on the site, but it didn't help.
Basically all I want to do initially is have my main movie switch to another scene when I press the button.
The primary scene is named "Main". The scene I'm trying to switch to is called "Members".
I tried adding

PHP Code:



on (release) {
    gotoAndStop("Members", 1);
}




to a button, but it does nothing.

Any links to a good tutorial on scenes? Or some other sort of help?

Scenes To MCs...
Hi,

Is there a way to turn each individual scene into a movie clip? Would it simply involve inserting a new movie clip symbol and copy & pasting all frames to the new MC symbol?

Then would I just drag all the MCs to one timeline? Secondly, how would the first MC know to go on and play the second MC? What I mean is, would frame labels or would the gotoAndPlay ("frame label") method work to connect all these MCs, that I'd incorporate from all the different scenes, in one, long timeline???

Can someone please explain this if I am on the verge of doing this successfully??

thanks,

Christine

Using Scenes
I am trying to use a button to jump to another scene. The button is embeded in a movie clip. It is not going to the other scene. Did I make a mistake, or is it not possible to call a scene from a button inside a movie clip.

As a secondary question, how deep should I embed things into symbols (buttons inside movie clips inside movie clips)?

Scenes
Umm...I was just wondering. What exactly are scenes for? Please, i need an elaboration of some sort. thanks.

Scenes
This is probabl a really easy question to answer but anyways how do u change scenes in a movie with a command or the just play()?
And does anyone really use scenes in games or other things...i think so but not sure...thanks

Too Many Scenes?
Having a little trouble with a lengthy flash movie. It has (by neccesity) 30 plus scenes, and the movie runs to a certain point ...then just stops. There is no complicated actionscript, just 'go to frames' etc:

if i cut some scenes out from the movie, it seems to run on further past the point it was stopping at, but short of re-animating the whole thing this is not much use.

Is there a limit to the amount of scenes i can have, or is it a problem with memory. The whole published SWF is only 300k, with vitually no images.

The movies does not freeze (as buttons still work) it just refuses to go any further. aarrgg... how annoying.

anyone else had this issue?

any help would mean re-incarnation as a god.

chunk.

How Many Scenes Is Too Many?
You see.... i have this movie which has many scenes ( 52 to be exact). and when published will only run to a certain point, As soon as delete any scenes in the middle of the movie, the SWF will run the same amount of scenes further on before stopping. I have got down to 30 scenes before it will run the whole length.

Now, surely flash does not have a limit on the amount of scenes??

has anyone else had this problem?? as short of re-animating the whole job... i am totally stuck.

any help will be great.

chunk

Scenes...
Hey,

I got a movie, two scenes...

First I tried to figure out how to make a clip play before the preloader... so I put a secene with jus a lil animation I want to play before the preloader and main movie.. then put the preloader and rest of the movie on another secene.
Called Main_Movie and Intro_Movie.

When I test my movie, ctrl+enter I plays the Main movie scene first.. in the secen window I have the intro above the main movie scene.. How do I configure it so that it plays the right scene first, it always wants to play the main one before the lil animation one I got..

And what code do I gotta put where to make the intro scene go to frame 1 of the other movie.

Right now i'm using:
gotoAndPlay("Main_Movie", "1");
On the end of the MC, the MC is on frame one of Intro_Movie...

It plays the wrong one first, if I test scene then it plays the clip over and over again the code doesn't work to jump the Main_Scene.

Ian

Scenes Etc
hey i really need some help fellas. heres the deal: i made one big animation but i have it spread through 2 different flash documents. i need to combine these two into one movie. ive tried importing them into a new document but the sound doesnt come and all the symbols dont function correctly. PLEASE help me. my e-mail is kiwisuper@hotmail.com THANK YOU

Scenes
Hello, i made 4 scenes and for some reason they go in the order
scene 1,
scene 3,
scene 2,
scene 4.

Does anyone know how i can make the scenes go in the right order or how i can make actionscript to make scene 1 go to scene 2 and not 3 instead? Thanks

Scenes
i have made a menu and when i clip a button i would like it to go to anothere scene. In this case when i click Aerosmith button i would like it to go to the scene called Aerosmith.
This is the code i have but on the Aerosmith button

on (press) {
gotoAndPlay ("Aerosmith", 1);
}

When u press this button it does not take you to that particular scene it just replays the current scene.

Scenes, Please Help.
okay. I am trying to make a button that brings the movie to the next scene...

Lets say i have two scenes.... 'scene 1', and 'intro'.

i am using the code on the button..

on(release){
gotoAndPlay("intro", 1);
}


This doesn't work. Ill click the button and it does nothing. Can someone please explain to me whats wrong, and how to make it work? Maybe im completely missing something, im not sure.

Thanks.

About Scenes...
i read that a lot of people don't recommend using scenes... because they could just make the file too big for the user/visitor to download...

so... if i wanted my two scenes to communicate... it would be easy...

but how about for having two separate .swfs to communicate?

Scenes :(
Hello, i have a problem with my scenes
it keep saying that i have to set "" in my scene or something what do it mean?

Many Scenes
Hi people, I need some help, I make 14 scenes in Flash Mx 2004 Pro. in these scenes, I call a xternal movies, one for scene, when the player are in scene 13, make a cicly, repeat infinitly this scene, and don't play the next scene, I use loadMovie and unloadMovie commands and nothing happen, I put too gotoAndPlay("Scene 14",1) and don't do that.

The master file (I call it setup) size is 964kb, but the 14 xternal movies have meny different sizes, onces 500kb others 2 to 5Mb (I'll include videos in this one).

If anybody know what happen with my code, plz send me a email to explain me that.

******help With Scenes Req*******
hi i need to remove a scene from my movie and need to save it as a new movie file. i tired ocpying all da frames from da scene and pasting them ito a new movie clip but it doesnt work, it jus pastes two graphics form one frame from da cene into one frame of da new movie clip. how do i paste da whole scene into multiple framses as it is originally?

Using Scenes In The Web
Hello,

I've never tried it b4: r there any problems in developing with Scenes for the web? (version - MX previous to 2004)

THanks in advance,
Maya Malimovka.

MC Over Scenes
Hello,

is it possible to transfer the content of an mc (preloaded in the first scene) to the second scene?
In the first scene I have a preloader and I load an external swf into a mc. This one I would use in the next scene (main scene).

Greetings Riven

Scenes?
I want to loop 1 scene.. How do i do this?? I also want to know how to go to a different scene?

Copyright © 2005-08 www.BigResource.com, All rights reserved