home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  272 b   |  14 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.     go("refresh")
  10.     updateStage()
  11.     go(tmp)
  12.   end if
  13. end
  14.