home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 25 / MacFormat n. 25 (Spain) / MacFormat 25.bin / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00282.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  231 b   |  12 lines

  1. on exitFrame
  2.   global waitTime1
  3.   wait(waitTime1 + 180)
  4.   if the platform = "Macintosh,PowerPC" then
  5.     go("s5b", "Print-Mac")
  6.   else
  7.     if the platform = "Macintosh,68K" then
  8.       go("s5b", "Print-Mac")
  9.     end if
  10.   end if
  11. end
  12.