Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/images


Modified Files:
        bg.edc 


Log Message:
more simple test changes.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/images/bg.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- bg.edc      26 Jul 2004 15:12:32 -0000      1.7
+++ bg.edc      26 Jul 2004 18:13:31 -0000      1.8
@@ -40,7 +40,6 @@
                                mouse_events, 0;
                                description {
                                        state, "default" 0.0;
-                                       aspect, 1.0 1.0;
                                        rel1 {
                                                relative, 0.0 0.75;
                                                offset, 0 -1;
@@ -169,9 +168,9 @@
                                                offset, -1 -1;
                                        }
                                        image {
-                                               normal, "elicit3.png";
-                                               tween, "elicit2.png";
                                                tween, "elicit1.png";
+                                               tween, "elicit2.png";
+                                               normal, "elicit3.png";
                                        }
                                }
 
@@ -220,7 +219,7 @@
                                signal,     "start_tour";
                                source,     "*";
                                action,     STATE_SET "elicit" 0.0;
-                               transition, LINEAR 0.4;
+                               transition, LINEAR 0.0;
                                target,     "display";
                                after,      "change_text_elicit";
                                after,      "progress_elicit";
@@ -229,30 +228,31 @@
                        program {
                                name,       "progress_elicit";
                                action,     STATE_SET "elicit" 1.0;
-                               transition, SINUSOIDAL 10.0;
+                               transition, LINEAR 10.0;
                                target,     "display";
                        }
 
                        program {
                                name,   "change_text_elicit";
                                action, SIGNAL_EMIT "elicit" "tour";
-                               after,  "change_entrance";
+                               after,  "change_text_entrance";
                        }
 
                        program {
-                               name,       "change_entrance";
-                               action,     STATE_SET "entrance" 0.2;
-                               transition, LINEAR 3.0;
-                               target,     "display";
-                               in,         5.0 0.0;
-                               after,      "change_text_entrance";
+                               name,       "change_text_entrance";
+                               signal,     "start_tour";
+                               source,     "*";
+                               action,     SIGNAL_EMIT "entrance" "tour";
+                               in,         10.0 0.0;
                        }
 
                        program {
-                               name,   "change_text_entrance";
-                               signal, "mouse,down,1";
-                               source, "*";
-                               action, SIGNAL_EMIT "entrance" "tour";
+                               name,       "change_entrance";
+                               signal,     "entrance";
+                               source,     "tour";
+                               action,     STATE_SET "entrance" 0.0;
+                               transition, LINEAR 0.0;
+                               target,     "display";
                        }
 
                }




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to