I'm actually new to as3, and I am developing a snakes and ladders game. I already got everything working. Only thing is, when the dice is still on the roll, the chip is already on the move, advancing on each tile. For example, the random number is six. While the dice is still rolling, the chip is already advancing into the sixth tile.
How can I delay the movement of the chip? It must move only when the dice is already done rolling.