Author |
Message |
Carey
|
Posted: Fri Dec 07, 2007 1:25 pm Post subject: Spiro thing |
|
|
This is a spiro thing that I made when I was bored and was used for the course carousel at my school. Enjoy!
Description: |
|
Download |
Filename: |
Spiro.t |
Filesize: |
1.08 KB |
Downloaded: |
247 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Ultrahex
|
Posted: Fri Dec 07, 2007 1:37 pm Post subject: Re: Spiro thing |
|
|
Pretty Decently Made, i think there is a way to write it in less lines of code, but it would be more bothersome to debug . Overall a decent program, actual correct use of structure and layout, which I recently have not seen in many programs people have posted here. Keep Up The Good Work.
Maybe next time make something more useful not just graphical .
|
|
|
|
|
|
LaZ3R
|
Posted: Fri Dec 07, 2007 2:24 pm Post subject: RE:Spiro thing |
|
|
Awesome structure , I made one identical to that in way less lines but I don't even remember how I did it... was a month or so ago actually
|
|
|
|
|
|
CodeMonkey2000
|
Posted: Fri Dec 07, 2007 10:00 pm Post subject: RE:Spiro thing |
|
|
Nice work, though there is a more elegant recursive method to do this.
|
|
|
|
|
|
Silent Avenger
|
Posted: Fri Dec 07, 2007 10:41 pm Post subject: Re: Spiro thing |
|
|
Nice work, now your next step is to make it randomly move around the screen.
|
|
|
|
|
|
Carey
|
Posted: Tue Dec 11, 2007 1:01 pm Post subject: RE:Spiro thing |
|
|
Draw the whole thing randomly or just the moving line? You can easily edit the spiro call at the bottom for the first. Moving the line randomly would kind of destroy the point of the 'spiro'. I'm not sure what you're suggesting here.
EDIT: With regards to the structure, thanks. I try to follow style guide and such. It makes it so much easier to understand.
@ Codemonkey: How would I make this recursive?
|
|
|
|
|
|
Silent Avenger
|
Posted: Tue Dec 11, 2007 5:45 pm Post subject: Re: Spiro thing |
|
|
Have you ever seen the old MS screen saver? The one where the morphing circle moves around the screen? I'm just suggesting for a next project is to make something like that.
|
|
|
|
|
|
|