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 / TITLE.dcr / 00011_äJénê›íË.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  677 b   |  23 lines

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