added new "start" function
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
; animated recusive spiral
|
; animated recusive spiral
|
||||||
; click on "toggle animation"
|
|
||||||
; by @local_guru
|
; by @local_guru
|
||||||
(
|
(
|
||||||
|
(def start (get ronin "animate"))
|
||||||
|
(clear)
|
||||||
(defn rec
|
(defn rec
|
||||||
(v)
|
(v)
|
||||||
(if (gt v 0)
|
(if (gt v 0)
|
||||||
@@ -23,5 +24,6 @@
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
(start)
|
||||||
(rec 300)
|
(rec 300)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user