home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / shop / sakurain.dir / 00154.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  145 b   |  9 lines

  1. on mouseUp
  2.   repeat with n = 31 to 35
  3.     puppetSprite(n, 0)
  4.     set the visible of sprite n to 1
  5.   end repeat
  6.   go("atm-m")
  7.   updateStage()
  8. end
  9.