~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to testsuite/misc-ming.all/BitmapDataTest.c

  • Committer: Bazaar Package Importer
  • Author(s): Sindhudweep Narayan Sarkar
  • Date: 2009-10-07 00:06:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091007000610-mj9rwqe774gizn1j
Tags: 0.8.6-0ubuntu1
new upstream release 0.8.6 (LP: #435897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
 
123
123
    SWFMovie_nextFrame(mo);
124
124
    
125
 
    // Place a dynamic character at depth 4
 
125
    // Place a dynamic DisplayObject at depth 4
126
126
    add_actions(mo, "mc.removeMovieClip();"
127
127
            "_root.attachMovie('redsquare', 'rs', 4);");
128
128
 
129
 
    // Place a static character at depth 3
 
129
    // Place a static DisplayObject at depth 3
130
130
    staticSquare = newSWFMovieClip();
131
131
    shape = make_fill_square (300, 0, 60, 60, 255, 0, 255, 255, 0, 255);
132
132
    SWFMovieClip_add(staticSquare, (SWFBlock)shape);