home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / bigtop / shockwav / 27_pollu.dcr / 00111.ls < prev    next >
Encoding:
Text File  |  1996-04-10  |  695 b   |  16 lines

  1. on loadAnimData
  2.   global bgdData, FXfgdData, FXbgdData, scoreData, soundData, loopData, dispatchTable, castData, fileWindow, gCurrTitle, totalCastSize, gCredits
  3.   cursor(4)
  4.   stringToScore()
  5.   set bgdData to value(the text of field "bgdData")
  6.   set FXfgdData to value(the text of field "FXfgdData")
  7.   set FXbgdData to value(the text of field "FXbgdData")
  8.   set soundData to value(the text of field "soundData")
  9.   set loopData to value(the text of field "loopData")
  10.   set dispatchTable to value(the text of field "dispatchtable")
  11.   set gCurrTitle to the text of field "name ref"
  12.   set the text of field "fileNameField" to gCurrTitle
  13.   set gCredits to the text of field "credits"
  14.   cursor(-1)
  15. end
  16.