home *** CD-ROM | disk | FTP | other *** search
/ Nikkei Mac 3 / NIKKEI-MAC-CD-VOL-03-1995-02-15.ISO.7z / NIKKEI-MAC-CD-VOL-03-1995-02-15.ISO / デモソフト・ライブラリー / テンプレート集 / オッズのおまかせ魔法使いWIZ / WIZ.オートデモ.sea / WIZ.オートデモ / card_4121.txt < prev    next >
Text File  |  1995-01-20  |  2KB  |  75 lines

  1. -- card: 4121 from stack: in.繧ェ繝シ繝医ョ繝「
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2814
  5. -- name: Pres0
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 80
  10. -- high flags: A004
  11. -- rect: left=418 top=303 right=332 bottom=502
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 16384
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Show Demo
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide button "Quit"
  23.   hide button "Show Demo"
  24.   repeat with i=1 to 12
  25.     play "sound one"
  26.     go card "Pres1"
  27.     --wait 1 seconds
  28.     go card "Pres2"
  29.     --wait 1 seconds
  30.     go card "Pres3"
  31.     wait 1 seconds
  32.     go card "Pres4"
  33.     play "sound twe"
  34.     wait 2 seconds
  35.     go card "vol1"
  36.     wait 3 seconds
  37.     go card "vol2"
  38.     wait 3 seconds
  39.     go card "Samp1"
  40.     wait 3 seconds
  41.     go card "Samp2"
  42.     play "sound twe"
  43.     wait 3 seconds
  44.     go card "Samp3"
  45.     wait 3 seconds
  46.     go card "NowOnSale"
  47.     wait 2 seconds
  48.     go card "End"
  49.     wait 2 seconds
  50.     go card "Pres0"
  51.     wait 1 seconds
  52.   end repeat
  53.   show button "Quit"
  54.   show button "Show Demo"
  55. end mouseUp
  56.  
  57.  
  58. -- part 5 (button)
  59. -- low flags: 80
  60. -- high flags: A004
  61. -- rect: left=348 top=303 right=332 bottom=408
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 16384
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: Quit
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   show menubar
  73.   domenu menuitem 14 of menu 2
  74. end mouseUp
  75.