Post Reply 
[Programming] Cartesian draw functions
12-06-2014, 09:28 PM
Post: #5
RE: [Programming] Cartesian draw functions
(12-06-2014 08:12 PM)gabrieljcs Wrote:  Still need some help, though... couldn't manage to draw a single line on a plot.
Tried calling from "Program", didn't work -- just drew the line on the screen, on top of everything. Then tried editing inside the app, e.g.:
Code:
EXPORT Geometry()
BEGIN
  IF GETKEY == 30 THEN
     LINE(-1,-1,1,1);
   END;
END;
Didn't work either...
Would you mind clarifying a little bit?

You have to clear the screen first with RECT();

Tom L

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Programming] Cartesian draw functions - toml_12953 - 12-06-2014 09:28 PM



User(s) browsing this thread: 1 Guest(s)