PDA

View Full Version : MC instance problem


10drc
03-07-2001, 01:36 PM
Hi


I have on the main scene with 2 different MC's clip1,clip2 loading ,each with there own instance.

I want to use the buttons on clip2 to run another clip3.
I have placed all three in the timeline.The actions call clip1 and then clip2 which load fine.When I try to intiate clip3 from a button on clip it momentary flashs but the page remains with the info from clip1 and clip2.I've tried adding a blank MC to clear the screen when the button is pressed but it is only a momentary change of state.

Can someone sudject what I'm missing.Do I have to load the MC's on differnet levels ?I tried nesting the blank MC with clip3 but that didn't work.I'm using telltarget,so the error usually is the path is not right when pressing the button to initate clip3 when it was nested off the blank MC

Again all MC's have been given an instance in the main menu.

any suggestions ?

Dan

mgb
03-13-2001, 10:44 PM
Welcome to Actionsctipts. You should try using the full path to the movie clip from the root. (is clip 3 on the root level or in another movie clip?)

10drc
03-13-2001, 11:42 PM
Already ,was able to fix the problem.On to the next .


thanks for the response

Dan