hi there,
you should use a flag variable inside the onEnterframe script that if the level change then the the code cant make effect
like,
once the round clear set flag = 1;
onEnterFrame
{
if (flag == undefined)
{
// Do the Action
}
}
OR Next And Strong Way is you create a movieClip (controller)m placew another movieclipinside (the inner mcClip contain the onEnterFrame script)
present on the 1st frame,
when round clear mcController.gotoAndStop(2),// on that frame the inner mcCLip doesnt exist so the Script will not disturb.....
FlashWizardz
[email protected]