Heya, I know its 2:30 in the morning, but I'm kinda exited about what I came up with.
First off, I think chess is a bit too complicated as of now, but I am working on a checkers. I have spent quite a while on this, but its a long way from finished. Currently, only the far left, top checker moves, but when you click on it it shows you where it can go. You click where you want it to go, and it teleports there . I am going to fix this, posibly by:
.On left click on PosibleRight (object)| =>> system: set global variable 'MoveRight' to 1
_________________________________________________________________________
.MoveRight (variable) =1|=>> Move bPawn -45
.ActivePawn (variable) =1|
.Every 200 miliseconds |
_________________________________________________________________________
.On Colision with StopBox|==> Set global variable 'MoveRight' to 0
. | Destroy SelectBox
. | Destroy PosibleLeft
. | Destroy PosibleRight
__________________________________________________________________________
I'm not going to add all this tonight, because that would mean giving every piece thier own little collision dot and every PossibleLeft and PosibleRight thier own too. It would aso mean getting rid of some of what I have, and setting up a way to delete the collision dot when it's not on the board. It would also mean I'd have to aim everything just right, and have a correct overlap. By now its 2:45. I'm posting the cap so you can see my measily effort and going to bed. The Cap