Oficina: Difference between revisions
| Line 78: | Line 78: | ||
In Turtle Art Activity there already is a way to plug a python code to add new block's functions. The idea is add a similar feature to Oficina. Sugar has already a python editor called Pippy. Using this kids can developed or edit your own brush and import your custom code into Oficina using the Pippy button. | In Turtle Art Activity there already is a way to plug a python code to add new block's functions. The idea is add a similar feature to Oficina. Sugar has already a python editor called Pippy. Using this kids can developed or edit your own brush and import your custom code into Oficina using the Pippy button. | ||
One example of a tool code (nowadays it is the current brush) | One example of a tool code (nowadays it is the current brush): | ||
def brush(self, widget, coords, last, size = 5, shape = 'circle'): | def brush(self, widget, coords, last, size = 5, shape = 'circle'): | ||