home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch08_lgo / tutor.dcr / 00289.txt < prev    next >
Encoding:
Text File  |  1996-12-06  |  117 b   |  7 lines

  1. global gLastScore
  2.  
  3. on startMovie
  4.    set gLastScore = getPref("XYZgame.txt")
  5.    put gLastScore into field "Score"
  6. end
  7.