One way to shorten the "else...if" stuff is using a switch. You still have 18 of them, but you don't have to loop through every single one every time. It would look like
switch (evtObj.name){
case "point1":
_root.yourclip.gotoAndPlay(2);
break;
case "point2"...
Hi all,
I have a somewhat pressing issue. I am in the process of upgrading a server of a client of mine to Windows 2003 Server. They are currently having some network issues that prevent some of the employees from doing their job properly (can't get to some of the shared resources due to a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.