Pages: 1
Topic closed
Hints:
1. You should clear the screen and hide the current sprite each time the green flag is clicked at the start.
2. You must have an outer loop to repeat the drawing of each shape 5 times.
3. The angle for each shape = 360 divided by the number of sides e.g. For a triangle, the number of sides = 3 and the angle = 120 degrees (3 x 120), for a pentagon, the number of sides = 5 and the angle = 72 degrees (5 x 72), for a hexagon the number of sides = 6 and the angle = 60 degrees (6 x 60) and a circle = 360 degrees (360 x 1).
4. Also remember not to move too many steps for each side e.g. 50 steps is a good start so all shapes will fit on stage.
5. Before drawing the first triangle on the first row, the x and y position needs to be set. Before drawing the pentagon on the first row, the x position needs to be changed. Before drawing the hexagon on the first row, the x position needs to be changed again and before drawing the circle on the first row, the x position needs to be changed once again. Changing the x position each time makes room for the next shape to be drawn.
6. You should remember to use the pen up command before changing the x position when moving to draw their next shape and not to forget to use the pen down command again before they begin to draw that next shape.
7. Once you have drawn the first row of 4 shapes, you must change the x value to return to the start of the next row of shapes. You must also change the y value to move down the page before they begin to draw the first shape in the next row of shapes.
8. You should also change the pen colour when drawing a new row of shapes.
it's this, any one can give me a accurate trans in Chinese ? Thank My QQ is [removed by moderator]
Last edited by coolstuff (2012-04-16 20:26:44)
Offline
what are you trying to achieve? what is the task you have been asked to do? can you say it in simpler terms please
Offline
I'm pretty sure the task is to make a project which fulfills all those requirements.
I should mention, however, that any sharing of private messaging IDs isn't allowed on the forums - it's probably best to just wait for a reply on this topic.
Offline
architect416 wrote:
what are you trying to achieve? what is the task you have been asked to do? can you say it in simpler terms please
They are asking for an accurate translation of their instructions in Chinese.
Offline
View my Scratch Introduction project.
Offline
Topic closed
Pages: 1