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

#1 2010-04-08 16:48:33

Dark_Man
Scratcher
Registered: 2010-04-06
Posts: 3

Una ayuda para saltar con el gato

Cuando todo aparece y hay una foto de un gato
Quiero que el gato y salte con espacio   [img http://www.diarioanimales.com/wp-content/uploads/tips-para-cuidado-de-gatos.jpg img]    ok ???

Offline

 

#2 2010-04-08 20:17:37

Dark_Man
Scratcher
Registered: 2010-04-06
Posts: 3

Re: Una ayuda para saltar con el gato

jajaja era un gatito como el que hay en scratch

Offline

 

#3 2010-04-08 21:18:45

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Una ayuda para saltar con el gato

Dark_Man wrote:

jajaja era un gatito como el que hay en scratch

big_smile

La manera mas facil de hacer lo que quieres es con este programa:

[blocks]<when[ espacio ]key pressed>
<if><touching color[ El color del suelo
<repeat( Un numero
<change y by( 10 (otro numero funcionaria tambien)
<end>
<repeat( El mismo numero
<change y by( -10
<end>[/blocks]


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#4 2012-04-23 06:00:20

tic1baca
New Scratcher
Registered: 2012-04-17
Posts: 2

Re: Una ayuda para saltar con el gato

como puede moverse hacia derecha o izquierda al mismo tiempo que salta??

Offline

 

#5 2012-04-23 13:34:45

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Una ayuda para saltar con el gato

tic1baca wrote:

como puede moverse hacia derecha o izquierda al mismo tiempo que salta??

Puedes usar dos secuencias de comandos--uno para saltar y uno para moverse.   smile

(Lo siento si mi espanol es mal.  Yo apriendo espanol en la escuela.)

Offline

 

#6 2012-04-27 08:19:41

tic1baca
New Scratcher
Registered: 2012-04-17
Posts: 2

Re: Una ayuda para saltar con el gato

ok well explain it to me in english please it dosen't matter if is in an other lenguaje thanks, and if you can put the comands that i need to put exactly you will do to me the biggest favor. wink

Offline

 

#7 2012-04-27 09:26:35

Greenatic
Scratcher
Registered: 2009-05-03
Posts: 1000+

Re: Una ayuda para saltar con el gato

tic1baca wrote:

ok well explain it to me in english please it dosen't matter if is in an other lenguaje thanks, and if you can put the comands that i need to put exactly you will do to me the biggest favor. wink

Do you know what scripts you are going to use for jumping, or what scripts you are going to use for moving?  There are multiple styles of jumping and movement.  Most importantly, do you want velocity?  If you already know what scripts you're going to use, please post them here.  Otherwise, I'll make the jumping and movement scripts for you.

Offline

 

#8 2012-05-01 20:53:47

Pato_Acevedo
New Scratcher
Registered: 2012-04-20
Posts: 2

Re: Una ayuda para saltar con el gato

tic1baca wrote:

como puede moverse hacia derecha o izquierda al mismo tiempo que salta??

Debes modificar el valor del eje x para desplazamiento horizontales, y el valor de y para movimientos verticales como por ejemplo el salto. Si quieres gravedad debes recalcular dentro de un ciclo la posición considerando restar -5 o algo asi.

Offline

 

Board footer