They look like this.
To make them, first we'll need three variables. Let's call them "counter", "previousxposition", "previousyposition", and "previousdirection".
The script is as follows:
when gf clicked set [counter v] to (1) set [previousxposition v] to (x position) set [previousyposition v] to (y position) set [previousdirection v] to (direction) pen down repeat [the size you want-- 200 is good for 5 sides] move (counter) steps turn cw (((360) / [the number of sides you want up to 360]) + (2)) degrees change [counter v] by (1) end pen up go to x: (previousxposition) y: (previousyposition) point in direction (previousdirection)
Last edited by jackrulez (2012-01-29 12:00:49)
Offline
Awesome, I already know how to though. Are you gonna finish it?
Offline
jackrulez wrote:
hello12345678910 wrote:
Awesome, I already know how to though. Are you gonna finish it?
Finished. ^^
Cool. Mind if I add this to http://scratch.mit.edu/forums/viewtopic.php?id=88043?
Offline
hello12345678910 wrote:
jackrulez wrote:
hello12345678910 wrote:
Awesome, I already know how to though. Are you gonna finish it?
Finished. ^^
Cool. Mind if I add this to http://scratch.mit.edu/forums/viewtopic.php?id=88043?
No, I don't.
Offline