the code supplied will start / stop ALL movieclips, that is its function :D
you will have to give instance names to the contact us movieclip and specifically stop it -
_global.startAll = function (j) {
...
mainClip.subClip.stop();
};
hth :)
Printable View
the code supplied will start / stop ALL movieclips, that is its function :D
you will have to give instance names to the contact us movieclip and specifically stop it -
_global.startAll = function (j) {
...
mainClip.subClip.stop();
};
hth :)
Thanks dude.