home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / main.dxr / Internal_194_tetris.ls < prev    next >
Encoding:
Text File  |  2003-05-06  |  69 b   |  8 lines

  1. on mouseUp me
  2.   go("Tetris")
  3. end
  4.  
  5. on mouseDown me
  6.   go("Tetris")
  7. end
  8.