home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00383.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  254 b   |  13 lines

  1. on mouseDown
  2.   global cursorcast
  3.   if cursorcast <> -1 then
  4.     if cursorcast <> 0 then
  5.       set tmp to the name of cast (cursorcast - 1)
  6.     end if
  7.     GoDatabaseMed(tmp)
  8.     set the locH of sprite 46 to 1000
  9.     updateStage()
  10.     go(tmp)
  11.   end if
  12. end
  13.