Lookup1 parameter is what I call a double-lookup. It is a very special dynamic block item. It is different from a typical lookup parameter in that it has two tables attached to it rather than one. In order to see both tables set the system variable BACTIONBARMODE to 0. At that point you will see both tables (named Lookup1 and Lookup2). You need to edit the values of both tables in the manner I described in my last post. You also need to make sure that the 'Lookup Properties' names match on the two tables. You only edited the values on Lookup2. Add the appropriate values to Lookup1 table and it should work fine. Let me know if you hit a snag.
The way the block works is as follows.
Distance2 is the linear parameter with the shown grip. It is set to a 2.5 increment with a 2.5 min. It has four actions attached to it as follows. Scale scales the Distance4 parameter which is 1/2.5 the distance of Distance2. The length of Distance4 is used for the count field display Move moves the count attribute. Array2 arrays the blocks of 10 Red rectangles. Stretch1 stretches the wipeout, Distance3 and the Distance1 linear parameter. The Distance1 parameter is chained and arrays the single rectangles. Distance3 is chained and arrays the blocks of 10 Green rectangles.
Position1 is a point parameter that has a single stretch action that stretches the base point of the Distance1 parameter.
Lookup1 parameter is a double-lookup with the tables Lookup1 which is used for input and Lookup2 which is used for output. Lookup1 table uses Distance2 as its input property in order to determine the 'Lookup Property'. Lookup2 changes the visibility state and the Y position of Position1 based on the 'Lookup Property' determined by the Lookup1 table.
I noticed one other slight issue/detail. I used two number count attributes. One of them is called Number 0-10. It has two leading zeros padded to the front of the value. Number0-10 is displayed for the 0-10 visibility state. The other is called Number10-100 and has a single zero padded to the front of the value and is displayed for all other visibility states. The issue that I noticed is that the Number0-10 is displayed for the value of 10 which actually makes 4 digits (two leading zeros a 1 and a trailing zero). To fix it I would add a third attribute called Number10. I would change Number0-10 to be Number0-9. I would create another visibility state called 10. I would change the visibility state 0-10 to be 0-9. I would add a row to both lookup tables with a lookup property of 10. I would change the lookup property 0-10 on both tables to be 0-9. For lookup1 table I would change the range value for lookup property 1-9 to be (0,22.5]. I would make 25 be the value for lookup property 10. On lookup2 table I would make the visibility state 0-9 show for the lookup property 0-9 and the visibility state 10 show for the lookup property 10. I would keep the value 0 for Position1Y for lookup property 0-9. I would add 0 as the Position1 Y value for lookup property 10.