need help please…
-
I tried to follow the youtube (how to make a mario-style mobile game paper 5) and attempted to make a slime chasing the character .
I did exactly what the video suggested me to do
time 1s —> calculate direction —> if the calculated direction x is < 0 —> slime moves by x=-2 (duration 1s)
if calculated >0 —> slime moves by x=2
but the slime just wont move ..
I tested with set label and the calculate direction works just fine
I tested with move by alone and the slime will also move as I requested . It is just when I combine them together , it wont move
please help …
-

FYI