Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Axe
(Moderator:
Runer112
) »
Line( erase command? (SOLVED)
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Line( erase command? (SOLVED) (Read 2690 times)
0 Members and 1 Guest are viewing this topic.
Derf321
LV3
Member (Next: 100)
Posts: 59
Rating: +0/-0
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
»
Logged
stevon8ter
LV7
Elite (Next: 700)
Posts: 663
Rating: +10/-0
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...
Logged
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
leafy
CoT Emeritus
LV10
31337 u53r (Next: 2000)
Posts: 1554
Rating: +475/-97
Seizon senryakuuuu!
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.
Logged
In-progress: Graviter (...)
stevon8ter
LV7
Elite (Next: 700)
Posts: 663
Rating: +10/-0
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
Logged
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
Deep Toaster
So much to do, so much time, so little motivation
Administrator
LV13
Extreme Addict (Next: 9001)
Posts: 8217
Rating: +758/-15
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
»
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Axe
(Moderator:
Runer112
) »
Line( erase command? (SOLVED)