Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        e_logo.edc 


Log Message:


ok - examples of how to hook some embryo calls in - help appreciated with the
nice big LIST! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/e_logo.edc,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- e_logo.edc  1 Apr 2004 09:30:45 -0000       1.27
+++ e_logo.edc  2 Apr 2004 03:55:37 -0000       1.28
@@ -502,6 +502,10 @@
               get_str(global_str, s, 256);
               snprintf(buf, 256, "3. s = %s :)", s);
               emit("DEBUG...", buf);
+              
+              set_state(PART:"logo", "clicked", 0.0);
+              set_tween_state(PART:"logo", randf(), "default", 0.0, "clicked", 0.0);
+              run_program(PROGRAM:"logo_click_d2");
            }
         }
         program {




-------------------------------------------------------
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