See for yourselves: scirra.com/arcade/other-gam ... test-12492 . The game includes a .capx file. (Geez... I will soon need to put the people who helped me into the credits because of how much help I needed.
File not found
Try. Again. It. Works. For. Sure. *Megalovania plays in the background*
So what exactly is the movement problem?
What is it supposed to do?
You evaluate turn = 1 ? If so, you set turn to 2, making the next condition, evaluating if turn = 2 ? true.
Use 'else'.
if 1 ?
else
if 2 ?
if 3 ?
and so on.
Besides this obvious little error, i have no idea what the gamelogic is supposed to do. Sorry.
(link to the game: https://www.scirra.com/arcade/other-gam ... test-12492)
artain123.tumblr.com/post/153216639804
The rest is perfectly fine. It just says to move a certain number of pixels * dice number on conditions of the move button clicked and turn being equal to 1, 2, 3 or 4.
If the rest is perfectly fine, then this is not gonna help at all.
https://www.dropbox.com/s/an3nxygcorchd ... .capx?dl=0
mediafire.com/file/ir2f7gscqohbcpu/game.capx
Oh well...
Develop games in your browser. Powerful, performant & highly capable.
... Could you help please?