So I’m trying to get my character to drink a glass of champagne with an overlay I’m using (the champagne is the overlay). How would I code that? (including for how the overlay moves with her)
Instead of using the overlay, you can use a prop. There should be a champagne prop in the catalog
1 Like
If not using the prop, you’ll have to basically time the rotation of the overlay with the upwards movement if she’s going to be animated at the same time (and/or turn it into a loop if done multiple times). It will probably be a lot of trial and error
1 Like
using prop
@add PROP NAME to CHAR
@CHARACTER starts animation
Using overlay
BACKGROUND NAME with OVERLAY
*adjust your over lay and animate it to your desire
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.