I have a BYOB block (It has LONG code.) and I want to export to squeak. Is this possible?
Offline
Only if it contains no blocks which generate a pause.
Offline
rubiks_cube_guy238 wrote:
Only if it contains no blocks which generate a pause.
Actually...
'Thanks to rdococ, a new way of the wait block'
| t1 |
(second amount) timesRepeat [
10 timesRepeat [
t1 _ 'something'
]
]
All commands take 0.1 seconds to process, which is 100 milliseconds. If I'm wrong, please tell me. This is the equlivant to the "wait (second amount).2 secs" block.
Offline
thebuilderdd wrote:
I have a BYOB block (It has LONG code.) and I want to export to squeak. Is this possible?
Wait until 4.0 and you'll be able to export it to Javascript -- but it'll still depend on having the BYOB runtime around.
Offline
Bump
Offline