How to Construct the Input Boxes

1. Click slider. 2. Create 2 sliders with a=135 and b. b can have any value. Make the minimum value 0 and maximum value 400 and increment 0.1. Make repeat increasing(once). 3. Click input box. Type caption my guess for arrival time to city2 and choose the linked object as b. 4. Click text. Type Your guess is... 5. Click right on the input box and then settings. Click scripting and on update. Type If(a==b, SetValue(text1, "Perfect!"), 0<a-b<=5, SetValue(text1, "Goog Guess!"), 5<a-b<=135, SetValue(text1, "You have lots of time! Don't make people worry so much."), SetValue(text1, "Oh no, they are dead!")) 6. You can also change input box length. Click style yab and change the value. 7. Do the same for the city3 and city4.