Walking backwards help!

So I want the character X to enter a scene while my character Y to walk backwards. I tried this

@X enters from left to spot 1.280 113 24 AND CHARACTER (Y) starts walk_scared_offset_loop to spot 1.167 260 53

but the script has an error…
How can I do it?! :heart:

1 Like

@X walks to spot 1.280 113 24 in 3 AND CHARACTER walks to spot 1.167 260 53 AND CHARACTER is walk_scared_offset_loop

Maybe that’ll work. :blush:

1 Like

That’s because you can’t do this:

When you put in this command you can’t spot direct them. You should do this:
@X enters from left to screen left then X walks to spot 1.280 113 24
Or you spot direct X first out of the zone to the left, I don’t know what spot that is but you need to spot direct them with your directing helper:
@X spot …
@X walks to spot 1.280 113 24

Secondly, you Y character coding is wrong. You can’t have this:

You need to keep the animation and spot apart. Something like this:
AND Y walks to spot 1.167 260 53 AND Y does it while walk_scared_offset_loop

1 Like

Correction: does it while

ohhhhhhhhhhh
hahahaha thank you!

1 Like

thank you!!

1 Like

Np! :blush:

1 Like

but I want the character Y to walk backwards and not face right but left…
before that command I put @Y faces left but it changes

1 Like

This was put after the X command, right?
To face the correct side you can just add this after the animation in the same line:
AND Y faces left

Do you have the spot of X already for standing offscreen? Then I can give you the full code.

1 Like

Oh it worked!! Thank you hahah it was a stupid question but my brain was stuck

1 Like

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