home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / wave / COUT.dcr / 00142_èâä²ê›íË.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  1.0 KB  |  30 lines

  1. global loopcnt1, loopcnt2, loopcnt3, loopcnt4, l1, l2, l3, l4, l1back, l2back, l3back, l4back, debug, bank, mm, ma
  2.  
  3. on startMovie
  4.   set debug to 0
  5.   set l2 to 3
  6.   set l2back to 0
  7.   set loopcnt2 to l2
  8.   set the cursor of sprite 45 to [4, 5]
  9.   set the cursor of sprite 46 to [4, 5]
  10.   set the cursor of sprite 48 to [4, 5]
  11.   set debug to 0
  12.   set bank to "http://202.224.191.2/cgi-bin/EcOpe.cgi?"
  13.   put "Name" into field "Name"
  14.   set the textFont of field "Name" to "Helvetica"
  15.   set the textStyle of field "Name" to "plain"
  16.   set the textSize of field "Name" to 12
  17.   put EMPTY into field "Name"
  18.   put "Pass" into field "Pass"
  19.   set the textFont of field "Pass" to "Helvetica"
  20.   set the textStyle of field "Pass" to "plain"
  21.   set the textSize of field "Pass" to 12
  22.   put EMPTY into field "Pass"
  23.   put "money" into field "gold"
  24.   set the textFont of field "gold" to "Helvetica"
  25.   set the textSize of field "gold" to 10
  26.   set the textStyle of field "gold" to "plain"
  27.   set the textAlign of field "gold" to "right"
  28.   put EMPTY into field "gold"
  29. end
  30.