Changes

Jump to navigation Jump to search
Line 639: Line 639:       −
===Create your own 'camera' block with Python code===
+
===Crear su propio bloque de 'cámara' con el código Python===
As of TurtleBlocksV106, this section has been largely superceded. The Show Camera block [[File:Show camera.jpg]] now has the function of the Python code and Show Media blocks [[File:Python show media.jpg]]. This information has been retained just to show how a little Python coding can be used to create your own 'show camera'.
+
A partir de TurtleBlocksV106, esta sección ha sido ampliamente superado. El show de la cámara de bloque [[File:Show camera.jpg]] ahora tiene la función del código de Python y Mostrar bloques de los medios de comunicación [[File:Python show media.jpg]]. Esta información se ha mantenido sólo para mostrar cómo un poco de código Python se puede utilizar para crear su propia 'cámara espectáculo'.
       
[[File:Captureta camera.jpg]]
 
[[File:Captureta camera.jpg]]
   −
Load the following code into the Python block [[File:Pythoncodeblock.jpg|40px]]
+
Carga el siguiente código en el bloque de Python [[File:Pythoncodeblock.jpg|40px]]
    
  def myblock(lc, x):
 
  def myblock(lc, x):
Line 658: Line 658:       −
This saves a photo to /tmp/turtlepic.jpg
+
Esto ahorra una foto para /tmp/turtlepic.jpg
      −
Here is the Turtle Art program as a doc file [[File:Camera ta.doc]].  The Show Media block is coded to point to the file /tmp/turtlepic.jpg
+
Este es el programa Turtle Art como un archivo doc [[File:Camera ta.doc]].  El bloque Mostrar los medios de comunicación se codifica para que apunte al archivo /tmp/turtlepic.jpg
    
   ["journal", "/tmp/turtlepic.jpg"]
 
   ["journal", "/tmp/turtlepic.jpg"]
   −
There are two ways to make the show media tile point to the file system and not the Journal
+
Hay dos maneras de hacer que el punto de mostrar el resultado de los medios de comunicación del azulejo para el sistema de archivos y no el Diario
   −
1 hand edit the code in the *.ta file with the Write Activity
+
1 Mano editar el código en el archivo *.ta con la actividad Write
   −
2 Run Turtle Art under Gnome which has a file choser rather than a Journal object choser, the settings in the block are retained if the saved project is later run under Sugar
+
2 Ejecute Turtle Art en Gnome que tiene una choser archivo en lugar de un objeto choser Diario, los ajustes en el bloque se mantienen si el proyecto se guarda más tarde se ejecutan en azúcar
    
==Enlaces==
 
==Enlaces==
2,486

edits

Navigation menu