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

#1 2012-04-16 17:22:02

allan2012ef
New Scratcher
Registered: 2012-04-16
Posts: 1

hello everyone i have scratch at school, any one can help me?

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

 

#2 2012-04-16 20:16:07

architect416
New Scratcher
Registered: 2012-03-30
Posts: 8

Re: hello everyone i have scratch at school, any one can help me?

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

 

#3 2012-04-16 20:27:59

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: hello everyone i have scratch at school, any one can help me?

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.  smile

Offline

 

#4 2012-04-16 20:40:52

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: hello everyone i have scratch at school, any one can help me?

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.


http://trinary.tk/images/signature_.php

Offline

 

#5 2012-04-16 20:42:43

Haiming
Scratcher
Registered: 2011-08-20
Posts: 1000+

Re: hello everyone i have scratch at school, any one can help me?

View my Scratch Introduction project.

Offline

 

Board footer