Hey there,
I just wanted to know, if its possible to Cross a up building animation with an mouse move.
Like: I´ve got an Animation which should build up itself, and after that, this animation will follow the mouse
my actionCodes are
CompositonReady
this.onMove=function(posX,posY){timelinecontrol=Number(posX)*9,5;console.log(timelinecontr ol);sym.stop(timelinecontrol);}
mousemove
this.onMove(e.pageX,e.pageY);
The timeline is labeled
any tricks or tipps?
That would be great.