主题:  d8.5下的各分辨率下正常显示。

xiaodong

职务:普通成员
等级:1
金币:0.0
发贴:94
#12001/7/26 9:28:59
在d8中用
(the stage).rect=(the desktoprectlist)
(the stage).drawrect=(the desktoprectlist)
就可以实现,可在d8.5中就不能实现了,请教了。



xiaodong

职务:普通成员
等级:1
金币:0.0
发贴:94
#22001/7/26 12:55:08
最新消息,可以了。
我改成
on preparemovie me
(the stage).rect=(the desktoprectlist[1])
(the stage).drawrect=(the desktoprectlist[1])
end
打包时stage size选上match first movie就好了。当然这个文件和其它调用的文件分辨率是一至的,不然就不太好了。