i know how to use the get days feature, but i can't get it to work in unison with my project.
this is part of the whole script:
myday = mydate.getDay();
// gets days in numerical form with 0 =Sun, 1=mon, etc.
if (myday = 0) {
tellTarget ("saturday") {
gotoAndPlay(1);
}...
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.