I need some coding help horsesss

so i got the looping background working , but i am trying to code right to have two horses and two characters gallop loop at the same time but it looks weird, i need help :):slight_smile:
INT.BISCUITLOOP with BISCUITTLOOP to 1.625 0 0 in zone 1 at layer -5
&overlay LOOP_OVERLAY_2 create from BISCUITTLOOP and overlay LOOP_OVERLAY_2 opacity 1 in 0
&overlay LOOP_OVERLAY_2 scales to 1.625 1.625 in 0 and overlay LOOP_OVERLAY_2 shifts to 0 0 in zone 2 in 0 and overlay LOOP_OVERLAY_2 to layer -6

&overlay BISCUITTLOOP shifts to -640 0 in 10 THEN overlay BISCUITTLOOP shifts to -960 0 in 5 THEN overlay BISCUITTLOOP shifts to 0 0 in zone 2 in 0 THEN overlay BISCUITTLOOP shifts to 0 0 in zone 2 in 10 THEN overlay BISCUITTLOOP shifts to 0 0 in 5 THEN overlay BISCUITTLOOP shifts to 0 0 in 0 loop INFINITE times
&overlay LOOP_OVERLAY_2 shifts to 0 0 in zone 2 in 10 THEN overlay LOOP_OVERLAY_2 shifts to 0 0 in 5 THEN overlay LOOP_OVERLAY_2 shifts to 0 0 in 0 THEN overlay LOOP_OVERLAY_2 shifts to -640 0 in 10 THEN overlay LOOP_OVERLAY_2 shifts to -960 0 in 5 THEN overlay LOOP_OVERLAY_2 shifts to 0 0 in zone 2 in 0 loop INFINITE times
@EMMY spot 1.028 141 58 in zone 1
@EMMY moves to layer 1
@EMMY changes into flashbackemmy

What the exact issue? :thinking:

Could you send a screenshot or a screen record of the issue so we can see what is actually happening/or not happening?

I want both of them already riding the horses at the same time

I want both of them already riding at the same time

So you would spot direct each character with the & symbol rather than @ so they perform the same action at the same time.

Oh ok on the same line right

You don’t have to have them on the same line when you use the & :slight_smile:

1 Like

EMMY faces right
@CHAP faces right
@EMMY spot 0.479 137 313 in zone 1
@EMMY moves to layer 3
@CHAP spot 0.551 152 281 in zone 1
@CHAP moves to layer 3
@EMMY is ride_horse_gallop_happy_loop AND NADIA is ride_horse_gallop_happy_loop
@CHAP is gallop_loop and APOLLO is gallop_loop

@NADIA faces right
@APOLLO faces right
@NADIA spot 0.677 152 99 in zone 1
@NADIA moves to layer 3
@APOLLO spot 0.677 166 114 in zone 1
@APOLLO moves to layer 3

this is what i had but nadia is not riding or the horse is not moving

Try using &

1 Like

You need to spot direct NADIA and APOLLO before having them do animations, so like:

@APOLLO spot 0.677 166 114 in zone 1
@APOLLO faces right
@APOLLO moves to layer 3
@NADIA spot 0.677 152 99 in zone 1
@NADIA faces right
@NADIA moves to layer 3
@EMMY spot 0.479 137 313 in zone 1
@EMMY moves to layer 3
@CHAP spot 0.551 152 281 in zone 1
@CHAP moves to layer 3
@EMMY faces right
@CHAP faces right
@EMMY is ride_horse_gallop_happy_loop AND NADIA is ride_horse_gallop_happy_loop
@CHAP is gallop_loop and APOLLO is gallop_loop

1 Like

ok i will see if this works!! :smiling_face_with_three_hearts:

1 Like

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