home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / TimeMachine / timemachine / splash.gc next >
Text File  |  1999-08-24  |  614b  |  39 lines

  1. G4C
  2.  
  3. WINBIG 220 90 184 260 ""
  4. WinType 00000000
  5.  
  6.  
  7. screen *
  8. winbackground image wallpaper 0
  9.  
  10. xOnLoad
  11.  
  12. loadimage imagefx4:timemachine/watch3.iff wallpaper *
  13. GuiOpen splash.gc
  14. failat 5000
  15.  
  16. xOnClose
  17.     GUIQuit splash.gc 
  18.  
  19.  
  20.  
  21. ; Splash screen
  22.  
  23.  
  24. XBUTTON 48 127 88 24 "New Project"
  25.         
  26.     sendrexx IMAGEFX.1 'rx timemachine/rexx/load.ifx '
  27.     SENDREXX IMAGEFX.1 "rx timemachine/rexx/setframes.ifx"
  28.     GuiLoad imagefx4:timemachine/TM.gc
  29.     GuiClose splash.gc
  30.  
  31. XBUTTON 48 157 88 24 "Load Project"
  32.         
  33.         GuiLoad imagefx4:timemachine/TM.gc
  34.     GuiClose splash.gc
  35.     SENDREXX IMAGEFX.1 "rx timemachine/rexx/load_project.ifx"
  36.  
  37.  
  38.  
  39.