Difference between revisions of "Zigzag Sequence"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "== Origin == While scripting my checkers board, it came around the point where rezzing the pieces was required. As many of you know (or should) a checkers board is somewhat lik…")
 
(Blanked the page)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Origin ==


While scripting my checkers board, it came around the point where rezzing the pieces was required. As many of you know (or should) a checkers board is somewhat like quadrant 1 of a coordinate plane, that being said the coordinates must alternate in a sequence (i.e. (0,0), (1,1), (2,0), (3,1)...). Instead of using a static list and inputting 0s and 1s (like you would do with an array or something) I just incorporated a bit of Trig.

Latest revision as of 12:19, 21 July 2013