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