View Full Version : Weird preloading=)
kelemvor
06-25-2002, 05:05 PM
Hi i need to make a one movie to preload before it goes to scene....i ll expalin myself...
I have a movie and then when the user click a button another movie load in the same level(0)
How can i start to preloading the second movie meanwhile the user its browsing in the first one?
Tx in adavance=)
Billy T
06-25-2002, 05:21 PM
http://www.actionscripts.org/showMovie.php?id=355
kelemvor
06-25-2002, 05:43 PM
But im wondering if this code will work when the user click the button..i mean if i place this code ,just when the new movie its loaded will play...right?i need it to play when the user click the button and place it at the same level(level0)because the movie will be full screen navigator so.....the code will work then for this?=)
tx again
Billy T
06-25-2002, 05:50 PM
it wont play if you put a stop action in the first frame
load them into different levels
at the start of your main movie set the level visibility to false
_level2._visible=false;
_level3._visible=false;
etc etc
then when the click on a button
on(release){
_level1._visible=false;
_level3._visible=true;
_level3.play();
}
something like that anyway
cheers
kelemvor
06-26-2002, 10:18 AM
Well the problem is...i need both movies in level 0...because if i place the movie in level 1 it will not be in full screen navigator......i mean i have the main movie in fullscreen navigator and the u must click the button to see the other movie...if i place the movie in level 1 or higher it will not display as the main movie at "full screen" u cath me?=)
Billy T
06-26-2002, 11:14 AM
sorry but I don't understand
kelemvor
06-26-2002, 11:25 AM
Sorry for my typos =)
i ll try to explain again=)
I have the main movie in level 0 this is the one that the use see at first....this movie its full screen navigator(exact fit etc.....)Then the user click in a button in the main movie to go the second are(another movie)this movie its an animation that must be as the main movie ...full screen navigator(as above)...if i place the second movie in level 1 or 2 etc....the movie will dispaly but not covering the whole are of the navigator....
better now?=)
Again tx and soory for my bad english=)
Billy T
06-26-2002, 12:12 PM
I see now what you are saying but I don't see why level 1 wouldnt just stretch to fill the screen like level 0 does...
anyway if it doesnt work try loading your content into a target mc which will just be a square mc the size of the stage
cheers
kelemvor
06-26-2002, 03:59 PM
Tx i ll try =)
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.