home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / SHOWEINF.DXR / 00054.ls < prev    next >
Encoding:
Text File  |  1998-09-05  |  200 b   |  9 lines

  1. on exitFrame
  2.   global myversion
  3.   if (the platform contains "32") or (the platform contains "Mac") then
  4.     set the visible of sprite 14 to 1
  5.   else
  6.     set the visible of sprite 14 to 0
  7.   end if
  8. end
  9.