home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / acacia / start.dxr / 00075.ls < prev    next >
Encoding:
Text File  |  1996-11-13  |  524 b   |  20 lines

  1. on mouseDown
  2.   global gPhysDown
  3.   set gPhysDown to 1
  4.   set the memberNum of sprite 5 to 16
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   global gPhysDown, gTestList, gCursor
  10.   if gPhysDown then
  11.     cursor(4)
  12.     set gPhysDown to 0
  13.     set the memberNum of sprite 5 to 17
  14.     updateStage()
  15.     set gTestList to [620905: [1101, 9, 0.0, 0.0], 410136: [1101, 9, 0.0, 0.0], 620704: [1101, 9, 0.0, 0.0], 440106: [1101, 9, 0.0, 0.0], 450316: [1101, 9, 0.0, 0.0], 450101: [1101, 9, 0.0, 0.0]]
  16.     set gCursor to 1
  17.     go("finish")
  18.   end if
  19. end
  20.