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

  1. on exitFrame
  2.   if rollOver(16) then
  3.     cursor(200)
  4.     set the castNum of sprite 45 to 101
  5.   else
  6.     if rollOver(6) then
  7.       cursor(200)
  8.       set the castNum of sprite 45 to 110
  9.     else
  10.       set the castNum 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.