flash on 2012-9-25
@author jc at bk-zen.com
♥0 |
Line 13 |
Modified 2012-09-25 16:56:12 |
MIT License
archived:2017-03-20 06:41:40
ActionScript3 source code
/**
* Copyright bkzen ( http://wonderfl.net/user/bkzen )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/8g0V
*/
package
{
import flash.display.Sprite;
import net.hires.debug.Stats;
/**
* @author jc at bk-zen.com
*/
[SWF (backgroundColor = "0xFFFFFF", frameRate = "30", width = "465", height = "465")]
public class Test04 extends Sprite
{
public function Test04()
{
addChild(new Stats());
}
}
}