Hello All,

I have a flash template in which i have 10 buttons and i want to call different movie clip on different button and i have done it but main problem is that when i click on one button its movie play as i write my code like this

on(release)
{
this.page.play();
}

but if click second time on it i run again so i want to remove this problem.

2) when i click on another button the first movie clip still on that place and the second movie clip overwrites on just like this third one also overwrite on them and so on.

Please tell me solution as soon as possible.

Thanks

Jamna