Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        e_logo.edc 


Log Message:

make it a bit more interesting...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/e_logo.edc,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_logo.edc  20 Apr 2004 00:24:30 -0000      1.30
+++ e_logo.edc  20 Apr 2004 01:00:01 -0000      1.31
@@ -157,7 +157,7 @@
              new buf[100];
              
              snprintf(buf, 100, "val = %i, pos = %f", val, pos);
-              set_drag(PART:"dragable", pos, pos);
+              set_drag(PART:"dragable", sin(3.14*pos), cos(1.57*pos));
              emit("PR AAAAAAAAANIM", buf);
           }
       }
@@ -539,14 +539,14 @@
         }
         program {
            name:       "logo_click_d1";
-           signal:     "mouse,down,1";
+           signal:     "mouse,down,1*";
            source:     "logo";
            action:     DRAG_VAL_STEP 1.0 1.0;
            target:     "dragable";
         }
         program {
            name:       "logo_click_d2";
-           signal:     "mouse,down,3";
+           signal:     "mouse,down,3*";
            source:     "logo";
            action:     DRAG_VAL_STEP -1.0 -1.0;
            target:     "dragable";




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to