I need help using the swimming animation

Script

EXT. BORA WATER - DAY

@zoom on 274 56 to 428% in 0

@overlay BORA_WATER create
@overlay 6663286092726272_BORA_WATER shifts to -646 -973 in zone 1
@overlay 6663286092726272_BORA_WATER scales to 1.723 1.723
@overlay 6663286092726272_BORA_WATER moves to layer 6
@overlay BORA_WATER opacity 1

@MYLES changes into Myles Trunk 1

@MYLES spot 0.557 251 127 in zone 1 at layer 3 AND MYLES faces left AND MYLES is think_rubchin

@pause for 3
@zoom reset

@MC spot 0.384 20 253 in zone 1 at layer 3 AND MC faces left AND MC is swim_loop_rear
@MC faces left
@MC walks to spot 0.384 156 252 in zone 1 in 6 AND MC is swim_loop_rear

I’m trying to have MC swim from the left to the right (towards Myles), but it’s not working right. Whenever it gets to the “walk” code, she goes the right way but she’s facing the wrong way

FIGURED IT OUT!!

1 Like

what’s wrong with it? like can you specify what the problem is?

1 Like

Sorry, whenever it gets to the “walk” code, she goes the right way but she’s facing the wrong way

1 Like

oh its cause its a rear animation, when you use the rear view animation you need to write the script the other way like if you want it to face right then in the script it should be written as left
im really bad at explaining :sob:

so change it to “AND MC faces right”

1 Like

Yeah, I know that, so I want her to swim right which is why I have her coded to face left but it didn’t work…

oh then maybe try it like

@MC walks to spot 0.384 156 252 in zone 1 in 6 AND MC does it while swim_loop_rear AND MC faces left

1 Like

@MC walks to spot 0.384 156 252 in zone 1 in 6 AND MC faces left AND MC is swim_loop_rear

I did this and it worked, thanks!

1 Like