home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / artwaug.dxr / 00500.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  337 b   |  17 lines

  1. on exitFrame
  2.   global ARTImageGO
  3.   go(the frame)
  4.   set the locH of sprite 48 to 2000
  5.   if the mouseUp then
  6.     set ARTImageGO to 1
  7.   end if
  8.   if the mouseDown and (ARTImageGO = 1) then
  9.     set ARTImageGO to 0
  10.     puppetSprite(2, 1)
  11.     set the locH of sprite 2 to 1500
  12.     updateStage()
  13.     set x to the frame
  14.     go(x + 1)
  15.   end if
  16. end
  17.