Montréal comes to Toronto's rescue!
Change your services button's script to this:
on (press) {
if (_root.current_selection == "services"
{
stop ();
} else {
gotoAndStop ("services clip"
;
_root.current_selection == "services";
}
}
Change your clients button's script to this:
on (press) {
if (_root.current_selection == "clients"
{
stop ();
} else {
gotoAndStop ("clients clip"
;
_root.current_selection == "clients";
}
}
Change your contact button's script to this:
on (press) {
if (_root.current_selection == "contact"
{
stop ();
} else {
gotoAndStop ("contact clip"
;
_root.current_selection == "contact";
}
}
That's it!
Regards,
Might I be blessed with your vote!
Change your services button's script to this:
on (press) {
if (_root.current_selection == "services"

stop ();
} else {
gotoAndStop ("services clip"

_root.current_selection == "services";
}
}
Change your clients button's script to this:
on (press) {
if (_root.current_selection == "clients"

stop ();
} else {
gotoAndStop ("clients clip"

_root.current_selection == "clients";
}
}
Change your contact button's script to this:
on (press) {
if (_root.current_selection == "contact"

stop ();
} else {
gotoAndStop ("contact clip"

_root.current_selection == "contact";
}
}
That's it!
Regards,
Might I be blessed with your vote!
