ssjogus
03-11-2003, 07:41 AM
hi!
i have created 2 flash files: bg.swf and grBall.swf
Then in grBall.swf there is one movie clip: mvGr1
---------------------
In a file bg.swf I load the movie grBall.swf defining it' level and all the necessary things
----------------------
In a file bg.swf I have buttons and through that button i control movie clip : mvGr1
_level1.greenBg.gotoAndStop( _level1.greenBg._currentframe+parseInt(points))
----------------------------------------
PROBLEM:
but what I want to do is, when this movie clip "mvGr1 " ends, some move clip from the file bg.swf file should start playing. bg.swf is the file where i have loaded all the files.
please tell me how to do that?
shruti.
i have created 2 flash files: bg.swf and grBall.swf
Then in grBall.swf there is one movie clip: mvGr1
---------------------
In a file bg.swf I load the movie grBall.swf defining it' level and all the necessary things
----------------------
In a file bg.swf I have buttons and through that button i control movie clip : mvGr1
_level1.greenBg.gotoAndStop( _level1.greenBg._currentframe+parseInt(points))
----------------------------------------
PROBLEM:
but what I want to do is, when this movie clip "mvGr1 " ends, some move clip from the file bg.swf file should start playing. bg.swf is the file where i have loaded all the files.
please tell me how to do that?
shruti.