home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / K-CS.DCR / 00439.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  155 b   |  8 lines

  1. on mouseDown me
  2.   set the visible of sprite (the currentSpriteNum + 2) to 1
  3. end
  4.  
  5. on new me
  6.   set the visible of sprite (the currentSpriteNum + 2) to 0
  7. end
  8.