need help with action script
so i got 1 scene that has 2 buttons that goes to 2 different scenes
here it is. so the contact_mn doesnt work.
stop();
portfolio_mc.onRelease = function () {
gotoAndPlay("Scene 4,1");
};
contact_mc.onRelease = function () {
gotoAndPlay("Scene 3,1");
}
when i click on contact_mc, it goes to scene 4.
anyone know the correct way to do this?
here it is. so the contact_mn doesnt work.
stop();
portfolio_mc.onRelease = function () {
gotoAndPlay("Scene 4,1");
};
contact_mc.onRelease = function () {
gotoAndPlay("Scene 3,1");
}
when i click on contact_mc, it goes to scene 4.
anyone know the correct way to do this?
Thread
Thread Starter
Forum
Replies
Last Post
axemansean
The Basement
2
Jul 1, 2004 06:33 AM
KingPin
The Basement
2
Apr 11, 2003 09:08 PM



