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

  1. item
  2. {
  3.     Text ReturnGame
  4.     SelectedOnEnter
  5.     Pos x y
  6.     OnAction
  7.     {
  8.         MenuExit
  9.     }
  10.  
  11.     ShowIf /Intern/ChooseZone -1 -1
  12. }
  13.  
  14.  
  15. item
  16. {
  17.     Text ChooseNextZone
  18.     Pos x y
  19.     OnAction
  20.     {
  21.         Menu LevelPuzzle
  22.     }
  23.  
  24.     ShowIf /Intern/ChooseZone 0 0
  25. }
  26.  
  27.  
  28. item
  29. {
  30.     Text ChooseNextZone
  31.     Pos x y
  32.     OnAction
  33.     {
  34.         Menu LevelGhost
  35.     }
  36.  
  37.     ShowIf /Intern/ChooseZone 3 3
  38.  
  39.     Add y dy
  40. }
  41.