Advertisement
linesguy

un-named spiral/flower thingy v2

Jun 13th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. 10 hgr2 : hcolor = 3
  2. 15 height = 191 : width = 279
  3. 20 vectors = 128
  4. 30 radius = 95.5
  5. 40 spd = 1.5705
  6. 50 dim vector(vectors)
  7.  
  8. 198Poke230,32:call-3086:hplot width/2,height/2:for i = 1 to vectors : hplot to width/2+sin(vector(i))*i/vectors*radius,height/2+cos(vector(i))*i/vectors*radius : vector(i) = vector(i) + i / vectors * spd : next i:Poke49236,0:poke 230,64:call-3086:hplot width/2,height/2:for i = 1 to vectors : hplot to width/2+sin(vector(i))*i/vectors*radius,height/2+cos(vector(i))*i/vectors*radius : vector(i) = vector(i) + i / vectors * spd : next i:poke49237,0:goto198
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement