CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/12/07 05:24:42

Modified files:
        testsuite/misc-swfc.all: gotoFrameFromInterval.sc 

Log message:
        set the interval time to 0.001 millisecond, make the interval function 
being called as soon as possible.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-swfc.all/gotoFrameFromInterval.sc?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: gotoFrameFromInterval.sc
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-swfc.all/gotoFrameFromInterval.sc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- gotoFrameFromInterval.sc    7 Dec 2007 03:21:44 -0000       1.6
+++ gotoFrameFromInterval.sc    7 Dec 2007 05:24:42 -0000       1.7
@@ -17,7 +17,7 @@
           if (_currentframe != 2) return;
           gotoAndStop(6);
        }
-       ,1000);
+       ,0.0001);
   .end
 
 .frame 6


_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to