home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5592 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.3 KB

  1. Xref: sparky comp.sys.atari.st.tech:5592 alt.lang.basic:810
  2. Newsgroups: comp.sys.atari.st.tech,alt.lang.basic
  3. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!elroy.jpl.nasa.gov!sdd.hp.com!swrinde!cs.utexas.edu!wupost!gumby!destroyer!cs.ubc.ca!uw-beaver!uw-coco!nwnexus!hitech!matthew
  4. From: matthew@hitech.com.au (Matthew Smith-Stubbs)
  5. Subject: GFA Basic graphics routines 
  6. Organization: HI-TECH Software, Brisbane, QLD, Australia.
  7. Date: Wed, 11 Nov 92 10:47:22 GMT
  8. Message-ID: <721478837.13801@hitech.com.au>
  9. Keywords: atari,gfa,graphics
  10. Sender: usenet@hitech.com.au (News poster)
  11. Lines: 29
  12.  
  13.  
  14.     I am using GFA Basic on an Atari ST (1/2 meg memory). I have been
  15.   trying to use the following code to move a sprite around. The problem
  16.   is the flickering on the screen. I have an idea that page flipping or the
  17.   command VSYNC might help, but do not know how to use them. 
  18.  
  19.    Here's the code :
  20.             
  21.         CLS
  22.         RBOX 10,10,100,100
  23.         GET 9,9,101,101,box$
  24.         FOR i=1 TO 100
  25.           CLS
  26.           PUT 10,x,box$
  27.         NEXT x
  28.         END
  29.  
  30.     
  31.     Also, is it possible to load GFA Basic programs with the .BAS 
  32.   file extention (I belive these are from GFA Basic 1.0). When I try to
  33.   do this I get an error message saying 'Not GFA Basic version 3.5 file' :-(
  34.  
  35.      Please direct E-mail to matthew@hiatech.com.au
  36.  
  37.     Thanks in advance,
  38.               Matthew Smith-Stubbs
  39.  
  40.  
  41. --
  42.