scratchfoundation / scratch-vm

Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
http://scratchfoundation.github.io/scratch-vm/
BSD 3-Clause "New" or "Revised" License
1.21k stars 1.5k forks source link

Repeat until should be avaliable #86

Closed itselijahciali closed 8 years ago

itselijahciali commented 8 years ago
screen shot 2016-06-29 at 11 17 58 am

I think we need [repeat until (...)] blocks in "scratch3_control.js" 'control_repeat_until': this.repeatUntil?

tmickel commented 8 years ago

Yep - lots of blocks still need implementation! :)

tmickel commented 8 years ago

An initial implementation is merged.