home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / balloonrain_trial.exe / Data / Pak01.pak / menu / quit.menu < prev    next >
Text File  |  2004-06-22  |  450b  |  48 lines

  1. def x        320
  2. def y        180
  3. def dy        48
  4.  
  5. Include Menu.Def
  6.  
  7. NoGetFullVersion
  8.  
  9. Background ConfirmBox 160 120 320 240
  10.  
  11. item
  12. {
  13.     Text Quit
  14.     Font Title
  15.     Pos x y
  16.     add y dy
  17.     Add y 60
  18. }
  19.  
  20. item
  21. {
  22.     Text Yes
  23.     Pos 200 y Left
  24.     //Add y dy
  25.     OnActionIf /Intern/Trial 0
  26.     {
  27.         Exit
  28.     }
  29.  
  30.     OnActionIf /Intern/Trial 1
  31.     {
  32.         menu NagExit 6
  33.     }
  34.     
  35. }
  36.  
  37. item
  38. {
  39.     Text No
  40.     Pos 440 y Right
  41.     SelectedOnEnter
  42.     Add y dy
  43.     OnAction
  44.     {
  45.         MenuBack
  46.     }
  47. }
  48.