gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/RollOve...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/RollOve...
Date: Mon, 26 Feb 2007 16:26:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/26 16:26:41

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: RollOverOutTest.c 

Log message:
                * testsuite/misc-ming.all/RollOverOutTest.c: don't
                  use Ming-specific 'gotoFrame' ActionScript syntax.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2474&r2=1.2475
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/RollOverOutTest.c?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2474
retrieving revision 1.2475
diff -u -b -r1.2474 -r1.2475
--- ChangeLog   26 Feb 2007 15:16:50 -0000      1.2474
+++ ChangeLog   26 Feb 2007 16:26:40 -0000      1.2475
@@ -1,5 +1,7 @@
 2007-02-26 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/RollOverOutTest.c: don't
+         use Ming-specific 'gotoFrame' ActionScript syntax.
        * testsuite/misc-ming.all/gotoFrame2Test.as: don't
          use Ming-specific 'gotoFrame' ActionScript construct.
          With newer Ming versions (0.4.0.beta4 up) the gotoAndPlay()

Index: testsuite/misc-ming.all/RollOverOutTest.c
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/RollOverOutTest.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- testsuite/misc-ming.all/RollOverOutTest.c   29 Oct 2006 18:34:18 -0000      
1.2
+++ testsuite/misc-ming.all/RollOverOutTest.c   26 Feb 2007 16:26:41 -0000      
1.3
@@ -190,7 +190,7 @@
        set_text(mo, "Frame1: move the mouse on the square");
        add_code(mo, "square1._visible = true; square2._visible=false;");
 
-       add_event(mo, "square1", "RollOver", "gotoFrame(2)");
+       add_event(mo, "square1", "RollOver", "gotoAndPlay(2)");
        //add_event(mo, "square", "RollOver", "");
        //add_event(mo, "square", "RollOut", "");
        //add_event(mo, "square", "MouseDown", "");
@@ -209,9 +209,9 @@
        set_text(mo, "Frame2: move the mouse off the square");
        add_code(mo, "square2._visible = true; square1._visible=false;");
 
-       //add_event(mo, "square", "RollOver", "gotoFrame(2)");
+       //add_event(mo, "square", "RollOver", "gotoAndPlay(2)");
        //add_event(mo, "square", "RollOver", "");
-       add_event(mo, "square2", "RollOut", "gotoFrame(1)");
+       add_event(mo, "square2", "RollOut", "gotoAndPlay(1)");
        //add_event(mo, "square", "MouseDown", "");
        //add_event(mo, "square", "MouseUp", "");
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]