主题:  窗口置顶

ronglibo5d

职务:普通成员
等级:1
金币:-1.0
发贴:20
#12005/4/6 9:20:21
窗口置顶(就是运行程序之后界面在屏幕最前面),我发现只能在一个影片里做,如果做影片间的跳转,就会弹出程序出错的对话框,(在做大的项目时候不做影片跳转运行是很慢的啊)我想能不能解决这个问提,已经困饶我好长时间了,请求帮助啊!!!!!!
我写的电影脚本如下:
on preparemovie
stageWidth = the stageRight - the stageLeft
stageHeight = the stageBottom - the stageTop

deskRect=the desktoprectlist[1]

deskWidth= deskRect[3]-deskRect[1]
deskHeight= deskRect[4]-deskRect[2]

a=(deskWidth-stageWidth)/2
b=(deskHeight-stageHeight)/2
c=(deskWidth+stageWidth)/2
d=(deskHeight+stageHeight)/2

(the stage).drawrect=rect(a,b,c,d)
(the stage).rect=deskRect
end



D计划-混沌

职务:管理员
等级:6
金币:15.2
发贴:3528
#22005/4/7 22:25:14
这个写法比较有趣,但是你可以用full screen