Hi I am in need for help my project say we must make the board game clude in to a pc verion.
I cant get it working when the dice rolls then lets say u are able to move 6 times
but 13 steps is one block. how can i make it so that if they roll 1 to 6 they can deside where to move on whitch blocks?
Offline
HEr is my project so far if someone just can help me plz
http://scratch.mit.edu/projects/DeamonGEnius/2707910
Offline
Here's what I think you want:
when [dice] clicked set [roll v] to (pick random (1) to (6)) switch to costume (roll) //Dice sprite should have 6 costumes for each side broadcast [move v]And on the moving sprite:
when I receive [move v] move ((roll) * (13)) stepsHope that helps.
Offline