topical media & game development

talk show tell print

#graphic-player-10-cube-be-nascom-flash10-tests-controls-RowsColsLayersControl.mx

#graphic-player-10-cube-be-nascom-flash10-tests-controls-RowsColsLayersControl.mx [swf] [flash] flex


  <?xml version="1.0" encoding="utf-8"?>
  <mx:HBox xmlns:mx="http://www.adobe.com/2006/mxml">
          
          <mx:Metadata>
                  [Event(name="updateValues", type="flash.events.Event")]
          </mx:Metadata>
          
          <mx:Script>
                  <![CDATA[
                          public static const UPDATE_VALUES:String="updateValues";
                  ]]>
          </mx:Script>
          
          <mx:Label text="rows" />
          <mx:NumericStepper id="num_rows_ns" minimum="2"  maximum="100" value="4" />
  
          <mx:Label text="cols" />
          <mx:NumericStepper id="num_cols_ns" minimum="2"  maximum="100" value="4" />
          
          <mx:Label text="layers" />
          <mx:NumericStepper id="num_layers_ns" minimum="1"  maximum="10000" value="4" />
          
          <mx:Button label="update" click="dispatchEvent(new Event('updateValues'))" />
          
  </mx:HBox>
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.