Overlay help I want it to bounce on screen

I’m trying to get my overlay to bounce
I want it to come down from the top of the screen and bounce at a certain spot
How do I do that? I thought I put easebounceout ? Can someone help?

@overlay TO BE CONTINUED create

@overlay TO BE CONTINUED scales to % %

@overlay TO BE CONTINUED shifts to X Y

@overlay TO BE CONTINUED opacity 1

@overlay TO BE CONTINUED shifts to X Y in T using easebounceout

*make sure your X value is the same (only Y should be changed, since that causes the overlay to go from up to down, and it’s along the vertical axis)

Also, feel free to check out: HOW TO: Use Easing Functions

Where do I place it at? I don’t get why I need two different scales I thought it was just one then when it appears it just bounces

Follow this:

OK, first find a position you want to place it at (it can be off screen). Once you do that, write those all those coordinates in here:

@overlay TO BE CONTINUED create

@overlay TO BE CONTINUED scales to % %

@overlay TO BE CONTINUED shifts to X Y

@overlay TO BE CONTINUED opacity 1

THEN move you overlay to the bottom of the screen where you want it to bounce and whatever number you get for shifts to X Y (example = shifts to 120 380 ) add that new number 380 (the Y) to the bouncing your overlay code but leave the X value untouched.

@overlay TO BE CONTINUED shifts to X Y(the new value at the bottom of the screen) in T using easebounceout

*T stands for the time, in seconds.

2 Likes

Okay thank you so much (:

No problem :smile_cat: :revolving_hearts:
I love helping :sunglasses: :yellow_heart: :sparkling_heart: :sparkles::tada:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.