home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- global gMyMiaw, count1
- (the stage).visible = 0
- the alertHook = script("Alert")
- stageWidth = 960
- stageHeigth = 720
- if (the desktopRectList)[1][3] = 800 then
- stageWidth = 720
- stageHeigth = 540
- end if
- ax = ((the desktopRectList)[1][3] - stageWidth) / 2
- Bx = ax + stageWidth
- ay = ((the desktopRectList)[1][4] - stageHeigth) / 2
- By = ay + stageHeigth
- open(window("cddata\main"))
- window("cddata\main").windowType = 8
- window("cddata\main").rect = rect(ax, ay, Bx, By)
- window("cddata\main").title = "The Games Machine - Silver Disk"
- end
-