my first post, I love construct already but have got to find my way :P
My first problem as well ;)
================= situation
global text shape_all = "shape_red:shape_blue:shape_purple:shape_yellow:shape_green:shape_orange"
global text shape_1 = "empty"
global text shape_2 = "empty"
global text shape_3 = "empty"
global text shape_select = "empty"
set shape_select to (tokenat(shape_all, int( random( tokencount(shape_all, ":"))), ":"))
================= problem
I can't find a solution for
a. randomly set shape_1 _2 or _3 to shape_select
b. set the remaining two shape_x to something different than shape_select and different from each other (using the shape_all list)
I was used to be working with Director Shockwave Lingo
Have a look at chato.nl/ipad and hit the blue balloon (second screen) to see the progress
Hope someone can help me on this one! (arrays/lists are not easy in C2 for me yet) TNx!