How can I play a symbol when it reaches a certain position?
i'm assuming there's javascript code can accomplish i'm shooting for, here's i've got. have animate page several vertically stacked symbols extended below main stage. user scrolls through symbols, have each 1 play when vertical position reaches 0. there way accomplish within edge animate?
hi,
well, trying understand post (what's goal).
so, 2 ideas: 1 using mousemove, without mousemove.
it's easy using edge animate ui.
edge provides tools: mousemove, e.pagex, epagey.
here 1 example (a first idea).
1) add 1 mousemove event using edge animate ui: doubleclick on mousemove.
well, chose stage can choose object on stage.
2) add epagex , epagey using edge animate ui: click on e.
whenever see e orange, epagex , epagey available.
if want know , see mouse position:
1) add text box on stage,
2) , on stage.mousemove write code: sym.$("text").html("x="+e.pagex+" , y="+e.pagey);
==> demo file.
a second idea: mouseenter , mouseleave. have added in attached file.
More discussions in Edge Animate CC
adobe
Comments
Post a Comment