question about actor's movement
Hello everyone, I am doing a game like snake and ladders, I trid interpolate, it does work, but I have another problem. now I can make the actor move with the number of the dice, but I dont know how to change row, for example:
1 2 3 4 5 6 7 8 9
18 17 16 15 14 13 12 11 10
19 20 21 22 23 24 25 26 27
I want the actor to move from 1 to 27. I can make the actor move from 1-9 and when reach 9 change direction, but I dont know how to do with Y. If I still use interpolate,
position Y will keep change like position X. I want Y change only the reach 9 and 18. I've tried a lot of ways but still cannot. Is there anyone can give me some advice, I really appreciate your help ,thanks a lot
1 2 3 4 5 6 7 8 9
18 17 16 15 14 13 12 11 10
19 20 21 22 23 24 25 26 27
I want the actor to move from 1 to 27. I can make the actor move from 1-9 and when reach 9 change direction, but I dont know how to do with Y. If I still use interpolate,
position Y will keep change like position X. I want Y change only the reach 9 and 18. I've tried a lot of ways but still cannot. Is there anyone can give me some advice, I really appreciate your help ,thanks a lot
Comments
sure how to post the porject here. could u please tell me?