Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorial/anim.xaf
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/anim.xaf')
-rw-r--r--tutorial/anim.xaf9
1 files changed, 9 insertions, 0 deletions
diff --git a/tutorial/anim.xaf b/tutorial/anim.xaf
new file mode 100644
index 0000000..1c8ff5d
--- /dev/null
+++ b/tutorial/anim.xaf
@@ -0,0 +1,9 @@
+; XaoS features overview by Jan Hubicka
+; Version 1.0 done for XaoS 3.0 in July 1997
+; Use xaos -play to see it :)
+(load "head.xhf")
+(clearscreen)
+(message "anim")
+(usleep 4000000)
+
+(load "anim.xhf")