LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




ReplyREPLY THREAD
 
Thread Tools Display Modes
  #1  
Old 12-15-2007, 09:13 PM
tuffshot_nba tuffshot_nba is offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Rep Power: 0
tuffshot_nba is on a distinguished road
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.
Attached Files
File Type: rar carProject.rar (44.8 KB, 1 views)
Reply With Quote
  #2  
Old 12-15-2007, 09:29 PM
m. allen west's Avatar
m. allen west m. allen west is offline
Super Moderator
 
Join Date: Jul 2006
Location: United States
Posts: 1,672
Rep Power: 8
m. allen west will become famous soon enough
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
Reply With Quote
  #3  
Old 12-15-2007, 11:15 PM
tuffshot_nba tuffshot_nba is offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Rep Power: 0
tuffshot_nba is on a distinguished road
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.
Attached Files
File Type: rar carProject.rar (44.9 KB, 2 views)
Reply With Quote
  #4  
Old 12-16-2007, 12:12 AM
m. allen west's Avatar
m. allen west m. allen west is offline
Super Moderator
 
Join Date: Jul 2006
Location: United States
Posts: 1,672
Rep Power: 8
m. allen west will become famous soon enough
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
Reply With Quote
  #5  
Old 12-16-2007, 01:10 AM
tuffshot_nba tuffshot_nba is offline
Registered User
 
Join Date: Dec 2006
Posts: 36
Rep Power: 0
tuffshot_nba is on a distinguished road
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.
Reply With Quote
  #6  
Old 12-16-2007, 02:18 AM
m. allen west's Avatar
m. allen west m. allen west is offline
Super Moderator
 
Join Date: Jul 2006
Location: United States
Posts: 1,672
Rep Power: 8
m. allen west will become famous soon enough
If you use scenes it will not be a quick fix.
Quote:
Originally Posted by tuffshot_nba
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.
If you put a stop action in your first scene it will play, with out a stop it will skip to the last scene.
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;
}
}
I don't know how to say it scenes_suck
Look here

One more example...
Quote:
Originally Posted by [PAUL FERRIE]
Music will not play continuiosly across scenes.
For that to happen all your content should be in one scene.
However if you can tell me what it is your trying to do, I'll be more than happy to help you.
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
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 07:05 PM.