
Welcome Guest
|
|
|
#1
|
|||
|
|||
|
2 scenes in project. 1st one not showing in test movie
Hi
I have 2 scenes in my project, one is an intro and the other will be the main website. when i test the movie scene 2 plays but the 1st scene is nowhere to be seen. I have attached my .fla file. Can someone please help, its driving me nuts. |
|
#2
|
||||
|
||||
|
Yes, but please don't double post .
From what I see is that you only have one scene, and that is just the box getting bigger, is there more to this file?? I see you have two layers, but not to scenes, and that if you double click on the small white box that there is animation inside that M.C. "movie clip", so what am I missing here, is there more? You did do a nice job on the bounce..
__________________
There are dangers to being self aware, the realization that you are not the first. aA+(1-a)B Last edited by m. allen west : 12-15-2007 at 09:32 PM |
|
#3
|
|||
|
|||
|
Sorry about the double post, it was unintentional, I thought my browser crashed so hit the submit button again.
I must have not saved my .fla file before, thats why scene 2 isnt on it. I have attached it again which now includes the 2nd scene. I cant figure it out. |
|
#4
|
||||
|
||||
|
First thing would be to not uses scenes look here here
even adobe says that it's not a good idea to use scenes Adobe so what do you use? ....Frames, and M.C. Adobe says: "Scenes can make documents confusing to edit, and Scenes often result in large SWF files."
__________________
There are dangers to being self aware, the realization that you are not the first. aA+(1-a)B Last edited by m. allen west : 12-16-2007 at 12:31 AM |
|
#5
|
|||
|
|||
|
Thanks for the advice. Right now im looking for a quick fix, I have a deadline very soon. Is there any way of having the 1st scene load first then the 2nd scene?
I saw a video on it and the guy got it right, i dont know what he did differently, but it worked well. |
|
#6
|
||||
|
||||
|
If you use scenes it will not be a quick fix.
Quote:
However with the stop it will not play the last scene. So you'll have to write some script to fix that. Actionscript:
stop();
// this number we will use to trace the current frame of a M.C. named box in the first Scene
var n:Number = 0;
onEnterFrame = function()
{
// setting up a trace
n = this.box._currentframe;
trace(n);
// in Scene 1 if box current frame = 10
if (this.box._currentframe == 10)
{
//it will goto and stop Scene 2
gotoAndStop("Scene 2", 1);
delete onEnterFrame;
}
}Look here One more example... Quote:
Most people don't use scenes.
__________________
There are dangers to being self aware, the realization that you are not the first. aA+(1-a)B Last edited by m. allen west : 12-16-2007 at 04:05 AM |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| text fade not showing in main movie? | scott_b | Newbies |
2 | 12-13-2004 09:55 PM |
| Attach movie problem | rbruhn | Flash MX ActionScript |
1 | 07-29-2003 11:08 PM |
| 1st form in Flash, but buttons not appearing in Dreamweaver test? | GavinJones | Flash MX |
4 | 10-25-2002 10:01 AM |
| forum won't post everything | meem | Members Cafe |
4 | 01-08-2002 10:11 AM |
| preloading | plankd | Newbies |
4 | 08-25-2000 11:15 AM |





