home *** CD-ROM | disk | FTP | other *** search
- global loopcnt1, loopcnt2, loopcnt3, loopcnt4, l1, l2, l3, l4, l1back, l2back, l3back, l4back, bank, mm, ma, status, debug, free, mb, map, tdata
-
- on startMovie
- set debug to 1
- set tdata to " 10000 ABCDEFGH12345678abcdefgh "
- set l1 to 4
- set l1back to 0
- set loopcnt1 to l1
- set the visible of sprite 11 to 1
- repeat with idx = 12 to 14
- set the visible of sprite idx to 0
- end repeat
- set l2 to 2
- set l2back to 0
- set loopcnt2 to l2
- set the cursor of sprite 45 to [4, 5]
- set the cursor of sprite 46 to [4, 5]
- set the cursor of sprite 47 to [4, 5]
- set bank to "http://202.224.191.2/cgi-bin/EcOpe.cgi?"
- set free to "GUEST"
- set status to 0
- set map to 0
- put "Name" into field "Name"
- set the textFont of field "Name" to "Helvetica"
- set the textStyle of field "Name" to "plain"
- set the textSize of field "Name" to 12
- put free into field "Name"
- put "Pass" into field "Pass"
- set the textFont of field "Pass" to "Helvetica"
- set the textStyle of field "Pass" to "plain"
- set the textSize of field "Pass" to 12
- put EMPTY into field "Pass"
- put "money" into field "gold"
- set the textFont of field "gold" to "Helvetica"
- set the textSize of field "gold" to 10
- set the textStyle of field "gold" to "plain"
- set the textAlign of field "gold" to "right"
- put EMPTY into field "gold"
- end
-