打印

请问如何在director里加老电影效果

就是那些闪动的白点
谢谢
在白点上写script
on exitframe me
  pstageWidth=the stageRight - the stageLeft
  pstageHeight=the stageBottom - the stageTop
  sn=me.spritenum
  sprite(sn).loch=random(pstageWidth)  
  sprite(sn).locv=random(pstageHeight)  
end
然后按需要拷贝n个白点即可
对于敌人,才有平等
对于死亡,才有自由

对于敌人,才有平等
对于死亡,才有自由