ID:154281
 
I was thinking of making a board game......

I was just wondering, how would I make board game movement similar to Monopoly? (Moving Clock Wise) It is really stumping me!
Sariat wrote:
I was thinking of making a board game......

I was just wondering, how would I make board game movement similar to Monopoly? (Moving Clock Wise) It is really stumping me!

Your options vary. You could simply check x,y values to see which direction would be appropriate for the next game space, or you could set a directional flag when creating the space that does the same thing. You could set a var/turf pointing to the next space. Just about any of those will do.

Lummox JR
In response to Lummox JR
Yeah, kinda like my movement demo! Duh! Thanks!