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

  1. on mouseDown
  2.   global gBiolDown
  3.   set gBiolDown to 1
  4.   set the memberNum of sprite 3 to 8
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   global gBiolDown, gTestList, gCursor
  10.   if gBiolDown then
  11.     set gBiolDown to 0
  12.     set the memberNum of sprite 3 to 9
  13.     cursor(4)
  14.     updateStage()
  15.     set gTestList to [220508: [1101, 9, 0.0, 0.0], 240524: [1101, 9, 0.0, 0.0], 210421: [1101, 9, 0.0, 0.0], 810319: [1101, 9, 0.0, 0.0], 820120: [1101, 9, 0.0, 0.0], 820302: [1101, 9, 0.0, 0.0]]
  16.     set gCursor to 1
  17.     go("finish")
  18.   end if
  19. end
  20.