home *** CD-ROM | disk | FTP | other *** search
- FSTPC 5
-
- # popup offset at (170,140)
- # pilot name offset 112,50
- # buttons offsets: rookie (27,93), veteran (27,133), ace (27,173)
-
- # GAME DIFFICULTY LEVEL SET FROM PILOT
- Group p1diff
- (:area 0 0 0 0 :parent popup1)
-
- # ROOKIE PILOT
- OnOff p1rookie
- (:area 197 223 16 16 :parent p1diff :on pdown :off pup :cursor high :radio :on_state
- (:MLButtonDown 1
- 1 GUI_play clicksnd 0))
-
- # VETERAN PILOT
- OnOff p1veteran
- (:area 197 248 16 16 :parent p1diff :on pdown :off pup :cursor high :radio
- (:MLButtonDown 1
- 1 GUI_play clicksnd 0))
-
- # ACE PILOT
- OnOff p1ace
- (:area 197 273 16 16 :parent p1diff :on pdown :off pup :cursor high :radio
- (:MLButtonDown 1
- 1 GUI_play clicksnd 0))
-
- # PILOT NAME
- TextEntry p1name
- (:area 282 190 175 20 :parent popup1 :trans :active_area :font fontb :text_buf 13 :text 0 0 XXXXX :cursor textenter :single_line :hold_focus)
-
- # SELECT PILOT
- State3 p1yes
- (:area 197 313 16 16 :parent popup1 :up pup :down pdown :high phi :cursor high
- (:MLButtonDown 1
- 1 GUI_play clicksnd 0)
- (:MLButtonClk 1
- 0 enrol_pilot maingui))
-
- # CANCEL PILOT SELECT
- State3 p1no
- (:area 358 313 16 16 :parent popup1 :up pup :down pdown :high phi :cursor high
- (:MLButtonDown 1
- 1 GUI_play clicksnd 0)
- (:MLButtonClk 1
- 0 GUI_exit popup1))
-
- Paths 0 0
-