hello.
i am trying to create a multi-level clickevent.
all in one does work with the “onClick” function:
animateslow("LenY",62.5,100);animateslow("LenZ",160,100);animateslow("X",32.5,0)
however, for a training session i need a division into two steps (clicks).
click1:
animateslow("LenY",62.5,100);animateslow("LenZ",160,100);
click2:
animateslow("X",32.5,0)
click3:
back-to-start
i checked the wiki here, but i do not find any related information to archive this:
Maybe some here could point me in the right direction, that would be nice.