home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 5 / MOBICLIC_5.ISO / pc / mob31.dxr / 00002_Script_2 < prev   
Text File  |  1999-02-18  |  264b  |  10 lines

  1. on startmovie
  2.   -- chargement de printomatic
  3.   if the machineType=256 then
  4.     openXlib the pathName & "data\xtras\pomlite.x16"
  5.   else
  6.     openXlib the pathName & "data:xtras:PrintOMatic Lite"
  7.   end if
  8.   --
  9.   if string(0.0)="a" then nothing
  10. end startmovie