home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 July / Practical Internet July 2002.iso / pc / Software / FullProgram / sfv5_flashmag.exe / %MAINDIR% / Help / Macros / HELP28.3DM < prev    next >
Encoding:
Text File  |  2002-01-19  |  765 b   |  29 lines

  1. ;Change Textures Website Wide
  2. menuselect mmMainProperties ID_SETUPMENU_CUSTOMIZEDESIGN
  3. waitwindow IDS_SELECT_WEBSITE_CUST 5000
  4. treeselect IDC_TREE_OPTIONS "5,-1"
  5. moveclick IDC_OPEN left
  6. waitwindow IDS_OPEN 5000
  7. sendkey "z_sky.jpg"
  8. wait 1000
  9. sendkey enter
  10. moveclick ID_WIZFINISH left
  11.  
  12. ifmenuitem mmMainProperties ID_SETUPMENU_CUSTOMIZEPAGEANDDEPT
  13.     menuselect mmMainProperties ID_SETUPMENU_CUSTOMIZEPAGEANDDEPT
  14.     moveclick ID_WIZNEXT left
  15.     waitwindow IDS_CUSTOMIZEPAGEANDDEPT 5000
  16.     treeselect IDC_TREE_OPTIONS "5,-1"
  17.     moveclick IDC_OPEN left
  18.     waitwindow IDS_OPEN 5000
  19.     sendkey "z_sky.jpg"
  20.     wait 1000
  21.     sendkey enter
  22.     moveclick IDC_CHK_APPLYALLPAGES left
  23.     moveclick ID_WIZFINISH left
  24.     wait 500
  25.     moveclick IDYES left
  26.     wait 500
  27. endif
  28.  
  29. wait 2000