home *** CD-ROM | disk | FTP | other *** search
- FSTPC 5
-
- # MAIN SCREEN - #1
- Bitmap mainbmp
- (:area 0 0 640 480 :sub_path main :file main.sur)
-
- Screen maingui
- (:area 0 0 640 480 :widgets mainwidg.dat :cursor arrow :graphic mainbmp :screen_type 1)
-
- # CREDITS SCREEN - #2 - REMOVED
-
- # OPTIONS SCREEN - #12
- Bitmap optionbmp
- (:area 0 0 640 480 :sub_path options :file options.sur)
-
- Optscr optgui
- (:area 0 0 640 480 :widgets optwidg.dat :cursor arrow :graphic optionbmp :screen_type 12
- (:Enter 1
- 0 setup optgui))
-
- # COMBAT MISSIONS (SIMULATOR) SCREEN - #15
- Bitmap simbmp
- (:area 0 0 640 480 :sub_path combat :file sim.sur)
-
- SimGUI simgui
- (:area 0 0 640 480 :widgets simwidg.dat :cursor arrow :graphic simbmp :screen_type 15)
-
- # SCREEN TO RUN THE SIMULATOR ON NB NO BITMAP - #18
- Screen simwin
- (:area 0 0 640 480)
-
- # DO YOU REALLY WANT TO EXIT THE GAME?
- Bitmap popup11bmp
- (:area 0 0 350 150 :sub_path popups :file p11.sur)
- Popup popup11
- (:area 145 165 350 150 :widgets popup11.dat :cursor arrow :graphic popup11bmp :easy_close
- (:Enter 1
- 1 GUI_play exitsnd 0))
-
- # MISSION ABORTED MESSAGE
- Bitmap popup52bmp
- (:area 0 0 300 100 :sub_path popups :file p52.sur)
-
- Popup popup52
- (:area 170 190 300 100 :cursor arrow :graphic popup52bmp :easy_close
- (:Enter 1
- 1 GUI_play popupsnd 0)
- (:MLButtonDown 1
- 1 GUI_play clicksnd 0)
- (:MLButtonClk 2
- 0 GUI_exit popup52
- 0 refuse campaign))
-
-
- # SUPER RESOLUTION MAY CAUSE SOME SOUND DISTORTION
- Bitmap popup72bmp
- (:area 0 0 300 100 :sub_path popups :file p72.sur)
- Popup popup72
- (:area 170 190 300 100 :cursor arrow :graphic popup72bmp
- (:Enter 1
- 1 GUI_play popupsnd 0)
- (:MLButtonDown 1
- 1 GUI_play clicksnd 0)
- (:MLButtonClk 1
- 0 GUI_exit popup72))
-
-
- # COVER DISK SCREEN1
- Bitmap coverbmp1
- (:area 0 0 640 480 :file demo1.sur)
-
- Screen covergui
- (:area 0 0 640 480 :widgets covwidg.dat :cursor arrow :graphic coverbmp1 :screen_type 1)
-
- # COVER DISK SCREEN2
- Bitmap coverbmp2
- (:area 0 0 640 480 :file demo2.sur)
-
- Screen covgui2
- (:area 0 0 640 480 :widgets cov2widg.dat :cursor arrow :graphic coverbmp2 :screen_type 1)
-
- # COVER DISK SCREEN3
- Bitmap coverbmp3
- (:area 0 0 640 480 :file demo3.sur)
-
- Screen covgui3
- (:area 0 0 640 480 :widgets cov3widg.dat :cursor arrow :graphic coverbmp3 :screen_type 1)
-
- # COVER DISK SCREEN4
- Bitmap coverbmp4
- (:area 0 0 640 480 :file demo4.sur)
-
- Screen covgui4
- (:area 0 0 640 480 :widgets cov4widg.dat :cursor arrow :graphic coverbmp4 :screen_type 1)
-
- # COVER DISK SCREEN5
- Bitmap coverbmp5
- (:area 0 0 640 480 :file demo5.sur)
-
- Screen covgui5
- (:area 0 0 640 480 :widgets cov5widg.dat :cursor arrow :graphic coverbmp5 :screen_type 1)
-
- # COVER DISK SCREEN6
- Bitmap coverbmp6
- (:area 0 0 640 480 :file demo6.sur)
-
- Screen covgui6
- (:area 0 0 640 480 :widgets cov6widg.dat :cursor arrow :graphic coverbmp6 :screen_type 1)
-
- Paths 0 0