多谢flying_rr大哥提供代码
电影脚本
global gOldRes
on prepareMovie
changeRes
end prepareMovie
on changeRes
gOldres=aGetdisplayMode()
if gOldres[1]<>800 and gOldres[2]<>600 then
temp1=gOldres[3]
temp2=gOldres[4]
aChangeDisplayModePlus(800,600,temp1,temp2,0)
(the stage).rect = [0,0,(the stage).rect.width,(the stage).rect.height]
the centerStage = 1
end if
end
on stopMovie
if gOldRes<>void then
aChangeDisplayModePlus(gOldRes[1],gOldRes[2],gOldRes[3],gOldRes[4],0)
end if
end
插件adisplay.x32
adisplay.rar (21 K) 下载次数:323 [
本帖最后由 bill3k 于 2007-9-18 13:04 编辑 ]