The code for throwing overlay?

So I’m trying to throw the tomato from off the scene to my character’s face, then it falls down. Like the tomato is being thrown horizontally from the right. My code is
&overlay TOMATO create
&overlay TOMATO opacity 1 in 0
&overlay 6059474351030272_TOMATO shifts to 215 312 in zone 2 in 1
&overlay 6059474351030272_TOMATO scales to 0.099 0.099

But when I click preview, the tomato was being thrown from the bottom left side of the screen, so how do I change that?

1 Like

Try changing your code to
&overlay TOMATO create
&overlay TOMATO opacity 1 in 0
&overlay 6059474351030272_TOMATO shifts to 215 312 in zone 2 in 1
&overlay 6059474351030272_TOMATO scales to 0.099 0.099 in zone 2 in 1

And make sure you place it off the screen then put the code
like in the previewer drag it offscreen to the left and copy the code then put the code above.!!

1 Like

Alright I’ll try that right now, thank you!! :two_hearts:

1 Like

It works!! Thank you so much for ur help. :smiling_face_with_three_hearts:

1 Like

Np!! You can dm me anytime if you get stuck again. :innocent:

1 Like

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