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

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