This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| es:orx:tutorials:object [2009/08/04 15:29 (16 years ago)] – mrgreen | es:orx:tutorials:object [2020/08/20 04:11 (5 years ago)] (current) – Old content sausage | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Tutorial Object ====== | ||
| - | ===== Resumen ===== | ||
| - | |||
| - | Dado que orx es una plataforma //data driven//, necesitamos de solo dos líneas de codigo para crear un // | ||
| - | |||
| - | El // | ||
| - | Además, en este config file, puedes también fijar su tamaño o posición o alguna otra propiedad del objecto como su color, escala, ángulo de rotación, animaniones, | ||
| - | |||
| - | You can even request random values for all these setting without having to add a single line of code. | ||
| - | |||
| - | In a later tutorial we'll see how to generate complex object hierarchies or even a whole scene (all background and landscape objects for example) with only a single line of code. | ||
| - | |||
| - | For now, you can try to uncomment some of the lines of [[http:// | ||