home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 August / WPCAUG97.ISO / dxrs / artwaug.dxr / 00009_ARTMouseDown-gotoAdvert.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  204 b   |  8 lines

  1. on mouseDown
  2.   if (the mouseV > 250) and ((the castNum of sprite 48 = 65) or (the castNum of sprite 48 = 66)) then
  3.     set the locH of sprite 48 to 2000
  4.     updateStage()
  5.     ARTLeaveArts(2)
  6.   end if
  7. end
  8.