toonster
09-18-2005, 09:40 PM
im trying to have a MC that is within a parent movie to play upon arriving at a frame in that main movie (say frame10) now i also want the main movie to stop on frame10 as well. i tried the following actionscript
stop();
_root.Q01.play();
Q01 is the instance name of the MC that i want to play. this is not happening though? and i dont know why?
it should be simple but i just cant seem to figure out why it is not starting the MC.... on a side note this MC is controled via another MC on the stage and it will react to the action script in that MC... so it leads me to believe the problem is with this simple (should be) two line code at the stop frame in the main timeline...... does that all make sense?
thanks.
stop();
_root.Q01.play();
Q01 is the instance name of the MC that i want to play. this is not happening though? and i dont know why?
it should be simple but i just cant seem to figure out why it is not starting the MC.... on a side note this MC is controled via another MC on the stage and it will react to the action script in that MC... so it leads me to believe the problem is with this simple (should be) two line code at the stop frame in the main timeline...... does that all make sense?
thanks.