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 - meishe91

Pages: 1 ... 174 175 [176] 177 178 ... 207
2626
Portal X / Re: Portal X
« on: April 10, 2010, 12:15:13 am »
Who knows, if I ever get my Digimon project in the works maybe I'll have a chance at it too :P Not likely though :P

2627
Portal X / Re: Portal X
« on: April 09, 2010, 11:31:57 pm »
Edit:
@Builderboy
It looks really amazing.

@Quigibo
Very cool.

:P

2628
Portal X / Re: Portal X
« on: April 09, 2010, 09:09:18 pm »
Very cool. It looks really amazing.

2629
TI Z80 / Re: Half Life 2: On-Calc
« on: April 09, 2010, 07:38:44 pm »
What is a crystal timer?

2630
TI Z80 / Re: Half Life 2: On-Calc
« on: April 09, 2010, 06:58:07 pm »
Looks very nice.

2631
Well even BrandonW has his limits I'm sure, though I haven't seen what you're talking about.

2632
Usually if something happens to the certificate there isn't much you can do to fix it.

2633
Other Calculators / Re: Old PicArc project
« on: April 09, 2010, 12:08:07 am »
Oh ok, that's cool. Thanks for explaining that, Iambian :)

2634
TI Z80 / Re: Copy-and-Paste
« on: April 09, 2010, 12:04:08 am »
Oh, this isn't a text copy-and-paste program, my bad :P It is for use on pictures. Like if you're messing around or something or place a tile wrong or something and you wanna move it somewhere else you can simply use this.

Though, now I'm tempted to try to create a text copy-and-paste ;)

2635
TI-BASIC / Re: For( Loop Issues
« on: April 09, 2010, 12:01:55 am »
Oh ok, no worries. Thanks for pointing it out though, I might not have remembered otherwise :P

2636
TI-BASIC / Re: For( Loop Issues
« on: April 08, 2010, 11:04:57 pm »
Ya, TIBD says its only when an If command (when the condition is false) stands alone after a For(. Unless I'm reading it wrong.

2637
TI Z80 / Re: Copy-and-Paste
« on: April 08, 2010, 10:48:08 pm »
I have no idea what Omnicalc's clipboard function looks like so I couldn't tell ya. Sorry.

As soon as I have my AP Physics homework done I'll work on it some more so I can get it posted.

2638
TI Z80 / Re: Digimon Virtual Pet Idea
« on: April 08, 2010, 10:06:15 pm »
Very rebel like :P Wish I could do that. Would need to know where exactly all that stuff goes happens though lol.

2639
TI-BASIC / Re: For( Loop Issues
« on: April 08, 2010, 10:05:11 pm »
Ztrumpet told me it was just to close them if only an If statement occurs after a For( loop and that If/Then were fine without the closing ones, I believe. I would have to check my emails with him to be sure that's what he said, but ya.

2640
TI Z80 / Copy-and-Paste
« on: April 08, 2010, 09:44:32 pm »
Hello fellow Omnimaganites,

For the past four or five days I have been working on a picture copy and paste program that will let you move a section of a picture somewhere else on the screen and save it into Pic1 (it also pulls the image from that file). It can help you moves sprites around or anything else you need it for. Very easy to use.

How To Use:
1. Have the image to be moved in either Pic1 or on the graph screen. (Make sure axes are off, unless needed for the picture.)
2. Execute the program.
3. a. Hit any button to continue if file is in Pic1 already.
    b. Hit [2ND] if it is just on the graph screen. It will store it to Pic1 for you.
4. Scroll over to the top left corner of your image to be moved
Code: [Select]
The image:
__________
_███__███_
_█_█__█_█_
_█_████_█_
_█______█_
_█_████_█_
_█_█__█_█_
_███__███_
__________

Where your cursor should be:
░_________
_███__███_
_█_█__█_█_
_█_████_█_
_█______█_
_█_████_█_
_█_█__█_█_
_███__███_
__________
5. Push [2ND].
6. Draw the box around your image.
Code: [Select]
Correct box:
░░░░░░░░░░
░███__███░
░█_█__█_█░
░█_████_█░
░█______█░
░█_████_█░
░█_█__█_█░
░███__███░
░░░░░░░░░░

Incorrect box:
__________
_░░░░░░░░_
_░_█__█_░_
_░_████_░_
_░______░_
_░_████_░_
_░_█__█_░_
_░░░░░░░░_
__________
7. Press [2ND].
8. Move box to where it should be placed.
9. Press [2ND].
10. You're done. It is now stored into Pic1.

Controls:
►, ◄, ▲, ▼ - Move around the screen.
[2ND] - Stores graph screen to Pic1 at programs start. Advances the program when using.
[ALPHA] - Toggles between moving one or five pixels at a time.

Side Note:
-If you would like to change the picture numbers you may. Note though that the first two must remain the same but the last one you can change.
Code: [Select]
PROGRAM:CP
...code...
StorePic 1 //Can change to what ever picture number you want to. (Not extended ones.)
...code...
RecallPic 1 //Must be the same as the previous StorePic #.
...code...
RecallPic 1 //Same deal here. Must be the same as the StorePic #.
...code...
StorePic 1 //This one you can change to which ever number you want. (Not extended ones.)

Special Thanks:
Builderboy - For going over the code looking for optimizations.

Thanks for reading this far, if you did :P, and I hope someone gets use out of this program. I do plan to work on it more at some point and make it more functional (such as a way to not delete the rest of the image or something). Builderboy also gave me the idea of a different way that would be faster for redrawing but there are some restrictions to that method, so we shall see. Again, I hope you guys enjoy this and find it useful :)

Pages: 1 ... 174 175 [176] 177 178 ... 207