Creates a variable named width, of type int, and assigns it the value 25 : Int : Data Type Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Data Type » Int »

 

Creates a variable named width, of type int, and assigns it the value 25


 

package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){

        var width:int 25;
        trace(width);
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Data Type
» Int