home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gl4Ip, gwaLanDp, gBox, gmoHsIp, gmoHsDp, gL123, gl1Ip, gl2Ip, gl3Ip, HDdir, gReadObject, theText, done, gfDelim, gRoot, gBox
- set gmoHsIp to []
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- set gReadObject to FileIO(mnew, "read", HDdir & "mo_hs.ip")
- set theText to " "
- repeat while theText > EMPTY
- set theText to gReadObject(mReadLine)
- append(gmoHsIp, value(theText))
- end repeat
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- cursor(4)
- set gL123 to 1
- set gl1Ip to []
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- set gReadObject to FileIO(mnew, "read", HDdir & "l1.Ip")
- set theText to " "
- repeat while theText > EMPTY
- set theText to gReadObject(mReadLine)
- append(gl1Ip, value(theText))
- end repeat
- set gl2Ip to []
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- set gReadObject to FileIO(mnew, "read", HDdir & "l2.Ip")
- set theText to " "
- repeat while theText > EMPTY
- set theText to gReadObject(mReadLine)
- append(gl2Ip, value(theText))
- end repeat
- set gl3Ip to []
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- set gReadObject to FileIO(mnew, "read", HDdir & "l3.Ip")
- set theText to " "
- repeat while theText > EMPTY
- set theText to gReadObject(mReadLine)
- append(gl3Ip, value(theText))
- end repeat
- set gl4Ip to []
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- set gReadObject to FileIO(mnew, "read", HDdir & "l4.Ip")
- set theText to " "
- repeat while theText > EMPTY
- set theText to gReadObject(mReadLine)
- append(gl4Ip, value(theText))
- end repeat
- if objectp(gReadObject) then
- gReadObject(mdispose)
- end if
- end
-