Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : apps/euphoria
Dir : e17/apps/euphoria/data/themes/winter/programs
Modified Files:
ani.edc
Log Message:
.resets delayed execution breaks the animations, so don't call it on init. this is a
hack, the animation code needs to be rewritten with embryo.
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/winter/programs/ani.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ani.edc 22 Feb 2004 10:12:10 -0000 1.1
+++ ani.edc 18 Aug 2004 01:20:37 -0000 1.2
@@ -42,7 +42,11 @@
name, "ani"NUM".init"; \
signal, "show"; \
source, ""; \
- after, "ani"NUM".stop";\
+ /* the following line breaks the animation, since .reset's
+ * execution (called by .stop) is delayed by 0.5-1.0 seconds.
+ * *not* calling .stop here breaks re-initialisation though.
+ * rewrite with embryo! :)
+ after, "ani"NUM".stop";*/ \
} \
program { \
name, "ani"NUM".reset"; \
@@ -64,17 +68,14 @@
after, "ani"NUM".stop"; \
} \
program { \
- name, "ani"NUM".paused"; \
+ name, "ani"NUM".stopped"; \
signal, "PLAYBACK_STATE_STOPPED"; \
source, "*"; \
after, "ani"NUM".stop"; \
- } \
-
+ }
DOT_PROG(0, 1.15, .85)
DOT_PROG(1, .75, 1)
DOT_PROG(2, 1.5, 2.0)
DOT_PROG(3, 1.25, .75)
DOT_PROG(4, 1.0, 1.5)
-
-
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs