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

  1. on mouseUp
  2.   global guserlist
  3.   repeat with n = 31 to 35
  4.     puppetSprite(n, 0)
  5.     set the visible of sprite n to 1
  6.   end repeat
  7.   set m to the money of guserlist
  8.   set s to the sakuramoney of guserlist
  9.   set m to s + m + getkinri()
  10.   set the money of guserlist to m
  11.   set the sakuramoney of guserlist to 0
  12.   set gu2 to 0
  13.   put integer(m) into field "money"
  14.   setfontsakura()
  15.   go("atm-m")
  16.   updateStage()
  17. end
  18.