Hello
I am making a minigame with Adobe Edge.
I have a symbol that needs to jump on another symbol. If you press the screen longer, the symbol will jump further.
How can I make this possible? What code am I looking for?
Thanks in advance
Nicolas
Check this out you will get the idea of how to do that : Dropbox - longPressJump.rar
Click the red button quickly, and then clicking the button down for 1 or more than 1 sec, and the click it up, and then see the effect in both the cases.
I have calculated the difference between the mouseDown and mouseUp event, and acted accordingly.