Soundboard V2 (PC) icon Soundboard V2 (PC) Play MP3/WAV via PC sound output with timeline scripts to trigger movements, auto-position actions, and optional looping for synced routines Try it →
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

Harnessing the power of ARC Pro, your robot can be more than just a simple automated machine.