Mega Code Archive

 
Categories / Flash ActionScript / Language
 

A package-level function

package com.example.shape {     public function testShapes():void     {         trace("test the shapes here...");     } }