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.

mousemove.jpg

well, chose stage can choose object on stage.

 

 

2) add epagex , epagey using edge animate ui: click on e.

mousemovepagexy.jpg

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

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support