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: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/misc-swfc.all movieclip_destruc...
Date: Thu, 06 Sep 2007 10:12:20 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/06 10:12:20

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

Log message:
        More visual notes of what's being executed

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

Patches:
Index: movieclip_destruction_test4.sc
===================================================================
RCS file: 
/sources/gnash/gnash/testsuite/misc-swfc.all/movieclip_destruction_test4.sc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- movieclip_destruction_test4.sc      6 Sep 2007 10:07:31 -0000       1.4
+++ movieclip_destruction_test4.sc      6 Sep 2007 10:12:20 -0000       1.5
@@ -53,11 +53,18 @@
 .frame 2
  
   .sprite mc11
+    .frame 1 
+      .action:
+        _root.note("Running frame1["+this._currentframe+"] actions of 
mc11["+this._target+"] (adding green square @ 400,200)");
+      .end
     .put green_square x=400 y=200
   .end
   
   .sprite mc1
     .frame 1 
+      .action:
+        _root.note("Running frame1["+this._currentframe+"] actions of 
mc1["+this._target+"] (adding green square @ 300,200 and mc11)");
+      .end
       .put green_square x=300 y=200
       .put mc11
     .frame 6
@@ -90,6 +97,9 @@
   
   .sprite mc3
     .frame 1 
+      .action:
+        _root.note("Running frame1["+this._currentframe+"] actions of 
mc3["+this._target+"] (adding blue square)");
+      .end
       .put blue_square x=300 y=400
       .put mc31
     .frame 6




reply via email to

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