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 / MAP062J.dcr / 00161_èâä²ê›íË.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  655 b   |  21 lines

  1. global debug, bank, mm, ma, buff, free, mb, status, tdata
  2.  
  3. on startMovie
  4.   set debug to 0
  5.   set tdata to " 1000 000000000000000000000000"
  6.   set bank to "http://202.224.191.2/cgi-bin/EcOpe.cgi?"
  7.   set free to "GUEST"
  8.   set status to 0
  9.   set buff to EMPTY
  10.   put "Name" into field "Name"
  11.   set the textFont of field "Name" to "Helvetica"
  12.   set the textStyle of field "Name" to "plain"
  13.   set the textSize of field "Name" to 12
  14.   put free into field "Name"
  15.   put "Pass" into field "Pass"
  16.   set the textFont of field "Pass" to "Helvetica"
  17.   set the textStyle of field "Pass" to "plain"
  18.   set the textSize of field "Pass" to 12
  19.   put EMPTY into field "Pass"
  20. end
  21.