2013年8月15日 星期四

2013.08.15- add movieClip to stage


var temp:movingSnow = new movingSnow();
//add it to the display list
stage.addChild(temp);

temp.x = stage.stageWidth / 2;
temp.y = stage.stageHeight / 2;

沒有留言:

張貼留言