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

#1 2008-12-06 00:32:03

yoyoma
Scratcher
Registered: 2008-11-28
Posts: 21

super sprial sprite

does anone know how to make a sprite that spirals through the whole map? like it starts from the center of the map, then it begins to spiral and it gets bigger and bigger and once it reaches the limit of the map it starts all over again

                                                     any help is greatly appreciated thank you

Offline

 

#2 2008-12-06 07:02:39

TheSaint
Scratcher
Registered: 2008-11-04
Posts: 1000+

Re: super sprial sprite

The Script below should work if that is all you want to do.

<when green flag clicked>
<forever>
<turn cw(  5   )degrees>
<change size by(  5
<if>  <touching[  Edge
<set size to(  100  )%>
<point in direction(  90
<end>
<end>

Offline

 

#3 2008-12-06 07:24:18

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: super sprial sprite

Try this:
http://scratch.mit.edu/projects/bhz/342978

Offline

 

Board footer