home *** CD-ROM | disk | FTP | other *** search
/ Looney Tunes Photo Print Studio (Special Edition) / LIVEPIX.iso / ORIENTAT / DATA / LPORIENT.DXR / 00123_cTJRoll.ls < prev    next >
Encoding:
Text File  |  1998-01-16  |  190 b   |  11 lines

  1. on mouseDown
  2.   global gCurr
  3.   set ret to ButtonDown(the clickOn, "cTJDown")
  4.   if ret = 1 then
  5.     MessagePut("go to J...")
  6.     do(string(gCurr) & "Cleanup")
  7.     go("TJ")
  8.   else
  9.   end if
  10. end
  11.