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
) »
White lines in Axe
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: White lines in Axe (Read 4948 times)
0 Members and 1 Guest are viewing this topic.
Hot_Dog
CoT Emeritus
LV12
Extreme Poster (Next: 5000)
Posts: 3006
Rating: +445/-10
White lines in Axe
«
on:
May 30, 2011, 12:05:25 am »
What command do I use to draw a white line in Axe?
Logged
Runer112
Project Author
LV11
Super Veteran (Next: 3000)
Posts: 2289
Rating: +639/-31
Re: White lines in Axe
«
Reply #1 on:
May 30, 2011, 12:06:44 am »
Currently: none.
You could draw one like this:
Code:
[Select]
DrawInv
Line()
DrawInv
But that's a lot of extra time spent inverting the buffer twice for a simple line.
«
Last Edit: May 30, 2011, 12:07:42 am by Runer112
»
Logged
Aichi
LV5
Advanced (Next: 300)
Posts: 290
Rating: +76/-3
Re: White lines in Axe
«
Reply #2 on:
May 30, 2011, 12:09:32 am »
I don't think that there is something better than DrawInv:Line(5,,20,,):DrawInv, unfortunately.
Logged
calc84maniac
eZ80 Guru
Coder Of Tomorrow
LV11
Super Veteran (Next: 3000)
Posts: 2912
Rating: +471/-17
Re: White lines in Axe
«
Reply #3 on:
May 30, 2011, 12:10:30 am »
If you're drawing multiple white lines, at least you only have to invert twice total.
Logged
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
TI Calculators
»
Axe
(Moderator:
Runer112
) »
White lines in Axe