gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/samples GotoAndPlayTest.as Goto...


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/testsuite/samples GotoAndPlayTest.as Goto...
Date: Wed, 21 Feb 2007 10:43:10 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/02/21 10:43:10

Modified files:
        testsuite/samples: GotoAndPlayTest.as GotoAndPlayTest.swf 

Log message:
        Added check for double execution

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/GotoAndPlayTest.as?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/GotoAndPlayTest.swf?cvsroot=gnash&rev=1.2

Patches:
Index: GotoAndPlayTest.as
===================================================================
RCS file: /cvsroot/gnash/gnash/testsuite/samples/GotoAndPlayTest.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- GotoAndPlayTest.as  21 Feb 2007 10:21:54 -0000      1.1
+++ GotoAndPlayTest.as  21 Feb 2007 10:43:10 -0000      1.2
@@ -5,6 +5,11 @@
 
 var temp = _currentframe;
 
+if (was_here) {
+  trace("NOTE: Frame 2 has been executed again!!");
+}
+was_here=true;
+
 if (temp!=2) {
  
   trace("UNRESOLVED: _currentframe reports frame "+temp+", can't continue 
test");

Index: GotoAndPlayTest.swf
===================================================================
RCS file: /cvsroot/gnash/gnash/testsuite/samples/GotoAndPlayTest.swf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
Binary files /tmp/cvsIsrQM1 and /tmp/cvsqNiDTZ differ




reply via email to

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