Hello Dudes and Dudettes,
When I click on my button, I want it to
make several things in my movieClip.
Is this type of code a good idea?
=====================================
on (release) {
loadMovieNum(“swf/portfolio.swf”, 1);
gotoAndStop(“bt4”);
unloadMovieNum(2);
_root.main.gotoAndStop(“off”);
}
Thanks!
Neuhaus3000