home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 89 / CDPowerplay89Disc1.iso / Demos / ui_hulk_demo_en.exe / Disk1 / data1.cab / App_Levels / frontend / puz1c.txt < prev    next >
Encoding:
Text File  |  2003-05-09  |  2.2 KB  |  83 lines

  1. # ----------------------------- DOLLY FRONT-END SCRIPT FILE ------------------------------
  2.  
  3. # load art
  4. #LOAD_P3D "art/bigfile.p3d"
  5. #LOAD_P3D "art/fonts.p3d"
  6. #LOAD_P3D "frontend/art/sample.p3d"
  7. #LOAD_P3D "frontend/art/fe_sim.p3d"
  8.  
  9. #FONT_FILE "times"      # Font ID 0
  10. #FONT_FILE "arialbi"    # Font ID 1
  11. #FONT_FILE "font_eyechart"
  12.  
  13. SetDefaultText 5.0 center
  14. SetDefaultScreenTransition 0 0 0
  15.  
  16. #AddSceneGraph "example1_sgroot"
  17. #AddMultiController "MasterController" "example1_sgroot"
  18.  
  19. AddScreen "puz1_c"
  20. {
  21.     #camera "example1_camera"
  22.     #camera "FE_main_cameraShape"
  23.     camera "puzzle_freehold_cam"
  24.     AddLocators "puzzle_freehold_locators"
  25. #    AddLocators "puzzle_gammalab_locators"
  26.     AddSceneGraph "puzzle_freehold"
  27.     AddLightGroup "puzzle_freehold"
  28.     AddMultiController "puzzle_freehold_MasterController" "puzzle_freehold"
  29.     HideMouseCursor
  30.  
  31.     AddLabel "free_match_this_loc"
  32.     {
  33.         TextSize 3.5;
  34.         text "TBS_PUZZLE_MATCH_CODE" 1;
  35.         colour 190 190 190
  36.         AllCaps 1;
  37.     }
  38.  
  39.  
  40.     AddPuzzle "free_locator_invalid"
  41.     {
  42.         name "puz1_c"
  43.         #Symbols "number_%0d_wShape";
  44.         Symbols "free_num";
  45.         #BoxLocators "box_%0d_TS";
  46.         BoxLocators "free_box";
  47.         ErrorLocator "free_locator_text_box" 8;
  48.  
  49.         ifplatform XBOX WIN32
  50.         {
  51.             Cursor "free_switch_number_selector_xboxShape";
  52.         }
  53.         ifplatform PS2
  54.         {
  55.             Cursor "free_switch_number_selector_ps2Shape";
  56.         }
  57.         ifplatform GAMECUBE
  58.         {
  59.             Cursor "free_switch_number_selector_gcShape";
  60.         }
  61.  
  62.         FlashController "gmalb_border";
  63.         CursorLocators "free_switch_loc";
  64.         TimeLocator "free_time";
  65.         NumCodeStrings 1;
  66.         SequenceLengths 10;
  67.         FailString "TBS_PUZZLE_BYPASS_INCOMPLETE" 0.65;
  68.         PassString "TBS_PUZZLE_SECURITY_BYP_ACTV" 0.55;
  69.         TimeStringLocator "free_remaining_time_loc";
  70.         TimeString "TBS_MENU_LEVEL_END_TIME" 5.0;
  71.         TimeLimit 20.0;
  72.     }
  73.  
  74.     AddLabel "free_instructions"
  75.     {
  76.         name "DynamicControlButtonLabel"
  77.         TextSize 3.5;
  78.         text "" 2
  79.         halign left 
  80.     }
  81. }
  82.