home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 October / dotnet_50.iso / pc / media / moteur.dxr / 00031.ls < prev    next >
Encoding:
Text File  |  2000-10-02  |  114 b   |  8 lines

  1. on mouseUp
  2.   sprite(30).visible = 1
  3.   repeat with h = 13 to 17
  4.     sprite(h).visible = 1
  5.   end repeat
  6.   go(1)
  7. end
  8.