I have a Board Game with 40 different positions and every position have an object and just i want to move my player to one o those objects position depending what number the dice give to the player, like if player is in object 5 position and dice give a 6 then move player to object 11 position.
i have 40 objects call spawn
from spawn1 to spawn40
P1position is a variable that has the player position plus dice number
i try doing this but is no possible in construct2
system created object Player1 on layer 3 at ("spawn"& P1position &".X") ,("spawn"& P1position &".Y")
if there is other way to do it please help me, thank u..