question about actor's movement

venenali89venenali89 Member Posts: 8
edited October 2012 in Working with GS (Mac)
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

Comments

  • GLGAMESGLGAMES SingaporeMember Posts: 988
    Try doing it another way. , dun use direct movement of the actor. . You can have some colored dots on every grid of the map. Light them up accordingly and then interpolate the actor to the last position with fade or something.
  • Slogghah_GamesSlogghah_Games Member Posts: 29
    I can't help u. But can't wait till u release the game! I love snakes and ladders
  • venenali89venenali89 Member Posts: 8
    because I have 65 grid and 3-7 players, I'm wonding will it be a very hard work If I put colored dots on every grid?
  • venenali89venenali89 Member Posts: 8
    To Slogghah_Games, thanks for you support
  • GLGAMESGLGAMES SingaporeMember Posts: 988
    @venenali89 well you already did make a 65 grid map in the first place. Let me see if i can make a demo of it :P
  • venenali89venenali89 Member Posts: 8
    yes, I have made it.but how can I let you see? sorry I didnt come here before, not very
    sure how to post the porject here. could u please tell me?
Sign In or Register to comment.