home *** CD-ROM | disk | FTP | other *** search
/ PC Open 10 / pcopen10.iso / aaron / dida / puzzle.dxr / 00022_moses.ls < prev    next >
Encoding:
Text File  |  1997-09-24  |  422 b   |  24 lines

  1. on mouseDown
  2.   if the mouseH > 595 then
  3.     set the visible of sprite 4 to 0
  4.     set the visible of sprite 6 to 1
  5.     pigia()
  6.     HELP()
  7.   else
  8.     if the mouseV < 571 then
  9.       set the visible of sprite 6 to 0
  10.       set the visible of sprite 4 to 1
  11.       pigia()
  12.     end if
  13.   end if
  14.   updateStage()
  15. end
  16.  
  17. on mouseUp
  18.   if the mouseV < 571 then
  19.     hap()
  20.     set the visible of sprite 4 to 1
  21.     updateStage()
  22.   end if
  23. end
  24.