nubian
09-30-2005, 08:29 PM
my mel isn't the greatest.
i'm trying to get it so that if the timeline is on frame 1 go to frame 2 else if on frame 2 goto frame 1.
i thought it would have been somethng like this:
if (currentTime == "2")
currentTime 1;
else if (currentTime == "1")
currentTime 2;
but maya is telling me invalid us of the currentTime object.
please help
thanks in advance
i'm trying to get it so that if the timeline is on frame 1 go to frame 2 else if on frame 2 goto frame 1.
i thought it would have been somethng like this:
if (currentTime == "2")
currentTime 1;
else if (currentTime == "1")
currentTime 2;
but maya is telling me invalid us of the currentTime object.
please help
thanks in advance
