HOME | DD

Published: 2009-01-28 23:35:37 +0000 UTC; Views: 6359; Favourites: 25; Downloads: 70
Redirect to original
Description
Something I made todayFor help on how to use it, type "help" in the text box and press the button
A few examples:
Square:
reset all
move 100
turn 90
move 100
turn 90
move 100
turn 90
move 100
Squary Spiral:
reset all
var segLength = 5
for 0 100 1 move segLength and segLength += 5 and turn 90
Colourful Spiral:
reset all
var red = 0
var width = 0
var speed = 0
var blue = 255
loop 0 2000 1 move speed and red += 0.1 and width += 0.025 and thickness width and colour red 255 blue and turn 1 and speed += 0.004 and blue -= 0.1275
Related content
Comments: 25
ashbug4000 [2013-04-25 21:53:06 +0000 UTC]
clear output
var segLen = 2
thickness 40
for 0 1000 1 move segLen & turn -90 & move segLen & turn 102 & segLen += 0.1 & color segLen 0 0
👍: 0 ⏩: 1
ashbug4000 In reply to willmh93 [2013-04-26 19:56:43 +0000 UTC]
srry i copyed smthing and i pated in this chat and could \n't undo it`
👍: 0 ⏩: 0
happyhorse09 [2012-05-02 23:17:26 +0000 UTC]
OH NO! HIDE MY LAST COMMENT! WRONG PLACE ^^ SORRY!
👍: 0 ⏩: 0
happyhorse09 [2012-05-02 23:16:52 +0000 UTC]
reset all
clear output
var segLen = 9
thickness 12
for 0 1000 1 move segLen & turn -94 & move segLen & turn 158 & segLen += 0.6 & color segLen 1 5
👍: 0 ⏩: 1
willmh93 In reply to happyhorse09 [2013-04-18 01:05:31 +0000 UTC]
very cool wow, sorry for the insanely late reply!
👍: 0 ⏩: 0
CVN76701x [2011-06-17 21:39:11 +0000 UTC]
reset all
clear output
var segLen = 200
thickness 40
for 0 1000 1 move segLen & turn -90 & move segLen & turn 102 & segLen += 0.1 & color segLen 0 1
Its a squiggle!
👍: 0 ⏩: 0
CVN76701x [2011-06-17 20:20:30 +0000 UTC]
reset all
clear output
var segLen = 2
thickness 40
for 0 1000 1 move segLen & turn -90 & move segLen & turn 102 & segLen += 0.1 & color segLen 0 0
👍: 0 ⏩: 0
adolescentGamer [2011-05-08 16:38:17 +0000 UTC]
rectangle ))
move 100
turn 60
move 100
turn 60
move 100
turn 60
move 100
turn 60
move 100
turn 60
move 100
turn 60
👍: 0 ⏩: 1
SingingWater [2011-04-22 19:41:56 +0000 UTC]
reset all
var segLength = 5
for 1 300 1 move segLength and segLength += 5 and turn 75 & color segLength 10.2923
Staircase
👍: 0 ⏩: 0
AjGirl12 [2011-01-30 03:08:37 +0000 UTC]
this is fun to mess with xD thanks for interesting me in programming!
👍: 0 ⏩: 0
Terry973 [2010-05-11 16:51:44 +0000 UTC]
reset all
clear output
var segLen = 96
thickness 1
for 0 1580 5 move segLen & turn -64 & move segLen & turn 18 & segLen -= 0.4 & color segLen 1 2
a rose
👍: 0 ⏩: 1
willmh93 In reply to Terry973 [2010-05-11 18:09:53 +0000 UTC]
wow, i love the two you made thankyou! you're probably the first person who's actually been creative with it
👍: 0 ⏩: 1
Terry973 In reply to willmh93 [2010-05-12 13:45:16 +0000 UTC]
it waz easy i just coped your codes and changed numbers anyway its good program to teach noobies to script
👍: 0 ⏩: 0
Terry973 [2010-05-11 16:47:09 +0000 UTC]
reset all
clear output
var segLen = 9
thickness 12
for 0 1000 1 move segLen & turn -94 & move segLen & turn 158 & segLen += 0.6 & color segLen 1 5
ooooh
👍: 0 ⏩: 0
willmh93 [2009-07-31 17:26:24 +0000 UTC]
Playing around with this again, found this amazing shape
reset all
clear output
var segLen = 2
thickness 5
for 0 1000 1 move segLen & turn -90 & move segLen & turn 102 & segLen += 0.1 & color segLen 0 0
👍: 0 ⏩: 0
willmh93 In reply to GreenhandGraphics [2009-01-29 16:09:15 +0000 UTC]
That's where I got the idea from
👍: 0 ⏩: 0
rayman18 [2009-01-29 00:34:42 +0000 UTC]
Complicated, but imaginative and works pretty well nice done
👍: 0 ⏩: 1
willmh93 In reply to rayman18 [2009-01-29 16:08:53 +0000 UTC]
Thanks It might appear complicated, but once you understand how it works, it's fairly simple, also it shoulden't be hard for you considering you know VB.
This was just a way for me to refresh my flash skillz, as the last time I made something this difficult was a couple of years ago
👍: 0 ⏩: 1
rayman18 In reply to willmh93 [2009-01-29 21:32:35 +0000 UTC]
ok
Well, it's great and you did perfectly
You are really nice, it's fun to talk with you
👍: 0 ⏩: 1
willmh93 In reply to rayman18 [2009-01-29 23:18:17 +0000 UTC]
Thanks alot XD you're also fun to talk to
👍: 0 ⏩: 1