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

  1. on mouseUp
  2.   global guserlist, gcultue
  3.   set m to the money of guserlist
  4.   if gcultue = 50 then
  5.     alert("テッ窶佚ァナ禿テ陛、テテウテセテツオテニ津ツョテテ凝窶ケテテ敕B")
  6.   else
  7.     if m >= 500 then
  8.       set the money of guserlist to m - 500
  9.       set gcultue to 50
  10.       repeat with n = 31 to 35
  11.         puppetSprite(n, 0)
  12.         set the visible of sprite n to 1
  13.       end repeat
  14.       go("500ue")
  15.       exit
  16.     else
  17.       put m into field "money"
  18.       repeat with n = 31 to 35
  19.         puppetSprite(n, 0)
  20.         set the visible of sprite n to 1
  21.       end repeat
  22.       go("500sita")
  23.     end if
  24.   end if
  25. end
  26.