Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Happybobjr

Pages: 1 ... 121 122 [123] 124 125 ... 166
1831
Other Calc-Related Projects and Ideas / Re: Auto Optimization Program
« on: October 21, 2010, 11:49:31 pm »
all it does is change the apps names in the app menu.

they still are what they are (have correct name in memory menu.)

1832
TI Z80 / Re: [Project] Sniper 101.
« on: October 21, 2010, 11:47:50 pm »
so why bother making Pt-on command?
are there benefits?

1833
TI Z80 / Re: [Project] Sniper 101.
« on: October 21, 2010, 10:57:04 pm »
but what is a bitmap??

1834
TI Z80 / Re: [Project] Sniper 101.
« on: October 21, 2010, 09:49:21 pm »
what I mean is draw the first pic and change it to the second pic.  then you can draw inside the circle to get something like the third pic.


How did you make that circle!?!!!!!
It is amazing compared to mine.


how would you put that in though?
It seems like that would be more inefficient.


Anyone got an idea to make everything but in the view of the scope black?

I was saying that that's what you're doing with the Rand^24/25+x->x. It's only every 13 cycles on average that X is incremented by a nonzero amount.

And for your scope thing, in Psuedo-code a routine might look like this.
Code: [Select]
ClrDraw
Rect(0,0,96,65)
...
RectI(X,Y,X+2R,Y+2R)     \\Clears the rectangle that squares the circle of the Scope
Fill outer perimeter of scope     \\Fill the parts of the rectangle that are supposed to be black
Draw background stuff to appear
Rect(X,Y,X+2R,Y+2R)     \\returns screen to original setup

Don't bother restricting your pictures only to the Scope. If the rest of the screen is black, then drawing black on top won't do anything and will save program size, if not execution speed.

EDIT: I'd recommend using a bitmap to fill the outer perimeter of the scope.

I don't know anything about bitmaps

1835
TI Z80 / Re: [Project] Sniper 101.
« on: October 21, 2010, 08:40:36 pm »
oh, good thought ^


DS loop?
Could you do an example where it would be more efficient?


how can i make the inside of the circle white?

1836
Other Calc-Related Projects and Ideas / Re: Auto Optimization Program
« on: October 21, 2010, 08:38:51 pm »
ugg should have mentioned compiled code is OPTIMIZER and the code to compile is the one with the theta :X Is your calc ok? do any apps show up in the memory menu?

Ya my calc seems to be fine other than that...
It's going to get annoying and i don't want to risk bringing my calc down to scratch with all my projects going on right now.

The apps show fine in the memory menu.
Its only in the apps menu its screwed up.

Don't worry, I hold nothing against you. (its probably better for it to happen to me than someone else ;) )

1837
TI Z80 / Re: [Project] Sniper 101.
« on: October 21, 2010, 08:36:23 pm »
how would you put that in though?
It seems like that would be more inefficient.


Anyone got an idea to make everything but in the view of the scope black?

1838
Other Calc-Related Projects and Ideas / Re: Auto Optimization Program
« on: October 21, 2010, 08:11:04 pm »
no, it was one of the included in the latest update.

http://www.omnimaga.org/index.php?action=dlattach;topic=4300.0;attach=3956


1839
TI Z80 / Re: [project] Drawing to basic.
« on: October 21, 2010, 08:09:58 pm »
Circles could be complicated, though, since there are multiple ways the TI-OS draws circles (on-screen, homescreen, etc.). But if you could pull that off, it'd be pretty awesome. And the extra pixels that don't fit into a shape can be drawn with pixel plotting.

pixel plotting is so inefficient that it would be better to have a pic variable.

If anyone wants to take my source for parsing a picture though, fell free to have it.
(if you do make it though,  give me some credit plz with a minimum size font of 4)

1840
Other Calc-Related Projects and Ideas / Re: Auto Optimization Program
« on: October 21, 2010, 08:08:05 pm »
Oh Crap,  Broke my calc...

Bug.. created by my stupidity.

If you chose to compile MENU
Then run the output, AXE
then exit.
When going into your apps,  Everything is Finance... App.

Ram Clear Doesn't fix it.
Garbage collect doesn't fix it.


Uh oh....

1841
TI Z80 / Re: [project] Drawing to basic.
« on: October 21, 2010, 08:06:01 pm »
I am very sure mine is unique though ;D


True. It's pretty useful, too :)

A really awesome but much harder feature would be to make it automatically parse a picture var into lines, circles, and points...

that was my original thought. but got shot down by incapabilities.

!!! thought:  Have it only parse a picture to lines circles and text (as you said)  and ignore the random stuff

1842
TI Z80 / Re: [Project] Sniper 101.
« on: October 21, 2010, 07:59:33 pm »
cool thanks

Thanks for the correction, Builderboy
Anyway...

still... that would have it sway too much.

i am using X+((Rand^25)/24)-> X

So you only want it to move one pixel in either direction very occasionally?

very occasionally?  This still sways quite a bit...

1843
TI Z80 / Re: [project] Drawing to basic.
« on: October 21, 2010, 07:25:35 pm »
I am very sure mine is unique though ;D

1844
Other Calc-Related Projects and Ideas / Re: Auto Optimization Program
« on: October 21, 2010, 07:24:55 pm »
uploading right now.

1845
TI Z80 / Re: [Project] Sniper 101.
« on: October 21, 2010, 05:03:14 pm »
still... that would have it sway too much.

i am using X+((Rand^25)/24)-> X

Pages: 1 ... 121 122 [123] 124 125 ... 166