范圣帅 - 卡农的魔笛

卡迪的快乐生活

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
以下语句放在第一帧:
import flash.display.BitmapData; 
var myBmp_bitmap:BitmapData = new BitmapData(10080false0x00CCCCCC); 
var my_mc:MovieClip = this.createEmptyMovieClip("mc"this.getNextHighestDepth()); 
my_mc.attachBitmap(myBmp_bitmap, 
this.getNextHighestDepth()); 
my_mc._x 
= Stage.width/2-this._width/2
my_mc._y 
= Stage.height/2-this._height/2
onEnterFrame 
= function () 
  myBmp_bitmap.noise(Math.floor(Math.random()
*500), 02551 | 2 | 4true); 
}

posted on 2006-10-14 20:52  范圣帅  阅读(331)  评论(0编辑  收藏  举报