#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