Hi, i put this simple easing code together (below). You can call me i’m being greedy but i’d like to introduce alittle outbounce effect. nothing fancy just one bounce from its final position and then the mc returns to x=500 and y=0.
Is my code below easy to adapt or will i have to start again?
You could add a check that if both x and y are at their final positions and you haven’t jumped yet then jump and set flag saying you have done the jump.
like
add jump = false; line to on load function and add something like this to enterFrame