Is there a way of getting the card number and using that to target a dot to change its colour? For example: On card number 5 change the colour of "dot5" to yellow.
I had a go at guessing the script to be applied to the map (it is a group placed on each card).. but it doesnt work. Thank you
Code: Select all
on opencard
put the cardNumber of this card into cardNumber
set the backgroundColor of "dot & cardNumber" to yellow
end opencard