Asked — Edited

If Conditions Broke On 9-14-2012 Update

Here's some sample code that just keeps counting beyond 90 where on the previous update it exits as it's told.


$position = 10

:loop

 servo(d1, $position)

 print("Position: $position")

 Say("$Position")

 sleep(1000)

 $position = $position + 10

 if ($position > 90)
   goto(done)

goto(loop)

:done
Say("I'm Done counting!")

 

Uninstalling the latest update and reinstalling the previous one was a solution for me.

Hope this helps.


ARC Pro

Upgrade to ARC Pro

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!