Author Topic: Line( erase command? (SOLVED)  (Read 2378 times)

0 Members and 1 Guest are viewing this topic.

Offline Derf321

  • LV3 Member (Next: 100)
  • ***
  • Posts: 59
  • Rating: +0/-0
    • View Profile
Line( erase command? (SOLVED)
« on: November 30, 2012, 01:00:24 pm »
Is there an "erase" command for Lines in Axe? In BASIC there's Line(X,Y,A,B,0) to erase Line(X,Y,A,B). Is there an equivalent in Axe?

DrawInv worked, thanks!
« Last Edit: December 03, 2012, 12:25:19 pm by Derf321 »

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Line( erase command?
« Reply #1 on: November 30, 2012, 01:04:42 pm »
I don't think there is one...
But just do
:DrawInv
:Line(X,Y,A,B)
:DrawInv

that should erase the line...
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Line( erase command?
« Reply #2 on: November 30, 2012, 01:35:26 pm »
There's an axiom floating around that does inverted Lines, but I'd wait for the next version of Axe (1.2.1), where there'll be native white line support.
In-progress: Graviter (...)

Offline stevon8ter

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 663
  • Rating: +10/-0
    • View Profile
Re: Line( erase command?
« Reply #3 on: November 30, 2012, 01:38:23 pm »
So for now the only method is invert the drawing, draw the line you want to delete, and invert it again
None of my posts are meant offending... I you feel hurt by one of my posts, tell me ... So i can appoligise me and/or explain why i posted it


Hi there, I'm the allmighty (read as: stupid, weak...) STEVON8TER

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Line( erase command?
« Reply #4 on: November 30, 2012, 10:34:24 pm »
There's no single command that does it yet, but there might be someday according to Runer112.
« Last Edit: November 30, 2012, 10:35:22 pm by Deep Thought »