Skip to content

Instantly share code, notes, and snippets.

View kotobuki's full-sized avatar

Shigeru Kobayashi kotobuki

  • Institute of Advanced Media Arts and Sciences [IAMAS]
  • X @kotobuki
View GitHub Profile
@kotobuki
kotobuki / gist:1489194
Created December 17, 2011 04:30
Examples for Aniomagic's Sparkle
; 常に繰り返す
(always
; ここに繰り返す処理を書く
)
; 条件判断
(always
(if (条件)
(条件に合致した時に行われる処理)
)