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

  1. on exitFrame
  2.   cursor(200)
  3.   set the locH of sprite 3 to the mouseH
  4.   set the locV of sprite 3 to the mouseV
  5.   if rollOver(15) then
  6.     go("Sonra")
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.