home *** CD-ROM | disk | FTP | other *** search
/ Child Computer / Child_Computer.iso / computer.dxr / Internal_92_back1.ls < prev    next >
Encoding:
Text File  |  2003-03-27  |  176 b   |  12 lines

  1. on mouseEnter me
  2.   set the ink of sprite the currentSpriteNum to 4
  3. end
  4.  
  5. on mouseLeave me
  6.   set the ink of sprite the currentSpriteNum to 0
  7. end
  8.  
  9. on mouseUp me
  10.   go("start")
  11. end
  12.