home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 12: Textmags & Docs
/
nf_archive_12.iso
/
MAGS
/
TEXTMAGS
/
3RD_DIM
/
3RDDM04.MSA
/
LOADSAVE
/
SAVE.TXT
< prev
next >
Wrap
Text File
|
2004-06-27
|
727b
|
73 lines
THE THIRD DIMENSION
The code below the dotted line is to accompany the LOADSAVE.TXT
file by Robin Ball.Delete all of the writing above and including
the dotted line if you wish to use the code in the 3D KITS.
---------------------------------------------------------------
IF FEXISTS? ("save.pos")
THEN
SETVAR (V0,V50)
SETVAR (V1,V51)
SETVAR (V2,V52)
SETVAR (V3,V53)
SETVAR (V4,V54)
SETVAR (V5,V55)
FOPEN ("save.pos",1)
FPUT (V49)
FPUT (V50)
FPUT (V51)
FPUT (V52)
FPUT (V53)
FPUT (V54)
FPUT (V55)
FPUT (V100)
FPUT (V101)
FCLOSE
ELSE
Print ("can't find file",1)
ENDIF