Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        e_logo.edc 


Log Message:


"random" ranged delays are now allowed before a program starts... in fact any
program. just provide an "in, 10.0 5.0;" line in the progrma to say "start
thew program in (10.0 + (random value from 0.0 - 5.0)_ seconds from the time 
it is triggered. you can simply delay the program with a constant by making
the range 0.0.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/e_logo.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_logo.edc  28 Jun 2003 03:08:25 -0000      1.11
+++ e_logo.edc  28 Jun 2003 04:20:41 -0000      1.12
@@ -390,6 +390,20 @@
            source,     "logo_anim";
            action,     SIGNAL_EMIT "do_it" "the_source";
         }
+        program {
+           name,       "random_signal";
+           signal,     "show";
+           source,     "";
+           in,         1.0 5.0;
+           action,     SIGNAL_EMIT "do_random" "the_source";
+        }
+        program {
+           name,       "random_signal";
+           signal,     "do_random";
+           source,     "the_source";
+           in,         1.0 5.0;
+           action,     SIGNAL_EMIT "do_random" "the_source";
+        }
       }
    }
 }




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to