home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 October / CMYCHA200110.iso / Tymoteusz / Data_demo / AScreen / Difficulty.as < prev    next >
Text File  |  2000-07-28  |  2KB  |  96 lines

  1. bmpBackground: a_difficulty
  2. sound: voice\g_levelChoose
  3. sound: voice\g_levelEasy
  4. sound: voice\g_levelMedium
  5. sound: voice\g_levelHard
  6.  
  7. :ActiveArea
  8. strName: Sound
  9. strProc: SndProc
  10. strParam: voice\g_levelChoose
  11. bForceUpdate: 0
  12. Point: 0,0
  13. Point: 639,0
  14. Point: 639,479
  15. Point: 0,479
  16. :End
  17.  
  18. :ActiveArea
  19. strName: SoundEasy
  20. strProc: SndProc
  21. strParam: voice\g_levelEasy
  22. bForceUpdate: 0
  23. Point: 229,323
  24. Point: 276,289
  25. Point: 320,318
  26. Point: 317,375
  27. Point: 279,388
  28. Point: 236,372
  29. :End
  30.  
  31. :ActiveArea
  32. strName: DialogScreenHandler
  33. strProc: DialogScreenHandler
  34. strParam: 1
  35. bForceUpdate: 0
  36. Point: 229,323
  37. Point: 276,289
  38. Point: 320,318
  39. Point: 317,375
  40. Point: 279,388
  41. Point: 236,372
  42. :End
  43.  
  44. :ActiveArea
  45. strName: SoundMedium
  46. strProc: SndProc
  47. strParam: voice\g_levelMedium
  48. bForceUpdate: 0
  49. Point: 359,367
  50. Point: 360,314
  51. Point: 411,291
  52. Point: 452,324
  53. Point: 443,371
  54. Point: 404,390
  55. :End
  56.  
  57. :ActiveArea
  58. strName: DialogScreenHandler
  59. strProc: DialogScreenHandler
  60. strParam: 2
  61. bForceUpdate: 0
  62. Point: 359,367
  63. Point: 360,314
  64. Point: 411,291
  65. Point: 452,324
  66. Point: 443,371
  67. Point: 404,390
  68. :End
  69.  
  70. :ActiveArea
  71. strName: SoundHard
  72. strProc: SndProc
  73. strParam: voice\g_levelHard
  74. bForceUpdate: 0
  75. Point: 529,394
  76. Point: 482,366
  77. Point: 483,316
  78. Point: 527,292
  79. Point: 571,318
  80. Point: 569,363
  81. :End
  82.  
  83. :ActiveArea
  84. strName: DialogScreenHandler
  85. strProc: DialogScreenHandler
  86. strParam: 3
  87. bForceUpdate: 0
  88. Point: 529,394
  89. Point: 482,366
  90. Point: 483,316
  91. Point: 527,292
  92. Point: 571,318
  93. Point: 569,363
  94. :End
  95.  
  96.