Line 2.0
Name: Line 2.0 Author: graphmastur Download: line.zip Compatibility: Parent page not set File Size: 16384 (app) |
This program will take the graphscreen and turn it into recallable lines. |
Want to update this page?
- Upload new files to provide up-to-date versions of your program;
- or Edit the content of this page to provide up-to-date information about your program.
A moderator will only process these changes if you add the word update to the list of tags
What the community thinks:
Anyone have any suggestions on making it better?
Can we see the source code? I've made one similar to this that uses strings.
Join Codeworld.
Also check out my blog.
I was just thinking of features added.
Why not use a For( loop? Put all the coordinates in lists, and then For( through it.
This is a reallllyyyy sweet application that I am probably going to use everyday not gunna lie
Thanks, I worked really hard on it.
@Edward H
That's what I did.
I will put the source in later.
EDIT: if you like my program, rate it up!!!
Hi, I've took a look at your app and it's awesome. The only thing you could improve is this: When I run your app, my window changes to
Xmin: 0
Xmax: 94
Ymin: -62
Ymax: 0
So if I don't have these settings, all what's on graphscreen is erased. I suggest you to add a kind of storepic before you change the window size and a recallpic after.
Besides this it's very nice
Well, I have good new and bad news:
Good news
I am very glad you like my program, and would suggest that you rate it up!!!
Bad news
I have lost the source to it, which is why I never actually uploaded the source.
Better news
I am a better programmer now, so I am making it from the ground up.
And hence is another problem with BBApps
Not really a problem with basic builder, but rather the fact that the files where on an old computer. I am still starting from scratch.
If you had just used a program, the source would have been backed up all over the internet
Same thing happened with my six differences level editor. I lost the original, but i had uploaded it all over, and was able to recover it
@ graphmastur
I already did rate it up
Nice program. I can't seem to download it off the internet, so can we see the source code for it?
The man shuddered as the shadow drew a glistening sword from his back. Creeping closer and closer with his pale eyes burning into the man, the shadow slowly raised his blade and before he could thrust it down, the man heard the shadow hiss something.
"The Shadow Clan's presence must be like a whisper. Always felt, but never seen…"
It downloads for me, unless you mean you have restrictions. This also happens to be an App (albeit an APP made with BASICBuilder from BASIC code), and in a previous comment (scroll up a bit), graphmastur says:
If you want, I think we could create a new version. It has been a few years since this was last updated and Graphmastur has been busy with other things for a while. I made a program that would let you draw using rectangles and it would output an assembly program to draw the rectangles. Unfotunately, it requires BatLib to be installed to use it (but it doesn't require BatLib to run the assembly program, once it is made).
Alternatively, if you aren't opposed to having external programs, it would be pretty easy to make a program that creates assembly programs with images built in or that can display sprites. However, if you want an all BASIC program, there are still a number of solutions :)
Hopefully Graphmastur comes back with an update someday :D
Z80 Assembly>English>TI-BASIC>Python>French>C>0
When I use it, the window auto sets to:
Which is a very strange window size. Since I never use that size, I cannot really use this. Can you make 0 the Ymin and 62 the Ymax in an updated version? At best you could completely eliminate the window settings and just make the program generic.
Coffee + Radiohead = ^^
It's only a vertical flip about the x-axis. Negate the y-values, and you're done.
If I set it to a negated value, it does the same thing and keeps it that way. If I change the values later on, it will not recall the pic right.
Coffee + Radiohead = ^^