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
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
Offline