Group: Forum Members
Posts: 9,
Visits: 34
|
Hi All, I realised this way too late into editing the task, and discovered that all the problems has the same position for all the blocks and pegs. Inside the code it has the start positions as:
/ r_startX = parameters.h1 / r_startY = parameters.v2 / g_startX = parameters.h1 / g_startY = parameters.v1 / b_startX = parameters.h2 / b_startY = parameters.v1
Which isn't ideal if I want each problem to has its own custom start point. I figured that I will have to create a list such that:
<list r_startX> /items = (parameters.h1,parameters.h2...)
and so on for the other problems. But how do I get the script to change the start positions according to the list as the problems progress?
|