home *** CD-ROM | disk | FTP | other *** search
/ Polish Programs 2 / polishprograms2.iso / gry / acepl / a.src < prev    next >
Text File  |  1997-03-19  |  929b  |  59 lines

  1. ; Pojedyncza bitmapa
  2.  
  3. script xNext
  4. begin
  5.   key ESC, xExit
  6.   run x001p
  7. end
  8.  
  9. script xExit, exit
  10.  
  11. ; ***********************************************************
  12. @script  x001p
  13. begin
  14.   load      sDoor001p
  15. ;  load      w1PMIX
  16.   setqueue  sDoor001p,qDoor001p
  17.  end
  18.  
  19. @script  xUnload001p
  20. begin
  21.   unload    sDoor001p
  22. ;  unload    w1PMIX
  23. end
  24.  
  25. local sh
  26.  
  27. sprite  sDoor001p
  28. begin
  29.   queue qDoor001p
  30.   begin
  31.   priority    TRUE
  32.   animate     fir held on 48
  33.   hide
  34.   animate     tyt held on 48
  35.   exec apart_mn.bin ;!!!!!!!!!!!!!!!!!!!!!!!!!!
  36.   exit
  37. end
  38.  
  39.  
  40.  
  41.   cel    fir            , firma,         0,    0
  42.   cel    tyt            , tytul,         0,    0
  43.  
  44. end
  45.  
  46. bitmap firma, c:\ace\firma.dib
  47. bitmap tytul, c:\ace\tytul.dib
  48.  
  49. ;@script Audio_PlayDlg ;SG-8/10/96-INS
  50. ;parm v1     ;SG-8/10/96-INS
  51. ;parm v2     ;SG-8/10/96-INS
  52. ;begin     ;SG-8/10/96-INS
  53. ; playwave v1   ;SG-8/10/96-INS
  54. ;end
  55.  
  56.  
  57.  
  58.  
  59.