home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / TimeMachine / timemachine / TM.gc < prev    next >
Text File  |  1999-08-24  |  1KB  |  56 lines

  1. G4C
  2.  
  3. WINBIG -1 -1 120 60 "Time Machine"
  4. WinType 11000000
  5.  
  6.  
  7. screen IMAGEFX_SCREEN.1
  8.  
  9. xOnLoad
  10. GuiOpen TM.gc
  11. failat 5000
  12.  
  13. xOnClose
  14. GuiQuit TM.gc
  15. sendrexx IMAGEFX.1 'rx timemachine/rexx/reset.ifx'
  16.  
  17.  
  18.  
  19. XBUTTON 0 0 120 20 "Load Layer"
  20.     sendrexx IMAGEFX.1 'rx timemachine/rexx/load.ifx'
  21.  
  22. XBUTTON 0 20 120 20 "Render"
  23.     sendrexx IMAGEFX.1 'rx timemachine/rexx/render.ifx'
  24.  
  25.  
  26. XBUTTON 0 40 120 20 "Quit"
  27.     GuiQuit TM.gc
  28.     sendrexx IMAGEFX.1 'rx timemachine/rexx/quit_reset.ifx'
  29.  
  30. xMenu 'Project      ' 'Load   ' '' ''
  31.     sendrexx IMAGEFX.1 'rx timemachine/rexx/load_project.ifx'
  32.  
  33. xMenu 'Project      ' 'Save   ' '' ''
  34.     sendrexx IMAGEFX.1 'rx timemachine/rexx/save_project.ifx'
  35.  
  36. xMenu 'Project      ' 'Reset   ' '' ''
  37.     sendrexx IMAGEFX.1 'rx timemachine/rexx/reset.ifx'
  38.  
  39. xMenu 'Layer      ' 'Snapshot Position' '' ''
  40.     sendrexx IMAGEFX.1 'rx timemachine/rexx/TM_LayerPosition.ifx'
  41.  
  42. xMenu 'Layer      ' 'Snapshot Blend' '' ''
  43.     sendrexx IMAGEFX.1 'rx timemachine/rexx/TM_LayerBlend.ifx'
  44.  
  45. xMenu 'Layer      ' 'Snapshot Mode' '' ''
  46.     sendrexx IMAGEFX.1 'rx timemachine/rexx/TM_LayerMode.ifx'
  47.  
  48. xMenu 'Process      ' 'Layer Script' '' ''
  49.     sendrexx IMAGEFX.1 'rx timemachine/rexx/TM_LayerScript.ifx'
  50.  
  51. xMenu 'Process      ' 'Post Script' '' ''
  52.     sendrexx IMAGEFX.1 'rx timemachine/rexx/TM_PostScript.ifx'
  53.  
  54.  
  55.  
  56.