home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / g078 / shrinej / shrine.dxr / Internal_65.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  435 b   |  22 lines

  1. on exitFrame
  2.   if rollOver(6) then
  3.     cursor(200)
  4.     set the member of sprite 45 to member 11 of castLib 3
  5.   else
  6.     if rollOver(9) then
  7.       cursor(200)
  8.       set the member of sprite 45 to member 4 of castLib 3
  9.     else
  10.       set the member of sprite 45 to 0
  11.       cursor(-1)
  12.     end if
  13.   end if
  14.   go(the frame)
  15. end
  16.  
  17. on idle
  18.   set the locH of sprite 45 to the mouseH
  19.   set the locV of sprite 45 to the mouseV
  20.   updateStage()
  21. end
  22.