On 6/7/2014, 11:55 PM, J. Landman Gay wrote:
What happens if you omit the rowNum variable in the repeat loop:

repeat with x = 1 to rowNum
  put ("tile1" & x) into thisButton
  set the opaque of btn thisButton to (the label of btn thisButton = "?")
end repeat

Which obviously I didn't. I meant to just test a different type of repeat structure, but I don't really think it's going to make any difference. But do double-check that the button names and labels match.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to