![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzvl38Zh7El_n9w8Fnyib-DCsz22EfJ94v5C7rpvZFvjC53RcO5mJdUUtzg7nASg7risdiOBAo9zycNakyb6yoK7zBsUjlDErubwyfm-SKld1FS92NR0tKfmM2pbPLMGgltP2kURS1Lj0U/s320/drawing_example.jpg)
You may have noticed at the end of the S4SL video, I show the bug creating a colorful stairway (shown on the right). Or maybe you've tried to use the "pen" blocks and can't get them to work. The secret is having a special object called lineSegment (more info on acquiring one is at the end of this post)
Basically, the pen blocks allow you to make your object leave a trail behind it as it moves. In this way you can make 3D drawings and sculptures using S4SL. Just drag the lineSegment object into the inventory of your object. Now if you put the "pen down" block in your script, any time after that when you use a "move" block, it will leave a trail.
Here's a simple example you can try out- when you say "square," it draws a square in a random color. Type "clear" to clean up the lines (the "clear" block does not work in alpha v0.1 due to a bug- instead you need to use "broadcast clear").
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6B5efpGnP3RZB6wn2QRGi7pBDnyF5BKl2EyQovPFU42iT2zpensbk6HaKMWFamdkdL_fhTqPU495mSxXqvQwasD59PMIeS4oUSxTaykGlakWBPomurXoLfOP74ps-WriEs9iSW8fWV1ma/s320/pen_example.jpg)
For the code for the stairs example shown above, you can look in the "pet bug" project that comes with S4SL.
Getting a lineSegment
It appears that our in-world locations for picking up a line segment are now gone, so I'm going to provide instructions for advanced users to create their own versions of it, and hopefully provide them to others. Basically, it is a small cube-shaped prim with some LSL in it. To make one:
- create a cube shaped prim, 0.1m on all sides
- color it white
- grab the LSL code for it from here
- create a new script and paste in that code
- test it using the methods described above
- set permissions so other users can take a copy
- leave it somewhere, and provide a SLURL here