This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2010-10-12 17:19:58

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Picaxe Robot- Scratch

bump


You can now reach me on Twitter @johnnydean1_

Offline

 

#27 2010-10-12 20:22:35

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Picaxe Robot- Scratch

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.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#28 2010-10-13 15:00:18

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Picaxe Robot- Scratch

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)

Code:

writeText: 'high', t1 asString, '
' toFile: 'output.bas'

http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#29 2010-10-13 19:00:29

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Picaxe Robot- Scratch

yeah you're right. But I do like Python.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#30 2010-10-14 04:54:09

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Picaxe Robot- Scratch

midnightleopard wrote:

yeah you're right. But I do like Python.

I tried learning it once. Got bored though  tongue


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#31 2010-10-26 15:12:57

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Picaxe Robot- Scratch

bump


You can now reach me on Twitter @johnnydean1_

Offline

 

#32 2011-03-12 15:40:45

Thehero
Scratcher
Registered: 2010-02-15
Posts: 93

Re: Picaxe Robot- Scratch

I think so because we have the motor blocks now

Offline

 

Board footer