kikoro good use of multiple sprites. using the ideas we had experimented with could you include different polygons?
Download this project!
Download the 4 sprites and 4 scripts of "final project" and open it in Scratch
Project Notes
I downloaded athletic al10's project of one sprite doing all the fancy squares and after I looked at it, I found out how she did the squares was:She selected the repeat block to 8 because you need 8 small squares altogether to make one of these fancy squares, then put another repeat block in the previos repeat block and set that to 4 because one square has 4 sides. Inside the repeat block with repeat 4 she put the blocks that makes a square. Then she put a turn left block in the first repeat block (not in the one inside it). Then she set the x: y: positions+ point in direction: and duplicated the steps I explained above to make a symmetry of it. Then she made a symmetry of the two fancy squares again to make four fancy squares in the symmetry place of each quadrant. Then I decided to break up the script into four so that I can make four sprites do one fancy square each. Then I just added some decorations like backgrounds and sprites.
Comments
You need to be logged in to post comments
Add a Comment
kikoro good use of multiple sprites. using the ideas we had experimented with could you include different polygons?