#12005/1/1 21:14:14
以下是我的程序
global nWindow
on startMovie me
the exitLock=true
nWindow=window().new("blank")
nWindow.type=#document
nWindow.title="blank"
nWindow.visible=false
nWindow.movetoBack()
(the stage).moveToFront()
end
在Director MX2004中运行一切正常,
但[img][/img]在Projector中播放时,却出现错误提示:”One parameter expected“,请教各位D高手,这是为什么?