PDA

View Full Version : help plz...


jarviscares
08-03-2003, 01:44 AM
hey i am jarviscares, and it is my first post here :D... also i am pretty new to anything more than basic flash, so plz bare with me...

i have a question about loading movies into a main movie...

k. i have it set up to load Home.swf into a MC titled container, triggered by clicking a button 'enter'. it then plays a preloader, but that is irrelevant... how do i make the button (named button for simplicity) disappear once the movie opens? also, how can i keep the background color i have in the loaded .swf, it just becomes the color of the main movie.

any help is greatly appreciated.


p.s. how do i assign a level to a .swf i am loading in?? or am i going about this the wrong way... anyways plz and thankyou for your help.

black
08-03-2003, 03:52 AM
load movie into somewhat level(lv in code below):

var lv = 10;
loadMovie("myMovie", lv);

Ricod
08-03-2003, 11:50 PM
You can't keep your background color directly as far as I know, but as a workaround, you can place a screensized square graphic with the needed color on the lowest layer and level, or, where you need it.

jarviscares
08-03-2003, 11:52 PM
yeah, i was gonna try that if nothin else. just thot if there was a better way :)

tnx