I would say no, unless you made a program that intercepts scratch broadcasts and converts them to picaxe code. It wouldn't be hard with some basic python.
Offline
midnightleopard wrote:
I would say no, unless you made a program that intercepts scratch broadcasts and converts them to picaxe code. It wouldn't be hard with some basic python.
naw, it's much easier to add blocks that write a line of code to a .bas file, as picaxe will then read the file and code the pic. try this "turn on output (n)" block (i think)
writeText: 'high', t1 asString, ' ' toFile: 'output.bas'
Offline
Offline