gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/misc-swfc.all movieclip_destruc...


From: Zou Lunkai
Subject: [Gnash-commit] gnash/testsuite/misc-swfc.all movieclip_destruc...
Date: Thu, 30 Aug 2007 05:31:32 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  07/08/30 05:31:32

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

Log message:
        comments update

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

Patches:
Index: movieclip_destruction_test1.sc
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-swfc.all/movieclip_destruction_test1.sc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- movieclip_destruction_test1.sc      30 Aug 2007 05:03:37 -0000      1.1
+++ movieclip_destruction_test1.sc      30 Aug 2007 05:31:32 -0000      1.2
@@ -41,8 +41,9 @@
  *  frame6: 
  * 
  * Expected behaviour:
- *    (1) only part of the AS in a single action_buffer get executed;
- *    (2) character get destroied at frame 4.
+ *    (1) only part of the AS in a single action_buffer(in the 2nd frame of 
mc1) 
+ *        get executed;
+ *    (2) character mc1 get destroied at frame 4.
  * 
  */
 
@@ -81,8 +82,6 @@
   .action:
     check_equals(typeof(mc1), 'movieclip');
     check_equals(mc1.getDepth(), -16383);
-    mc.onLoad = function () {};
-    mc.onUnload = function () {trace('haha');};
   .end
 
 




reply via email to

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