home *** CD-ROM | disk | FTP | other *** search
- on loadAnimData
- global bgdData, FXfgdData, FXbgdData, scoreData, soundData, loopData, dispatchTable, castData, fileWindow, gCurrTitle, totalCastSize, gCredits
- cursor(4)
- stringToScore()
- set bgdData to value(the text of field "bgdData")
- set FXfgdData to value(the text of field "FXfgdData")
- set FXbgdData to value(the text of field "FXbgdData")
- set soundData to value(the text of field "soundData")
- set loopData to value(the text of field "loopData")
- set dispatchTable to value(the text of field "dispatchtable")
- set gCurrTitle to the text of field "name ref"
- set the text of field "fileNameField" to gCurrTitle
- set gCredits to the text of field "credits"
- cursor(-1)
- end
-