thebloodpoolkid
01-21-2003, 09:00 PM
did a search on this but did not find the exact answer I was looking for.
I have four buttons on the main timeline all in scene 1.
each button has a rollover event. also on the main timeline on its own layer there is a blank MC.
the way I have it set up now is:
each button has its very own blank MC in which on rollover event the blank MC will load a .swf file to it.
I included the code so on each other button that the user rolls over it then unloads the previous .swf
so no two .swf are visible at same time.
the thing is the .swf that is loaded is not centered. I had to manualy move the blank MC around on the stage to make it centered.. any other way of doin this?
the stage res =800x600
another question. Should I use the unloadMovie ot shoul I just make it so the others are not visible...which will be better.
should I use the same instance of blank MC or should I leave it as is and have a seperate blank MC for each seperate .swf I want to load.
any help/suggestions will be appreciated...I will try to provide code if needed...but at this point I am just curious.
I have four buttons on the main timeline all in scene 1.
each button has a rollover event. also on the main timeline on its own layer there is a blank MC.
the way I have it set up now is:
each button has its very own blank MC in which on rollover event the blank MC will load a .swf file to it.
I included the code so on each other button that the user rolls over it then unloads the previous .swf
so no two .swf are visible at same time.
the thing is the .swf that is loaded is not centered. I had to manualy move the blank MC around on the stage to make it centered.. any other way of doin this?
the stage res =800x600
another question. Should I use the unloadMovie ot shoul I just make it so the others are not visible...which will be better.
should I use the same instance of blank MC or should I leave it as is and have a seperate blank MC for each seperate .swf I want to load.
any help/suggestions will be appreciated...I will try to provide code if needed...but at this point I am just curious.