home *** CD-ROM | disk | FTP | other *** search
/ Human & Space in Asia / ARIF_ASCI.ISO / pc / arif.dir / 00482.ls < prev    next >
Encoding:
Text File  |  1996-09-25  |  358 b   |  12 lines

  1. on exitFrame
  2.   global Where
  3.   set Where to 2
  4.   set the cursor of sprite 8 to [the number of cast "Ok", the number of cast "Okm"]
  5.   repeat with a = 0 to 8
  6.     set the cursor of sprite (19 + a) to [the number of cast "Parmak", the number of cast "MParmak"]
  7.   end repeat
  8.   repeat with cnt = 0 to 4
  9.     set the visible of sprite (13 + cnt) to 0
  10.   end repeat
  11. end
  12.